- 26 Jul, 2001 32 commits
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Sven Neumann authored
2001-07-26 Sven Neumann <sven@gimp.org> * configure.in: check for X, respect X_LIBS when searching for libxpm. We can't rely on GTK_LIBS including the X_LIBS any longer. * app/errorconsole.[ch]: some const fixes.
-
- 25 Jul, 2001 8 commits
-
-
Michael Natterer authored
2001-07-25 Michael Natterer <mitch@gimp.org> * gtkrc * gtkrc_user: updated for gtk+ 2.0, added a "gimp-" prefix to all global GIMP styles. * app/app_procs.c: typo. * app/user_install.c * app/gui/resolution-calibrate-dialog.[ch]: use GtkRcStyle along with gtk_widget_get_modifier_style()/gtk_widget_modify_style() as recommended instead of messing with the widgets' styles directly. * app/core/gimpdatalist.[ch] * app/core/gimpparasitelist.[ch] * app/core/gimpundo.[ch] * app/core/gimpundostack.[ch]: GObject porting stuff.
-
Sven Neumann authored
2001-07-25 Sven Neumann <sven@gimp.org> * app/devices.c: fixed typo. * app/gdisplay.c * app/undo_history.c * app/user_install.c * app/gui/about-dialog.c * app/gui/color-area.c * app/gui/gradient-editor.c * app/gui/gui.c * app/gui/paths-dialog.c * app/gui/splash.c * app/tools/gimpcurvestool.c * app/tools/gimpinktool.c * app/tools/gimptexttool.c: s/gdk_[bit|pix]map_unref/gdk_drawable_unref/ * app/xcf/xcf-load.c: use GObject functions * plug-ins/common/animationplay.c: include GDK backend specific headers
-
Sven Neumann authored
2001-07-25 Sven Neumann <sven@gimp.org> * configure.in: only build X11 specific plug-ins and tools if building for GTK+ on X11.
-
Michael Natterer authored
2001-07-25 Michael Natterer <mitch@gimp.org> * HACKING * INSTALL: updated, mention pkg-config. * app/gdisplay_ops.c * app/gui/resize-dialog.c * app/gui/toolbox.c: more GObject porting and const stuff.
-
Sven Neumann authored
2001-07-25 Sven Neumann <sven@gimp.org> * configure.in: check for pkg-config (>= 0.7) * gimptool-1.4.in: use pkg-config instead of glib-config and gtk-config.
-
Sven Neumann authored
2001-07-25 Sven Neumann <sven@gimp.org> * app_procs.c * errors.c * errors.h * file-save.c * gdisplay.c * module_db.c * undo.c: use GObject functions and const fixes.
-
Michael Natterer authored
2001-07-25 Michael Natterer <mitch@gimp.org> * app/gui/brush-select.c * app/gui/channels-commands.c * app/gui/info-window.c * app/gui/layers-commands.c * app/gui/offset-dialog.c * app/gui/palette-import-dialog.c * app/gui/paths-dialog.c * app/gui/preferences-dialog.c: use GObject functions, stuff.
-
Sven Neumann authored
2001-07-25 Sven Neumann <sven@gimp.org> * app/nav_window.c * app/user_install.c * app/pdb/color_cmds.c * app/pdb/selection_cmds.c * app/tools/gimpbezierselecttool.c * app/tools/gimpblendtool.c * app/tools/gimpbucketfilltool.c * app/tools/gimpbycolorselecttool.c * app/tools/gimpclonetool.c * app/tools/gimpcolorpickertool.c * app/tools/gimpdrawtool.c * app/tools/gimpeditselectiontool.c * app/tools/gimpellipseselecttool.c * app/tools/gimpfreeselecttool.c * app/tools/gimpfuzzyselecttool.c * app/tools/gimphuesaturationtool.c * app/tools/gimpiscissorstool.c * app/tools/gimppainttool.c * app/tools/gimprectselecttool.c * app/tools/gimptexttool.c * app/tools/gimptool.c * app/tools/paint_options.c * app/tools/selection_options.c * app/tools/tool_manager.c * app/tools/transform_options.c * app/widgets/gimpdnd.c * tools/pdbgen/pdb/color.pdb * tools/pdbgen/pdb/selection.pdb: use GObject functions.
-