| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-01-11 | make it possible to temporarily raise a window to the top, and restore it. ↵ | Dana Jansens | |
| also fix the return val for window_layer. | |||
| 2008-01-11 | fix a warning from crappy libc apis | Dana Jansens | |
| 2008-01-11 | focus the desktop window when you right click it, same as you focus other ↵ | Dana Jansens | |
| windows | |||
| 2008-01-11 | Bug 3359 - redundant pango flags | Dana Jansens | |
| 2008-01-11 | fix a focus race condition in two ways: | Dana Jansens | |
| 1. when focusing a window, ignore any enter events up until the serial of the X event causing the focus, not up until the last thing sent to the server. if we get 2 enters very quickly, then we don't want to ignore the second one just because we are focusing the first window. 2. there is a race if you check (focus_client != d->client) in the delay_focus_func, because the current focused window might change by the time this focus_client would take effect, so don't check that. | |||
| 2008-01-11 | code clean up | Dana Jansens | |
| 2008-01-11 | XKB modifiers are strange things, and i don't know how to read them properly ↵ | Dana Jansens | |
| in modkeys.c and convert it all to the x core stuff. so we use this to get the state of the modifiers, otherwise we end up missing them sometimes (like on PPC) | |||
| 2008-01-11 | reconfigure openbox when the input mapping changes, eg. keyboard layout or ↵ | Dana Jansens | |
| modifier map | |||
| 2008-01-11 | Revert "fix for xkb weirdness, to fix a bug introduced in 3.4.3, where ↵ | Dana Jansens | |
| releasing the super mod key would not end interactive actions." This reverts commit 47e7aa82dc9f390c809151f87c81f33b5b408221. This is an XKB problem, and it needs to be properly resolved with XKB functions | |||
| 2008-01-11 | updated clearlooks theme from John McKnight | Dana Jansens | |
| 2008-01-11 | Bug#: 3328 - remove top border for maxed undecorated windows | Dana Jansens | |
| 2008-01-11 | allow dialog windows to be fullscreened, kpdf does this | Dana Jansens | |
| 2008-01-11 | Add new Basque translation. | Inko Illarramendi Arancibia | |
| 2008-01-11 | Correct .po version headers. | Mikael Magnusson | |
| 2008-01-09 | Add --exit translation to vietnamese translation. | Quan Tran | |
| 2008-01-08 | Update french translation with --exit help and use french punctuation rules. | Eric Lassauge | |
| 2007-12-21 | Add Hungarian translation. | Robert Kuszinger | |
| 2007-12-07 | Update slovak translation with desktop strings. | Mikael Magnusson | |
| 2007-11-12 | Add --exit. | Mikael Magnusson | |
| 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-10-22 | Update finnish translation. | Elias Julkunen | |
| 2007-10-18 | Change setenv and unsetenv to putenv for portability. | Mikael Magnusson | |
| Solaris apparently does not have setenv and unsetenv. | |||
| 2007-09-04 | ANSI function declarations, ie () -> (void) | Mikael Magnusson | |
| 2007-09-04 | Fix using None when it should be NULL | Mikael Magnusson | |
| 2007-09-04 | Fix shadowed variables | Mikael Magnusson | |
| 2007-09-04 | Fix calling functions with wrong number of arguments | Mikael Magnusson | |
| 2007-08-31 | Update french translation. | Mikael Magnusson | |
| 2007-08-23 | hide the desktop popup when showing the directional focus popup too | Dana Jansens | |
| 2007-08-23 | German translation update | Mikael Magnusson | |
| 2007-08-22 | Hide the desktop cycle popup when the focus cycle popup is shown. | Mikael Magnusson | |
| 2007-08-17 | Russian translation update with manage desktop menu strings. | Mikael Magnusson | |
| 2007-08-07 | Only copy execute_func to the more_menu. | Mikael Magnusson | |
| Also don't bother copying NULL around in menu_new. | |||
| 2007-08-07 | Another leaked Rect *a | Mikael Magnusson | |
| 2007-08-07 | Squash one more leak | Mikael Magnusson | |
| 2007-08-06 | proper constness | Dana Jansens | |
| 2007-08-06 | more clear code? | Dana Jansens | |
| 2007-08-07 | Fix another memleak | Mikael Magnusson | |
| 2007-08-06 | Updated finnish translation | Mikael Magnusson | |
| 2007-08-05 | add a comment | Dana Jansens | |
| 2007-08-06 | Fix some memleaks | Mikael Magnusson | |
| 2007-08-05 | When halting focus-follows-mouse, ignore any enter events that were ↵ | Dana Jansens | |
| generated before the halting process too. | |||
| 2007-08-04 | fix edge detection, it was skipping edges sometimes | Dana Jansens | |
| 2007-08-04 | update changelog for 3.4.4 | Dana Jansens | |
| 2007-08-04 | let you select an omnipresent window on another desktop | Dana Jansens | |
| 2007-08-04 | make growtoedge shrink if it cyan grow any more | Dana Jansens | |
| 2007-08-04 | move the submenus to the top of the client menu by popular demand. | Dana Jansens | |
| 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-04 | don't focus new windows if they appear on another desktop and a relative is ↵ | Dana Jansens | |
| not focused | |||
| 2007-08-04 | let you specify the padding y and x independently | Dana Jansens | |
| 2007-08-04 | make the default time for the desktop notificatin 875ms | Dana Jansens | |
