Michael Natterer
d9b5207aa2
Change licence to GPLv3 (and to LGPLv3 for libgimp).
...
2009-01-17 Michael Natterer <mitch@gimp.org>
* all files with a GPL header and all COPYING files:
Change licence to GPLv3 (and to LGPLv3 for libgimp).
Cleaned up some copyright headers and regenerated the parsers in
the ImageMap plugin.
svn path=/trunk/; revision=27913
2009-01-17 22:28:01 +00:00
Michael Natterer
e8843a2372
reset binary age because of struct changes below. require GIMP 1.3.26.
...
2004-01-29 Michael Natterer <mitch@gimp.org>
* configure.in: reset binary age because of struct changes below.
* m4macros/gimp-2.0.m4: require GIMP 1.3.26.
* libgimpmodule/gimpmodule.h
* libgimpmodule/gimpmoduledb.h
* libgimpthumb/gimpthumbnail.h
* libgimpwidgets/gimpbutton.h
* libgimpwidgets/gimpchainbutton.h
* libgimpwidgets/gimpcolorarea.h
* libgimpwidgets/gimpcolorbutton.h
* libgimpwidgets/gimpcolordisplay.h
* libgimpwidgets/gimpcolordisplaystack.h
* libgimpwidgets/gimpcolornotebook.h
* libgimpwidgets/gimpcolorscale.h
* libgimpwidgets/gimpcolorselection.h
* libgimpwidgets/gimpcolorselector.h
* libgimpwidgets/gimpdialog.h
* libgimpwidgets/gimpfileentry.h
* libgimpwidgets/gimpmemsizeentry.h
* libgimpwidgets/gimpoffsetarea.h
* libgimpwidgets/gimppickbutton.h
* libgimpwidgets/gimppixmap.h
* libgimpwidgets/gimpsizeentry.h
* libgimpwidgets/gimpunitmenu.h: added 4 function pointers padding
to all class structures.
2004-01-29 00:21:33 +00:00
Sven Neumann
e3e56fe478
libgimpbase/gimpdatafiles.[ch] libgimpbase/gimpenv.[ch]
...
2003-11-23 Sven Neumann <sven@gimp.org>
* libgimpbase/gimpdatafiles.[ch]
* libgimpbase/gimpenv.[ch]
* libgimpbase/gimputils.c
* libgimpmodule/gimpmodule.[ch]
* libgimpmodule/gimpmoduledb.[ch]: use proper LibGIMP headers.
2003-11-23 15:35:27 +00:00
Michael Natterer
b0e77dbfde
libgimpmodule/gimpmodule.[ch] added API docs, removed cruft. Fixes bug
...
2003-01-02 Michael Natterer <mitch@gimp.org>
* libgimpmodule/gimpmodule.[ch]
* libgimpmodule/gimpmoduledb.[ch]: added API docs, removed cruft.
Fixes bug #5746 .
2003-01-02 21:34:35 +00:00
Michael Natterer
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
Michael Natterer
be86df2a69
app/Makefile.am removed.
...
2001-10-18 Michael Natterer <mitch@gimp.org>
* app/Makefile.am
* app/module_db.[ch]: removed.
* app/core/Makefile.am
* app/core/core-types.h
* app/core/gimpmoduleinfo.[ch]
* app/core/gimpmodules.[ch]: new files containing the module info
object and the module list handling code.
* app/gui/Makefile.am
* app/gui/module-browser.[ch]: new files containing the GUI.
* app/xcf/xcf.[ch]: pass a "Gimp" pointer to xcf_exit().
* app/core/gimp.[ch]: handle modules and xcf init/exit here too.
* app/app_procs.c: don't touch the modules and xcf stuff any more.
* app/gui/dialogs-constructors.c: changed accordingly.
2001-10-18 Michael Natterer <mitch@gimp.org>
* POTFILES.in: module_db.c has moved.
2001-10-18 17:27:36 +00:00