Gimp/app/display
Martin Nordholts ab6d5553d9 app: Don't unmaximize image window when switching tabs in swm
It is when we apply session info to the image window we unmaximize, so
don't apply session info to the image window when all we do is
switching tabs in single-window mode.
2010-06-19 11:08:17 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
display-enums.c app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
display-enums.h app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
display-types.h Add new toplevel window class GimpImageWindow 2009-09-28 22:55:35 +02:00
gimpcanvas.c app: forgot to save the last comment edit 2010-06-12 18:46:30 +02:00
gimpcanvas.h app: make clip rect and clip region parameters const 2010-05-02 16:06:15 +02:00
gimpcursorview.c app: use the new unit conversion functions 2010-02-21 16:46:39 +01:00
gimpcursorview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplay-foreach.c Move "disp_count" and "instance_count" to GimpImagePrivate 2010-02-03 21:22:00 +01:00
gimpdisplay-foreach.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplay-handlers.c Move refing/unrefing the image to gimp_display_set_image() 2009-10-07 21:13:39 +02:00
gimpdisplay-handlers.h Move refing/unrefing the image to gimp_display_set_image() 2009-10-07 21:13:39 +02:00
gimpdisplay.c app: move "image" member of GimpDisplay to the private struct 2010-02-28 16:15:59 +01:00
gimpdisplay.h app: move "image" member of GimpDisplay to the private struct 2010-02-28 16:15:59 +01:00
gimpdisplayshell-appearance.c app: Keep canvas position on all display shell widgets 2010-02-28 15:22:56 +01:00
gimpdisplayshell-appearance.h app: Get rid of const disqualifier warning 2009-10-24 21:02:19 +02:00
gimpdisplayshell-autoscroll.c app: move the entire get-coords API from GimpDisplayShell to GimpDeviceInfo 2010-02-16 13:00:46 +01:00
gimpdisplayshell-autoscroll.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-callbacks.c Revert "Bug 610587 - Zooming with zoom tool pans away from the cursor" 2010-06-18 23:00:11 +02:00
gimpdisplayshell-callbacks.h app: fix artifacts caused by delayed tool drawing 2010-05-02 12:12:48 +02:00
gimpdisplayshell-close.c Move "disp_count" and "instance_count" to GimpImagePrivate 2010-02-03 21:22:00 +01:00
gimpdisplayshell-close.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-coords.c app: Make direction behave a bit more sanely and predictably 2010-03-20 12:26:51 +02:00
gimpdisplayshell-coords.h app: move the entire get-coords API from GimpDisplayShell to GimpDeviceInfo 2010-02-16 13:00:46 +01:00
gimpdisplayshell-cursor.c app: Introduce gimp_dialog_factory_get_singleton() 2010-02-28 23:23:24 +01:00
gimpdisplayshell-cursor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-dnd.c Add utility function to create images to gimpimage-new.[ch] 2010-02-09 22:32:48 +01:00
gimpdisplayshell-dnd.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-draw.c app: really clip guide and sample point drawing to the exposed region 2010-05-02 16:08:47 +02:00
gimpdisplayshell-draw.h app: restrict sample point drawing to the exposed region 2010-05-02 15:58:51 +02:00
gimpdisplayshell-expose.c Move GimpDisplayShell's expose functions to separate files 2009-10-02 23:55:26 +02:00
gimpdisplayshell-expose.h Move GimpDisplayShell's expose functions to separate files 2009-10-02 23:55:26 +02:00
gimpdisplayshell-filter-dialog.c Use gimp_display_get_image() instead of display->image 2009-10-06 19:20:44 +02:00
gimpdisplayshell-filter-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-filter.c Move GimpDisplayShell's expose functions to separate files 2009-10-02 23:55:26 +02:00
gimpdisplayshell-filter.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-handlers.c Move the quick mask members to GimpImagePrivate 2010-02-04 09:49:45 +01:00
gimpdisplayshell-handlers.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-icon.c Simplify GimpDisplayShell's icon update API 2009-10-08 23:30:56 +02:00
gimpdisplayshell-icon.h Simplify GimpDisplayShell's icon update API 2009-10-08 23:30:56 +02:00
gimpdisplayshell-layer-select.c Bug 612896 - Ctrl TAB doesn't browse all the layers 2010-03-14 22:59:29 +01:00
gimpdisplayshell-layer-select.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-preview.c Use gimp_display_get_image() instead of display->image 2009-10-06 19:20:44 +02:00
gimpdisplayshell-preview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-progress.c Move the statusbar back to GimpDisplayShell 2009-10-04 15:33:03 +02:00
gimpdisplayshell-progress.h Add gimp_statusbar_override/restore_window_title() 2009-09-28 22:55:52 +02:00
gimpdisplayshell-render.c Get rid of useless const in "const GimpDisplayShell*" 2009-11-01 20:47:18 +01:00
gimpdisplayshell-render.h Get rid of useless const in "const GimpDisplayShell*" 2009-11-01 20:47:18 +01:00
gimpdisplayshell-scale-dialog.c Use gimp_display_get_image() instead of display->image 2009-10-06 19:20:44 +02:00
gimpdisplayshell-scale-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-scale.c Bug 610587 - Zooming with zoom tool pans away from the cursor 2010-06-19 08:09:34 +02:00
gimpdisplayshell-scale.h app/tests: Add keyboard zoom focus regression test 2010-06-18 20:57:59 +02:00
gimpdisplayshell-scroll.c Derive GimpCanvas from GimpOverlayBox 2009-10-18 22:19:29 +02:00
gimpdisplayshell-scroll.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-selection.c Rename gimp_display_shell_selection_layer_set_hidden() to set_layer_hidden() 2009-10-08 09:10:33 +02:00
gimpdisplayshell-selection.h Rename gimp_display_shell_selection_layer_set_hidden() to set_layer_hidden() 2009-10-08 09:10:33 +02:00
gimpdisplayshell-title.c app: use the new unit conversion functions 2010-02-21 16:46:39 +01:00
gimpdisplayshell-title.h Remove gimp_display_shell_title() because it was completely empty 2009-09-28 22:55:39 +02:00
gimpdisplayshell-transform.c app: Add minimum gimp_display_shell_transform_xy() gkt-doc 2010-06-18 20:31:33 +02:00
gimpdisplayshell-transform.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell.c app/tests: Add keyboard zoom focus regression test 2010-06-18 20:57:59 +02:00
gimpdisplayshell.h app/tests: Add keyboard zoom focus regression test 2010-06-18 20:57:59 +02:00
gimpimagewindow.c app: Don't unmaximize image window when switching tabs in swm 2010-06-19 11:08:17 +02:00
gimpimagewindow.h app: Keep canvas position on all display shell widgets 2010-02-28 15:22:56 +01:00
gimpnavigationeditor.c Use GtkAdjustment's accessors 2009-10-08 20:05:12 +02:00
gimpnavigationeditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpscalecombobox.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpscalecombobox.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpstatusbar.c app: avoid using sealed GtkStatusbar members 2010-04-20 09:56:59 +02:00
gimpstatusbar.h app: avoid using sealed GtkStatusbar members 2010-04-20 09:56:59 +02:00
Makefile.am app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00