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
/
wobbly.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-12
Use core changes in wobbly.
Dennis Kasprzyk
1
-6
/
+9
2007-10-17
Prevent wobbling when shading maximized windows.
Danny Baumann
1
-0
/
+4
2007-10-06
Correct handling of grab window in case it is destroyed.
Danny Baumann
1
-2
/
+7
2007-09-04
Use 'base' as default name for base object instead of 'object'.
David Reveman
1
-9
/
+9
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
-19
/
+68
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 wobbly plugin.
David Reveman
1
-5
/
+6
2007-08-09
Fix many function declarations that were missing the 'const'
David Reveman
1
-3
/
+3
2007-08-06
Remove whitespaces.
David Reveman
1
-2
/
+2
2007-07-12
Remove features and dependencies from plugin VTable.
David Reveman
1
-11
/
+1
2007-06-21
Fix memory leak.
David Reveman
1
-0
/
+3
2007-06-05
Fix option type for int description options.
Danny Baumann
1
-2
/
+2
2007-06-05
Convert usage of restricted string options to int descriptions in wobbly plugin.
Danny Baumann
1
-53
/
+17
2007-05-31
Applied lastest core changes to wobbly, minimize, rotate and scale.
Dennis Kasprzyk
1
-1
/
+1
2007-05-31
Renamed paint(Transformed)Screen to paint(Transfomed)Output.
Dennis Kasprzyk
1
-7
/
+7
2007-05-20
Track the first grabbed window, not the last one.
Danny Baumann
1
-4
/
+10
2007-05-03
Add passive_grab tag to snap action.
David Reveman
1
-1
/
+2
2007-05-03
Remove plugin descriptions from VTable.
David Reveman
1
-2
/
+0
2007-05-03
Remove unnecessary checks.
David Reveman
1
-3
/
+1
2007-05-03
Cleanup.
David Reveman
1
-10
/
+3
2007-05-03
Make all option info structures const.
Danny Baumann
1
-1
/
+1
2007-05-03
Fix typo.
Danny Baumann
1
-1
/
+1
2007-05-03
Update wobbly plugin to use new metadata system.
Danny Baumann
1
-239
/
+84
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
-23
/
+2
2007-04-05
Avoid explicit comparison with FALSE constant
Danny Baumann
1
-4
/
+4
2007-04-03
Changed plugin vTable option functions to include a reference
Mike Dransfield
1
-6
/
+10
2007-03-06
Remove PAINT_WINDOW_CLIP_OPAQUE_MASK and
David Reveman
1
-5
/
+0
2007-03-05
Add deltas to resize notify function.
Danny Baumann
1
-2
/
+6
2007-03-01
Set a top anchor when resizing a wobbly window.
David Reveman
1
-1
/
+28
2007-03-01
Change default map effect to None.
David Reveman
1
-2
/
+2
2007-03-01
Remove invalid window types and add Unknown.
David Reveman
1
-1
/
+1
2007-02-27
Fix active window tracking. We're always setting the active window
David Reveman
1
-37
/
+29
2007-02-26
Make sure grab window is set.
David Reveman
1
-1
/
+2
2007-02-25
Use match options in wobbly plugin.
David Reveman
1
-131
/
+103
2007-02-23
Clean up and document window paint flags.
David Reveman
1
-1
/
+1
2007-01-26
drawWindowGeometry should not be a screen function. It's call-back
David Reveman
1
-58
/
+43
2007-01-26
Make wobbly plugin use indexCount when storing number indices so that
David Reveman
1
-3
/
+4
2007-01-25
Move matrix manipulation out of GL as it makes a lot more sense to
David Reveman
1
-2
/
+4
2007-01-02
Only update window position when no pending position changes exists.
David Reveman
1
-8
/
+11
2006-12-12
Snap to output extents.
David Reveman
1
-12
/
+24
2006-12-12
Fix typo.
David Reveman
1
-1
/
+1
2006-12-12
Compute edge start and end offsets correctly.
David Reveman
1
-16
/
+21
2006-12-12
Fix typo that caused struts to be ignored.
David Reveman
1
-18
/
+18
[next]