summaryrefslogtreecommitdiff
path: root/plugins/move.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-31Add core object type.David Reveman1-0/+4
2007-08-30Add plugin interface version number to getCompPluginInfoDavid Reveman1-1/+1
2007-08-30Add simple object system, which generalize the privatesDavid Reveman1-16/+61
2007-08-29ABIVERSION -> CORE_ABIVERSION.David Reveman1-1/+1
2007-08-29Split compiz.h into compiz.h and compiz-core.h.David Reveman1-1/+1
2007-08-28Use compiz-common.h, move _CompPluginVTable struct toDavid Reveman1-1/+1
2007-08-28Remove getVersion function from plugin VTable.David Reveman1-8/+0
2007-08-28Add core ABI version check to all plugins. Plugins are nowDavid Reveman1-0/+3
2007-08-13Use new action option types in move plugin.David Reveman1-14/+39
2007-08-09Fix many function declarations that were missing the 'const'David Reveman1-1/+1
2007-07-25Add lazy positioning option to move plugin and a badDavid Reveman1-3/+16
2007-07-12Remove features and dependencies from plugin VTable.David Reveman1-5/+1
2007-07-04Update window attributes at move termination.Danny Baumann1-2/+7
2007-06-06Use fleur cursor instead of plus cursor when movingDavid Reveman1-1/+1
2007-05-03Remove plugin descriptions from VTable.David Reveman1-2/+0
2007-05-03More cleanup.David Reveman1-3/+3
2007-05-03Cleanup.David Reveman1-7/+1
2007-05-03Remove unnecessary checks.David Reveman1-3/+1
2007-05-02Update move plugin to use new metadata system.David Reveman1-73/+44
2007-04-17Change warpPointer() to take a CompScreen as argument.Kristian Lyngstol1-2/+2
2007-04-16Add GetMetadata function to plugin VTable.David Reveman1-0/+1
2007-04-06Reduce code by using compSetOption.David Reveman1-7/+2
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-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 Dransfield1-2/+4
2007-04-02Remove screen actions un plugin unload.Danny Baumann1-0/+4
2007-04-02Free allocated cursors on plugin unload.Danny Baumann1-0/+3
2007-03-05Check allowed actions before initiating move or resize.Bellegarde Cedric1-1/+1
2007-02-13Add window damage properly when opacity is less than 100.David Reveman1-0/+6
2007-01-26Fix issue with windows being maximized on incorrect output.David Reveman1-0/+5
2007-01-25Move matrix manipulation out of GL as it makes a lot more sense toDavid Reveman1-1/+2
2007-01-12Terminate move state on button clicks.Søren Sandmann1-0/+14
2006-12-30Save position properly.David Reveman1-2/+7
2006-12-28Add appropriate movement constraints.David Reveman1-7/+115
2006-11-13Update to use output workarea.David Reveman1-12/+22
2006-10-16Use serverWidth, serverHeight and serverBorderWidth.David Reveman1-5/+8
2006-10-09Add plugin feature interface.Guillaume1-2/+4
2006-09-19Add version handling to plugin system.David Reveman1-0/+8
2006-08-22Update keybindings for move and resize to work more like metacity.Kristian Høgsberg1-0/+6
2006-07-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compizDan Winship1-0/+1
2006-07-20Improve the localization of compiz.schemas (bnc 176752)Dan Winship1-11/+11
2006-07-19Add screen edge bindings to action system and make scale plugin use it.David Reveman1-0/+1
2006-07-04Add bell field to action option.David Reveman1-18/+19
2006-07-03Update move plugin to use new call-back based action system instead of theDavid Reveman1-240/+228
2006-06-09Allow windows to be both maximized and shadedDavid Reveman1-2/+4
2006-06-07Add initiate_keyboard bindings to move and resize pluginsDavid Reveman1-10/+56
2006-05-31Fix issue with moving windows using keyboardDavid Reveman1-3/+3
2006-05-25Add maximize_window_horizontally, maximize_window_vertically,David Reveman1-9/+12
2006-05-03Don't constrain the cursorDavid Reveman1-35/+25