summaryrefslogtreecommitdiff
path: root/src/display.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-22Add swapbuffers and vsync_wait optionsHEADmasterJesse Barnes1-2/+7
2009-02-07Remove bogus XCB dependencyKristian Lyngstol1-2/+0
2009-02-04Remove Gnome specific key binding support from core.Danny Baumann1-114/+0
2009-02-04Remove command binding support from core.Danny Baumann1-61/+0
2008-12-18Support _NET_WM_FULLSCREEN_MONITORS EWMH hint.Danny Baumann1-1/+4
2008-09-17Fix a number of potential memleaks in XGetWindowProperty return value handling.Danny Baumann1-0/+3
2008-08-28Made logMessage a wrappable core (instead of display) function.Danny Baumann1-17/+15
2008-07-27Remove opacity adjustment handling (bindings, matches) from core.Danny Baumann1-73/+0
2008-07-25Move unresponding window greyout to fade plugin.Danny Baumann1-3/+1
2008-06-18Added synhronized timers.Dennis Kasprzyk1-9/+28
2008-06-10Store icon geometry in CompWindow struct.Danny Baumann1-1/+2
2008-06-07Fix a number of memory leaks.Danny Baumann1-0/+3
2008-05-02Only initiate window menu if we don't have an active grab.Danny Baumann1-1/+1
2008-05-02Added missing action check.Danny Baumann1-1/+1
2008-05-02Allow minimizeWindow to minimize windows that don't have the minimize action ...Danny Baumann1-1/+1
2008-04-24Use full screen output if overlapping output devices have been detected. This...Dennis Kasprzyk1-3/+8
2008-03-29Avoid unnecessarily unloading plugins if the new plugin list does not contain...Danny Baumann1-7/+13
2008-03-15Added screen edge trigger delay settings.Danny Baumann1-1/+4
2008-02-24mem leak fixRoland Baer1-2/+7
2007-10-29Move focusDefaultWindow function from display.c to screen.c.Danny Baumann1-55/+0
2007-10-29Make focusDefaultWindow() take the screen as parameter.Danny Baumann1-23/+20
2007-10-17Added button options for minimize window and toggle window maximized.Danny Baumann1-0/+2
2007-10-17Added close window button and raise/lower window key options.Danny Baumann1-0/+3
2007-09-10Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/co...Danny Baumann1-5/+5
2007-09-10Plug minor memleak.Roland Bär1-0/+3
2007-09-09Minor cleanup.David Reveman1-4/+4
2007-09-09Remove whitespaces.David Reveman1-1/+1
2007-09-09XineramaQueryScreens is not guaranteed to set the number parameter to zero if...Danny Baumann1-6/+3
2007-09-06Fix a number of obvious memory leaks.David Reveman1-0/+13
2007-09-05Add objectAdd and objectRemove hooks to core. These are similar toDavid Reveman1-1/+5
2007-09-05Remove ping timeout when removing display.David Reveman1-0/+2
2007-09-05Initialize display object for plugins properly.David Reveman1-2/+6
2007-09-05Load core plugin when initializing core object.David Reveman1-16/+0
2007-09-05Close display connection.David Reveman1-0/+1
2007-09-05Add multi-display support to eventLoop.David Reveman1-195/+210
2007-09-05Move WatchFd variables into core object.David Reveman1-26/+22
2007-09-05Move CompWatchFd struct into compiz-core.h.David Reveman1-8/+0
2007-09-05Move outputRegion and tmpRegion into core object.David Reveman1-35/+15
2007-09-05Move timeout variables into core object.David Reveman1-25/+18
2007-09-05Move CompTimeout struct to compiz-core.h.David Reveman1-9/+0
2007-09-05Remove trailing whitespaces.David Reveman1-1/+1
2007-09-05Avoid waking up once every second.David Reveman1-1/+1
2007-09-05Remove compDisplays variable and add comments to codeDavid Reveman1-26/+6
2007-09-05Move plugin and display removal to finiCore and callDavid Reveman1-4/+0
2007-09-05Remove display connection watch properly.David Reveman1-9/+13
2007-09-05Destroy temporary regions properly.David Reveman1-2/+13
2007-09-05Move shutdown code out of for loop.David Reveman1-7/+5
2007-09-04Add removeDisplay and use it before returning from event loop.David Reveman1-4/+37
2007-09-04Allocate display objects properly.David Reveman1-5/+13
2007-09-04Keep track of display objects in core object.David Reveman1-0/+2