2010-03-30 |
Dana Jansens | add BSEARCH() macros in obt/bsearch.h that to a binary... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Dana Jansens | parse some of the .desktop stuff into an ObtLink structure |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Dana Jansens | add obt_paths_try_exec() that will see if an executable... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Dana Jansens | save the LC_MESSAGES locale category |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Dana Jansens | if a launch time isnt there (like for client_activate... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Dana Jansens | make keypad enter do the same thing as return |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Dana Jansens | figure out what type the value should be for each known... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Dana Jansens | Add a new ObtLink type, which is going to be a generali... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Dana Jansens | ignore the rendertest executable |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Dana Jansens | ignore generated autostart script |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | save key values based on their value, but we dont know... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | add an empty function to parse the Desktop Entry group... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | parse key/value pairs from the .desktop file and save... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | close the .desktop file after parsing it |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | free the path after done with it |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | g_warning adds a \n |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | watch for groups in .desktop files and remember the... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | avoid ascii control characters in strings |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | add beginning of .desktop file parsing, grabs a line... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | make enum values match numbers in the spec, and make... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | install the obt/ddfile.h header |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | add function to give the list of autostart directories |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | add some functions for parsing a value in a .desktop... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dana Jansens | allow non-normal windows to go to 0,0. and remove... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
David Barr | Add menu seperator style to Clearlooks |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Dana Jansens | add a function client_is_oldfullscreen() that determine... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Dana Jansens | when an app tries to move to 0,0 and there is a strut... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Dana Jansens | missing a g_slice_free |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dana Jansens | libexecdir is provided by automake, and gnome-settings... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Dana Jansens | Type is a mandatory field of a .desktop, so add it... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Dana Jansens | Show client menu on right click anywhere on a window... |
commit | commitdiff | tree | snapshot |
2010-02-21 |
Tobias Gläßer | Added shade-icon to client-menu |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Dana Jansens | make array large enough |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Dana Jansens | get the modifier mask for a modifier key that is presse... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Dana Jansens | save the state of the modifiers only when starting... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dana Jansens | move the startup command launching into a helper function |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dana Jansens | revamp the autostart functionality, so autostart apps... |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dana Jansens | don't use a variable as a format string |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dana Jansens | Add skeleton for start of dot-desktop-file parser |
commit | commitdiff | tree | snapshot |
2010-02-17 |
Dana Jansens | lower the default submenu show delay |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dana Jansens | a couple more g_free() to g_slice_free()'s |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dana Jansens | more using g_slice_new() instead of g_new() |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Dana Jansens | missed a g_free() that should be g_slice_free() |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Dana Jansens | dont trust the _NET_ACTIVE_WINDOW timestamp. (fixes... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Mikael Magnusson | Remove mismerge-added files |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dana Jansens | include imlib2 as a dep of obrender in the pkg-config... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dana Jansens | make the obt .pc file do -lobt, not -lobrender |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dana Jansens | remove a bunch of g_new()/g_free() by returning Rect... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dana Jansens | use g_slice_new() instead of g_new() part 4 |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dana Jansens | use g_slice_new() instead of g_new() part 3 |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dana Jansens | use g_slice_new() instead of g_new() part 2 |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dana Jansens | using g_slice_new() instead of g_new() part 1 |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dana Jansens | have obt refresh the xlib keyboard stuff on mappingnoti... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dana Jansens | destroy XIC's that belong to an XIM before closing... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Mikael Magnusson | Check node->name for null |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | dont print warnings when reading keys which dont genera... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | make control keys work in menus/dialogs/etc with the... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | initialize the action shutdown function to NULL |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | pass an input context to the interactive input function |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | make menu input work with the new obt keyboard stuff. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | make the menu use the new obt stuff when reading keyboa... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | make obt translate keypress events to a valid utf8... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | don't strip the state for keyboard events |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | add interface in obt to create an Input Context for... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | create an X Input Method in obt for the app to use... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | get xlib to reload the keyboard on MappingNotify events |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | XKB header comes from obt |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | check the xkb version before using it |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | make the execute action not segfault when using a promp... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | add an optional shutdown function which actions can... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dana Jansens | i learnt what xkb does with the state. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Dana Jansens | dont assert when there is no valid key layout present |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Mikael Magnusson | Use correct ac variable in version.h.in |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Dana Jansens | don't link libobt into libobrender |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Dana Jansens | fixing up obxprop manpage |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Dana Jansens | Merge branch 'backport' into work |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Dana Jansens | add doc/obxprop.1 to gitignore |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Dana Jansens | Add obxprop manpage to install |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Dana Jansens | Update the manpage for obxprop |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Dana Jansens | Merge branch 'backport' into work |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Dana Jansens | Init all fonts to NULL, so if they arent in the config... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Mikael Magnusson | Add a hook to unset the client in the open menu frame... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Mikael Magnusson | Don't close the menu when you held control even for... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Mikael Magnusson | Don't alt-tab to skip_taskbar iconic windows if they... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Dana Jansens | make xdg-autostart use the OPENBOX environment by defau... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Dana Jansens | Fix bug #4492 better, the test in openbox-gnome-session... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Dana Jansens | adjust who shows up in the alt-tab list using SKIP_TASK... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dana Jansens | don't use client_move() to end a move |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dana Jansens | allow multiple escaped _'s in a menu label, and allow... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dana Jansens | make edge detection for maximized windows only look... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dana Jansens | catch the SIGTTOU and SIGTTIN signals when an app we... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dana Jansens | if we get an event on a subwindow of root that we don... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dana Jansens | Remember the maximized state of a window when it goes... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Dana Jansens | If a window places itself at (0,0) and there are struts... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Dana Jansens | allow app rules to match windows by their title when... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Dana Jansens | if openbox isn't running, show messages on the console... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Dana Jansens | Merge branch 'backport' into work |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Laszlo Dvornik | Update hungarian translation. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Dana Jansens | Prefer to use larger images and scale down than to... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Dana Jansens | don't resize the label to 0 |
commit | commitdiff | tree | snapshot |
next |