| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | don't deiconify windows on reconfigure if they cant be iconified directly. ↵ | Dana Jansens | |
| stop managing windows in reverse order on restart it messes up the dock among other things | |||
| 2008-01-31 | don't check for the root window in the window hash tables. waste of cpu | Dana Jansens | |
| 2008-01-31 | be explicit than automake 1.9 is needed | Dana Jansens | |
| 2008-01-31 | Fix a typo that broke transient window hints. | Mikael Magnusson | |
| 2008-01-31 | increment the library version 1 so that it differs from the backport one, as ↵ | Dana Jansens | |
| they are actually different, and overwriting it sucks for obconf | |||
| 2008-01-31 | don't assert when you window_find(0)/dockapp_find(0), just return 0 | Dana Jansens | |
| 2008-01-31 | Use the # directive to simplify defines. | Mikael Magnusson | |
| 2008-01-31 | put openbox saved sessions in CACHE_HOME not DATA_HOME. more correct! i think. | Dana Jansens | |
| 2008-01-31 | simplify window.h macros, and rename the window types to ObWindowClass for ↵ | Dana Jansens | |
| consistent name style | |||
| 2008-01-31 | make an obt_root() macro | Dana Jansens | |
| 2008-01-31 | xerror.c is gone | Dana Jansens | |
| 2008-01-31 | its OBT_VERSION not OB_VERSION anymore | 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-31 | use -ggdb not -g3, as g3 breaks things | Dana Jansens | |
| 2008-01-31 | make the window.h interface more consistent with the rest of openbox, hide ↵ | Dana Jansens | |
| the window_map behind some functions, and make obdockapps not obwindows anymore | |||
| 2008-01-31 | don't deiconify windows on reconfigure if they cant be iconified directly. ↵ | Dana Jansens | |
| stop managing windows in reverse order on restart it messes up the dock among other things | |||
| 2008-01-29 | Mark translations without the new desktop number mismatch message as 3.4.5. | Mikael Magnusson | |
| Update swedish translation with them. [ I mistakenly originally made this commit on 3.4-working (commit 7f514044f7fb8f5c2948d9b3da837a9b46717ee5) so the changes got lost on a subsequent merge from backport when we usually overwrite po/. ] | |||
| 2008-01-29 | Update norwegian translation. | Michael Kjelbergvik Thung | |
| 2008-01-28 | reordering things when mapping windows a little to work with iconified ↵ | Dana Jansens | |
| windows with iconified toolbars on restart. (e.g. ooffice) | |||
| 2008-01-27 | fix a rare assert condition (window maps in iconic state but is not allowed ↵ | Dana Jansens | |
| to be iconic) | |||
| 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 | |
| that is actually useful | |||
| 2008-01-27 | ignore the built tests and some extra po/ generated junk | Dana Jansens | |
| 2008-01-27 | use setenv/unsetenv instead of putenv, cuz they are not ugly and confusing ↵ | Dana Jansens | |
| wrt memory leaks | |||
| 2008-01-27 | make horizontal gradients faster by not jumping around in memory as much | Dana Jansens | |
| 2008-01-27 | window a window stops responding to pings, don't use the xsync protocol ↵ | Dana Jansens | |
| while resizing it - its not going to be responding to it anyways | |||
| 2008-01-27 | only store icons for windows that are 64px or smaller, as we don't have need ↵ | Dana Jansens | |
| for any bigger icons at this time. unless they only provide icons bigger than that, then just store one of them (the smallest) | |||
| 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 ↵ | Dana Jansens | |
| (NextRequest()-1). Don't ignore enters that come after this with the next serial. | |||
| 2008-01-27 | create fake enter events for button press bindings. only swallow enter ↵ | Dana Jansens | |
| events when focus.undermouse is not on (for non-mouse actions) | |||
| 2008-01-26 | Remove a fuzzy translation. | Mikael Magnusson | |
| 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. ↵ | Dana Jansens | |
| otherwise it gets a non-zero size which messes with resistence/placement/etc | |||
| 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 | |
| actually want them. Ignore event serials without using XSync, so that we aren't doing an XSync 100 times per minute - slow! | |||
| 2008-01-25 | Fix some memleaks. | Mikael Magnusson | |
| missing RrFontClose for osd_font in two places. missing a g_free(area); | |||
| 2008-01-25 | skip enter events caused by temporarily raising windows during alt-tab. ↵ | Dana Jansens | |
| also caused by the focus cycle indicator moving | |||
| 2008-01-25 | add SessionManaged to the gnome wm-props.desktop thinger like metacity has ↵ | Dana Jansens | |
| in its | |||
| 2008-01-24 | add the new Clearlooks theme by mulberry, and rename the current one to ↵ | Dana Jansens | |
| Clearlooks-3.4 | |||
| 2008-01-24 | strip non-modifier masks from the keyboard state for keyreleases when xkb is ↵ | Dana Jansens | |
| present too | |||
| 2008-01-22 | Update portuguese translation. | Mikael Magnusson | |
| 2008-01-22 | Update brasilian portuguese translation. | Og Maciel | |
| 2008-01-22 | Update russian translation, by Snelius. | Mikael Magnusson | |
| 2008-01-22 | print a warning when the session has a different number of desktops than the ↵ | Dana Jansens | |
| openbox config | |||
