]> icculus.org git repositories - dana/openbox.git/history - openbox
Convert the placement parsing section to the new config parser
[dana/openbox.git] / openbox /
2011-08-08 Dana JansensConvert the placement parsing section to the new config... configparser
2011-08-08 Dana JansensFix the check when adding a new variable to the config...
2011-08-08 Dana JansensConvert the focus parsing section to the new config...
2011-08-08 Dana JansensAdd a callback type to the config parser for complex...
2011-08-08 Dana JansensMake ObConfigParser objects.
2011-08-08 Dana Jansenswip: Add config_parser.c which will provide a nice...
2011-08-08 Dana JansensAdd ObConfigValue types for a keyboard and mouse button...
2011-08-08 Dana JansensMake a structure to hold a keycode+modifers and mousebu...
2011-08-08 Dana JansensMake the ConfigValue list type into a gchar** string...
2011-08-08 Dana JansensTurn the Foo/ToggleFoo/UnFoo actions into a single...
2011-08-06 Dana JansensUse ObConfigValue to parse gravity coords, remove parse...
2011-08-06 Dana JansensRename obt_xml_find_node() to obt_xml_find_sibling...
2011-08-06 Dana JansensFix interactive actions with the new action running...
2011-08-06 Dana JansensRename ObActionValue to ObConfigValue. This holds...
2011-08-03 Dana Jansensregister filters on startup
2011-08-03 Dana Jansensparse filters and actionlists inside an action list...
2011-08-03 Dana JansensPass a client set to all actions, and make focus cyclin...
2011-08-03 Dana JansensProvide operations to get the size of a ObClientSet...
2011-08-03 Dana JansensAdd functions to ObClientSet to run a function on each...
2011-08-03 Dana JansensGenerate a fake leave event on actions that move window...
2011-08-03 Dana JansensRename the fields in ObActionListRun for clarity
2011-08-03 Dana JansensAdd action_list_run.c/h with action_list_run() and...
2011-08-03 Dana JansensFix prompt cleanup (was not going through the list...
2011-08-03 Dana JansensAdd a means to duplicate ObClientSet
2011-08-03 Dana JansensAdd the minus and contains() operations to ObClientSet...
2011-08-03 Dana JansensFix expand/reduce in the full or empty set cases.
2011-08-03 Dana JansensMake empty ObClientSet objects not hold a hash table.
2011-08-03 Dana Jansensmake a special "ALL" ObClientSet which contains all...
2011-08-03 Dana Jansensadd the "all" and "target" filters
2011-08-03 Dana JansensPass a user data to the client_set_reduce/expand functi...
2011-08-03 Dana JansensStick an ObClientSetReduce/ExpandFunc directly in the...
2011-08-03 Dana JansensRename actions/all.[ch] and filters/all.[ch] to _all...
2011-08-03 Dana JansensActions say what kind of filter they would like by...
2011-08-03 Dana Jansensmake empty sets still a ObClientSet* structure and...
2011-08-03 Dana JansensUse ObClientSet objects in the filter system, so filter...
2011-08-03 Dana JansensAdd ObClientSet data type. It holds a set of clients !
2011-08-03 Dana JansensAllow client destroy notify functions to be removed...
2011-08-03 Dana JansensKeep track of the currently targetted client for user...
2011-08-03 Dana JansensAdd filters/all.c which will run startup on all the...
2011-08-03 Dana JansensAdd a generic filter system similar to the action syste...
2011-08-03 Dana JansensRename ObActions* to ObAction* and remove more 3.4...
2011-08-03 Dana Jansensrm some unused fn defns
2011-08-03 Dana Jansensrm the actions_parse* functions which parsed xml actions
2011-08-03 Dana Jansensrm some unused struct defns cruft
2011-08-03 Dana JansensParse ObActionsList*s from the config file (out of...
2011-08-03 Dana JansensAdd a parser for the action command language.
2011-08-03 Dana Jansensadd GNOME environment to the menus for now
2011-08-03 Dana JansensFix memory issues in the apps menu when reconfiguring.
2011-08-03 Dana JansensOn reconfigure, make the apps menu's linkbase refresh.
2011-08-03 Dana Jansensfix updates in the app menu from the linkbase.
2011-08-03 Dana Jansenskeep only one version of each .desktop file "id" in...
2011-08-03 Dana JansensShow all the .desktop links available in the system...
2011-08-03 Dana Jansensadd menu_sort_entries() which sorts all entries in...
2011-08-03 Dana JansensShow the list of categories in the apps menus as submenus.
2011-08-03 Dana Jansensdon't free the linkbase on reconfigure
2011-08-03 Dana JansensWIP: Add an xdg applications menu (it doesn't have...
2011-08-03 Dana Jansenshide the menus before shutting them down on reconfigure
2011-08-03 Dana JansensFix for when the menu's update function returns FALSE...
2011-08-02 Carlos PitaSeparate theme options for osd prompt buttons.
2011-08-02 Mikael MagnussonMerge branch 'm4/master'
2011-08-02 Mikael MagnussonRevert these two commits temporarily to make the button...
2011-08-02 Mikael MagnussonFix some rebase artifacts
2011-08-01 Mikael MagnussonFix some translation string markings
2011-08-01 Mikael MagnussonAllow setting icons for submenus
2011-08-01 Mikael MagnussonFix menu placement to avoid dead xinerama areas, possib...
2011-08-01 Dana JansensFix bug #4877 (Some harmless code quirks involving...
2011-08-01 Carlos PitaSeparate theme options for osd prompt buttons.
2011-08-01 Dana JansensComment fix
2011-05-13 Dana JansensFix Java apps always appearing on desktop 0.
2011-04-11 Dana Jansensdon't re-run the startup command on reconfigure
2011-01-24 Dana JansensResizing removes maximization now, so don't only snap...
2011-01-24 Dana JansensFix compiling without sync extension present.
2011-01-24 Dana JansensFix regression: hitting a key accel in a menu didn...
2011-01-24 Dana JansensShow the submenu and move focus there with the enter...
2011-01-24 Dana Jansenscap the client (and frame) window's dimensions at the...
2011-01-24 Dana Jansensextra \n in debug output
2011-01-24 Dana JansensMove focus to a window when the mouse enters a window...
2011-01-24 Dana Jansenswhen focus=yes in the per-app settings, then the focus...
2011-01-24 Dana JansensMake NET_ACTIVE messages always treated as from the...
2011-01-24 Philip Brownsetenv and unsetenv dont exist in Solaris 9. (Fixes...
2011-01-24 Philip BrownSome versions of X, have the Shape extension, but appar...
2011-01-24 Dana Jansensif no launch time is provided for an application, make...
2011-01-24 Dana Jansensfix segfault for placing windows without a group
2011-01-24 Mikael MagnussonFix small leak in If action option parsing
2011-01-24 Dana JansensBig changes to placement across multiple monitors.
2011-01-24 Dana Jansensadd function screen_compare_desktops()
2011-01-24 Dana Jansensdon't steal focus if someone used a window within 1...
2011-01-24 Dana JansensFixing commit 066a15d7aa64eaa0. Don't ever use Current...
2011-01-24 Dana Jansensupdate the last user interaction timestamp during a...
2011-01-24 Dana Jansensupdate the user-interaction timestamp when running...
2011-01-24 Dana Jansensdon't steal focus from a window if it was used very...
2011-01-24 Dana Jansensmem leak in config.c
2011-01-24 Dana JansensBig rework of image.c and the image cache system.
2011-01-24 Mikael MagnussonUse >= instead of > when comparing timestamps, or we...
2011-01-24 Dana Jansensless redundant calls to screen_update_areas() and clien...
2011-01-24 Mikael MagnussonIgnore MotionNotify on menus, it reset the submenudelay...
2011-01-24 Mikael MagnussonUse g_list_find instead of weird bouncing loops
2011-01-24 Dana JansensParse multiple keys in one keybind
2011-01-24 Dana Jansensallow the res_class in WM_CLASS to mark a window as...
2011-01-24 Mikael MagnussonDon't hog the user during the hideDelay
next