gimp/app/display
Michael Natterer abc5e270b3 Go via the toplevel to update the image window's ui manager 2009-09-28 22:55:49 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am Add new toplevel window class GimpImageWindow 2009-09-28 22:55:35 +02:00
display-enums.c Bug 560903 – Explicit zooming with e.g. '1' should handle 2008-11-15 10:24:56 +00:00
display-enums.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
display-types.h Add new toplevel window class GimpImageWindow 2009-09-28 22:55:35 +02:00
gimpcanvas.c Render a layer group's boundary in a different color 2009-08-29 21:26:46 +02:00
gimpcanvas.h Render a layer group's boundary in a different color 2009-08-29 21:26:46 +02:00
gimpcursorview.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcursorview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplay-foreach.c Use gtk_widget_get_toplevel() to get to a display's "iconified" state 2009-09-28 22:55:37 +02:00
gimpdisplay-foreach.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplay-handlers.c Go via the tolevel to get to the image window's statusbar 2009-09-28 22:55:45 +02:00
gimpdisplay-handlers.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplay.c Show the shell after it has been associated with its image window, not before 2009-09-28 22:55:46 +02:00
gimpdisplay.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayoptions.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-appearance.c Move updating the "view-fullscreen" actions to the proper place 2009-09-28 22:55:49 +02:00
gimpdisplayshell-appearance.h Move image window related functions together (menubar and statusbar) 2009-09-28 22:55:43 +02:00
gimpdisplayshell-autoscroll.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-autoscroll.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-callbacks.c Move the menubar and the menubar_manager to GimpImageWindow 2009-09-28 22:55:38 +02:00
gimpdisplayshell-callbacks.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-close.c Move the menubar and the menubar_manager to GimpImageWindow 2009-09-28 22:55:38 +02:00
gimpdisplayshell-close.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-coords.c More tool event log output and some minor whitespace cleanup 2009-09-19 15:09:55 +02:00
gimpdisplayshell-coords.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-cursor.c Go via the toplevel to get to the statusbar for setting coords 2009-09-28 22:55:42 +02:00
gimpdisplayshell-cursor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-dnd.c Replace "Group Layer" by "Layer Group" in all user visible strings 2009-09-03 14:57:18 +02:00
gimpdisplayshell-dnd.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-draw.c Use the new item iter API instead of the image APIs in some straightforward places 2009-08-01 23:07:07 +02:00
gimpdisplayshell-draw.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-filter-dialog.c Use gtk_dialog_get_content_area() instead of dialog->vbox 2009-07-15 16:19:32 +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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00: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 fullscreen API from GimpDisplayShell to GimpImageWindow 2009-09-28 22:55:37 +02:00
gimpdisplayshell-handlers.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-icon.c Add "icon" property to GimpDisplayShell 2009-09-28 22:55:40 +02:00
gimpdisplayshell-icon.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-layer-select.c app: Always use gimp_object_get_name() 2009-08-29 12:41:29 +02: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 gtk_widget_get_window() instead of widget->window 2009-07-15 15:02:31 +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 to GimpImageWindow 2009-09-28 22:55:38 +02:00
gimpdisplayshell-progress.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-render.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-render.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-scale-dialog.c Make the scale dialog transient to the shell's toplevel 2009-09-28 22:55:40 +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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-scale.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-scroll.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-scroll.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-selection.c Remove gimp_image_layer_boundary() 2009-08-31 20:57:52 +02:00
gimpdisplayshell-selection.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-title.c Add "title" and "status" properties to GimpSisplayShell 2009-09-28 22:55:39 +02: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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-transform.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell.c Go via the toplevel to update the image window's ui manager 2009-09-28 22:55:49 +02:00
gimpdisplayshell.h Remove display_factory member from GimpDisplayShell 2009-09-28 22:55:45 +02:00
gimpimagewindow.c Get rid of the shell's window-state-event handler 2009-09-28 22:55:49 +02:00
gimpimagewindow.h Add "display-factory" construct-only property of type GimpDialogFactory 2009-09-28 22:55:43 +02:00
gimpnavigationeditor.c Use gtk_widget_get_window() instead of widget->window 2009-07-15 15:02:31 +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 Make gimp_statusbar_new() a void function and set a shell dynamically 2009-09-28 22:55:41 +02:00
gimpstatusbar.h Make gimp_statusbar_new() a void function and set a shell dynamically 2009-09-28 22:55:41 +02:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00