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
2007-10-08
Added support for window paint offsets into painting system.
Dennis Kasprzyk
1
-7
/
+60
2007-10-08
Added function to calculate window movement for a given offset.
Dennis Kasprzyk
1
-0
/
+46
2007-10-08
Initialize windowOffsetX/windowOffsetY correctly.
Dennis Kasprzyk
1
-0
/
+3
2007-10-08
Added setWindowPaintOffset function.
Dennis Kasprzyk
1
-0
/
+9
2007-10-08
Use windowOnAllViewports in moveScreenViewport.
Dennis Kasprzyk
1
-10
/
+1
2007-10-08
Added windowOnAllViewports function.
Dennis Kasprzyk
1
-0
/
+18
2007-10-08
Fix typo.
Danny Baumann
1
-1
/
+1
2007-10-08
Immediately update the internal stack representation on stack changes caused ...
Danny Baumann
2
-1
/
+15
2007-10-06
Fix findLowestSiblingBelow function for desktop windows.
Danny Baumann
1
-1
/
+3
2007-10-06
Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...
Danny Baumann
1
-2
/
+2
2007-10-06
Fix handling of ConfigureRequest events with CWStackMode set, but without CWS...
Danny Baumann
1
-2
/
+8
2007-10-04
Always use the old geometry passed to addWindowSizeChanges for comparisons.
Danny Baumann
1
-2
/
+2
2007-10-04
glGetString is allowed to return NULL in case an error happened, so avoid cra...
Danny Baumann
1
-0
/
+6
2007-10-02
Remove initial stack sanitization.
Danny Baumann
1
-101
/
+0
2007-10-02
Send synthetic configure notify events where needed according to ICCCM chapte...
Danny Baumann
1
-2
/
+30
2007-10-02
Don't touch override_redirect windows on initial sorting.
Danny Baumann
1
-3
/
+5
2007-10-02
An aboveId of None means that the window was placed on bottom of the stack, s...
Danny Baumann
1
-1
/
+1
2007-10-02
Don't restack desktop windows. They are placed correctly by updateWindowAttri...
Danny Baumann
1
-1
/
+2
2007-10-02
Fix variable naming.
Danny Baumann
1
-4
/
+4
2007-10-02
Sort windows that are present before the WM starts.
Danny Baumann
1
-0
/
+99
2007-10-02
We always need to restack windows on map. Newly created windows are placed on...
Danny Baumann
1
-4
/
+1
2007-09-28
Move input (if desired) focus after mapping the window.
Danny Baumann
1
-6
/
+6
2007-09-28
Use focus stealing prevention for application initiated active window change ...
Danny Baumann
1
-1
/
+6
2007-09-28
Delete property first and delete frame window after that to avoid race condit...
Danny Baumann
1
-1
/
+1
2007-09-27
Fix warning.
Danny Baumann
1
-6
/
+6
2007-09-27
Fix map and restack ordering.
Danny Baumann
1
-10
/
+17
2007-09-27
Don't restack windows on map if their focus should be prevented.
Danny Baumann
1
-2
/
+9
2007-09-27
Support restack requests in ConfigureRequest events.
Danny Baumann
1
-0
/
+34
2007-09-27
Rename focusWindowOnMap to allowWindowFocus and make it use the current windo...
Danny Baumann
2
-9
/
+10
2007-09-24
Make sure that unredirected windows get redirected on unmap.
Dennis Kasprzyk
1
-0
/
+3
2007-09-19
Minor cleanup.
Danny Baumann
1
-2
/
+2
2007-09-19
Fix whitespace.
Danny Baumann
1
-2
/
+2
2007-09-18
[PATCH] Autoraise for transients too
Kristian Lyngstol
1
-1
/
+3
2007-09-18
Don't restack new "dock" type windows behind the active window.
Dennis Kasprzyk
1
-1
/
+2
2007-09-17
Added wrapable output clipping functions.
Dennis Kasprzyk
2
-33
/
+52
2007-09-14
Allow plugins to not only clear allowed window actions, but also to add allow...
Danny Baumann
1
-4
/
+10
2007-09-14
Call matchPropertyChanged handler when the override_redirect flag changed.
Danny Baumann
1
-0
/
+2
2007-09-12
Re-query Xinerama information on root window reshape.
Danny Baumann
1
-0
/
+11
2007-09-11
Recalculate window type and window actions if override_redirect state changed.
Danny Baumann
1
-1
/
+8
2007-09-11
Check for changes to the override_redirect flag on window map.
Danny Baumann
1
-0
/
+7
2007-09-10
Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...
Danny Baumann
1
-5
/
+5
2007-09-10
Plug minor memleak.
Roland Bär
1
-0
/
+3
2007-09-09
Minor cleanup.
David Reveman
1
-4
/
+4
2007-09-09
Remove whitespaces.
David Reveman
1
-1
/
+1
2007-09-09
XineramaQueryScreens is not guaranteed to set the number parameter to zero if...
Danny Baumann
1
-6
/
+3
2007-09-07
Minor cleanup.
Danny Baumann
1
-15
/
+12
2007-09-07
Remove frame window property on removing the window frame.
Danny Baumann
1
-0
/
+2
2007-09-06
Fix a number of obvious memory leaks.
David Reveman
3
-0
/
+41
2007-09-05
Remove windowAddNotify and windowRemoveNotify hooks.
David Reveman
2
-16
/
+0
2007-09-05
Add objectAdd and objectRemove hooks to core. These are similar to
David Reveman
5
-20
/
+44
[next]