Skip to content
  • Austin Donnelly's avatar
    comment typo fix, plus add %D* to default image-title-format string, so · 11409e97
    Austin Donnelly authored
    Fri Oct  1 12:46:12 1999  Austin Donnelly  <austin@gimp.org>
    
    	* gimprc.in: comment typo fix, plus add %D* to default
    	    image-title-format string, so people get a '*' in the titlebar
    	    if their image is dirty.
    	* app/fileops.c: initialise filename before using it.
    	* app/gdisplay.c: empty parameter list () is K&R - should be
    	    stronger (void) in ANSI C.
    	* app/gimpdrawable.c: gimp_drawable_{dirty,clean} functions
    	    removed - no one uses them anyway.  Parasite undo type is
    	    proper parasite undo type, not MISC_UNDO.
    	* app/gimpdrawableP.h: drawable dirty bit removed.
    	* app/gimpimage.c: don't change the resolution if there's no
    	    difference from the old one.  Call gdisplay_shrink_wrap() to
    	    re-calculate scale factors and refresh the display on
    	    resolution change.  Layer undo doesn't have sub-types
    	    anymore, uses main UndoType instead.
    	* app/layer.h: Remove LayerUndoType
    	* app/qmask.c: fix qmask undo so i...
    11409e97