summaryrefslogtreecommitdiff
path: root/plugins/ini
AgeCommit message (Collapse)AuthorFilesLines
2010-05-25Load after decor plugin where appropriate to prevent windows shifting on ↵Sam Spilsbury1-0/+1
plugin load and unload
2010-05-13Ensure that plugins get correctly loaded after composite and opengl.Sam Spilsbury1-4/+6
Some plugins had an oversight which caused them to not load correctly due to a missing <deps> tag. Also some plugins should have been loading after these plugins. This fixes a potential glitch in newer versions of libdri. It also fixes ugliness in the mass redirection/unredirection of windows when the opengl plugin is loaded/reloaded
2010-04-11Try and load non-rendering plugins after opengl and composite.Sam Spilsbury1-0/+4
Loading them before opengl and composite doesn't do any harm, but it causes an ugly flash while windows are reparented/unreparented then redirected/unredirected when loading plugins if compiz decides to insert them before the rendering plugins (since the rendering plugins must first be unloaded then reloaded as they are popped off the stack)
2009-08-21Silence some warnings.Erkin Bahceci1-2/+2
2009-07-14Fix some compiler warnings.Erkin Bahceci1-0/+7
2009-03-16Whitespace fixes.Danny Baumann1-1/+1
2009-03-15Track core changes.Dennis Kasprzyk1-3/+1
Use bcop.
2009-03-15Merge branch 'master' of git+ssh://git.compiz-fusion.org/git/compiz/coreDennis Kasprzyk2-3/+3
2009-03-15New generalized build system.Dennis Kasprzyk4-0/+723