gimp/app/display
Michael Natterer 26c2c6afda :size-changed-detailed): change double to int in signal parameters.
2008-08-04  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpimage.[ch] (GimpImage::size-changed-detailed):
	change double to int in signal parameters.

	Remove gimp_image_emit_size_changed_signals() and call
	gimp_viewable_size_changed() in size-changed-detailed's default
	handler.

	* app/core/gimpimageundo.[ch]
	* app/core/gimpimage-undo-push.[ch]: change double to int in
	previous-origin related code.

	* app/core/gimpimage-undo.c
	* app/core/gimpimage-scale.c
	* app/core/gimpimage-crop.c
	* app/core/gimpimage-rotate.c
	* app/core/gimpimage-resize.c: call gimp_image_size_changed_detailed()
	instead of the removed gimp_image_emit_size_changed_signals()

	* app/display/gimpdisplayshell-scroll.[ch]: remove
	gimp_display_shell_handle_size_changed_detailed() because it
	handles both scrolling and scaling and doesn't belong here.

	* app/display/gimpdisplayshell-handlers.c: moved its code back to
	gimp_display_shell_size_changed_detailed_handler() and follow the
	double -> int change above.


svn path=/trunk/; revision=26367
2008-08-04 20:11:35 +00:00
..
display-enums.c app/config/gimpdisplayconfig.[ch] app/config/gimprc-blurbs.h 2007-10-08 13:30:49 +00:00
display-enums.h app/config/gimpdisplayconfig.[ch] app/config/gimprc-blurbs.h 2007-10-08 13:30:49 +00:00
display-types.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpcanvas.c app/actions/layers-commands.c app/actions/view-actions.c 2008-06-28 15:12:13 +00:00
gimpcanvas.h Stop including single headers from gtk+ to be prepared for the upcoming 2008-05-23 20:38:52 +00:00
gimpdisplay-foreach.c added new function gimp_display_close() which decides if 2008-04-05 20:32:24 +00:00
gimpdisplay-foreach.h added new function gimp_display_close() which decides if 2008-04-05 20:32:24 +00:00
gimpdisplay-handlers.c use gimp_statusbar_push_temp() directly instead of going through 2008-04-07 12:50:57 +00:00
gimpdisplay-handlers.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplay.c emit notify::image. 2008-05-10 15:22:17 +00:00
gimpdisplay.h added new function gimp_display_close() which decides if 2008-04-05 20:32:24 +00:00
gimpdisplayoptions.c reenabled rulers by default. 2008-05-27 13:45:50 +00:00
gimpdisplayoptions.h add new options object for the "no image" display appearance. 2008-03-18 22:21:47 +00:00
gimpdisplayshell-appearance.c app/actions/layers-commands.c app/actions/view-actions.c 2008-06-28 15:12:13 +00:00
gimpdisplayshell-appearance.h add new options object for the "no image" display appearance. 2008-03-18 22:21:47 +00:00
gimpdisplayshell-autoscroll.c Make gimp_display_shell_scroll() a sane public interface for scrolling and 2008-07-10 19:23:22 +00:00
gimpdisplayshell-autoscroll.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-callbacks.c The following change is conceptually based on a patch by Alexia Death and 2008-07-12 14:48:09 +00:00
gimpdisplayshell-callbacks.h remove the window state callback here... 2008-03-25 13:42:40 +00:00
gimpdisplayshell-close.c if a save dialog is active for this image, then don't allow to close it. 2008-07-09 10:59:19 +00:00
gimpdisplayshell-close.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-coords.c removed delta_time, delta_x, delta_y, distance and random from the 2008-07-18 11:56:05 +00:00
gimpdisplayshell-coords.h app/display/gimpdisplayshell-callbacks.c 2008-04-07 13:54:43 +00:00
gimpdisplayshell-cursor.c added new function gimp_display_shell_unset_cursor(). 2008-03-30 16:09:55 +00:00
gimpdisplayshell-cursor.h added new function gimp_display_shell_unset_cursor(). 2008-03-30 16:09:55 +00:00
gimpdisplayshell-dnd.c don't flush if there's no image. (gimp_display_shell_dnd_flush): use 2008-03-27 12:22:23 +00:00
gimpdisplayshell-dnd.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-draw.c New function that contains logic previously kept in 2008-07-13 07:40:11 +00:00
gimpdisplayshell-draw.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-filter-dialog.c First draft of the "no image open" window, which is implemented as a 2008-03-18 21:22:21 +00:00
gimpdisplayshell-filter-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-filter.c added GimpColorConfig and GimpColorManaged as construct-only properties. 2007-08-06 22:10:09 +00:00
gimpdisplayshell-filter.h added GimpColorConfig and GimpColorManaged as construct-only properties. 2007-08-06 22:10:09 +00:00
gimpdisplayshell-handlers.c :size-changed-detailed): change double to int in signal parameters. 2008-08-04 20:11:35 +00:00
gimpdisplayshell-handlers.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-icon.c app/display/gimpdisplayshell-icon.[ch] moved more icon code to its new 2008-03-26 09:35:14 +00:00
gimpdisplayshell-icon.h app/display/gimpdisplayshell-icon.[ch] moved more icon code to its new 2008-03-26 09:35:14 +00:00
gimpdisplayshell-layer-select.c added a sanity check. 2008-04-14 06:50:55 +00:00
gimpdisplayshell-layer-select.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-preview.c First draft of the "no image open" window, which is implemented as a 2008-03-18 21:22:21 +00:00
gimpdisplayshell-preview.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-private.h Actually add gimpdisplayshell-private.h to SVN version control 2008-07-10 20:25:11 +00:00
gimpdisplayshell-progress.c swallow informational messages if there aren't handled by the statusbar. 2008-07-10 09:42:36 +00:00
gimpdisplayshell-progress.h added gimp_statusbar_peek(), a method to access the contents of the 2008-03-25 14:07:10 +00:00
gimpdisplayshell-render.c Kill disp_[xy]offset! We now keep store that information by using negative 2008-07-12 07:00:46 +00:00
gimpdisplayshell-render.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-scale.c Further work for completing bug #362915 that makes changes to the image 2008-08-03 11:35:53 +00:00
gimpdisplayshell-scale.h Further work for completing bug #362915 that makes changes to the image 2008-08-03 11:35:53 +00:00
gimpdisplayshell-scroll.c :size-changed-detailed): change double to int in signal parameters. 2008-08-04 20:11:35 +00:00
gimpdisplayshell-scroll.h :size-changed-detailed): change double to int in signal parameters. 2008-08-04 20:11:35 +00:00
gimpdisplayshell-selection.c add gimp_display_empty()/fill() which turns it into an empty display and 2008-03-19 16:15:50 +00:00
gimpdisplayshell-selection.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-title.c added stock-id parameters to all statusbar setters. 2008-04-14 06:28:43 +00:00
gimpdisplayshell-title.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-transform.c Remove two lines I forgot to remove in previous commit 2008-07-11 20:30:59 +00:00
gimpdisplayshell-transform.h app/display/gimpdisplayshell-transform.[ch] 2008-02-26 17:30:33 +00:00
gimpdisplayshell.c Center the image after connecting to it. This is required if the image we 2008-08-03 17:57:13 +00:00
gimpdisplayshell.h moved last motion stuff to the end 2008-07-18 11:58:57 +00:00
gimpnavigationeditor.c Don't expose implementation details and extend the interface with trivial 2008-07-19 19:00:08 +00:00
gimpnavigationeditor.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2007-12-16 02:06:15 +00:00
gimpscalecombobox.c reverted last change. 2008-05-29 13:59:30 +00:00
gimpscalecombobox.h Stop including single headers from gtk+ to be prepared for the upcoming 2008-05-23 20:38:52 +00:00
gimpstatusbar.c don't accept a progress message if the status bar is already showing a 2008-07-09 10:45:21 +00:00
gimpstatusbar.h Stop including single headers from gtk+ to be prepared for the upcoming 2008-05-23 20:38:52 +00:00
Makefile.am Make gimp_display_shell_scroll() a sane public interface for scrolling and 2008-07-10 19:23:22 +00:00
makefile.msc **/makefile.msc app/gimpcore.def : updated so it compiles and links 2008-01-04 18:42:07 +00:00