summaryrefslogtreecommitdiff
path: root/src/compositor.c
Commit message (Expand)AuthorAgeFilesLines
* Patch from Bruno Boaventura de Oliveira Lacerda to fix warnings aboutElijah Newren2006-09-131-0/+6
* Run an unminimize effectSøren Sandmann2006-05-261-2/+3
* Rename from _bounce() to _focus().Søren Sandmann2006-05-261-4/+3
* Move duplicated window field outside the unionSøren Sandmann2006-05-251-47/+9
* Add a destroy notifier to the window.Søren Sandmann2006-05-251-1/+1
* Bounce on window focus.Adam Jackson2006-05-251-2/+11
* Make sure windows are kept on top of the panel during minimize.Søren Sandmann2006-05-251-1/+12
* Shrink the window instead of explode it.Søren Sandmann2006-05-251-3/+15
* Add a stack-freeze feature to CWindow.Søren Sandmann2006-05-241-0/+1
* Fix compilation in the non-composited case.Søren Sandmann2006-05-241-0/+4
* return TRUE when the window is actually freed.Søren Sandmann2006-05-241-4/+1
* Move shrink effect code from compositor.c to c-window.c. Stubs forAdam Jackson2006-05-231-324/+13
* Also use explode when windows close.Søren Sandmann2006-05-231-0/+14
* Beginning of new layer that abstracts transition effects.Søren Sandmann2006-05-221-75/+39
* Delete unused META_PRIORITY_COMPOSITESøren Sandmann2006-05-041-31/+31
* New filesSøren Sandmann2006-05-021-161/+1
* Only use magnifier when USE_MAGNIFIER is set.Søren Sandmann2006-03-311-0/+14
* Fix the memory corruption in a better way.Søren Sandmann2006-03-301-22/+47
* Fix an illegal write.Søren Sandmann2006-03-301-1/+5
* Turn wobbling back on Add new explosion effect.Søren Sandmann2006-03-301-8/+70
* Actually remove the window.Søren Sandmann2006-03-221-0/+11
* Use set_target_rect() instead of set_size().Søren Sandmann2006-03-151-5/+6
* Use unset_patch() instead of unset_geometry().Søren Sandmann2006-03-151-2/+0
* Comment out wobblingSøren Sandmann2006-03-141-44/+33
* Split the ScreenInfo data structure into separate, new filesSøren Sandmann2006-03-031-832/+155
* Put the windows in a stacker rather than do the traversing outselves.Søren Sandmann2006-02-281-43/+93
* Call meta_compositor_begin_move if there is a compositorSøren Sandmann2006-02-251-322/+222
* Don't attempt to manage the screen if it already is managed.Søren Sandmann2006-02-231-18/+35
* Only uncomposite the screen if there is a compositor.Søren Sandmann2006-02-171-1/+21
* Fix the build when --enable-compositor is there.Søren Sandmann2006-02-171-3/+7
* Insert #ifdef's to make it build againSøren Sandmann2006-02-161-6/+10
* Add code to destroy compositor. Implement unmanage_screen() functionality.GNOME_2_14_BRANCHPOINTSøren Sandmann2006-02-151-457/+495
* Add unused wobbly unminimize animation by KristianSøren Sandmann2006-02-151-42/+576
* Wrap fade code in #ifdef HAVE_COMPOSITE_EXTENSIONSSoeren Sandmann2006-02-071-0/+2
* New fancy minimize animation. Fade windows in and out.Søren Sandmann2006-02-061-43/+413
* update the pixmap. (update) print out framerate. (dump_stacking_order) newSøren Sandmann2006-02-021-52/+182
* Make minimize animation update again.Søren Sandmann2006-01-201-11/+36
* g_object_unref() rather than ws_region_unref().Søren Sandmann2006-01-191-2/+3
* Port to changes in libcmSøren Sandmann2006-01-191-49/+60
* Port to changes in libcm.Søren Sandmann2006-01-171-29/+32
* Really turn off draw-in-a-loop.Søren Sandmann2006-01-161-2/+3
* fix compilation when HAVE_COMPOSITE_EXTENSIONS is undefined. #326912Elijah Newren2006-01-141-13/+12
* Only update on damage events.Søren Sandmann2006-01-131-55/+58
* Add a dependency on libcm when building with compositor.Søren Sandmann2006-01-131-936/+481
* compile with compositor enabledKang Jeong-Hee2005-12-141-10/+10
* A load of fixes of issues reported by sparse. Closes bug #152849Kjartan Maraas2004-09-161-1/+1
* add comment about broken assertionHavoc Pennington2004-08-271-0/+1
* disable NameWindowPixmap stuff always for now, it seemed kind of bustedHavoc Pennington2004-08-271-3/+5
* delete extra copy of find_argb_visual so things compileHavoc Pennington2004-08-271-18/+86
* move the have_xrender variable initialization up in the file since it canHavoc Pennington2004-08-271-20/+3