gimp/app/dialogs
Sven Neumann b22ab6693e use "Solid color" as description for GIMP_STROKE_STYLE_SOLID.
2006-09-11  Sven Neumann  <sven@gimp.org>

	* app/core/core-enums.[ch]: use "Solid color" as description for
	GIMP_STROKE_STYLE_SOLID.

	* app/widgets/gimpstrokeeditor.c: moved "style" control further up
	to make it less ambiguous (bug #309740).

	* app/dialogs/stroke-dialog.c (stroke_dialog_new): pass the context
	to gimp_container_combo_box_new().
2006-09-11 14:17:43 +00:00
..
.cvsignore configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
about-dialog.c added missing include. 2006-09-09 00:36:23 +00:00
about-dialog.h generate a NULL terminated array. 2005-08-19 16:32:01 +00:00
authors.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-21 15:21:37 +00:00
authors.xsl generate const arrays of const strings. 2006-04-06 12:59:44 +00:00
channel-options-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
channel-options-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
convert-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
convert-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
desaturate-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
desaturate-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
dialogs-constructors.c removed palette_inport_dialog_show() and palette_import_dialog_destroy() 2006-09-03 16:39:00 +00:00
dialogs-constructors.h removed palette_inport_dialog_show() and palette_import_dialog_destroy() 2006-09-03 16:39:00 +00:00
dialogs-types.h app/dialogs/Makefile.am app/dialogs/dialogs-types.h app/dialogs/dialogs.c 2006-03-31 13:36:34 +00:00
dialogs.c removed palette_inport_dialog_show() and palette_import_dialog_destroy() 2006-09-03 16:39:00 +00:00
dialogs.h fixed a typo in the double-inclusion guard. 2004-10-09 21:47:26 +00:00
file-open-dialog.c added new function gimp_message() as a replacement for g_message(). Part 2006-08-08 21:06:36 +00:00
file-open-dialog.h removed function file_open_dialog_show() and changed internal function 2004-09-13 16:01:52 +00:00
file-open-location-dialog.c added new function gimp_message() as a replacement for g_message(). Part 2006-08-08 21:06:36 +00:00
file-open-location-dialog.h changed file_open_location_dialog_show() to 2004-09-09 09:47:33 +00:00
file-save-dialog.c after appending an extension, invoke "response" on the dialog and bail 2006-09-10 11:55:43 +00:00
file-save-dialog.h app/dialogs/Makefile.am removed these files. 2004-09-13 16:37:01 +00:00
grid-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
grid-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
image-merge-layers-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
image-merge-layers-dialog.h allow to discard invisible layers as suggested in bug #337557. 2006-04-07 08:01:02 +00:00
image-new-dialog.c implement set_context() and set the view renderers' contexts. 2006-09-01 16:55:37 +00:00
image-new-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
image-properties-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
image-properties-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
image-scale-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
image-scale-dialog.h did a global gdisp -> display substitution. 2006-03-28 17:55:52 +00:00
keyboard-shortcuts-dialog.c libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h added simple 2006-09-05 21:43:07 +00:00
keyboard-shortcuts-dialog.h app/dialogs/dialogs-constructors.c include a check button for the 2005-10-05 23:01:45 +00:00
layer-add-mask-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
layer-add-mask-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
layer-options-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
layer-options-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
Makefile.am app/dialogs/Makefile.am app/dialogs/dialogs-types.h app/dialogs/dialogs.c 2006-03-31 13:36:34 +00:00
makefile.msc updated dont include "config/gimpbaseconfig.c", it gives an redefinition 2006-05-13 17:05:15 +00:00
module-dialog.c app/dialogs/module-dialog.c use GimpDialog instead of a GimpViewableDialog 2006-04-23 02:15:16 +00:00
module-dialog.h configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
offset-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
offset-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
palette-import-dialog.c removed palette_inport_dialog_show() and palette_import_dialog_destroy() 2006-09-03 16:39:00 +00:00
palette-import-dialog.h removed palette_inport_dialog_show() and palette_import_dialog_destroy() 2006-09-03 16:39:00 +00:00
preferences-dialog.c added missing include. 2006-09-09 00:36:23 +00:00
preferences-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
print-size-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
print-size-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
quit-dialog.c create a temporary context for the container view so its renderers have 2006-09-02 16:00:29 +00:00
quit-dialog.h Applied (slightly modified) patch from Sylvain Foret which adds "Close 2005-09-24 19:30:08 +00:00
resize-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
resize-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
resolution-calibrate-dialog.c app/dialogs/module-dialog.c use GimpDialog instead of a GimpViewableDialog 2006-04-23 02:15:16 +00:00
resolution-calibrate-dialog.h removed the monitor calibration from the user installation process. It's 2004-06-09 23:51:06 +00:00
scale-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
scale-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
stroke-dialog.c use "Solid color" as description for GIMP_STROKE_STYLE_SOLID. 2006-09-11 14:17:43 +00:00
stroke-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
template-options-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
template-options-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
tips-dialog.c use GIMP_STOCK_INFO for the tips dialog. 2006-06-20 18:28:06 +00:00
tips-dialog.h Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
tips-parser.c new file holding the opaque typedefs for libgimpconfig. Includes 2005-01-25 20:30:20 +00:00
tips-parser.h updated 2002-02-25 18:36:03 +00:00
user-install-dialog.c simplified further 2006-06-05 13:51:34 +00:00
user-install-dialog.h app/core/gimp-user-install.[ch] always migrate old user settings during 2006-06-05 13:48:57 +00:00
vectors-export-dialog.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
vectors-export-dialog.h app/dialogs/Makefile.am app/dialogs/vectors-export-dialog.[ch] new files. 2004-10-23 22:54:41 +00:00
vectors-import-dialog.c app/dialogs/vectors-import-dialog.c (vectors_import_dialog_new) fixed 2006-03-03 22:46:01 +00:00
vectors-import-dialog.h app/dialogs/Makefile.am app/dialogs/vectors-export-dialog.[ch] new files. 2004-10-23 22:54:41 +00:00
vectors-options-dialog.c added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00
vectors-options-dialog.h added GimpContext parameters and create the GimpView with that context. 2006-09-01 11:26:54 +00:00