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
/
display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-22
Add swapbuffers and vsync_wait options
HEAD
master
Jesse Barnes
1
-2
/
+7
2009-02-07
Remove bogus XCB dependency
Kristian Lyngstol
1
-2
/
+0
2009-02-04
Remove Gnome specific key binding support from core.
Danny Baumann
1
-114
/
+0
2009-02-04
Remove command binding support from core.
Danny Baumann
1
-61
/
+0
2008-12-18
Support _NET_WM_FULLSCREEN_MONITORS EWMH hint.
Danny Baumann
1
-1
/
+4
2008-09-17
Fix a number of potential memleaks in XGetWindowProperty return value handling.
Danny Baumann
1
-0
/
+3
2008-08-28
Made logMessage a wrappable core (instead of display) function.
Danny Baumann
1
-17
/
+15
2008-07-27
Remove opacity adjustment handling (bindings, matches) from core.
Danny Baumann
1
-73
/
+0
2008-07-25
Move unresponding window greyout to fade plugin.
Danny Baumann
1
-3
/
+1
2008-06-18
Added synhronized timers.
Dennis Kasprzyk
1
-9
/
+28
2008-06-10
Store icon geometry in CompWindow struct.
Danny Baumann
1
-1
/
+2
2008-06-07
Fix a number of memory leaks.
Danny Baumann
1
-0
/
+3
2008-05-02
Only initiate window menu if we don't have an active grab.
Danny Baumann
1
-1
/
+1
2008-05-02
Added missing action check.
Danny Baumann
1
-1
/
+1
2008-05-02
Allow minimizeWindow to minimize windows that don't have the minimize action ...
Danny Baumann
1
-1
/
+1
2008-04-24
Use full screen output if overlapping output devices have been detected. This...
Dennis Kasprzyk
1
-3
/
+8
2008-03-29
Avoid unnecessarily unloading plugins if the new plugin list does not contain...
Danny Baumann
1
-7
/
+13
2008-03-15
Added screen edge trigger delay settings.
Danny Baumann
1
-1
/
+4
2008-02-24
mem leak fix
Roland Baer
1
-2
/
+7
2007-10-29
Move focusDefaultWindow function from display.c to screen.c.
Danny Baumann
1
-55
/
+0
2007-10-29
Make focusDefaultWindow() take the screen as parameter.
Danny Baumann
1
-23
/
+20
2007-10-17
Added button options for minimize window and toggle window maximized.
Danny Baumann
1
-0
/
+2
2007-10-17
Added close window button and raise/lower window key options.
Danny Baumann
1
-0
/
+3
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-06
Fix a number of obvious memory leaks.
David Reveman
1
-0
/
+13
2007-09-05
Add objectAdd and objectRemove hooks to core. These are similar to
David Reveman
1
-1
/
+5
2007-09-05
Remove ping timeout when removing display.
David Reveman
1
-0
/
+2
2007-09-05
Initialize display object for plugins properly.
David Reveman
1
-2
/
+6
2007-09-05
Load core plugin when initializing core object.
David Reveman
1
-16
/
+0
2007-09-05
Close display connection.
David Reveman
1
-0
/
+1
2007-09-05
Add multi-display support to eventLoop.
David Reveman
1
-195
/
+210
2007-09-05
Move WatchFd variables into core object.
David Reveman
1
-26
/
+22
2007-09-05
Move CompWatchFd struct into compiz-core.h.
David Reveman
1
-8
/
+0
2007-09-05
Move outputRegion and tmpRegion into core object.
David Reveman
1
-35
/
+15
2007-09-05
Move timeout variables into core object.
David Reveman
1
-25
/
+18
2007-09-05
Move CompTimeout struct to compiz-core.h.
David Reveman
1
-9
/
+0
2007-09-05
Remove trailing whitespaces.
David Reveman
1
-1
/
+1
2007-09-05
Avoid waking up once every second.
David Reveman
1
-1
/
+1
2007-09-05
Remove compDisplays variable and add comments to code
David Reveman
1
-26
/
+6
2007-09-05
Move plugin and display removal to finiCore and call
David Reveman
1
-4
/
+0
2007-09-05
Remove display connection watch properly.
David Reveman
1
-9
/
+13
2007-09-05
Destroy temporary regions properly.
David Reveman
1
-2
/
+13
2007-09-05
Move shutdown code out of for loop.
David Reveman
1
-7
/
+5
2007-09-04
Add removeDisplay and use it before returning from event loop.
David Reveman
1
-4
/
+37
2007-09-04
Allocate display objects properly.
David Reveman
1
-5
/
+13
2007-09-04
Keep track of display objects in core object.
David Reveman
1
-0
/
+2
[next]