gimp/app/dialogs
Michael Natterer 86c108c5d3 app/dialogs/Makefile.am app/dialogs/vectors-export-dialog.[ch] new files.
2004-10-24  Michael Natterer  <mitch@gimp.org>

	* app/dialogs/Makefile.am
	* app/dialogs/vectors-export-dialog.[ch]
	* app/dialogs/vectors-import-dialog.[ch]: new files.

	* app/actions/vectors-commands.c: use the new dialogs and remember
	their last values.
2004-10-23 22:54:41 +00:00
..
.cvsignore configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
Makefile.am app/dialogs/Makefile.am app/dialogs/vectors-export-dialog.[ch] new files. 2004-10-23 22:54:41 +00:00
about-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
about-dialog.h app/devices.[ch] app/gui/about-dialog.[ch] app/gui/preferences-dialog.[ch] 2001-04-18 16:39:34 +00:00
authors.h correct UTF-8 spelling of João S. O. Bueno Calligaris. 2004-10-14 10:37:07 +00:00
channel-options-dialog.c app/dialogs/Makefile.am new files implementing the channel options dialog 2004-10-19 09:17:37 +00:00
channel-options-dialog.h app/dialogs/Makefile.am new files implementing the channel options dialog 2004-10-19 09:17:37 +00:00
convert-dialog.c app/dialogs/image-merge-layers-dialog.c made them not resizable. 2004-10-23 19:01:26 +00:00
convert-dialog.h changed GimpDisplay* parameter to GimpProgress* because that's what it's 2004-09-09 11:42:39 +00:00
dialogs-constructors.c should save before comitting... 2004-10-16 20:19:26 +00:00
dialogs-constructors.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
dialogs-types.h removed ColorDialog typedef. 2004-10-11 15:02:12 +00:00
dialogs.c app/actions/colormap-editor-actions.c app/actions/dialogs-actions.c 2004-10-22 14:43:43 +00:00
dialogs.h fixed a typo in the double-inclusion guard. 2004-10-09 21:47:26 +00:00
file-open-dialog.c For the sake of completeness, added a GUI for the hidden "Open as Layer" 2004-09-21 12:08:30 +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 configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +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 app/widgets/Makefile.am app/widgets/widgets-types.h added a simple message 2004-10-13 14:35:28 +00:00
file-save-dialog.h app/dialogs/Makefile.am removed these files. 2004-09-13 16:37:01 +00:00
grid-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
grid-dialog.h To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:29:47 +00:00
image-merge-layers-dialog.c app/dialogs/image-merge-layers-dialog.c made them not resizable. 2004-10-23 19:01:26 +00:00
image-merge-layers-dialog.h app/dialogs/Makefile.am one more dialog split out of actions/. 2004-10-23 16:42:37 +00:00
image-new-dialog.c app/dialogs/image-merge-layers-dialog.c made them not resizable. 2004-10-23 19:01:26 +00:00
image-new-dialog.h configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
info-dialog.c replaced the obtrusive drop-shadow by a thin white frame with a subtle 2004-10-01 11:17:46 +00:00
info-dialog.h renamed info_dialog_popdown() to info_dialog_hide() and 2004-01-21 11:16:57 +00:00
info-window.c renamed struct member "unit" to "resolution_unit". 2004-10-12 21:28:53 +00:00
info-window.h fixed unit handling. Right-align the labels displaying the cursor 2004-10-12 20:14:25 +00:00
layer-add-mask-dialog.c app/dialogs/image-merge-layers-dialog.c made them not resizable. 2004-10-23 19:01:26 +00:00
layer-add-mask-dialog.h app/dialogs/Makefile.am one more dialog split out of actions/. 2004-10-23 14:02:53 +00:00
layer-options-dialog.c app/dialogs/Makefile.am the new/edit layer dialog. 2004-10-22 22:28:45 +00:00
layer-options-dialog.h app/dialogs/Makefile.am the new/edit layer dialog. 2004-10-22 22:28:45 +00:00
module-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +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 app/dialogs/image-merge-layers-dialog.c made them not resizable. 2004-10-23 19:01:26 +00:00
offset-dialog.h renamed convert_to_indexed() to convert_dialog_new() and return the 2004-04-20 13:44:19 +00:00
palette-import-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
palette-import-dialog.h added -DGDK_PIXBUF_DISABLE_DEPRECATED to CPPFLAGS. 2001-12-17 23:41:01 +00:00
preferences-dialog.c added missing and resolved conflicting mnemonics. 2004-10-12 22:57:15 +00:00
preferences-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
quit-dialog.c raise the image's displays on double-click in the dirty image list. 2004-10-15 14:34:34 +00:00
quit-dialog.h removed the quit dialog code here. 2004-07-09 20:38:35 +00:00
resize-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
resize-dialog.h tools/pdbgen/pdb/image.pdb app/pdb/image_cmds.c reverted changes I did to 2004-06-01 22:04:20 +00:00
resolution-calibrate-dialog.c libgimpwidgets/gimpwidgets.[ch] added new utility function 2004-06-21 13:18:50 +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 app/widgets/Makefile.am app/widgets/widgets-types.h added new widget 2004-10-12 14:59:14 +00:00
scale-dialog.h app/widgets/Makefile.am app/widgets/widgets-types.h added new widget 2004-10-12 14:59:14 +00:00
stroke-dialog.c app/dialogs/image-merge-layers-dialog.c made them not resizable. 2004-10-23 19:01:26 +00:00
stroke-dialog.h added labels ("_Stroke") to the SLEECTION_STROKE and PATH_STROKE stock 2004-10-23 10:28:56 +00:00
template-options-dialog.c app/dialogs/Makefile.am the new/edit template dialog. 2004-10-22 18:13:46 +00:00
template-options-dialog.h app/dialogs/Makefile.am the new/edit template dialog. 2004-10-22 18:13:46 +00:00
tips-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +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 Applied a bunch of AIX portability fixes (bug #148813): 2004-07-30 00:57:22 +00:00
tips-parser.h updated 2002-02-25 18:36:03 +00:00
user-install-dialog.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
user-install-dialog.h Cleaned up the app init and exit stuff even more. Also reduces the number 2003-10-02 11:26:26 +00:00
vectors-export-dialog.c app/dialogs/Makefile.am app/dialogs/vectors-export-dialog.[ch] new files. 2004-10-23 22:54:41 +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/Makefile.am app/dialogs/vectors-export-dialog.[ch] new files. 2004-10-23 22:54:41 +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 app/dialogs/Makefile.am one more dialog split out of actions/. 2004-10-19 14:08:44 +00:00
vectors-options-dialog.h app/dialogs/Makefile.am one more dialog split out of actions/. 2004-10-19 14:08:44 +00:00