]> icculus.org git repositories - dana/openbox.git/history - openbox
Make warnings about parse problems in .desktop files "debug" messages. Most people...
[dana/openbox.git] / openbox /
2012-09-30 Dana Jansensadd GNOME environment to the menus for now
2012-09-30 Dana JansensFix memory issues in the apps menu when reconfiguring.
2012-09-30 Dana JansensOn reconfigure, make the apps menu's linkbase refresh.
2012-09-30 Dana Jansensfix updates in the app menu from the linkbase.
2012-09-30 Dana Jansenskeep only one version of each .desktop file "id" in...
2012-09-30 Dana JansensShow all the .desktop links available in the system...
2012-09-30 Dana JansensShow the list of categories in the apps menus as submenus.
2012-09-30 Dana Jansensdon't free the linkbase on reconfigure
2012-09-30 Dana JansensWIP: Add an xdg applications menu (it doesn't have...
2012-09-30 Dana JansensAdd "visible" filter for windows on current desktop.
2012-09-30 Dana JansensFix error printing when parsing and save the last error.
2012-09-30 Dana JansensAdd an action for toggling debug output.
2012-09-30 Dana Jansensread the per-app position x/y values from the right...
2012-09-30 Dana JansensAdd SkipTaskbar/SkipPager actions (bug #3334)
2012-09-30 Dana JansensFix a crash on shutdown/reconfigure. Clean up the...
2012-09-30 Dana JansensRemove complicated stuff from config_value.c that we...
2012-09-30 Dana JansensMake the ConfigValue list type into a gchar** string...
2012-09-30 Dana JansensTurn the Foo/ToggleFoo/UnFoo actions into a single...
2012-09-30 Dana JansensUse ObConfigValue to parse gravity coords, remove parse...
2012-09-30 Dana JansensRename obt_xml_find_node() to obt_xml_find_sibling...
2012-09-30 Dana JansensFix interactive actions with the new action running...
2012-09-30 Dana JansensRename ObActionValue to ObConfigValue. This holds...
2012-09-30 Dana Jansensregister filters on startup
2012-09-30 Dana Jansensparse filters and actionlists inside an action list...
2012-09-30 Dana JansensPass a client set to all actions, and make focus cyclin...
2012-09-30 Dana JansensProvide operations to get the size of a ObClientSet...
2012-09-30 Dana JansensAdd functions to ObClientSet to run a function on each...
2012-09-30 Dana JansensGenerate a fake leave event on actions that move window...
2012-09-30 Dana JansensRename the fields in ObActionListRun for clarity
2012-09-30 Dana JansensAdd action_list_run.c/h with action_list_run() and...
2012-09-30 Dana JansensAdd a means to duplicate ObClientSet
2012-09-30 Dana JansensAdd the minus and contains() operations to ObClientSet...
2012-09-30 Dana JansensFix expand/reduce in the full or empty set cases.
2012-09-30 Dana JansensMake empty ObClientSet objects not hold a hash table.
2012-09-30 Dana Jansensmake a special "ALL" ObClientSet which contains all...
2012-09-30 Dana Jansensadd the "all" and "target" filters
2012-09-30 Dana JansensPass a user data to the client_set_reduce/expand functi...
2012-09-30 Dana JansensStick an ObClientSetReduce/ExpandFunc directly in the...
2012-09-30 Dana JansensRename actions/all.[ch] and filters/all.[ch] to _all...
2012-09-30 Dana JansensActions say what kind of filter they would like by...
2012-09-30 Dana Jansensmake empty sets still a ObClientSet* structure and...
2012-09-30 Dana JansensUse ObClientSet objects in the filter system, so filter...
2012-09-30 Dana JansensAdd ObClientSet data type. It holds a set of clients !
2012-09-30 Dana JansensKeep track of the currently targetted client for user...
2012-09-30 Dana JansensAdd filters/all.c which will run startup on all the...
2012-09-30 Dana JansensAdd a generic filter system similar to the action syste...
2012-09-30 Dana JansensRename ObActions* to ObAction* and remove more 3.4...
2012-09-30 Dana Jansensrm some unused fn defns
2012-09-30 Dana Jansensrm the actions_parse* functions which parsed xml actions
2012-09-30 Dana Jansensrm some unused struct defns cruft
2012-09-30 Dana JansensParse ObActionsList*s from the config file (out of...
2012-09-30 Dana JansensAdd a parser for the action command language.
2012-09-30 Dana JansensIgnore enters on windows that are raised over focused...
2012-09-30 Dana Jansenscheck RECT_INTERSECTS_RECT before using RECT_SET_INTERS...
2012-09-30 Dana JansensDon't make desktop switching interactive when no mods...
2012-09-30 Dana JansensPick the monitor most relevant to a rectangle more...
2012-09-30 Dana JansensSelect the menu item under the mouse when the mouse...
2012-09-30 Dana JansensMake ResizeRelative resize in terms of pixels for windo...
2012-09-30 Dana JansensFix prompt cleanup (was not going through the list...
2012-09-30 Dana JansensAllow client destroy notify functions to be removed...
2012-09-30 Dana Jansensadd menu_sort_entries() which sorts all entries in...
2012-09-30 Dana Jansenshide the menus before shutting them down on reconfigure
2012-09-30 Dana JansensFix for when the menu's update function returns FALSE...
2011-10-16 Dana JansensFix window width/height going less than 1 on some platf...
2011-10-16 Dana JansensFix maximized windows and such after screen resizings
2011-10-16 Dana JansensHear screen resizes when they don't change the root...
2011-10-16 Dana JansensCheck the return value for launching the startup command.
2011-10-16 Dana Jansensrespect the active/mouse options for monitor placement...
2011-10-16 Dana JansensAllow per-app settings to pick a monitor for a window...
2011-10-16 Dana JansensAdd "active" and "primary" options to the <monitor...
2011-10-16 Dana Jansensmake undecorated windows place according to their undec...
2011-10-16 Dana Jansensit would seem this cannot return NULL now
2011-10-16 Dana JansensPropagate _NET_WM_WINDOW_OPACITY to the frame window...
2011-10-16 Carlos PitaSpecific border width/color for undecorated active...
2011-10-16 Dana JansensFix crash when keyboard map changes and no keybindings...
2011-10-16 Mikael MagnussonChange default doubleclick timeout to 500ms and keep...
2011-10-15 Dana JansensParse all the actions in a single menu item
2011-10-06 Dana JansensDon't show prompts inside the message handler to preven...
2011-10-05 Dana JansensMake "no" a valid choice for the dialog option in cycle...
2011-10-05 Mikael MagnussonUpdate copyright notice in --version output
2011-10-05 Dana JansensConsistency with helper/modal windows and multiple...
2011-10-05 Dana JansensFix focus stealing for changing desktops/Use timestamp...
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
next