summaryrefslogtreecommitdiff
path: root/obt
AgeCommit message (Collapse)Author
2010-03-25add an empty function to parse the Desktop Entry group in a .desktop fileDana Jansens
2010-03-25parse key/value pairs from the .desktop file and save them in a hashtableDana Jansens
2010-03-25close the .desktop file after parsing itDana Jansens
2010-03-25free the path after done with itDana Jansens
2010-03-25g_warning adds a \nDana Jansens
2010-03-25watch for groups in .desktop files and remember the current group. validate ↵Dana Jansens
the names, and make sure no duplicates and "Desktop Entry" comes first
2010-03-25avoid ascii control characters in stringsDana Jansens
2010-03-25add beginning of .desktop file parsing, grabs a line of text from the input ↵Dana Jansens
file at a time and strips out any \0 characters
2010-03-25make enum values match numbers in the spec, and make the .desktop file ↵Dana Jansens
reader function take a list of paths to look for the file in
2010-03-25add function to give the list of autostart directoriesDana Jansens
2010-03-25add some functions for parsing a value in a .desktop fileDana Jansens
2010-02-19make array large enoughDana Jansens
2010-02-19get the modifier mask for a modifier key that is pressed/released more ↵Dana Jansens
accurately, using the table we built already for other purposes
2010-02-16Add skeleton for start of dot-desktop-file parserDana Jansens
2010-02-16more using g_slice_new() instead of g_new()Dana Jansens
2010-02-12make the obt .pc file do -lobt, not -lobrenderDana Jansens
2010-02-12use g_slice_new() instead of g_new() part 3Dana Jansens
2010-02-12have obt refresh the xlib keyboard stuff on mappingnotify eventsDana Jansens
2010-02-12destroy XIC's that belong to an XIM before closing the XIM, else Xlib will ↵Dana Jansens
seggie!
2010-02-12Check node->name for nullMikael Magnusson
Seems to happen sometimes with a well placed xml comment.
2010-02-11dont print warnings when reading keys which dont generate textDana Jansens
2010-02-11make control keys work in menus/dialogs/etc with the new obt code, using ↵Dana Jansens
XLookup stuff
2010-02-11make obt translate keypress events to a valid utf8 character (note this ↵Dana Jansens
makes openbox not compile)
2010-02-11add interface in obt to create an Input Context for a windowDana Jansens
2010-02-11create an X Input Method in obt for the app to use for all inputDana Jansens
2010-02-11check the xkb version before using itDana Jansens
2010-02-09dont assert when there is no valid key layout presentDana Jansens
2010-01-14allow app rules to match windows by their title when mappingDana Jansens
and save the title in the _OB_APP_TITLE property
2010-01-11Merge branch 'backport' into workDana Jansens
Conflicts: configure.ac data/rc.xml openbox/client.c openbox/event.c openbox/focus_cycle.c openbox/focus_cycle_popup.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c version.h.in
2009-12-28reflect the change that parse.c/h was renamed to xml.c/h in the file header ↵Dana Jansens
comments
2009-12-21check more headers before including themDana Jansens
2009-12-21rename the obt_parse library to obt_xml (since it is very xml specific)Dana Jansens
2009-12-21add obt_parse_save_file() method to the obt parse libraryDana Jansens
2009-12-21Set up work for making a 3.5 prerelease.Dana Jansens
Set version stuff to 3.5.0-rc1. Copy the CHANGELOG from 3.4-working. Rename the obt-4.0 and obrender-4.0 pkgconfig stuff to obt-3.5 and obrender-3.5 Rename the "render" directory to "obrender" so that the public headers can be installed in <obrender/*>
2009-12-16Merge branch 'backport' into workDana Jansens
Conflicts: obt/keyboard.c obt/keyboard.h openbox/event.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c
2009-12-11Merge branch 'backport' into workDana Jansens
Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h
2009-11-24strip leading/trailing whitespace off stuff when reading it from the configsDana Jansens
2009-11-07Make clang happierMikael Magnusson
Add asserts to default: in switch statements Store pointed to variables locally so it knows they don't change Remove some dead assignments Mark ob_exit_with_error as noreturn Use "%s", msg instead of just msg to printf style functions Use the c_pfocus variable
2009-09-19Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/actions/desktop.c openbox/client.c openbox/event.c openbox/extensions.c openbox/popup.c openbox/screen.c parser/parse.c
2008-10-27Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/client.c openbox/prop.c openbox/prop.h
2008-03-02use g_debug for debug messagesDana Jansens
2008-02-27set the right version in the new render and obt .pc filesDana Jansens
2008-02-22Merge branch 'backport' into workDana Jansens
Conflicts: openbox/menuframe.c openbox/prompt.c openbox/prop.c openbox/prop.h
2008-02-15() -> (void) also in .h files, and fix a place that gave arguments when it ↵Mikael Magnusson
shouldn't have.
2008-02-15() -> (void)Mikael Magnusson
2008-02-15Merge branch 'backport' into workDana Jansens
Conflicts: openbox/frame.c openbox/menuframe.c
2008-02-02split the version.h into render/ and obt/ copies, with the appropriate ↵Dana Jansens
version info
2008-02-02make the xerror output more clear, to say when errors are being properly ignoredDana Jansens
2008-02-02Merge branch 'backport' into workDana Jansens
Conflicts: openbox/client.c openbox/event.c openbox/mouse.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c parser/parse.h
2008-02-01remove the generated obt's pc fileDana Jansens