gimp/app/display
Sven Neumann eeed0029bf added some line breaks to improve readability.
2008-07-14  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell-scale.c
	(gimp_display_shell_scale_setup): added some line breaks to
	improve readability.


svn path=/trunk/; revision=26187
2008-07-14 09:41:16 +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 revert velocity limit to 1.0, this part of the patch shouldn't have been 2008-05-27 09:02:31 +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 app/display/gimpdisplayshell-icon.[ch] moved more icon code to its new 2008-03-26 09:35:14 +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 added some line breaks to improve readability. 2008-07-14 09:41:16 +00:00
gimpdisplayshell-scale.h Allow to choose what axes to center on. 2008-07-13 20:23:15 +00:00
gimpdisplayshell-scroll.c Get rid of non-intelligent scrollbar stepper sensitivity code. 2008-07-13 14:48:44 +00:00
gimpdisplayshell-scroll.h New function that contains logic previously kept in 2008-07-13 07:40:11 +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 Allow to choose what axes to center on. 2008-07-13 20:23:15 +00:00
gimpdisplayshell.h Kill disp_[xy]offset! We now keep store that information by using negative 2008-07-12 07:00:46 +00:00
gimpnavigationeditor.c BORDER_PEN_WIDTH is a normal constant, no need for voodoo. 2008-07-13 09:11:42 +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