| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-02 | add a --config-file command line option, and OB_CONFIG_FILE root hint | Dana Jansens | |
| 2008-01-31 | make ob_debug use the g_log system, and make openbox log messages to..a log ↵ | Dana Jansens | |
| file ! this will help everyone since most people do not run openbox in a terminal.. | |||
| 2008-01-31 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/client.c openbox/config.c openbox/event.c openbox/extensions.c openbox/focus_cycle_indicator.c openbox/focus_cycle_popup.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c openbox/stacking.c openbox/startupnotify.c | |||
| 2008-01-31 | make an obt_root() macro | Dana Jansens | |
| 2008-01-22 | print a warning when the session has a different number of desktops than the ↵ | Dana Jansens | |
| openbox config | |||
| 2008-01-20 | make the obt library branch compile again with all the changes merged in ↵ | Dana Jansens | |
| from backport | |||
| 2008-01-20 | fix constness | Dana Jansens | |
| 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-16 | Various fixes for sparse warnings. | Mikael Magnusson | |
| Define void functions with (void), not (). Add missing includes. Some functions were declared static but defined non-static. Some variables that should be file static were file global but not used in any other file. prop.h defined a new prop_atoms in each file that included it instead of declaring it extern. | |||
| 2008-01-16 | add the new pid and ping atoms to the NET_SUPPORTED list | Dana Jansens | |
| 2008-01-11 | try to comment the code for when to save the "last desktop" | Dana Jansens | |
| 2008-01-11 | make the time to remember last desktop a #define, and make it 750ms | Dana Jansens | |
| 2008-01-11 | Don't record desktops for lastdesktop when switching away quickly again. | Mikael Magnusson | |
| When switching desktops, only record the previous desktop as the last desktop if the user stayed there for a while. This way you can scroll over a couple desktops quickly, then go back to the previous desktop you _used_, not the last you scrolled past. | |||
| 2007-10-31 | Try to fix the popup only showing up on monitor 0. | Mikael Magnusson | |
| screen_find_monitor() should perhaps contain that big hunk of logic, I don't know if anything will break now that it returns screen_num_monitors sometimes. We'll see! | |||
| 2007-09-04 | ANSI function declarations, ie () -> (void) | Mikael Magnusson | |
| 2007-09-04 | Fix calling functions with wrong number of arguments | Mikael Magnusson | |
| 2007-08-22 | Hide the desktop cycle popup when the focus cycle popup is shown. | Mikael Magnusson | |
| 2007-08-07 | Another leaked Rect *a | Mikael Magnusson | |
| 2007-08-04 | don't make omnipresent windows lose focus when changing desktops. this is ↵ | Dana Jansens | |
| done by allowing focus_fallback to specify if focus has been lost or not. usually if you're call it, focus is lost, but not always. | |||
| 2007-08-03 | fallback focus when removing a desktop without doing a fake desktop switch | Dana Jansens | |
| 2007-08-03 | show a popup notification when switching desktops (also make all the config ↵ | Dana Jansens | |
| options export time in milliseconds not half milli half micro) | |||
| 2007-08-03 | new least-intrusive focus stealing prevention | Dana Jansens | |
| 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-26 | use the moveresize client to find the active monitor too | Dana Jansens | |
| 2007-07-20 | don't move parents and children over when inserting desktops - cuz then they ↵ | Dana Jansens | |
| all get moved a bunch of times, just move the top direct parent | |||
| 2007-07-17 | remove trailing whitespace | Mikael Magnusson | |
| 2007-07-12 | adding trunk | Dana Jansens | |
| Signed-off-by: Dana Jansens <danakj@orodu.net> | |||
| 2007-07-10 | user-sepcified margins | Dana Jansens | |
| 2007-06-29 | compliance over functionlity | Dana Jansens | |
| 2007-06-23 | warp desktops when you hit the edge of the screen while moving a window | Dana Jansens | |
| 2007-06-23 | move logic for add/remove desktop into screen.c | Dana Jansens | |
| 2007-06-21 | only enable automatic composite redirection for the client windows, not the ↵ | Dana Jansens | |
| frames. maybe this will avoid screen artifacts with the crap server support | |||
| 2007-06-20 | get the offscreen pixmaps for all windows (including their frames) | Dana Jansens | |
| 2007-06-19 | backwards macro | Dana Jansens | |
| 2007-06-19 | check for damage and render extensions if going to use composite. require ↵ | Dana Jansens | |
| them for it. also include the cflags/libs. and only run the xcomposite stuff so far when the server supports it | |||
| 2007-06-19 | redirect window contents to offscreen pixmaps with composite so they are ↵ | Dana Jansens | |
| available for use. | |||
| 2007-06-13 | raise windows smartly when merging desktops | Dana Jansens | |
| 2007-06-13 | improve the add/remove desktop actions a bunch. | Dana Jansens | |
| make the lastdesktop action not assert if you remove a desktop (i think it could have) | |||
| 2007-06-13 | fix focus flicker on sendto+follow | Dana Jansens | |
| 2007-06-13 | don't raise windows when moving them between desktops in some cases | 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-13 | fix the optimize | Dana Jansens | |
| 2007-06-13 | optimize | Dana Jansens | |
| 2007-06-13 | wrong vriables | Dana Jansens | |
