Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-25 | Make sure geometry rectangle is kept inside the screen area. | Danny Baumann | 1 | -2/+11 | |
2008-09-18 | [PATCH] Fix reading of floats in metadata for some locales. | Erkin Bahceci | 1 | -0/+10 | |
2008-09-17 | Fix a number of potential memleaks in XGetWindowProperty return value handling. | Danny Baumann | 3 | -56/+89 | |
If a property with 0 items was set, the return value was leaked. | |||||
2008-09-14 | Use pendingMaps variable to set w->managed on MapNotify. | Danny Baumann | 1 | -1/+1 | |
2008-09-14 | Only decrement pendingMaps variable when there are actually pending maps. | Danny Baumann | 1 | -1/+2 | |
2008-09-12 | Fix warning. | Danny Baumann | 1 | -2/+1 | |
2008-09-12 | Cleanup: pass button and key events directly (instead of generic XEvent) ↵ | Danny Baumann | 1 | -34/+37 | |
into action handlers. | |||||
2008-09-12 | Call terminate function also for bindings without modifiers. | Danny Baumann | 1 | -18/+24 | |
2008-09-09 | When the startup ID of a window changes, move it to current viewport instead ↵ | Danny Baumann | 1 | -7/+10 | |
of changing to the viewport of the window. | |||||
2008-09-08 | On startup ID changes, overwrite the initial viewport with the viewport the ↵ | Danny Baumann | 1 | -1/+10 | |
window is currently on. When not doing so, the current viewport will always be filled in as initial viewport, thus making the focus stealing prevention trigger. | |||||
2008-09-08 | Activate window (if allowed) when its startup ID changes. | Danny Baumann | 2 | -11/+43 | |
2008-09-03 | Add support for matching a window's alpha channel availability. | Danny Baumann | 1 | -0/+14 | |
2008-09-01 | Merge branch 'master' of ↵ | Danny Baumann | 1 | -24/+34 | |
git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz | |||||
2008-08-31 | Fix memory leak. | Danny Baumann | 1 | -24/+27 | |
2008-08-28 | Made logMessage a wrappable core (instead of display) function. | Danny Baumann | 10 | -68/+66 | |
2008-08-28 | Improve focus stealing prevention. | Danny Baumann | 1 | -4/+16 | |
- Allow window focus if currently no window or only the desktop window is focussed. - Rename mode "High" to "Normal" and introduce "High" mode that denies focus attempts of windows not belonging to the active application. - Allow focus attempts of windows of the same application in Low, Normal, High modes. | |||||
2008-08-21 | Limit number of damage rects in one screen repaint. | Danny Baumann | 1 | -0/+7 | |
If the number of rects grows too much, we're using more resources managing the damage than doing the actual drawing. | |||||
2008-08-18 | Replace return to exit loop by break. | Danny Baumann | 1 | -4/+9 | |
2008-08-14 | Pass client type of _NET_MOVERESIZE_WINDOW message sender to validate function. | Danny Baumann | 2 | -5/+10 | |
Use this information to skip validation of pager initiated move/resize events. | |||||
2008-08-14 | Add definitions for EWMH source indication values. | Danny Baumann | 2 | -4/+4 | |
2008-08-08 | Don't use window found previously. | Danny Baumann | 1 | -5/+7 | |
2008-08-08 | Optimization. | Danny Baumann | 1 | -7/+15 | |
2008-08-08 | Try to find the window under the pointer through the server if d->below is ↵ | Danny Baumann | 1 | -0/+17 | |
not valid. This may happen e.g. if focusDefaultWindow() is called right after moveScreenViewport(), as the EnterNotify event hasn't arrived at that time yet. | |||||
2008-08-08 | We now have the CompScreen variable at the right time, use it. | Danny Baumann | 1 | -1/+1 | |
2008-08-08 | Also update d->below variable when we have a grab, so that it has the ↵ | Danny Baumann | 1 | -43/+38 | |
correct value after grab end. Needed e.g. for focussing the correct default window after viewport changes with click_to_focus disabled. | |||||
2008-08-08 | Merge branch 'master' of ↵ | Danny Baumann | 1 | -1/+2 | |
git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz | |||||
2008-08-08 | Also update window sizes if the work area of a single output changed. | Danny Baumann | 1 | -5/+15 | |
2008-08-08 | Merge branch 'master' of ↵ | Danny Baumann | 1 | -6/+8 | |
git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz | |||||
2008-08-08 | Don't modify action priv value when applying option changes. | Danny Baumann | 1 | -1/+2 | |
2008-08-07 | Minor coding style adjustment. | Danny Baumann | 1 | -3/+1 | |
Remove useless assignment. | |||||
2008-08-07 | Handle sync alarm events on screens other than the last. | Aaron Plattner | 1 | -4/+8 | |
2008-07-27 | Remove opacity, brightness and saturation members from CompWindow struct. | Danny Baumann | 2 | -17/+13 | |
w->paint.[opacity|brightness|saturation] now contains the property value cache and should never be changed. | |||||
2008-07-27 | Remove opacity adjustment handling (bindings, matches) from core. | Danny Baumann | 5 | -153/+13 | |
2008-07-26 | Update paint values and damage window properly on brightness and saturation ↵ | Danny Baumann | 1 | -6/+20 | |
property changes. | |||||
2008-07-25 | Move unresponding window greyout to fade plugin. | Danny Baumann | 2 | -36/+8 | |
2008-07-09 | Fix typo. | Danny Baumann | 1 | -1/+1 | |
2008-07-03 | Only move focus to window on click if it wasn't focussed before. | Danny Baumann | 1 | -2/+3 | |
2008-07-03 | Improve ABI version check printout. | Danny Baumann | 1 | -3/+13 | |
2008-06-18 | Added synhronized timers. | Dennis Kasprzyk | 4 | -13/+33 | |
compAddTimeout now has a minimal and a maximal timeout time. This allows compiz to execute multiple timers at once and prevents unnecessary wakeups. | |||||
2008-06-15 | Fix some minor memory leaks. | Danny Baumann | 2 | -0/+4 | |
2008-06-10 | Store icon geometry in CompWindow struct. | Danny Baumann | 3 | -1/+48 | |
2008-06-08 | Warning fix. | Danny Baumann | 1 | -1/+1 | |
2008-06-08 | Plug some minor memory leaks. | Danny Baumann | 2 | -7/+16 | |
2008-06-07 | Minor cleanup. | Danny Baumann | 1 | -5/+1 | |
2008-06-07 | Merge branch 'master' of ↵ | Danny Baumann | 1 | -13/+6 | |
git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz | |||||
2008-06-07 | Fix a number of memory leaks. | Danny Baumann | 4 | -4/+18 | |
2008-06-06 | Minor cleanup. | Danny Baumann | 1 | -13/+6 | |
2008-05-24 | Optimizations. | Danny Baumann | 1 | -43/+29 | |
2008-05-24 | Remove useless checks. | Danny Baumann | 1 | -7/+4 | |
As w->alive is unconditionally set to true when adding windows, it makes no sense to check if it's true. | |||||
2008-05-24 | Coding style fixes. | Danny Baumann | 1 | -4/+5 | |