| Age | Commit message (Expand) | Author |
| 2008-01-27 | Change <placeOn> to <monitor>. | Mikael Magnusson |
| 2008-01-27 | replace the <active> placement option with <placeOn>active/mouse/any</placeOn> | Dana Jansens |
| 2008-01-27 | get rid of copying the rrappearances for each menu frame, except for the one ... | Dana Jansens |
| 2008-01-27 | use setenv/unsetenv instead of putenv, cuz they are not ugly and confusing wr... | Dana Jansens |
| 2008-01-27 | window a window stops responding to pings, don't use the xsync protocol while... | Dana Jansens |
| 2008-01-27 | only store icons for windows that are 64px or smaller, as we don't have need ... | Dana Jansens |
| 2008-01-27 | we alloc theme elements for every window frame, but really it is unneccesary | Dana Jansens |
| 2008-01-27 | add a missing #include | Dana Jansens |
| 2008-01-27 | when ignoring enter events, only ignore up to the current serial (NextRequest... | Dana Jansens |
| 2008-01-27 | create fake enter events for button press bindings. only swallow enter event... | Dana Jansens |
| 2008-01-26 | Add a few missing includes and remove a stray debug printf. | Mikael Magnusson |
| 2008-01-26 | only add borders and stuff to the dock's size if it is holding anything. oth... | Dana Jansens |
| 2008-01-25 | fix a memleak in client_update_icon_geometry | Dana Jansens |
| 2008-01-25 | fix a mem leak | Dana Jansens |
| 2008-01-25 | fix a mem leak | Dana Jansens |
| 2008-01-25 | Create fake enter events in fewer situations - avoiding times that you don't ... | Dana Jansens |
| 2008-01-25 | Fix some memleaks. | Mikael Magnusson |
| 2008-01-25 | skip enter events caused by temporarily raising windows during alt-tab. also... | Dana Jansens |
| 2008-01-24 | strip non-modifier masks from the keyboard state for keyreleases when xkb is ... | Dana Jansens |
| 2008-01-22 | print a warning when the session has a different number of desktops than the ... | Dana Jansens |
| 2008-01-21 | use the <wmclass> for startup notfication in the execute action. when present... | Dana Jansens |
| 2008-01-20 | only unset the startup_desktop_id once, and dont free the string we pass to p... | Dana Jansens |
| 2008-01-20 | check them startupnotify-provided wmclass against both parts of a window's wm... | Dana Jansens |
| 2008-01-20 | make the obt library branch compile again with all the changes merged in from... | Dana Jansens |
| 2008-01-20 | make the mainloop not depend on an X display, and make it uses the obt_displa... | Dana Jansens |
| 2008-01-20 | move the xdg path stuff into obt/paths.[ch], and make render and openbox use it | Dana Jansens |
| 2008-01-20 | small api change for parsing | Dana Jansens |
| 2008-01-20 | was using random memory for parsing pipe menus with the new parse api | Dana Jansens |
| 2008-01-20 | fix constness | Dana Jansens |
| 2008-01-20 | s/xmlChildrenNode/children/ | Dana Jansens |
| 2008-01-20 | add obt_parse_tree_from_root and use it, cuz it's nice | Dana Jansens |
| 2008-01-20 | update openbox to use the current parser interface in libobt | Dana Jansens |
| 2008-01-20 | change openbox to use the libotk's keyboard.[ch] stuff instead of the old mod... | Dana Jansens |
| 2008-01-20 | add keyboard.[ch] to libobt. these are for tracking modifier keys, and transl... | Dana Jansens |
| 2008-01-20 | add functions for setting locale strings (on top of existing functions for se... | Dana Jansens |
| 2008-01-20 | make openbox use the obt prop.c/h stuff | Dana Jansens |
| 2008-01-20 | s/ob_display/obt_display/ and remove ob_display | Dana Jansens |
| 2008-01-20 | add prop.[ch] to the libobt, but they are not used yet. add a global obt_disp... | Dana Jansens |
| 2008-01-20 | move the code for tracking what extensions are available on the display into ... | Dana Jansens |
| 2008-01-20 | move the xerror handling into the libobt | Dana Jansens |
| 2008-01-20 | Move the main loop out into the libobt | Dana Jansens |
| 2008-01-20 | look mom, I made an openbox toolkit | Dana Jansens |
| 2008-01-20 | Merge branch 'backport' | Dana Jansens |
| 2008-01-20 | putenv wants a char*, not a const | Dana Jansens |
| 2008-01-19 | Merge branch 'backport' | Dana Jansens |
| 2008-01-17 | Remove leftover config_four_corners from config.c. | Mikael Magnusson |
| 2008-01-16 | make the ping hash tables work correctly. don't need to stop pinging, it wil... | Dana Jansens |
| 2008-01-16 | only 1 hash table is needed in ping.c | Dana Jansens |
| 2008-01-16 | use hash tables in ping.[ch] instead of a list. we're pinging every window, n... | Dana Jansens |
| 2008-01-16 | use unique IDs for pings rather than a timestamp. avoids duplicates. | Dana Jansens |