don't try and gdk_window_get_size() when we haven't been realised yet.

Sat Jan 23 20:36:06 GMT 1999  Austin Donnelly  <austin@gimp.org>

	* app/color_select.c: don't try and gdk_window_get_size() when we
	    haven't been realised yet.

	* app/gimpset.[ch]: allow the use of GTK_TYPE_NONE for storing
	    sets of things that aren't GTK_OBJECTs.  Set can also emit new
	    signal "member_modified" when gimp_set_member_modified (set,
	    ob) is called.

	* app/layers_dialog.c: show main dialog shell last, to avoid ugly
 	    window manager interaction.

	* app/module_db.c: can now handle not having any modules at all
	    without segfaulting, plus proper updates on changes.  Also now
	    has refresh button to re-scan the filesystem for modules.

	* modules/colorsel_triangle.c: added module_unload() function.
  	    Still needs someone to spruce up the UI.  Volunteers?

	* plug-ins/script-fu/scripts/select_to_image.scm: create display
 	    for newly duplicated image, otherwise you don't see anything.
This commit is contained in:
GMT 1999 Austin Donnelly
1999-01-23 21:07:57 +00:00
committed by Austin Donnelly
parent 176ea8da52
commit d40b66ac1d
14 changed files with 914 additions and 233 deletions

View File

@ -60,8 +60,8 @@
(gimp-palette-set-background old-bg)
(gimp-image-enable-undo image)
(gimp-image-set-active-layer image drawable)
; (gimp-display-new brush-image)
; (gimp-displays-flush)
(gimp-display-new brush-image)
(gimp-displays-flush)
(script-fu-export-file 1 img drawable RGB 255 FALSE 2 "-export" "png")
))