summaryrefslogtreecommitdiff
path: root/include/core/screen.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-25Abstract out CompPrivate storage from CompScreen so we can make it testableSam Spilsbury1-0/+1
2011-02-24Specify plugin name when loading images to find the correctSam Spilsbury1-0/+1
2011-02-01Merge branch 'master' of ../../../coreSam Spilsbury1-0/+2
2011-01-26Fix windows jumping around when clicking on parts that trigger moveSam Spilsbury1-0/+2
2011-01-20Merge branch 'master' of git://git.compiz.org/compiz/coreSam Spilsbury1-0/+1
2011-01-13Don't create CompWindow and initialize plugins until MapRequest.Sam Spilsbury1-0/+1
2011-01-11Merge branch 'glibmm-experimental'Sam Spilsbury1-0/+6
2011-01-04Re-write timers to be a regular Glib::SourceSam Spilsbury1-0/+1
2010-12-08Merge git://git.compiz.org/compiz/core into glibmm-experimentalSam Spilsbury1-2/+4
2010-12-06Fix startup order.Sam Spilsbury1-0/+3
2010-12-03Revert "Ensure that we can change the input focus, even if we requested a cli...Sam Spilsbury1-2/+0
2010-12-03Ensure that we can change the input focus, even if we requested a client to t...Sam Spilsbury1-0/+2
2010-12-02Remove doPoll () and rewrite CompWatchFd to use Glib::IOSourceSam Spilsbury1-0/+2
2010-11-25Return false once we're done with the sourceSam Spilsbury1-1/+1
2010-11-20Port C based glib to C++ glibmmSam Spilsbury1-0/+1
2010-11-12Merge branch 'master' of git://git.compiz.org/compiz/coreSam Spilsbury1-2/+17
2010-11-11Listen for FocusIn/FocusOut on NotifyGrab NotifyUngrab and set an internal bi...Sam Spilsbury1-2/+17
2010-08-31First pass at glib loop, invariably breaking thingsJason Smith1-0/+1
2010-06-12A few big changes:Sam Spilsbury1-0/+2
2010-04-28Add some additional accessor functions for more consistent class usage.Danny Baumann1-0/+1
2010-03-11Merge branch 'master' of /home/kris/workspace/compizKristopher Ives1-1/+13
2010-02-05Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/coreSam Spilsbury1-1/+3
2010-02-04place: Improve resolution change handling.Sam Spilsbury1-0/+2
2010-02-03Fix wrappable count.Danny Baumann1-1/+1
2010-02-03Improve API.Danny Baumann1-0/+2
2010-02-03Make addSupportedAtoms wrappable and use std::vectorSam Spilsbury1-0/+3
2009-10-25Fixed some old comments syntax.Kristopher Ives1-0/+3
2009-10-25Fixed some old /// docs.Kristopher Ives1-4/+10
2009-10-22Added Doxyfile.Kristopher Ives1-1/+4
2009-08-15Unsigned int conversions.Erkin Bahceci1-1/+1
2009-07-31Handle signed/unsigned correctlyDennis Kasprzyk1-2/+2
2009-07-23Add CompScreen::normalCursor ().Erkin Bahceci1-0/+2
2009-07-01Move modifier handling into a separate top level class exposed to pluginsSam Spilsbury1-0/+3
2009-06-02Separate clientList. Add clientList accessor.Erkin Bahceci1-0/+3
2009-03-17Pass returned events to callback.Dennis Kasprzyk1-1/+1
2009-03-16Whitespace fixes.Danny Baumann1-12/+11
2009-03-16Drop CompMetadata.Dennis Kasprzyk1-2/+0
2009-03-15Removed const from getOptions.Dennis Kasprzyk1-1/+1
2009-03-15Added base class for get/setOption(s) functions.Dennis Kasprzyk1-6/+4
2009-03-14Rename Private* -> PluginClass* where appropriate.Erkin Bahceci1-4/+4
2009-03-11Derive CompWindow::Geometry from CompRect and improve CompRect usage.Danny Baumann1-7/+6
2009-02-26Coding style, optimizations.Danny Baumann1-2/+1
2009-02-26Remove key binding support from core.Danny Baumann1-24/+0
2009-02-25Get plugin loading improvements from 0.8 branch and add --debug commandDanny Baumann1-0/+1
2009-02-25Use references to pass around strings.Danny Baumann1-2/+2
2009-02-25Fix crash and some memory leaks.Danny Baumann1-1/+1
2009-01-21add xkbEvent getterTravis Watkins1-0/+2
2009-01-16Added grabExist function.Dennis Kasprzyk1-0/+2
2008-10-29Revert "Privode currentOutputDev."Dennis Kasprzyk1-2/+0
2008-10-29Merge branch 'compiz++' of git+ssh://git.compiz-fusion.org/private/compiz int...Dennis Kasprzyk1-23/+25