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
598da617b0
Stop including single headers from gtk+ to be prepared for the upcoming
...
2008-05-23 Michael Natterer <mitch@gimp.org>
Stop including single headers from gtk+ to be prepared
for the upcoming GTK_DISABLE_SINGLE_INCLUDES:
* configure.in: add -DGTK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
* app/display/gimpcanvas.h
* app/display/gimpscalecombobox.h
* app/display/gimpstatusbar.h
* app/widgets/*.h
* libgimp/gimpprogressbar.h
* libgimp/gimpselectbutton.h
* libgimpwidgets/*.h
* libgimpwidgets/gimpstock.c
* plug-ins/uri/gimpmountoperation.h: remove inclusion of parent
classes and single files from gtk+.
* app/widgets/gtkwrapbox.h
* libgimp/gimpbrushmenu.c
* libgimp/gimpfontmenu.c
* libgimp/gimpgradientmenu.c
* libgimp/gimppalettemenu.c
* libgimp/gimppatternmenu.c
* libgimp/gimpselectbutton.c: #include <gtk/gtk.h>
* plug-ins/common/poppler.c: undef GTK_DISABLE_SINGLE_INCLUDES
when including <poppler.h>.
svn path=/trunk/; revision=25781
2008-05-23 20:38:52 +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
Michael Natterer
d506e559df
new GtkButton subclass implementing the pick-from-everywhere eyedropper
...
2002-11-04 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/gimppickbutton.[ch]: new GtkButton subclass
implementing the pick-from-everywhere eyedropper known from
GtkColorSel. Code shamelessly stolen from there.
* libgimpwidgets/Makefile.am
* libgimpwidgets/gimpwidgets.h
* libgimpwidgets/gimpwidgetstypes.h: changed accordingly.
2002-11-04 22:56:41 +00:00