gnome-shell/src
Owen W. Taylor 33dca51650 Rework StDrawingArea not to use ClutterCairoTexture
Having StDrawingArea use ClutterCairoTexture causes circularity
problems with sizing - StDrawingArea wants to use its allocation for
the size of the texture, but ClutterTexture wants to use the size of
the texture to determine the requited size.

Avoid this by making StDrawingArea directly use Cairo and CoglTexture;
while doing this, the API is changed a bit for simplicity and to
match our use case:

 - Instead of clutter_cairo_texture_create(), we have
   st_drawing_area_get_context() to retrieve an already created
   context. This can only be called in the ::repaint signal.

 - The ::redraw signal is changed to ::repaint so we can have
   st_drawing_area_queue_repaint() that doesn't collide with
   clutter_actor_queue_redraw()

 - ::repaint is now emitted lazily when painting the actor rather
   than synchronously at various different points.

https://bugzilla.gnome.org/show_bug.cgi?id=611750
2010-03-11 15:08:48 -05:00
..
big Support and require Clutter 1.2 2010-03-11 15:08:48 -05:00
gdmuser Introspect src/gdmuser 2009-11-13 14:20:45 -05:00
st Rework StDrawingArea not to use ClutterCairoTexture 2010-03-11 15:08:48 -05:00
tray Replace includes of glib/gi18n.h with glib/gi18n-lib.h 2009-11-24 15:26:09 -05:00
gnome-shell-plugin.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
gnome-shell.in [gnome-shell.in] When we don't have DISPLAY, attempt to pull in running session 2010-02-25 14:46:27 -05:00
Makefile-big.am Use distinct filenames for all code generation tempories 2009-08-11 16:05:31 -04:00
Makefile-gdmuser.am Add Makefile missed in last commit, minor style tweak for statusmenu 2009-02-04 18:49:54 +00:00
Makefile-st.am Don't generate st.h in a subdir 2010-02-22 19:37:49 -05:00
Makefile-tray.am Turn on "silent-rules" for automake >= 1.11 2009-08-06 16:58:40 -04:00
Makefile.am Merge St.TextureCache and Shell.TextureCache 2010-03-05 16:19:40 -05:00
shell-app-private.h Split ShellAppMonitor into ShellWindowTracker, ShellAppUsage 2009-10-20 12:55:07 -04:00
shell-app-system.c Merge St.TextureCache and Shell.TextureCache 2010-03-05 16:19:40 -05:00
shell-app-system.h get_app_for_window_direct search ShellApp by window, before create. 2010-02-21 03:19:24 +03:00
shell-app-usage.c [ShellAppUsage] Fix use-after-free 2010-01-06 13:34:11 -05:00
shell-app-usage.h Split ShellAppMonitor into ShellWindowTracker, ShellAppUsage 2009-10-20 12:55:07 -04:00
shell-app.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-app.h Split ShellAppMonitor into ShellWindowTracker, ShellAppUsage 2009-10-20 12:55:07 -04:00
shell-arrow.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-arrow.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-doc-system.c Merge St.TextureCache and Shell.TextureCache 2010-03-05 16:19:40 -05:00
shell-doc-system.h Add class for handling recent docs 2009-12-15 15:54:42 -05:00
shell-drawing.c Rework StDrawingArea not to use ClutterCairoTexture 2010-03-11 15:08:48 -05:00
shell-drawing.h Rework StDrawingArea not to use ClutterCairoTexture 2010-03-11 15:08:48 -05:00
shell-embedded-window-private.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-embedded-window.c [ShellEmbeddedWindow] Set window type in g_object_new 2010-02-08 18:50:05 +01:00
shell-embedded-window.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-gconf.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-gconf.h Add ShellGConf 2009-07-06 11:55:17 -04:00
shell-generic-container.c [ShellGenericContainer] When removing actors, remove them from skip_paint 2010-03-04 17:38:35 -05:00
shell-generic-container.h [ShellGenericContainer] make this an StWidget 2010-03-04 15:43:02 -05:00
shell-global-private.h shell-global-private.h fixes: 2009-10-28 12:59:01 -04:00
shell-global.c [ShellGlobal] Add shell_global_breakpoint 2010-02-23 18:51:27 -05:00
shell-global.h [ShellGlobal] Add shell_global_breakpoint 2010-02-23 18:51:27 -05:00
shell-gtk-embed.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-gtk-embed.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-marshal.list Create ShellApp, rebase things on it 2009-10-14 14:37:34 -04:00
shell-menu.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-menu.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-overflow-list.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-overflow-list.h Replace _getIndexOfDisplayedActor with a function in OverflowList 2009-08-06 19:51:11 +02:00
shell-process.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-process.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-recorder-src.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-recorder-src.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-recorder.c Support and require Clutter 1.2 2010-03-11 15:08:48 -05:00
shell-recorder.h Make parameters configureable 2010-02-08 21:31:30 +01:00
shell-slicer.c Support and require Clutter 1.2 2010-03-11 15:08:48 -05:00
shell-slicer.h Don't generate st.h in a subdir 2010-02-22 19:37:49 -05:00
shell-stack.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-stack.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-tray-manager.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-tray-manager.h Use a fixed ordering for well-known icons 2009-10-19 14:57:02 -04:00
shell-uri-util.c Replace includes of glib/gi18n.h with glib/gi18n-lib.h 2009-11-24 15:26:09 -05:00
shell-uri-util.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-window-tracker.c Merge St.TextureCache and Shell.TextureCache 2010-03-05 16:19:40 -05:00
shell-window-tracker.h [ShellWindowTracker] Add shell_window_tracker_app_from_pid 2010-02-03 19:07:22 -05:00
shell-wm.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-wm.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
test-recorder.c Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00