| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-02-19 | make array large enough | Dana Jansens | |
| 2010-02-19 | get 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-16 | Add skeleton for start of dot-desktop-file parser | Dana Jansens | |
| 2010-02-16 | more using g_slice_new() instead of g_new() | Dana Jansens | |
| 2010-02-12 | make the obt .pc file do -lobt, not -lobrender | Dana Jansens | |
| 2010-02-12 | use g_slice_new() instead of g_new() part 3 | Dana Jansens | |
| 2010-02-12 | have obt refresh the xlib keyboard stuff on mappingnotify events | Dana Jansens | |
| 2010-02-12 | destroy XIC's that belong to an XIM before closing the XIM, else Xlib will ↵ | Dana Jansens | |
| seggie! | |||
| 2010-02-12 | Check node->name for null | Mikael Magnusson | |
| Seems to happen sometimes with a well placed xml comment. | |||
| 2010-02-11 | dont print warnings when reading keys which dont generate text | Dana Jansens | |
| 2010-02-11 | make control keys work in menus/dialogs/etc with the new obt code, using ↵ | Dana Jansens | |
| XLookup stuff | |||
| 2010-02-11 | make obt translate keypress events to a valid utf8 character (note this ↵ | Dana Jansens | |
| makes openbox not compile) | |||
| 2010-02-11 | add interface in obt to create an Input Context for a window | Dana Jansens | |
| 2010-02-11 | create an X Input Method in obt for the app to use for all input | Dana Jansens | |
| 2010-02-11 | check the xkb version before using it | Dana Jansens | |
| 2010-02-09 | dont assert when there is no valid key layout present | Dana Jansens | |
| 2010-01-14 | allow app rules to match windows by their title when mapping | Dana Jansens | |
| and save the title in the _OB_APP_TITLE property | |||
| 2010-01-11 | Merge branch 'backport' into work | Dana 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-28 | reflect the change that parse.c/h was renamed to xml.c/h in the file header ↵ | Dana Jansens | |
| comments | |||
| 2009-12-21 | check more headers before including them | Dana Jansens | |
| 2009-12-21 | rename the obt_parse library to obt_xml (since it is very xml specific) | Dana Jansens | |
| 2009-12-21 | add obt_parse_save_file() method to the obt parse library | Dana Jansens | |
| 2009-12-21 | Set 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-16 | Merge branch 'backport' into work | Dana 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-11 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h | |||
| 2009-11-24 | strip leading/trailing whitespace off stuff when reading it from the configs | Dana Jansens | |
| 2009-11-07 | Make clang happier | Mikael 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-19 | Merge branch 'backport' into work | Mikael 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-27 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: openbox/client.c openbox/prop.c openbox/prop.h | |||
| 2008-03-02 | use g_debug for debug messages | Dana Jansens | |
| 2008-02-27 | set the right version in the new render and obt .pc files | Dana Jansens | |
| 2008-02-22 | Merge branch 'backport' into work | Dana 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-15 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/frame.c openbox/menuframe.c | |||
| 2008-02-02 | split the version.h into render/ and obt/ copies, with the appropriate ↵ | Dana Jansens | |
| version info | |||
| 2008-02-02 | make the xerror output more clear, to say when errors are being properly ignored | Dana Jansens | |
| 2008-02-02 | Merge branch 'backport' into work | Dana 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-01 | remove the generated obt's pc file | Dana Jansens | |
| 2008-01-31 | Use the # directive to simplify defines. | Mikael Magnusson | |
| 2008-01-31 | make an obt_root() macro | Dana Jansens | |
| 2008-01-31 | add support for XDG_CACHE_HOME to the obt paths | Dana Jansens | |
| 2008-01-31 | make menu event handling work more like how other events are handled, less ↵ | Dana Jansens | |
| special-casey | |||
| 2008-01-20 | make the obt library branch compile again with all the changes merged in ↵ | Dana Jansens | |
| from backport | |||
| 2008-01-20 | let you make an xevent listener for all windows | Dana Jansens | |
| 2008-01-20 | make the xevent stuff work for events from extensions (these go beyond ↵ | Dana Jansens | |
| LASTEvent) | |||
| 2008-01-20 | add the xevent callback system to libobt in xevent.[ch] | Dana Jansens | |
| 2008-01-20 | make the mainloop not depend on an X display, and make it uses the ↵ | Dana Jansens | |
| obt_display automatically | |||
| 2008-01-20 | initialize the lists to NULL (empty) | Dana Jansens | |
| 2008-01-20 | move the xdg path stuff into obt/paths.[ch], and make render and openbox use it | Dana Jansens | |
