summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-04-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizDavid Reveman3-320/+1275
2007-04-12Remove extra unneeded functionMike Dransfield1-22/+0
2007-04-12Removed registration checks and unneeded variablesMike Dransfield1-64/+3
2007-04-12Always send list values as an arrayMike Dransfield1-3/+72
2007-04-12Unregister objects in correct orderMike Dransfield1-6/+6
2007-04-12Register screen options properlyMike Dransfield1-0/+1
2007-04-12Fix build errorMike Dransfield1-2/+2
2007-04-12Use COMPIZ_DBUS_ROOT_PATH defineMike Dransfield1-3/+3
2007-04-12Tiny typoMike Dransfield1-1/+1
2007-04-12Use correct variable naming conventionsMike Dransfield1-9/+9
2007-04-12Changed registration system to re-register on active_plugins changeMike Dransfield1-170/+162
2007-04-12Fix dangling comma in list writing.Danny Baumann1-3/+10
2007-04-11initialize core options from metadataDennis Kasprzyk1-1/+2
2007-04-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizMike Dransfield1-68/+1006
2007-04-11Fix crash if config file contains invalid action optionsMike Dransfield1-32/+35
2007-04-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizMike Dransfield24-4111/+18893
2007-04-11Add Introspection support to dbusMike Dransfield1-109/+316
2007-04-11Fix mem leaksDanny Baumann1-42/+39
2007-04-11Code formatting changesMike Dransfield1-5/+11
2007-04-11Improve action reading codePatrick Niklaus1-207/+232
2007-04-09Made define name more consistentMike Dransfield1-3/+3
2007-04-09Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizMike Dransfield13-111/+29
2007-04-09Regenerate schemasMike Dransfield1-3614/+18184
2007-04-06Reduce code by using compSetOption.David Reveman11-105/+25
2007-04-06Remove whitespaces.David Reveman1-4/+4
2007-04-06Remove whitespaces.David Reveman1-2/+0
2007-04-06Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizMike Dransfield4-65/+152
2007-04-06Fix action options with long namesMike Dransfield1-5/+6
2007-04-05Update constrain region creation so that windows are constrained fromDavid Reveman1-18/+58
2007-04-05Compare to and update server side position for each motion notify.David Reveman1-26/+37
2007-04-05Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizDavid Reveman1-4/+4
2007-04-05Avoid explicit comparison with FALSE constantDanny Baumann1-4/+4
2007-04-04Add open/close option.Erkin Bahceci1-2/+28
2007-04-04Add 'group-drag' as an allowed screen grab for edge flipping.Danny Baumann1-5/+12
2007-04-04Check for active screen grabs before unsnapping a maximized window.Danny Baumann1-10/+13
2007-04-03Changed plugin vTable option functions to include a referenceMike Dransfield24-78/+132
2007-04-02Remove screen actions un plugin unload.Danny Baumann12-0/+99
2007-04-02Free allocated cursors on plugin unload.Danny Baumann3-0/+25
2007-04-02Register plugin, screen, and option objects.Travis Watkins1-0/+222
2007-04-02Switch to object registration instead of message filtering.Travis Watkins1-68/+86
2007-04-02Add dbus introspection generation functions.Travis Watkins1-0/+385
2007-04-02Add functions to generate dbus introspection XML.Travis Watkins1-0/+106
2007-03-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizDavid Reveman1-22/+103
2007-03-28Make action options atomicMike Dransfield1-22/+103
2007-03-26Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizDavid Reveman5-35/+70
2007-03-24Added switcher activate event to notify other pluginsErkin Bahceci1-0/+24
2007-03-21Remove unneeded function and variableGerd Kohlberger1-21/+0
2007-03-21Allow plugins to wrap enter/leaveShowDesktopModemike@blueroot.co.uk1-1/+1
2007-03-21Added quad stretching interface to libdecoration.Danny Baumann1-6/+34
2007-03-21Fixed matrix calculations for xy and yx coordinatesDanny Baumann1-7/+11