index
:
xorg/app/compiz
compiz++
compiz-0.2
compiz-0.4
compiz-0.6
compiz-0.8
master
nomad-0.7.8
object-framework
OpenGL based compositing and windows manager (mirrored from https://gitlab.freedesktop.org/xorg/app/compiz)
davidr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
move.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-31
Add core object type.
David Reveman
1
-0
/
+4
2007-08-30
Add plugin interface version number to getCompPluginInfo
David Reveman
1
-1
/
+1
2007-08-30
Add simple object system, which generalize the privates
David Reveman
1
-16
/
+61
2007-08-29
ABIVERSION -> CORE_ABIVERSION.
David Reveman
1
-1
/
+1
2007-08-29
Split compiz.h into compiz.h and compiz-core.h.
David Reveman
1
-1
/
+1
2007-08-28
Use compiz-common.h, move _CompPluginVTable struct to
David Reveman
1
-1
/
+1
2007-08-28
Remove getVersion function from plugin VTable.
David Reveman
1
-8
/
+0
2007-08-28
Add core ABI version check to all plugins. Plugins are now
David Reveman
1
-0
/
+3
2007-08-13
Use new action option types in move plugin.
David Reveman
1
-14
/
+39
2007-08-09
Fix many function declarations that were missing the 'const'
David Reveman
1
-1
/
+1
2007-07-25
Add lazy positioning option to move plugin and a bad
David Reveman
1
-3
/
+16
2007-07-12
Remove features and dependencies from plugin VTable.
David Reveman
1
-5
/
+1
2007-07-04
Update window attributes at move termination.
Danny Baumann
1
-2
/
+7
2007-06-06
Use fleur cursor instead of plus cursor when moving
David Reveman
1
-1
/
+1
2007-05-03
Remove plugin descriptions from VTable.
David Reveman
1
-2
/
+0
2007-05-03
More cleanup.
David Reveman
1
-3
/
+3
2007-05-03
Cleanup.
David Reveman
1
-7
/
+1
2007-05-03
Remove unnecessary checks.
David Reveman
1
-3
/
+1
2007-05-02
Update move plugin to use new metadata system.
David Reveman
1
-73
/
+44
2007-04-17
Change warpPointer() to take a CompScreen as argument.
Kristian Lyngstol
1
-2
/
+2
2007-04-16
Add GetMetadata function to plugin VTable.
David Reveman
1
-0
/
+1
2007-04-06
Reduce code by using compSetOption.
David Reveman
1
-7
/
+2
2007-04-05
Update constrain region creation so that windows are constrained from
David Reveman
1
-18
/
+58
2007-04-05
Compare to and update server side position for each motion notify.
David Reveman
1
-26
/
+37
2007-04-04
Check for active screen grabs before unsnapping a maximized window.
Danny Baumann
1
-10
/
+13
2007-04-03
Changed plugin vTable option functions to include a reference
Mike Dransfield
1
-2
/
+4
2007-04-02
Remove screen actions un plugin unload.
Danny Baumann
1
-0
/
+4
2007-04-02
Free allocated cursors on plugin unload.
Danny Baumann
1
-0
/
+3
2007-03-05
Check allowed actions before initiating move or resize.
Bellegarde Cedric
1
-1
/
+1
2007-02-13
Add window damage properly when opacity is less than 100.
David Reveman
1
-0
/
+6
2007-01-26
Fix issue with windows being maximized on incorrect output.
David Reveman
1
-0
/
+5
2007-01-25
Move matrix manipulation out of GL as it makes a lot more sense to
David Reveman
1
-1
/
+2
2007-01-12
Terminate move state on button clicks.
Søren Sandmann
1
-0
/
+14
2006-12-30
Save position properly.
David Reveman
1
-2
/
+7
2006-12-28
Add appropriate movement constraints.
David Reveman
1
-7
/
+115
2006-11-13
Update to use output workarea.
David Reveman
1
-12
/
+22
2006-10-16
Use serverWidth, serverHeight and serverBorderWidth.
David Reveman
1
-5
/
+8
2006-10-09
Add plugin feature interface.
Guillaume
1
-2
/
+4
2006-09-19
Add version handling to plugin system.
David Reveman
1
-0
/
+8
2006-08-22
Update keybindings for move and resize to work more like metacity.
Kristian Høgsberg
1
-0
/
+6
2006-07-20
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz
Dan Winship
1
-0
/
+1
2006-07-20
Improve the localization of compiz.schemas (bnc 176752)
Dan Winship
1
-11
/
+11
2006-07-19
Add screen edge bindings to action system and make scale plugin use it.
David Reveman
1
-0
/
+1
2006-07-04
Add bell field to action option.
David Reveman
1
-18
/
+19
2006-07-03
Update move plugin to use new call-back based action system instead of the
David Reveman
1
-240
/
+228
2006-06-09
Allow windows to be both maximized and shaded
David Reveman
1
-2
/
+4
2006-06-07
Add initiate_keyboard bindings to move and resize plugins
David Reveman
1
-10
/
+56
2006-05-31
Fix issue with moving windows using keyboard
David Reveman
1
-3
/
+3
2006-05-25
Add maximize_window_horizontally, maximize_window_vertically,
David Reveman
1
-9
/
+12
2006-05-03
Don't constrain the cursor
David Reveman
1
-35
/
+25
[next]