]> icculus.org git repositories - dana/openbox.git/shortlog
dana/openbox.git
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 JansensAdd obt_xml_path_get_list() that returns a list of...
2011-08-08 Dana Jansensdon't create empty xml nodes when there is no default...
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-05 Dana JansensAllow an xml tag to be unregistered from the xml parser.
2011-08-03 Dana JansensFix release scripts: test en .po files for correct...
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 JansensAdd Inotify to the release script testing
2011-08-03 Dana JansensCreate some Openbox release scripts:
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 JansensFix blocking in inotify reader.
2011-08-03 Dana Jansensadd GNOME environment to the menus for now
2011-08-03 Dana JansensMake OnlyShowIn and NotShowIn work in .desktop file...
2011-08-03 Dana JansensProperly build path names for TryExec
2011-08-03 Dana Jansensremove debug prints
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 JansensMake the obt_watch functionality work without inotify...
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 Jansensdon't follow pointers after freeing them
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 JansensGive info for changes in the update callback from ObtLi...
2011-08-03 Dana Jansensspecify the encoding of filesystem paths, and include...
2011-08-03 Dana Jansensuse the filesystem's locale for opening a .desktop...
2011-08-03 Dana JansensAdd another BSEARCH function that lets you search throu...
2011-08-03 Dana JansensShow the list of categories in the apps menus as submenus.
2011-08-03 Dana JansensStore all links in the linkbase grouped by their main...
2011-08-03 Dana Jansensdon't free the linkbase on reconfigure
2011-08-03 Dana Jansensskip empty strings when splitting paths in the environment
2011-08-03 Dana Jansensdon't free lists in the linkbase hash table prematurely.
2011-08-03 Dana JansensWIP: Add an xdg applications menu (it doesn't have...
2011-08-03 Dana JansensAvoid blocks on read() for inotify.
2011-08-03 Dana Jansenshide the menus before shutting them down on reconfigure
2011-08-03 Dana JansensMove the GSource attach out to the generic watch code...
2011-08-03 Dana JansensAdd an optional callback to ObtLinkBase to hear about...
2011-08-03 Dana JansensFix for when the menu's update function returns FALSE...
2011-08-03 Dana JansensFilter links in a ObtLinkbase by environments.
2011-08-03 Dana Jansensadd comments
2011-08-03 Dana Jansensadd --disable option inotify
2011-08-03 Dana Jansensadd a comment
2011-08-03 Dana JansensLinkbase adds all the .desktops in the system, and...
2011-08-03 Dana JansensAdd linkbase which will keep track of available .deskto...
2011-08-03 Dana JansensAdd/fix inotify support for watching filesystem changes.
2011-08-03 Dana Jansenssome missing ifdef HAVE_SYS_INOTIFY
2011-08-03 Dana Jansensadd an inotify watcher for directories (doesnt work...
2011-08-03 Mikael MagnussonFix a memleak introduced by 0dd91ba0e2382a8f6177f501f8a...
2011-08-02 Dana Jansensbe a bit more explicit about what is being copied from...
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 Pedro BejaUpdate portuguese translation
2011-08-02 Mikael MagnussonUpdate estonian translation
2011-08-02 Mikael MagnussonAdd Plural-Forms header to fi.po and remove fuzzy mark.
2011-08-02 Jakub ŁojewskiUpdate polish translation.
2011-08-02 Mikael MagnussonFix some rebase artifacts
2011-08-01 Dana Jansensadd --disable options for x extensions release-3.5.0
next