index
:
xorg/app/compiz
compiz++
compiz-0.2
compiz-0.4
compiz-0.6
compiz-0.8
master
nomad-0.7.8
object-framework
OpenGL based compositing and windows manager (mirrored from https://gitlab.freedesktop.org/xorg/app/compiz)
davidr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-05
SM spec says that SmUserID is a required property.
Danny Baumann
1
-11
/
+29
2008-11-04
Also save process ID to session manager.
Danny Baumann
1
-15
/
+28
2008-10-27
Use only visible windows for "unredirect fullscreen windows" test.
Dennis Kasprzyk
1
-1
/
+2
2008-10-21
Handle "cleared WM hints" case properly.
Danny Baumann
1
-17
/
+29
2008-10-19
Optimizations.
Danny Baumann
1
-26
/
+19
2008-10-17
Fix typo.
Danny Baumann
1
-2
/
+2
2008-10-17
Added support for reading icons from old-school icon pixmaps if _NET_WM_ICON ...
Danny Baumann
1
-21
/
+134
2008-10-16
Always set the LIBGL_ALWAYS_INDIRECT environment variable to 1 if indirect re...
Danny Baumann
1
-0
/
+3
2008-10-09
Sync validated size on initial map to X before placement to make sure the win...
Danny Baumann
1
-4
/
+4
2008-10-08
Don't set demands_attention state if the window explicitly requested not to g...
Danny Baumann
1
-34
/
+31
2008-10-07
Check focusWindow function before focussing a window due to click or enter ev...
Danny Baumann
1
-4
/
+9
2008-10-07
After adding windows on startup, re-sync the internal stack order with X.
Danny Baumann
2
-1
/
+6
2008-10-06
Validate size before placing and make sure the size validation function only ...
Danny Baumann
1
-4
/
+4
2008-10-02
We want to prevent focus for windows that are not on the current viewport.
Danny Baumann
1
-3
/
+1
2008-10-02
Handle desktops a bit better.
Danny Baumann
3
-13
/
+17
2008-10-02
Also treat utility, menu and toolbar windows as group transients.
Danny Baumann
1
-1
/
+4
2008-10-02
Make sure window state property is correct when mapping windows.
Danny Baumann
2
-0
/
+2
2008-10-02
Use changeWindowState function.
Danny Baumann
1
-6
/
+1
2008-10-02
Change state property only on managed windows.
Danny Baumann
1
-1
/
+2
2008-10-02
Ignore _NET_WM_STATE_HIDDEN property changes as suggested by EWMH.
Danny Baumann
1
-0
/
+7
2008-09-29
Ensure windows fit in the work area when placing them by calling the window s...
Danny Baumann
1
-1
/
+5
2008-09-25
Make viewportForGeometry not take the current viewport into account.
Danny Baumann
2
-15
/
+18
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
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) into...
Danny Baumann
1
-34
/
+37
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
2008-09-08
On startup ID changes, overwrite the initial viewport with the viewport the w...
Danny Baumann
1
-1
/
+10
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 git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...
Danny Baumann
1
-24
/
+34
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
2008-08-21
Limit number of damage rects in one screen repaint.
Danny Baumann
1
-0
/
+7
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
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 no...
Danny Baumann
1
-0
/
+17
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 correct...
Danny Baumann
1
-43
/
+38
2008-08-08
Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...
Danny Baumann
1
-1
/
+2
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 git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...
Danny Baumann
1
-6
/
+8
[next]