a5e28dec57
libgimpmodule: fix some gtk-doc warnings
2010-07-01 22:33:28 +02:00
eb73424044
devel-docs: Update 2.8 symbols
2009-08-15 17:06:43 +02: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
9302789d87
libgimpbase/tmpl/gimputils.sgml minor updates.
...
2003-02-06 Sven Neumann <sven@gimp.org >
* libgimpbase/tmpl/gimputils.sgml
* libgimpmodule/libgimpmodule-sections.txt: minor updates.
2003-02-06 13:43:54 +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
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