gimp/app/gui
Martin Nordholts 1093462ae9 app: Merge 'global_toolbox_factory' into 'global_dock_factory'
Get rid of 'global_toolbox_factory' and manage everything dock-related
with 'global_dock_factory'. The whole of 'global_toolbox_factory' was
a big special-case and getting rid of it makes it easier to extend the
session management with e.g. single-window mode dock functionality.

To get rid of 'global_toolbox_factory' we, roughly, have to
 * Replace 'global_toolbox_factory' with 'global_dock_factory'
   everywhere. We can also get rid of lots of code that did special
   things for the "toolbox" factory.
 * Make the use or interaction with the toolbox explicit in some
   places. For example, a function gimp_dock_window_has_toolbox() has
   been introduced.
 * Make GimpSessionInfoDock have an 'identifier' parameter so we can
   differentiate between the "gimp-dock" and "gimp-toolbox" dock
   types.
2010-01-20 18:29:54 +01:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
color-history.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
color-history.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
dbus-service.xml added signal Gimp::image-opened to announce that an image has been loaded 2008-10-17 12:03:08 +00:00
gimpdbusservice.c Use gimp_display_get_shell() instead of directly accessing it 2009-10-04 19:56:39 +02:00
gimpdbusservice.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpuiconfigurer.c app: Merge 'global_toolbox_factory' into 'global_dock_factory' 2010-01-20 18:29:54 +01:00
gimpuiconfigurer.h app: Move docks to image window in 'Single-window mode' 2009-10-04 02:10:11 +02:00
gui-message.c app: global_dock_window_factory -> global_dock_factory 2010-01-19 22:40:06 +01:00
gui-message.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gui-types.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gui-unique.c Use gimp_display_get_shell() instead of directly accessing it 2009-10-04 19:56:39 +02:00
gui-unique.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gui-vtable.c app: global_dock_window_factory -> global_dock_factory 2010-01-19 22:40:06 +01:00
gui-vtable.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gui.c app: global_dock_window_factory -> global_dock_factory 2010-01-19 22:40:06 +01:00
gui.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
ige-mac-menu.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
ige-mac-menu.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
Makefile.am app: Move docks to image window in 'Single-window mode' 2009-10-04 02:10:11 +02:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00
session.c app: Merge 'global_toolbox_factory' into 'global_dock_factory' 2010-01-20 18:29:54 +01:00
session.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
splash.c Use gtk_widget_get_window() instead of widget->window 2009-10-09 21:19:07 +02:00
splash.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
themes.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
themes.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00