2008-01-25 |
Dana Jansens | strip non-modifier masks from the keyboard state for... |
tree | commitdiff |
2008-01-22 |
Dana Jansens | print a warning when the session has a different number... |
tree | commitdiff |
2008-01-22 |
Dana Jansens | use the <wmclass> for startup notfication in the execut... |
tree | commitdiff |
2008-01-20 |
Dana Jansens | only unset the startup_desktop_id once, and dont free... |
tree | commitdiff |
2008-01-20 |
Dana Jansens | check them startupnotify-provided wmclass against both... |
tree | commitdiff |
2008-01-20 |
Dana Jansens | putenv wants a char*, not a const |
tree | commitdiff |
2008-01-17 |
Mikael Magnusson | Remove leftover config_four_corners from config.c. |
tree | commitdiff |
2008-01-17 |
Dana Jansens | make the ping hash tables work correctly. don't need... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | only 1 hash table is needed in ping.c |
tree | commitdiff |
2008-01-16 |
Dana Jansens | use hash tables in ping.[ch] instead of a list. we... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | use unique IDs for pings rather than a timestamp. ... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | friendly check for the timer's delay being > 0 |
tree | commitdiff |
2008-01-16 |
Mikael Magnusson | Various fixes for sparse warnings. |
tree | commitdiff |
2008-01-16 |
Dana Jansens | active = FALSE when not active ! |
tree | commitdiff |
2008-01-16 |
Dana Jansens | fix timers so that they work when theres lots of repeat... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | add the new pid and ping atoms to the NET_SUPPORTED... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | don't let repeating timers, with a very fast timer... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | rework and comment out some debugging prints |
tree | commitdiff |
2008-01-16 |
Dana Jansens | add a comment |
tree | commitdiff |
2008-01-16 |
Dana Jansens | cant consistently tell if we should use WM_DESTROY... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | only ping windows that we need to |
tree | commitdiff |
2008-01-16 |
Dana Jansens | ping all the windows every 3 seconds, and show "not... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | its possible we did kill -TERM and it stayed alive... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | when you close an app and it stops responding.. if... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | when you close a window that you already tried to close... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | show [Not Responding] in the titlebar when closing... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | can tell when a window that was "closed" has stopped... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | check if a client will respond to pings |
tree | commitdiff |
2008-01-16 |
Dana Jansens | the inner border's corners weren't having events handle... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | fix the context given off by the borders in the br... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | resizing was defaulting to the topleft corner instead... |
tree | commitdiff |
2008-01-16 |
Dana Jansens | remove the visible window title hints when unmanaging... |
tree | commitdiff |
2008-01-13 |
Dana Jansens | don't skip windows that are skip_taskbar unless they... |
tree | commitdiff |
2008-01-13 |
Dana Jansens | sync when killing all keyboard grabs, so that we can... |
tree | commitdiff |
2008-01-12 |
Mikael Magnusson | Update --version output copyright year to 2008. |
tree | commitdiff |
2008-01-12 |
Dana Jansens | make the dock's hiding always have at least 1px on... |
tree | commitdiff |
2008-01-12 |
Dana Jansens | fix a copy/paste bug in placing the move&resize popup |
tree | commitdiff |
2008-01-12 |
Dana Jansens | since the internal windows are in window_map now, it... |
tree | commitdiff |
2008-01-12 |
Dana Jansens | Merge commit 'mika/backport' into backport |
tree | commitdiff |
2008-01-12 |
Dana Jansens | fix a small bug introduced that broke per-app placement |
tree | commitdiff |
2008-01-12 |
Dana Jansens | dont reparse the config file when the keyboard map... |
tree | commitdiff |
2008-01-12 |
Dana Jansens | make a GravityPoint and GravityCoord data structures... |
tree | commitdiff |
2008-01-12 |
Dana Jansens | let you specify the resize popup to be in a fixed place |
tree | commitdiff |
2008-01-12 |
Dana Jansens | make the focus cycle indicator be in the window_map... |
tree | commitdiff |
2008-01-12 |
Dana Jansens | add an <active> option for window placement, to try... |
tree | commitdiff |
2008-01-12 |
Dana Jansens | make fake xinerama happen even when xinerama is enabled |
tree | commitdiff |
2008-01-12 |
Dana Jansens | make the window_startup happen before the focus_cycle_p... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | don't take KeyRelease events for menus until they recei... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | continue commit 2b80e4e8ef56bb4fba614139601e750344418e5... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | fixes from commit 0ce14a727968736e57fb3fabba3794b46903875f |
tree | commitdiff |
2008-01-11 |
Dana Jansens | ignore mouse clicks on override-redirect windows that... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | try to comment the code for when to save the "last... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | make the time to remember last desktop a #define, and... |
tree | commitdiff |
2008-01-11 |
Mikael Magnusson | Don't record desktops for lastdesktop when switching... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | freeze onscreen stacking order changes while a temp... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | fix a crash when reconfiguring during focus cycling |
tree | commitdiff |
2008-01-11 |
Dana Jansens | let you raise the focus target temporarily during focus... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | make backport closer to 3.4-working for merging purposes |
tree | commitdiff |
2008-01-11 |
Dana Jansens | make it possible to temporarily raise a window to the... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | fix a warning from crappy libc apis |
tree | commitdiff |
2008-01-11 |
Dana Jansens | fix a focus race condition in two ways: |
tree | commitdiff |
2008-01-11 |
Dana Jansens | code clean up |
tree | commitdiff |
2008-01-11 |
Dana Jansens | XKB modifiers are strange things, and i don't know... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | reconfigure openbox when the input mapping changes... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | Revert "fix for xkb weirdness, to fix a bug introduced... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | Bug#: 3328 - remove top border for maxed undecorate... |
tree | commitdiff |
2008-01-11 |
Dana Jansens | allow dialog windows to be fullscreened, kpdf does... |
tree | commitdiff |
2007-11-12 |
Mikael Magnusson | Add --exit. |
tree | commitdiff |
2007-10-31 |
Mikael Magnusson | Try to fix the popup only showing up on monitor 0. |
tree | commitdiff |
2007-10-18 |
Mikael Magnusson | Change setenv and unsetenv to putenv for portability. |
tree | commitdiff |
2007-09-04 |
Mikael Magnusson | ANSI function declarations, ie () -> (void) |
tree | commitdiff |
2007-09-04 |
Mikael Magnusson | Fix shadowed variables |
tree | commitdiff |
2007-09-04 |
Mikael Magnusson | Fix calling functions with wrong number of arguments |
tree | commitdiff |
2007-08-23 |
Dana Jansens | hide the desktop popup when showing the directional... |
tree | commitdiff |
2007-08-22 |
Mikael Magnusson | Hide the desktop cycle popup when the focus cycle popup... |
tree | commitdiff |
2007-08-07 |
Mikael Magnusson | Only copy execute_func to the more_menu. |
tree | commitdiff |
2007-08-07 |
Mikael Magnusson | Another leaked Rect *a |
tree | commitdiff |
2007-08-07 |
Mikael Magnusson | Squash one more leak |
tree | commitdiff |
2007-08-07 |
Dana Jansens | proper constness |
tree | commitdiff |
2007-08-07 |
Dana Jansens | more clear code? |
tree | commitdiff |
2007-08-07 |
Mikael Magnusson | Fix another memleak |
tree | commitdiff |
2007-08-06 |
Mikael Magnusson | Fix some memleaks |
tree | commitdiff |
2007-08-05 |
Dana Jansens | When halting focus-follows-mouse, ignore any enter... |
tree | commitdiff |
2007-08-04 |
Dana Jansens | fix edge detection, it was skipping edges sometimes |
tree | commitdiff |
2007-08-04 |
Dana Jansens | let you select an omnipresent window on another desktop |
tree | commitdiff |
2007-08-04 |
Dana Jansens | make growtoedge shrink if it cyan grow any more |
tree | commitdiff |
2007-08-04 |
Dana Jansens | move the submenus to the top of the client menu by... |
tree | commitdiff |
2007-08-04 |
Dana Jansens | don't make omnipresent windows lose focus when changing... |
tree | commitdiff |
2007-08-04 |
Dana Jansens | don't focus new windows if they appear on another deskt... |
tree | commitdiff |
2007-08-04 |
Dana Jansens | make the default time for the desktop notificatin 875ms |
tree | commitdiff |
2007-08-04 |
Dana Jansens | add resize corners to the bottom corners of the inner... |
tree | commitdiff |
2007-08-04 |
Mikael Magnusson | Remove edge switching timer before adding it again. |
tree | commitdiff |
2007-08-04 |
Dana Jansens | only use user_time updates if they are on the focused... |
tree | commitdiff |
2007-08-04 |
Dana Jansens | fallback focus when removing a desktop without doing... |
tree | commitdiff |
2007-08-04 |
Dana Jansens | place windows in the largest area not the widest one... |
tree | commitdiff |
2007-08-04 |
Dana Jansens | show a popup notification when switching desktops ... |
tree | commitdiff |
2007-08-03 |
Dana Jansens | don't make delayed focus-follows-mouse interupt menus... |
tree | commitdiff |
2007-08-03 |
Dana Jansens | make warping on screen edge keep firing if you don... |
tree | commitdiff |
2007-08-03 |
Dana Jansens | new least-intrusive focus stealing prevention |
tree | commitdiff |
2007-08-03 |
Mikael Magnusson | Change resizing terminals to work for top and left... |
tree | commitdiff |
next |