mirror of https://github.com/GNOME/gimp.git
[commited mostly yesterday, but ChangeLog was missing]
2004-08-01 Hans Breuer <hans@breuer.org> [commited mostly yesterday, but ChangeLog was missing] * app/display/makefile.msc app/widgets/makefile.msc : build but *dont link* display-enums.obj, widget-enums.obj and gimpdisplayoptions.obj. They must be in the dll * app/makefile.msc : build gimp.exe and gimp-console.exe both using the same gimp-core.dll * app/gimpcore.def : new file, exports for gimp-core.dll * app/Makefile.am : added to EXTRA_DIST * cursors/makefile.msc : new file to create gimp-tool-cursors.h * cursors/Makefile.am : added to EXTRA_DIST * **/makefile.msc : updated * app/main.c app/app_procs.c : moved code to close the console from the former to the later. It only is to be used if The Gimp is not build as console app. * plug-ins/gfig/gfig.c : dont gimp_drawable_detach() the same drawable twice * plug-ins/gfig-dialog.c() : added a g_return_if_fail() to avoid crashing on File/Import
This commit is contained in:
parent
ff27b1f157
commit
44f617d85b
24
ChangeLog
24
ChangeLog
|
@ -42,6 +42,30 @@
|
|||
|
||||
* plug-ins/common/scatter_hsv.c: ported to GimpPreviewArea.
|
||||
|
||||
2004-08-01 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* app/display/makefile.msc app/widgets/makefile.msc : build
|
||||
but *dont link* display-enums.obj, widget-enums.obj and
|
||||
gimpdisplayoptions.obj. They must be in the dll
|
||||
* app/makefile.msc : build gimp.exe and gimp-console.exe both
|
||||
using the same gimp-core.dll
|
||||
* app/gimpcore.def : new file, exports for gimp-core.dll
|
||||
* app/Makefile.am : added to EXTRA_DIST
|
||||
|
||||
* cursors/makefile.msc : new file to create gimp-tool-cursors.h
|
||||
* cursors/Makefile.am : added to EXTRA_DIST
|
||||
|
||||
* **/makefile.msc : updated
|
||||
|
||||
* app/main.c app/app_procs.c : moved code to close the console
|
||||
from the former to the later. It only is to be used if The Gimp
|
||||
is not build as console app.
|
||||
|
||||
* plug-ins/gfig/gfig.c : dont gimp_drawable_detach() the same
|
||||
drawable twice
|
||||
* plug-ins/gfig-dialog.c() : added a g_return_if_fail() to avoid
|
||||
crashing on File/Import
|
||||
|
||||
2004-08-01 Simon Budig <simon@gimp.org>
|
||||
|
||||
* app/widgets/gimpbrusheditor.c: Fixed oversight that accidentially
|
||||
|
|
|
@ -57,12 +57,14 @@ EXPORTS
|
|||
gimp_brush_generated_get_hardness
|
||||
gimp_brush_generated_get_radius
|
||||
gimp_brush_generated_get_shape
|
||||
gimp_brush_generated_get_spikes
|
||||
gimp_brush_generated_get_type
|
||||
gimp_brush_generated_set_angle
|
||||
gimp_brush_generated_set_aspect_ratio
|
||||
gimp_brush_generated_set_hardness
|
||||
gimp_brush_generated_set_radius
|
||||
gimp_brush_generated_set_shape
|
||||
gimp_brush_generated_set_spikes
|
||||
gimp_brush_generated_shape_get_type
|
||||
gimp_brush_get_mask
|
||||
gimp_brush_get_spacing
|
||||
|
|
Loading…
Reference in New Issue