Michael Natterer
fbfdf4b309
app/Makefile.am removed.
...
2000-01-14 Michael Natterer <mitch@gimp.org>
* app/Makefile.am
* app/tool_options_ui.h: removed.
* app/tool_options.c
* libgimp/gimpwidgets.[ch]: moved some more ui utility functions
to libgimp.
* app/airbrush.c
* app/blend.c
* app/bucket_fill.c
* app/channel_ops.c
* app/clone.c
* app/color_picker.c
* app/convolve.c
* app/crop.c
* app/dodgeburn.c
* app/eraser.c
* app/file_new_dialog.[ch]
* app/flip_tool.c
* app/image_new.[ch]
* app/ink.c
* app/layers_dialog.c
* app/magnify.c
* app/measure.c
* app/paintbrush.c
* app/pencil.c
* app/smudge.c
* app/text_tool.c
* app/tool_options.c
* app/transform_tool.c
* app/xinput_airbrush.c: use the libgimp functions (esp. the radio
button group constructor), some code cleanup.
* plug-ins/common/csource.c
* plug-ins/common/despeckle.c
* plug-ins/common/diffraction.c
* plug-ins/common/jpeg.c
* plug-ins/common/png.c
* plug-ins/unsharp/unsharp.c: more plugin ui tuning.
* plug-ins/unsharp/Makefile.am
* plug-ins/unsharp/dialog_f.[ch]
* plug-ins/unsharp/dialog_i.[ch]: removed.
2000-01-14 12:41:00 +00:00
Nick Lamb /GIMP
7590b2da36
Fixed #2169 and as a side-effect discovered that RGB_IMAGE means
...
something quite different for app vs plug-ins. The one in app is
now called RGB_IMAGE_OK to differentiate them.
1999-10-19 04:24:21 +00:00
Marc Lehmann
ec40ac728b
API PATCH #2 or so
1999-10-17 00:07:55 +00:00
Tomas Ogren
c9c420f1cf
app/disp_callbacks.c app/gdisplay_color.c app/image_new.c i18n fixes.
...
1999-09-06 Tomas Ogren <stric@ing.umu.se>
* app/disp_callbacks.c app/gdisplay_color.c app/image_new.c
* app/info_dialog.c app/nav_window.c app/qmask.c app/undo.c:
i18n fixes.
1999-09-06 00:07:03 +00:00
CDT 1999 Shawn T. Amundson
c6eec63232
Added new files, the UI independant part of new image dialog.
...
Wed Aug 25 02:40:39 CDT 1999 Shawn T. Amundson <amundson@gimp.org>
* app/image_new.[ch]: Added new files, the UI independant part of
new image dialog.
* app/file_new_dialog.[ch]: uses image_new stuff now. Alot
changed. No UI changed. Different behavior is a bug, as
this is only for UI separation.
* app/gimpimage.[ch]: Added gimp_image_get_width () and
gimp_image_get_height ().
* app/global_edit.c: Call a function in image_new instead of
file_new_dialog for updating the status of the cut buffe.
1999-08-26 04:39:21 +00:00