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
41237259c9
In all files, changed the standard copyright notice to say "GIMP - The GNU
...
2006-12-09 Sven Neumann <sven@gimp.org >
* In all files, changed the standard copyright notice to say
"GIMP - The GNU Image Manipulation Program".
2006-12-09 21:33:38 +00:00
fa7427487f
allow to configure the ellipsize property of the text renderer.
...
2006-08-09 Sven Neumann <sven@gimp.org >
* app/widgets/gimpcontainercombobox.[ch]: allow to configure the
ellipsize property of the text renderer.
* app/dialogs/image-new-dialog.c: don't pack the template
combo-box
expanding, unset the ellipsize property.
2006-08-08 22:15:46 +00:00
049872b361
app/*.[ch] converted tabs to spaces.
...
2006-04-12 Sven Neumann <sven@gimp.org >
* app/*.[ch]
* app/*/*.[ch]: converted tabs to spaces.
2006-04-12 12:49:29 +00:00
5236dc6f13
app/actions/dockable-actions.c app/actions/dockable-commands.[ch]
...
2006-01-17 Michael Natterer <mitch@gimp.org >
* app/actions/dockable-actions.c
* app/actions/dockable-commands.[ch]
* app/dialogs/dialogs-constructors.[ch]
* app/dialogs/dialogs.c
* app/display/gimpdisplayshell-layer-select.c
* app/widgets/gimpbrusheditor.[ch]
* app/widgets/gimpbrushfactoryview.h
* app/widgets/gimpbufferview.[ch]
* app/widgets/gimpchanneltreeview.c
* app/widgets/gimpcomponenteditor.[ch]
* app/widgets/gimpcontainerbox.c
* app/widgets/gimpcontainercombobox.[ch]
* app/widgets/gimpcontainereditor.[ch]
* app/widgets/gimpcontainerentry.[ch]
* app/widgets/gimpcontainergridview.[ch]
* app/widgets/gimpcontainerpopup.[ch]
* app/widgets/gimpcontainertreeview.[ch]
* app/widgets/gimpcontainerview.[ch]
* app/widgets/gimpdatafactoryview.[ch]
* app/widgets/gimpdevicestatus.c
* app/widgets/gimpdialogfactory.[ch]
* app/widgets/gimpdocumentview.[ch]
* app/widgets/gimpfontview.[ch]
* app/widgets/gimpgradienteditor.[ch]
* app/widgets/gimpimageview.[ch]
* app/widgets/gimpitemtreeview.[ch]
* app/widgets/gimplayertreeview.c
* app/widgets/gimpmenudock.c
* app/widgets/gimppatternfactoryview.[ch]
* app/widgets/gimppropwidgets.[ch]
* app/widgets/gimpselectioneditor.[ch]
* app/widgets/gimpsessioninfo.[ch]
* app/widgets/gimptemplateview.[ch]
* app/widgets/gimptooloptionseditor.c
* app/widgets/gimptoolview.[ch]
* app/widgets/gimpundoeditor.[ch]
* app/widgets/gimpviewablebox.c
* app/widgets/gimpviewablebutton.[ch]
* app/widgets/gimpviewabledialog.[ch]
* app/widgets/gimpviewrenderer.c: change the word "preview" to
"view" whereever we talk about GimpView or GimpViewRenderer
objects or their sizes. Ther were renamed from "Preview" a long
time ago and we had a preview/view naming mess ever since.
2006-01-17 10:08:50 +00:00
a8e599ebbf
app/widgets/gimpcontainercombobox.[ch] when removing the last item from
...
2004-08-11 Michael Natterer <mitch@gimp.org >
* app/widgets/gimpcontainercombobox.[ch]
* app/widgets/gimpcontainertreeview.c: when removing the last item
from the view, manually clear all GimpCellRendererViewables'
"renderer" properties; otherwise we have stale GimpPreviewRenderers
with still-refed viewables hanging around in the cells.
Works around GTK+ bug #149906 .
2004-08-11 14:07:35 +00:00
5de9756f9a
app/widgets/Makefile.am app/widgets/widgets-types.h added new widget,
...
2004-05-11 Sven Neumann <sven@gimp.org >
* app/widgets/Makefile.am
* app/widgets/widgets-types.h
* app/widgets/gimpcontainercombobox.[ch]: added new widget, almost
finished.
* app/widgets/gimpcontainerview.[ch]: added convenience functions
to get and set the GimpContainerView properties.
* app/widgets/gimpcontainerbox.c: use the convenience functions.
* app/gui/file-new-dialog.c: use the new GimpContainerComboBox.
* etc/templaterc: use "pixels" as the unit for pixel sized templates.
2004-05-11 12:13:31 +00:00