- 14 Sep, 2014 1 commit
-
-
Jehan authored
-
- 09 Aug, 2014 1 commit
-
-
Michael Henning authored
This has been necesary since at least a0b9e5c7
-
- 03 Aug, 2014 1 commit
-
-
Michael Natterer authored
this implies passing the UTF-8 encoded raw module path from gimprc to gimp_module_db_load() and gimp_module_db_refresh(), which is strictly speaking an API break, but I seriously doubt that anyone but GIMP is actually using libgimpmodule.
-
- 15 Mar, 2014 1 commit
-
-
Daniel Sabo authored
The foo_DEPENDENCIES rule replaces the default dependencies, where EXTRA_foo_DEPENDENCIES just appends to it. This was causing libgimp and libgimpui to build out of order.
-
- 05 Jun, 2013 1 commit
-
-
Michael Natterer authored
automake-1.13 finally warns about this anachronism.
-
- 04 May, 2012 1 commit
-
-
Michael Natterer authored
-
- 16 Dec, 2011 1 commit
-
-
Michael Natterer authored
-
- 28 Apr, 2011 1 commit
-
-
Michael Natterer authored
This only helps to maintain proper includes in app/ and shouldn't affect plug-ins at all, because these are supposed to only include the main headers from libgimp/ since the beginning of time. The gimpfootypes.h files do not have these guards, so we can continue to maintain app/'s include policy that is very likely to error out if wrong things are included.
-
- 25 Jun, 2007 1 commit
-
-
Sven Neumann authored
2007-06-25 Sven Neumann <sven@gimp.org> * configure.in: removed extra check for gthread and fold it into the GLIB and GTK checks. * */Makefile.am: changed accordingly. * app/main.c (main): always call g_thread_init(). svn path=/trunk/; revision=22832
-
- 15 May, 2006 1 commit
-
-
Michael Schumacher authored
2006-05-15 Michael Schumacher <schumaml@cvs.gnome.org> * libgimpmodule/Makefile.am: added missing GLIB_LIBS to LIBADD. The recent changes to the gmodule check in configure.in had broken the build.
-
- 12 May, 2006 1 commit
-
-
Michael Natterer authored
2006-05-12 Michael Natterer <mitch@gimp.org> * configure.in: check for gmodule-no-export-2.0, not for gmodule-2.0. Also removed gobject-2.0 from the gmodule check, i have no idea why it was there. * libgimpmodule/Makefile.am: s/GMODULE/GMODULE_NO_EXPORT/ because we only want to import modules here, not export our own symbols. (note that this change is actually useless, because libgimpmodule exports its symbols anyway, but it's more correct this way).
-
- 13 Feb, 2005 1 commit
-
-
Sven Neumann authored
2005-02-13 Sven Neumann <sven@gimp.org> * libgimp*/Makefile.am: s/GIMP_THREAD_FLAGS/GTHREAD_CFLAGS/
-
- 24 Oct, 2004 1 commit
-
-
Sven Neumann authored
2004-10-25 Sven Neumann <sven@gimp.org> * configure.in: gimp_user_version should be 2.2. * libgimpmodule/Makefile.am (AM_CPPFLAGS): cleanup.
-
- 20 Mar, 2004 1 commit
-
-
Sven Neumann authored
2004-03-20 Sven Neumann <sven@gimp.org> * configure.in: set version number to 2.0.0, version string to "2.0rc1". * app/Makefile.am * libgimp/Makefile.am * libgimpbase/Makefile.am * libgimpcolor/Makefile.am * libgimpmath/Makefile.am * libgimpmodule/Makefile.am * libgimpthumb/Makefile.am * libgimpwidgets/Makefile.am * tools/Makefile.am: changed 1.3 to 2.0 all over the place. * README * NEWS: updated for the 2.0rc1 release.
-
- 22 Jan, 2004 1 commit
-
-
Manish Singh authored
2004-01-21 Manish Singh <yosh@gimp.org> * configure.in: modernized, made a lot of things m4 macros, and made versioning a lot more finegrained, in anticipation for post-2.0. * autogen.sh: bumped up libtool and glib minimum requirements to match reality. * gimp-2.0.pc.in * gimpthumb-2.0.pc.in * gimpui-2.0.pc.in: adapted to new versioning variables, and bring in RT_LIBS when needed. * */*/Makefile.am: adapted to new versioning variables.
-
- 05 Nov, 2003 1 commit
-
-
Tor Lillqvist authored
2003-11-05 Tor Lillqvist <tml@iki.fi> * libgimpbase/Makefile.am: Move gimpwin32-io.h to libgimpbase_1_3_la_SOURCES, so that it gets distributed. * libgimpmodule/Makefile.am: Remove empty and meaningless EXTRA_HEADERS.
-
- 09 Oct, 2003 1 commit
-
-
Tor Lillqvist authored
2003-10-09 Tor Lillqvist <tml@iki.fi> * gimp-zip.in: New file, shell script used to build zipfiles for distribution of Windows runtime and developer packages. * Makefile.am * configure.in: Add it, expand it. * libgimp*/Makefile.am: On Windows, install and uninstall the .def files. * app/config/gimpguiconfig.c: On Windows, don't use the internal help browser by default, as it isn't there. Don't use a fixed guess for Internet Explorer's path on Windows. We don't even need to know the path to the web browser, we can use ShellExecute() in the webbrowser plug-in. * plug-ins/common/webbrowser.c: Use ShellExecute() on Windows. * po*/makefile.cygwin: Remove, unmaintained.
-
- 23 May, 2003 1 commit
-
-
Michael Natterer authored
2003-05-23 Michael Natterer <mitch@gimp.org> * modules/Makefile.am: Always provide interlibrary dependencies, not just on Win32. * Makefile.am * app/Makefile.am * app/config/Makefile.am * data/misc/Makefile.am * docs/Makefile.am * libgimp/Makefile.am * libgimpbase/Makefile.am * libgimpcolor/Makefile.am * libgimpmath/Makefile.am * libgimpmodule/Makefile.am * libgimpwidgets/Makefile.am * tools/Makefile.am: replaced many hardcoded "1.3" strings by $(LT_RELEASE). Hopefully didn't break the Win32 build...
-
- 23 Dec, 2002 1 commit
-
-
Tor Lillqvist authored
2002-12-23 Tor Lillqvist <tml@iki.fi> * libgimpmodule/Makefile.am (INCLUDES): Add GMODULE_CFLAGS. (LIBADD): Add GMODULE_LIBS.
-
- 23 Oct, 2002 1 commit
-
-
Michael Natterer authored
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.
-
- 21 Oct, 2002 1 commit
-
-
Michael Natterer authored
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
-