| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-01-20 | make the obt library branch compile again with all the changes merged in ↵ | Dana Jansens | |
| from backport | |||
| 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 | move the xdg path stuff into obt/paths.[ch], and make render and openbox use it | 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 | |
| there is also some random bug fixes for other libobt stuff in here. | |||
| 2008-01-20 | change openbox to use the libotk's keyboard.[ch] stuff instead of the old ↵ | Dana Jansens | |
| modkeys.[ch] and some of translate.[ch] | |||
| 2008-01-20 | add keyboard.[ch] to libobt. these are for tracking modifier keys, and ↵ | Dana Jansens | |
| translating to/from keycodes/keysyms/modmasks (also include a new obt/internal.h for putting functions that are not public) | |||
| 2008-01-20 | add functions for setting locale strings (on top of existing functions for ↵ | Dana Jansens | |
| setting utf8 strings). they are untested though! wonder if they work? | |||
| 2008-01-20 | make openbox use the obt prop.c/h stuff | Dana Jansens | |
| holy search and replace batman | |||
| 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 ↵ | Dana Jansens | |
| obt_display which obt can use, and the application. | |||
| 2008-01-20 | move the code for tracking what extensions are available on the display into ↵ | Dana Jansens | |
| the libobt | |||
| 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-16 | use hash tables in ping.[ch] instead of a list. we're pinging every window, ↵ | Dana Jansens | |
| not just windows youre trying to close, so don't use datastructures that suck with lots of windows.. | |||
| 2008-01-12 | Update --version output copyright year to 2008. | Mikael Magnusson | |
| 2008-01-11 | make the window_startup happen before the focus_cycle_popup startup, so that ↵ | Dana Jansens | |
| the popups can be added to the window map properly | |||
| 2008-01-11 | fix a warning from crappy libc apis | Dana Jansens | |
| 2007-11-12 | Add --exit. | Mikael Magnusson | |
| 2007-10-18 | Change setenv and unsetenv to putenv for portability. | Mikael Magnusson | |
| Solaris apparently does not have setenv and unsetenv. | |||
| 2007-08-01 | remove focus-stealing-prevention stuff, don't use user_time crap at all. it ↵ | Dana Jansens | |
| is broken in every application that has ever used it. ever. ever. \^_^/;;; | |||
| 2007-07-17 | remove trailing whitespace | Mikael Magnusson | |
| 2007-07-14 | no splitting _() strings | Mikael Magnusson | |
| 2007-07-14 | 80 cols everywhere | Mikael Magnusson | |
| 2007-07-12 | adding trunk | Dana Jansens | |
| Signed-off-by: Dana Jansens <danakj@orodu.net> | |||
| 2007-06-22 | the execute action works again. | Dana Jansens | |
| default hardcoded bindings are temporarily offline | |||
| 2007-06-21 | some first structural stuff for new actions | Dana Jansens | |
| 2007-06-20 | get the offscreen pixmaps for all windows (including their frames) | Dana Jansens | |
| 2007-06-13 | don't force reconfigure in a number of places, also eat enter events when ↵ | Dana Jansens | |
| reconfiguring. yay | |||
| 2007-06-07 | don't reconfigure twice | Dana Jansens | |
| 2007-06-03 | unused variables | Dana Jansens | |
| 2007-06-03 | much simpler and works just as well! client's reference position doesnt ↵ | Dana Jansens | |
| change just because the decor sizes do | |||
| 2007-05-31 | nothing really.. | Dana Jansens | |
| 2007-05-31 | when reconfiguring, readjust clients positions based on the change in their ↵ | Dana Jansens | |
| decoration sizes and their gravity | |||
| 2007-05-31 | add an allow_fallback option when opening a theme | Dana Jansens | |
| 2007-05-30 | fix a segfault | Dana Jansens | |
| 2007-05-28 | set the current theme in a root property | Dana Jansens | |
| 2007-05-28 | final touches for r6990-6992 | Dana Jansens | |
| 2007-05-28 | missed one | Dana Jansens | |
| 2007-05-22 | change render to obrender in a message | Mikael Magnusson | |
| 2007-05-22 | don't reload the session on restart | Dana Jansens | |
| 2007-05-20 | add --restart | Mikael Magnusson | |
| 2007-05-20 | fix segfault by ordering shutdown properly | Dana Jansens | |
| 2007-05-19 | for startup notification, use the left ptr+watch if it is available, and ↵ | Dana Jansens | |
| fall back to the pointer instead of the unusable watch if its not | |||
| 2007-05-19 | move focus_cycle_popup into its own file | Dana Jansens | |
| 2007-05-19 | move focus_cycle_indicator into its own file | Dana Jansens | |
| 2007-05-19 | move focus cycling into its own file | Dana Jansens | |
| 2007-05-15 | always ignore errors for client_focus like we used to. | Dana Jansens | |
| 2007-05-15 | simplify focus handling a bit. no need to listen to focus going to the frame ↵ | Dana Jansens | |
| because if it ever does that, the window is unmapping and the frame will just unmap and send it to root. make focus fallback a lil more robust, it checks for errors when it sets focus on the window, and if an error occured it will focus the next option. | |||
