| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2007-05-15 | updates for the build system. always set Openbox on the support window | Dana Jansens | |
| 2007-05-14 | remove config namespaces | Dana Jansens | |
| 2007-05-14 | we don't need to save the config type in the session because if they dont ↵ | Dana Jansens | |
| run their DE with the openbox-*-session command, openbox won't be loaded anyhow. and if they do, they the var will be set and doesn't need to come from the session. | |||
| 2007-05-14 | add --debug-xinerama | Dana Jansens | |
| 2007-05-13 | don't unset the config namespace so that if you rerun it, it uses the same ↵ | Dana Jansens | |
| one. this is for dev work, really. also, recompiled man pages | |||
| 2007-05-13 | save the config type in the session command line arguments | Dana Jansens | |
| 2007-05-13 | when using openbox-gnome/kde-session, use a separate config file ↵ | Dana Jansens | |
| (rc-gnome/kde.xml) | |||
| 2007-05-13 | rename the openbox_* atoms back to ob_* | Dana Jansens | |
| 2007-05-13 | reorganize --help. dont error if they use a --sm stuff and sm isn't enabled | Dana Jansens | |
| 2007-05-10 | translate a few more strings and use g_message not g_critical whch is for ↵ | Dana Jansens | |
| debugging | |||
| 2007-05-10 | fix cmd line argument parsing, it would drop some. | Dana Jansens | |
| drop the --restart-binary argument. we're going to have to do it differently because gnome-session is stupid ! | |||
| 2007-05-09 | dont use XKeysymToKeycode because valgrind says it is doing bad things, and ↵ | Dana Jansens | |
| we have all the data we need anyways | |||
| 2007-05-09 | use the keysyms instead of translating. waste. | Dana Jansens | |
| 2007-05-09 | support for _NET_WM_USER_TIME_WINDOW round 2 ! yay abstraction | Dana Jansens | |
| 2007-05-07 | switch to using a command line variable instead, for the restart binary, ↵ | Dana Jansens | |
| just remove it so its not given to the session manager and confuses things. drop the reconfigure notify pid for now | |||
