Sven Neumann
9996bb7a2e
app/dialogs/Makefile.am app/dialogs/dialogs-types.h app/dialogs/dialogs.c
...
2006-03-31 Sven Neumann <sven@gimp.org>
* app/dialogs/Makefile.am
* app/dialogs/dialogs-types.h
* app/dialogs/dialogs.c
* app/dialogs/info-dialog.[ch]: good bye InfoDialog.
* app/tools/gimpperspectivetool.[ch]
* app/tools/gimprotatetool.[ch]
* app/tools/gimpsheartool.[ch]
* app/tools/gimptransformtool.[ch]: use GimpToolDialog instead of
InfoDialog and add the widgets manually.
* app/tools/gimpscaletool.c: commented out use of InfoDialog. This
tools still needs to be ported to GimpToolDialog.
2006-03-31 13:36:34 +00:00
Michael Natterer
70644583d7
removed ColorDialog typedef.
...
2004-10-11 Michael Natterer <mitch@gimp.org>
* app/dialogs/dialogs-types.h: removed ColorDialog typedef.
2004-10-11 15:02:12 +00:00
Michael Natterer
7d065360c7
configure.in added new directory app/dialogs and link libappdialogs.c into
...
2004-09-13 Michael Natterer <mitch@gimp.org>
* configure.in
* app/Makefile.am: added new directory app/dialogs and link
libappdialogs.c into the gimp binary.
* app/gui/Makefile.am
* app/gui/gui-types.h
* app/gui/gui-vtable.c
* app/gui/gui.c
* app/gui/about-dialog.[ch]
* app/gui/authors.h
* app/gui/color-notebook.[ch]
* app/gui/convert-dialog.[ch]
* app/gui/dialogs-constructors.[ch]
* app/gui/dialogs.[ch]
* app/gui/file-dialog-utils.[ch]
* app/gui/file-new-dialog.[ch]
* app/gui/file-open-dialog.[ch]
* app/gui/file-open-location-dialog.[ch]
* app/gui/file-save-dialog.[ch]
* app/gui/grid-dialog.[ch]
* app/gui/info-dialog.[ch]
* app/gui/info-window.[ch]
* app/gui/module-browser.[ch]
* app/gui/offset-dialog.[ch]
* app/gui/palette-import-dialog.[ch]
* app/gui/preferences-dialog.[ch]
* app/gui/quit-dialog.[ch]
* app/gui/resize-dialog.[ch]
* app/gui/resolution-calibrate-dialog.[ch]
* app/gui/stroke-dialog.[ch]
* app/gui/tips-dialog.[ch]
* app/gui/tips-parser.[ch]
* app/gui/user-install-dialog.[ch]: removed these files...
* app/dialogs/Makefile.am
* app/dialogs/dialogs-types.h
* app/dialogs/*.[ch]: ...and added them here. Changed some
filenames like module-browser -> module-dialog.
* app/app_procs.c
* app/actions/actions-types.h
* app/actions/actions.c
* app/actions/dialogs-actions.c
* app/actions/dialogs-commands.c
* app/actions/dockable-commands.c
* app/actions/drawable-commands.c
* app/actions/edit-commands.c
* app/actions/file-commands.c
* app/actions/gradient-editor-commands.c
* app/actions/image-commands.c
* app/actions/layers-commands.c
* app/actions/palettes-commands.c
* app/actions/select-commands.c
* app/actions/templates-commands.c
* app/actions/templates-commands.h
* app/actions/vectors-commands.c
* app/actions/view-commands.c
* app/display/gimpdisplayshell-cursor.c
* app/display/gimpdisplayshell-title.c
* app/display/gimpdisplayshell.[ch]
* app/tools/gimpcroptool.c
* app/tools/gimpperspectivetool.c
* app/tools/gimprotatetool.c
* app/tools/gimpscaletool.c
* app/tools/gimpsheartool.c
* app/tools/gimptransformtool.[ch]
* app/tools/gimpvectortool.c
* app/widgets/gimpcolormapeditor.[ch]
* app/widgets/gimpcolorpanel.c
* app/widgets/gimpgradienteditor.[ch]
* app/widgets/gimppaletteeditor.[ch]
* app/widgets/gimptoolbox-color-area.c
* menus/toolbox-menu.xml.in
* tools/authorsgen/authorsgen.pl: changed accordingly.
2004-09-13 15:15:23 +00:00