Special case for unusual monitor setup
[dana/openbox.git] / obt /
2014-10-28 Mikael MagnussonSome fixes found by coverity for things used before...
2014-10-28 Peter ÅstrandFix compile failure when X_HAVE_UTF8_STRING is not...
2013-09-01 Dana JansensFix bugs and add unit tests for BSEARCH()
2013-08-11 Dana JansensFix some compiler warnings
2013-08-11 Dana JansensAdd support for loading SVG icons using librsvg.
2013-04-17 Mikael MagnussonRemove some evil tabs
2012-10-07 Dana JansensAllow window matching based on the group leader's name...
2012-09-30 Dana JansensDon't strip leading whitespace from menu labels (Fix...
2012-09-30 Dana JansensAllow an xml tag to be unregistered from the xml parser.
2012-09-30 Dana JansensProperly build path names for obt_paths_try_exec
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
2012-09-30 Dana JansensUse the KeyCode to directly find the modifier mask...
2011-10-16 Dana JansensRemove unused variable
2011-10-16 Dana JansensPropagate _NET_WM_WINDOW_OPACITY to the frame window...
2011-08-02 Mikael MagnussonMerge branch 'm4/master'
2011-01-24 Dana Jansensdon't free the XIC if it wasn't created. this appears...
2011-01-24 Dana JansensXML_PARSE_XINCLUDE flag seems to do nothing. Use xmlXIn...
2011-01-24 Dana JansensAllow XIncludes in xml documents we read.
2011-01-24 Dana Jansensadd some tests for obt pieces (binary search, .desktop...
2011-01-24 Dana Jansensoops, crash if searching for something smaller than...
2011-01-24 Dana JansensHandle STRING and COMPOUND_TEXT type text properties.
2011-01-24 Dana JansensRevert "add an inotify watcher for directories (doesnt...
2010-09-16 Mikael MagnussonFix a copypasto that broke interactive keybinds with...
2010-09-16 Mikael MagnussonCorrect typo occured -> occurred in function name
2010-09-16 Dana JansensAdd signal handling with the GMainLoop
2010-09-16 Dana Jansens80 cols
2010-06-25 Mikael MagnussonUse a gsource instead of gio channels for watching...
2010-06-16 Dana Jansensobt returns libxml2 structures directly, so anyone...
2010-06-14 Dana Jansensadd an inotify watcher for directories (doesnt work...
2010-06-14 Dana JansensUse GMainLoop instead of ObtMainLoop
2010-06-03 Dana Jansenssave the list of mime types listed as supported by...
2010-06-03 Dana Jansensparse app Categories better. parse a list of strings...
2010-06-03 Dana Jansensparse Categories tag and save them as an array of GQuarks
2010-06-03 Dana Jansensimproved .desktop parsing.
2010-06-03 Dana Jansensfree the user's group ids
2010-06-03 Dana Jansensfree the path dirs
2010-05-22 Dana Jansensparse Path, Terminal, and StartupNotify
2010-05-22 Dana Jansensparse OnlyShowIn/NotShowIn
2010-05-17 Dana Jansensremove a debug print in the keyboard obt stuff
2010-05-17 Dana Jansensavoid new gcc warning (casting ** to const** is not...
2010-04-28 Dana Jansensfound memory corruption in the obt xqueue and paths
2010-04-28 Dana Jansensmake an event queue for X events. the queue's min...
2010-04-16 Dana Jansensadd some comments for binary search
2010-04-16 Dana Jansensstat() can give an error, handle that
2010-03-30 Dana Jansensadd BSEARCH() macros in obt/bsearch.h that to a binary...
2010-03-30 Dana Jansensparse some of the .desktop stuff into an ObtLink structure
2010-03-30 Dana Jansensadd obt_paths_try_exec() that will see if an executable...
2010-03-26 Dana Jansensfigure out what type the value should be for each known...
2010-03-26 Dana JansensAdd a new ObtLink type, which is going to be a generali...
2010-03-25 Dana Jansenssave key values based on their value, but we dont know...
2010-03-25 Dana Jansensadd an empty function to parse the Desktop Entry group...
2010-03-25 Dana Jansensparse key/value pairs from the .desktop file and save...
2010-03-25 Dana Jansensclose the .desktop file after parsing it
2010-03-25 Dana Jansensfree the path after done with it
2010-03-25 Dana Jansensg_warning adds a \n
2010-03-25 Dana Jansenswatch for groups in .desktop files and remember the...
2010-03-25 Dana Jansensavoid ascii control characters in strings
2010-03-25 Dana Jansensadd beginning of .desktop file parsing, grabs a line...
2010-03-25 Dana Jansensmake enum values match numbers in the spec, and make...
2010-03-25 Dana Jansensadd function to give the list of autostart directories
2010-03-25 Dana Jansensadd some functions for parsing a value in a .desktop...
2010-02-19 Dana Jansensmake array large enough
2010-02-19 Dana Jansensget the modifier mask for a modifier key that is presse...
2010-02-17 Dana JansensAdd skeleton for start of dot-desktop-file parser
2010-02-16 Dana Jansensmore using g_slice_new() instead of g_new()
2010-02-12 Dana Jansensmake the obt .pc file do -lobt, not -lobrender
2010-02-12 Dana Jansensuse g_slice_new() instead of g_new() part 3
2010-02-12 Dana Jansenshave obt refresh the xlib keyboard stuff on mappingnoti...
2010-02-12 Dana Jansensdestroy XIC's that belong to an XIM before closing...
2010-02-12 Mikael MagnussonCheck node->name for null
2010-02-11 Dana Jansensdont print warnings when reading keys which dont genera...
2010-02-11 Dana Jansensmake control keys work in menus/dialogs/etc with the...
2010-02-11 Dana Jansensmake obt translate keypress events to a valid utf8...
2010-02-11 Dana Jansensadd interface in obt to create an Input Context for...
2010-02-11 Dana Jansenscreate an X Input Method in obt for the app to use...
2010-02-11 Dana Jansenscheck the xkb version before using it
2010-02-10 Dana Jansensdont assert when there is no valid key layout present
2010-02-08 Dana JansensMerge branch 'backport' into work
2010-02-05 Dana JansensMerge branch 'backport' into work
2010-01-14 Dana Jansensallow app rules to match windows by their title when...
2010-01-14 Dana JansensMerge branch 'backport' into work
2010-01-11 Dana JansensMerge branch 'backport' into work
2010-01-08 Dana JansensMerge branch 'backport' into work
2009-12-28 Dana Jansensreflect the change that parse.c/h was renamed to xml...
2009-12-21 Dana Jansenscheck more headers before including them
2009-12-21 Dana Jansensrename the obt_parse library to obt_xml (since it is...
2009-12-21 Dana Jansensadd obt_parse_save_file() method to the obt parse library
2009-12-21 Dana JansensSet up work for making a 3.5 prerelease.
2009-12-21 Dana JansensMerge branch 'backport' into work
2009-12-18 Dana JansensMerge branch 'backport' into work
2009-12-17 Dana JansensMerge branch 'backport' into work
2009-12-16 Dana JansensMerge branch 'backport' into work
2009-12-14 Dana JansensMerge branch 'backport' into work
2009-12-12 Dana JansensMerge branch 'backport' into work
2009-12-08 Dana JansensMerge branch 'backport' into work
2009-11-25 Dana Jansensstrip leading/trailing whitespace off stuff when readin...
2009-11-21 Dana JansensMerge branch 'backport' into work
2009-11-07 Mikael MagnussonMake clang happier
2009-11-07 Dana JansensMerge branch 'backport' into work
next