summaryrefslogtreecommitdiff
path: root/include/core
AgeCommit message (Expand)AuthorFilesLines
2011-08-03add matrix invert method (from mesa)Travis Watkins1-0/+2
2011-07-08Merge in lp:~smspillaz/compiz-core/compiz-core.dist-buildsystem and turnSam Spilsbury1-0/+3
2011-07-07Merge in lp:~unity-team/compiz-core/compiz-core.fix_706918 and hookSam Spilsbury5-58/+178
2011-07-07Initialize index even if allocating the plugin class failed due to a buggySam Spilsbury1-0/+2
2011-07-05Break the dependency between CompTimeoutSource and CompTimerSam Spilsbury1-3/+15
2011-07-05Use a private implementation for CompTimerSam Spilsbury1-7/+2
2011-07-05Further break the dependency of timers on screenSam Spilsbury1-0/+5
2011-07-04Break CompTimer's dependency on CompScreenSam Spilsbury3-4/+60
2011-06-25Abstract out CompPrivate storage from CompScreen so we can make it testableSam Spilsbury5-13/+97
2011-06-17Refactor the code somewhatSam Spilsbury1-109/+70
2011-06-17Make ::get () return a new class instance and initialize the indexSam Spilsbury2-13/+86
2011-04-30Track windows on CreateNotify again, don't rely on trying to beat the raceSam Spilsbury1-0/+1
2011-03-23Bump core ABISam Spilsbury1-1/+1
2011-03-16CompOption::Class had virtual functions without a virtual destructor. That's ...Rob Taylor1-0/+1
2011-03-16Region type in x is typedef struct _XRegion *Region. That means returning a c...Rob Taylor1-1/+1
2011-03-15Reflect difference between actual input frame geometry and border extentsSam Spilsbury1-2/+6
2011-02-24Specify plugin name when loading images to find the correctSam Spilsbury2-1/+2
2011-02-01Merge branch 'master' of ../../../coreSam Spilsbury3-6/+10
2011-02-01Allow semantic difference between frame window geometry and frame size.Sam Spilsbury2-2/+3
2011-01-27Don't track window geometries or properties until they are actually managed.Sam Spilsbury1-2/+3
2011-01-26Fix windows jumping around when clicking on parts that trigger moveSam Spilsbury3-3/+4
2011-01-20Merge branch 'master' of git://git.compiz.org/compiz/coreSam Spilsbury2-2/+5
2011-01-13Update core ABISam Spilsbury1-1/+1
2011-01-13Don't create CompWindow and initialize plugins until MapRequest.Sam Spilsbury2-2/+5
2011-01-11Merge branch 'glibmm-experimental'Sam Spilsbury3-20/+23
2011-01-11Merge git://git.compiz.org/compiz/core into glibmm-experimentalSam Spilsbury1-0/+1
2011-01-08Fix grabs activating when we don't need them to, fixing some applicationsSam Spilsbury1-0/+1
2011-01-04Re-write timers to be a regular Glib::SourceSam Spilsbury2-12/+4
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-03Merge branch 'master' of git://git.compiz.org/compiz/core into glibmm-experim...Sam Spilsbury1-3/+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-02Make w->managed () wrapableSam Spilsbury1-3/+3
2010-12-02Merge branch 'glibmm-experimental' of git://git.compiz.org/users/dbo/compiz-w...Unity1-1/+1
2010-12-02Remove doPoll () and rewrite CompWatchFd to use Glib::IOSourceSam Spilsbury1-0/+2
2010-11-27No need to reset the source, it happens for us on destructorSam Spilsbury1-1/+1
2010-11-25Return false once we're done with the sourceSam Spilsbury1-1/+1
2010-11-20Port C based glib to C++ glibmmSam Spilsbury2-12/+18
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-11-11Bump core ABISam Spilsbury1-1/+1
2010-11-09[PATCH] Be a little bit more clever when handing option construction in handl...Danny Baumann1-3/+5
2010-11-09Don't increase core action register reference counts if the same action was a...Sam Spilsbury1-1/+5
2010-11-09[PATCH] Be a little bit more clever when handing option construction in handl...Danny Baumann1-3/+5
2010-11-08Don't increase core action register reference counts if the same action was a...Sam Spilsbury1-1/+5
2010-11-04Merge branch 'master' of git://git.compiz.org/compiz/coreSam Spilsbury1-7/+7
2010-10-26Fix out of bounds memory read / writeSam Spilsbury1-7/+7
2010-10-01Don't attempt to write the property if the template was not read in the first...Sam Spilsbury1-1/+7
2010-09-27Don't attempt to write the property if the template was not read in the first...Sam Spilsbury1-1/+7