ff555bb19c
libgimpwidgets/libgimpwidgets-docs.sgml
...
2006-09-07 Sven Neumann <sven@gimp.org >
* libgimpwidgets/libgimpwidgets-docs.sgml
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/libgimpwidgets.types
* tools/widgets.c: added GimpHintBox and GIMP_STOCK_HEAL_TOOL.
* libgimpwidgets/images/*.png: updated screenshots.
* libgimpwidgets/tmpl/gimphintbox.sgml: new file.
* libgimpwidgets/tmpl/gimpstock.sgml: added GIMP_STOCK_HEAL_TOOL.
2006-09-07 12:53:50 +00:00
1fbd2d5188
gtk-doc 1.4 added the Stability_Level section all over the place.
...
2005-07-07 Michael Natterer <mitch@gimp.org >
* libgimp*/tmpl/*.sgml: gtk-doc 1.4 added the Stability_Level
section all over the place.
2005-07-07 16:33:31 +00:00
b69d2599fd
libgimpmodule/libgimpmodule-sections.txt added missing macro
...
2004-10-06 Sven Neumann <sven@gimp.org >
* libgimpmodule/libgimpmodule-sections.txt
* libgimpmodule/tmpl/gimpmodule.sgml: added missing macro
GIMP_MODULE_PARAM_SERIALIZE.
2004-10-06 02:53:46 +00:00
b08e39d65b
added gimp_module_register_enum(), a function to register an enum type for
...
2004-07-04 Sven Neumann <sven@gimp.org >
* libgimpmodule/gimpmodule.[ch]: added gimp_module_register_enum(),
a function to register an enum type for a GTypeModule.
* modules/cdisplay_colorblind.c: use an object property for the
color deficiency enum.
2004-07-04 16:29:28 +00:00
06631e959e
libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h
...
2004-05-02 Sven Neumann <sven@gimp.org >
* libgimpwidgets/Makefile.am
* libgimpwidgets/gimpwidgets.h
* libgimpwidgets/gimpwidgetstypes.h
* libgimpwidgets/gimpframe.[ch]: added new widget GimpFrame, a HIG
compliant variant of GtkFrame.
* app/gui/preferences-dialog.c: enable the HIG compliant mode by
default and use the new GimpFrame widget for it.
* themes/Small/gtkrc: set a smaller spacing between the GimpFrame
title label and the frame content.
2004-05-02 Sven Neumann <sven@gimp.org >
* libgimpwidgets/libgimpwidgets-docs.sgml
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/libgimpwidgets.types
* libgimpwidgets/tmpl/gimpframe.sgml: added docs for GimpFrame.
* */tmpl/*.sgml: regenerated using gtk-doc-tools version 1.2.
2004-05-02 20:30:41 +00:00
ec6c98656e
bumped the version number to 1.3.12.
...
2003-01-03 Sven Neumann <sven@gimp.org >
* configure.in: bumped the version number to 1.3.12.
* app/display/Makefile.am
* app/display/gimpdisplayshell-cursor.[ch]
* app/display/gimpdisplayshell-title.[ch]
* app/display/gimpdisplayshell-transform.[ch]: new files with code
that used to live in gimpdisplayshell.c.
* app/display/gimpdisplay-foreach.c
* app/display/gimpdisplay.c
* app/display/gimpdisplayshell-callbacks.c
* app/display/gimpdisplayshell-handlers.c
* app/display/gimpdisplayshell-selection.c
* app/display/gimpdisplayshell.[ch]
* app/tools/gimpbezierselecttool.c
* app/tools/gimpcroptool.c
* app/tools/gimpdrawtool.c
* app/tools/gimpeditselectiontool.c
* app/tools/gimpfuzzyselecttool.c
* app/tools/gimpmovetool.c
* app/tools/gimptool.c: changed accordingly.
2003-01-03 18:01:30 +00:00
f6d100da01
libgimpmodule/libgimpmodule-sections.txt
...
2003-01-02 Michael Natterer <mitch@gimp.org >
* libgimpmodule/libgimpmodule-sections.txt
* libgimpmodule/tmpl/gimpmodule.sgml
* libgimpmodule/tmpl/gimpmoduledb.sgml: updated. Documented
enums and structs. Fixes bug #5746 .
2003-01-02 21:36:02 +00:00
cb9d0cc2b8
regenerated, removed some old cruft.
...
2003-01-02 Michael Natterer <mitch@gimp.org >
* libgimpmodule/tmpl/gimpmodule.sgml: regenerated, removed
some old cruft.
2003-01-02 17:48:44 +00:00
2ef9706b1d
don't say we'd use MMX if it is disabled.
...
2002-11-06 Sven Neumann <sven@gimp.org >
* app/base/base.c (base_init): don't say we'd use MMX if it is
disabled.
* libgimpmodule/gimpmodule.[ch]
* app/gui/module-browser.c: changed enum values and user-visible
strings to saner values.
* libgimpmodule/gimpmoduledb.c
* plug-ins/tools/tool-safe-mode.c: made them less verbose.
2002-11-06 13:56:37 +00:00
d26a7d0b0e
libgimpmodule/libgimpmodule-sections.txt added missing declarations.
...
2002-10-23 Sven Neumann <sven@gimp.org >
* libgimpmodule/libgimpmodule-sections.txt
* libgimpmodule/tmpl/gimpmodule.sgml: added missing declarations.
2002-10-23 16:06:19 +00:00
c7ac6aff52
Moved generic datafile loading to LibGimpBase:
...
2002-10-23 Michael Natterer <mitch@gimp.org >
Moved generic datafile loading to LibGimpBase:
* app/core/gimpdatafiles.[ch]: removed...
* libgimpbase/gimpdatafiles.[ch]: ...and add here with a changed
API which requires no more global variables.
* libgimpbase/Makefile.am
* libgimpbase/gimpbase.h
* libgimpbase/gimpbasetypes.h
* app/core/Makefile.am
* app/core/core-types.h
* app/core/gimpdatafactory.c
* app/gui/gui.c
* app/plug-in/plug-in.c
* app/plug-in/plug-ins.c
* app/tools/tools.c: changed accordingly.
Moved module loading to LibGimpModule:
* app/core/gimpmodules.c: removed lots of code...
* libgimpmodule/gimpmoduledb.[ch]: ...and added it here as
GimpModuleDB object.
* libgimpmodule/Makefile.am
* libgimpmodule/gimpmoduletypes.h: changed accordingly.
* app/core/gimp.[ch]: replaced gimp->modules by gimp->module_db.
* libgimpmodule/gimpmodule.[ch]: added
gimp_module_query(). Internal cleanup. Stuff...
* app/gui/module-browser.c: changed accordingly. Unfinished...
* app/core/gimpcontainer.c
* app/core/gimplist.c: reverted the HACKS introduced recently.
* app/core/gimpobject.[ch]: added gimp_g_object_get_memsize()
utility function.
* libgimpproxy/gimpobject.[ch]: regenerated.
Changed display filter configuration stuff:
* libgimpwidgets/gimpcolordisplay.[ch]: made the virtual
configure() function return a GtkWidget instead of opening a
dialog. Changed configure_cancel() to configure_reset(). Added
"changed" signal.
* app/display/gimpdisplayshell-filter-dialog.c: embed the filters'
config GUI in the dialog. Connect to "changed" and added a "Reset"
button which resets the filter.
* modules/cdisplay_gamma.c
* modules/cdisplay_highcontrast.c: changed accordingly.
* modules/colorsel_triangle.c
* modules/colorsel_water.c: minor fixes.
2002-10-23 Michael Natterer <mitch@gimp.org >
* libgimpbase/libgimpbase-docs.sgml
* libgimpbase/libgimpbase-sections.txt
* libgimpbase/tmpl/gimpbasetypes.sgml
* libgimpbase/tmpl/gimpdatafiles.sgml: added GimpDatafiles
* libgimpmodule/libgimpmodule-docs.sgml
* libgimpmodule/libgimpmodule-sections.txt
* libgimpmodule/tmpl/gimpmoduledb.sgml: added GimpModuleDB.
* libgimpwidgets/libgimpwidgets.types: added gimp_dialog_get_type
* libgimpmodule/tmpl/gimpmodule.sgml
* libgimpwidgets/tmpl/gimpcolordisplay.sgml
* libgimpwidgets/tmpl/gimpdialog.sgml: updated.
2002-10-23 14:55:07 +00:00
bbe5372bdb
removed because we don't document the *types.h files separately.
...
2002-10-21 Michael Natterer <mitch@gimp.org >
* libgimpmodule/tmpl/gimpmoduletypes.sgml: removed because we
don't document the *types.h files separately.
* libgimpmodule/libgimpmodule-docs.sgml
* libgimpmodule/libgimpmodule-sections.txt
* libgimpmodule/tmpl/gimpmodule.sgml: updated.
2002-10-21 16:39:49 +00:00
0f77b4228f
Makefile.am libgimpmodule/.cvsignore libgimpmodule/Makefile.am
...
2002-10-21 Michael Natterer <mitch@gimp.org >
* Makefile.am
* libgimpmodule/.cvsignore
* libgimpmodule/Makefile.am
* libgimpmodule/gimpmodule.[ch]
* libgimpmodule/gimpmodule.def
* libgimpmodule/gimpmoduletypes.h
* libgimpmodule/makefile.msc: new library for module loading.
* configure.in: generate Makefiles for libgimpmodule and its
devel-docs. Added GMODULE_CFLAGS and GMODULE_LIBS.
* app/Makefile.am: link the app against it.
* libgimp/gimpmodule.h
* app/core/gimpmoduleinfo.[ch]: removed.
* libgimp/Makefile.am
* app/core/Makefile.am
* app/core/core-types.h
* app/core/gimpmodules.c
* app/gui/module-browser.c: changed accordingly.
* modules/cdisplay_gamma.c
* modules/cdisplay_highcontrast.c
* modules/colorsel_triangle.c
* modules/colorsel_water.c: #include "libgimpmodule/gimpmodule.h"
2002-10-21 Michael Natterer <mitch@gimp.org >
* Makefile.am
* libgimpmodule/.cvsignore
* libgimpmodule/Makefile.am
* libgimpmodule/libgimpmodule-docs.sgml
* libgimpmodule/libgimpmodule-sections.txt
* libgimpmodule/libgimpmodule.types
* libgimpmodule/tmpl/.cvsignore
* libgimpmodule/tmpl/gimpmodule.sgml
* libgimpmodule/tmpl/gimpmoduletypes.sgml: added API docs for the
new module loading lib.
* libgimp/tmpl/gimpmodule.sgml: removed.
* libgimp/libgimp-docs.sgml
* libgimp/libgimp-sections.txt: changed accordingly.
* libgimpwidgets/tmpl/gimpcolordisplay.sgml
* libgimpwidgets/tmpl/gimpcolorselect.sgml
* libgimpwidgets/tmpl/gimpcolorselector.sgml: updated.
2002-10-21 Michael Natterer <mitch@gimp.org >
* POTFILES.in: removed app/core/gimpmoduleinfo.c
2002-10-21 Michael Natterer <mitch@gimp.org >
* POTFILES.in: added libgimpmodule/gimpmodule.c
2002-10-21 14:15:02 +00:00