0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
KDE 4.9 support. More... about 13 years ago
Avoid crash on shutdown due to a bug in Qt's raster graphics engine. More... over 13 years ago
Don't unredirect overlay windows until we have set the new bounding shape for the output window. More... almost 14 years ago
Update decoration padding values on resize, to fix maximized windows with KDE 4.7. More... almost 14 years ago
Add warning if screen size exceeds max texture size. More... over 14 years ago
Add support for initially minimized windows to minimize plugin. More... over 14 years ago
Support windows that request to be initially minimized. More... over 14 years ago
Post-release version increment. More... over 14 years ago
Add NEWS entry and bump version for 0.8.8 release. More... over 14 years ago
Update output if window is moved. If panels are present on only one output, we want to make sure that we don't let panels on other outputs affect constraining. More... over 14 years ago
Use more appropriate API. More... over 14 years ago
Cleanup. More... over 14 years ago
Only set w->unmanaging if the window was actually managed. More... over 14 years ago
Whitespace fix. More... over 14 years ago
If the root window gets focus, unset activeWindow before calling focusDefaultWindow to make sure the latter really focusses another window. More... over 14 years ago
If an unexpected window gets focus (e.g. by a client calling XSetInputFocus directly), make sure that moving the input focus to a default window still works when that window is closed. More... over 14 years ago
Don't grant focus to override_redirect windows. Most other window managers don't even track override_redirect windows, so applications relying on the focus being granted to override_redirect windows are broken anyway. More... over 14 years ago
Don't let focus stay on the root window. It may happen that the root window is focussed, e.g. by some client calling XSetInputFocus with the root window as target. As that most likely isn't what the user wants, focus the default window instead. More... over 14 years ago
Fix switcher background drawing. As the default composition mode is SourceOver and the old contents are uninitialized, all sorts of graphical corruption could occur. Fix that by using Source composition mode and thus not using the old contents for blending. More... almost 15 years ago
Fix decoration flicker of switcher window. Previously, the pixmaps were recreated as soon as any property changed (and thus way too often), so it would happen that at the time the decoration plugin needs to access the pixmap, it would already have been destroyed. Avoid that by only recreating the pixmaps when needed. More... almost 15 years ago
Fix pixmap size calculation, server drawn borders are also included in the pixmap. More... almost 15 years ago
Don't rely on deprecated gdk symbol gdk_display. More... almost 15 years ago
Fix warning. More... almost 15 years ago
Also obey force placement match when validating ConfigureRequest events. More... almost 15 years ago
Replace old gdk_draw_drawable method calls with cairo equivalents. More... almost 15 years ago
Fix invalid read. More... almost 15 years ago
Minor whitespace fix. More... about 15 years ago
Don't stack focus-denied windows in a disallowed position More... about 15 years ago
Only reflect the decoration size in MapRequest gravity adjustment, not the whole window size. More... about 15 years ago
(Very) minor whitespace fix. More... over 15 years ago