dana/openbox.git
2012-09-30 Dana JansensMake warnings about parse problems in .desktop files... dot-desktop github/dot-desktop origin/dot-desktop
2012-09-30 Dana JansensAdd Inotify to the release script testing
2012-09-30 Dana JansensFix blocking in inotify reader.
2012-09-30 Dana Jansensadd GNOME environment to the menus for now
2012-09-30 Dana JansensMake OnlyShowIn and NotShowIn work in .desktop file...
2012-09-30 Dana Jansensremove debug prints
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 JansensMake the obt_watch functionality work without inotify...
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 Jansensdon't follow pointers after freeing them
2012-09-30 Dana JansensShow all the .desktop links available in the system...
2012-09-30 Dana JansensGive info for changes in the update callback from ObtLi...
2012-09-30 Dana Jansensspecify the encoding of filesystem paths, and include...
2012-09-30 Dana Jansensuse the filesystem's locale for opening a .desktop...
2012-09-30 Dana JansensShow the list of categories in the apps menus as submenus.
2012-09-30 Dana JansensStore all links in the linkbase grouped by their main...
2012-09-30 Dana Jansensdon't free the linkbase on reconfigure
2012-09-30 Dana Jansensdon't free lists in the linkbase hash table prematurely.
2012-09-30 Dana JansensWIP: Add an xdg applications menu (it doesn't have...
2012-09-30 Dana JansensAvoid blocks on read() for inotify.
2012-09-30 Dana JansensMove the GSource attach out to the generic watch code...
2012-09-30 Dana JansensAdd an optional callback to ObtLinkBase to hear about...
2012-09-30 Dana JansensFilter links in a ObtLinkbase by environments.
2012-09-30 Dana Jansensadd comments
2012-09-30 Dana Jansensadd --disable option inotify
2012-09-30 Dana Jansensadd a comment
2012-09-30 Dana JansensLinkbase adds all the .desktops in the system, and...
2012-09-30 Dana JansensAdd linkbase which will keep track of available .deskto...
2012-09-30 Dana JansensAdd/fix inotify support for watching filesystem changes.
2012-09-30 Dana Jansenssome missing ifdef HAVE_SYS_INOTIFY
2012-09-30 Dana Jansensadd an inotify watcher for directories (doesnt work...
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 obt_xml_file_path() and obt_xml_node_string_raw...
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 JansensAdd functions to set the value of an xml node
2012-09-30 Dana JansensAdd a function to save a cache file (it makes the direc...
2012-09-30 Dana Jansensadd obt_xml_load_cache_file() to load a file in ~/...
2012-09-30 Dana JansensMake the ConfigValue list type into a gchar** string...
2012-09-30 Dana JansensAdd obt_xml_path_get_list() that returns a list of...
2012-09-30 Dana Jansensdon't create empty xml nodes when there is no default...
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 JansensLink X into libobt (Fixes compile on debian).
2012-09-30 Dana JansensIgnore enters on windows that are raised over focused...
2012-09-30 Dana JansensUse the KeyCode to directly find the modifier mask...
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 JansensMake the inactive osd text color fall back to the old...
2012-09-30 Dana JansensAllow an xml tag to be unregistered from the xml parser.
2012-09-30 Dana JansensFix release scripts: test en .po files for correct...
2012-09-30 Dana JansensFix prompt cleanup (was not going through the list...
2012-09-30 Dana JansensCreate some Openbox release scripts:
2012-09-30 Dana JansensAllow client destroy notify functions to be removed...
2012-09-30 Dana JansensProperly build path names for TryExec
2012-09-30 Dana Jansensadd menu_sort_entries() which sorts all entries in...
2012-09-30 Dana JansensAdd another BSEARCH function that lets you search throu...
2012-09-30 Dana Jansensskip empty strings when splitting paths in the environment
next