- 01 Aug, 2001 3 commits
-
-
Sven Neumann authored
2001-08-01 Sven Neumann <sven@gimp.org> * app/tools/gimpairbrushtool.c * app/tools/gimpblendtool.c * app/tools/gimpbrightnesscontrasttool.c * app/tools/gimpbucketfilltool.c * app/tools/gimpcolorpickertool.c * app/tools/gimpconvolvetool.c * app/tools/gimpcroptool.c * app/tools/gimperasertool.c * app/tools/gimphistogramtool.c * app/tools/gimphuesaturationtool.c * app/tools/gimplevelstool.c * app/tools/gimpmagnifytool.c * app/tools/gimpposterizetool.c * app/tools/gimprotatetool.c * app/tools/gimpscaletool.c * app/tools/gimpsmudgetool.c * app/tools/gimptexttool.c * app/tools/gimpthresholdtool.c * app/tools/gimptransformtool.c * app/tools/paint_options.c * app/tools/selection_options.c * app/tools/transform_options.c: got rid of all remaining gtk_signal wrappers.
-
Sven Neumann authored
2001-08-01 Sven Neumann <sven@gimp.org> * app/core/core-types.h: defined GimpTransferMode enum. * app/tools/gimpcolorbalancetool.[ch] * app/tools/gimpdodgeburntool.[ch]: use it here instead of defining the same enum again. Some GObject porting. * app/tools/gimpsmudgetool.h: removed unused enum SmudgeMode. * app/pdb/color_cmds.c * app/pdb/tools_cmds.c * libgimp/gimpenums.h * libgimp/gimptools_pdb.[ch] * plug-ins/script-fu/script-fu-constants.c * tools/pdbgen/Makefile.am * tools/pdbgen/enums.pl * tools/pdbgen/pdb/color.pdb * tools/pdbgen/pdb/tools.pdb: changed accordingly (mostly generated)
-
Sven Neumann authored
2001-08-01 Sven Neumann <sven@gimp.org> * configure.in: added GTK_DISABLE_COMPAT_H back to CPPFLAGS. * app/user_install.c * app/base/base.c * app/gui/info-window.c * app/gui/menus.c * app/gui/preferences-dialog.c * app/pdb/procedural_db_cmds.c * app/tools/gimpcurvestool.c * app/tools/gimptexttool.c * app/tools/gimptransformtool.c * app/widgets/gimpdialogfactory.c * app/widgets/gimpdockbook.c * app/widgets/gimpdrawablelistview.c * app/widgets/gimpnavigationpreview.c * libgimpbase/gimpparasiteio.c * libgimpwidgets/gimpwidgets.c * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/animationplay.c * plug-ins/common/newsprint.c * plug-ins/common/uniteditor.c * plug-ins/dbbrowser/dbbrowser_utils.c * plug-ins/gap/gap_navigator_dialog.c * plug-ins/gdyntext/gdyntext_ui.c * plug-ins/helpbrowser/helpbrowser.c * plug-ins/ifscompose/ifscompose_storage.c * plug-ins/print/gimp_main_window.c * tools/gimp-remote.c * tools/pdbgen/pdb/procedural_db.pdb: replaced lots of deprecated glib, gdk and gtk+ functions using the new API. * app/paint-funcs/paint-funcs-rgb.c: removed trailing commas.
-
- 31 Jul, 2001 6 commits
-
-
Marc Lehmann authored
-
Michael Natterer authored
2001-08-01 Michael Natterer <mitch@gimp.org> * app/base/base.c: g_strdup (g_get_temp_dir ()), may fix an unseen crash. * libgimpwidgets/gimphelpui.[ch]: fixed the help stuff by using GtkWidget's new "show_help" signal, which is exactly what we did before, only without badly hacking around. Renamed gimp_help_connect_help_accel() to gimp_help_connect() because that's what it does. * app/devices.c * app/errorconsole.c * app/interface.c * app/gui/about-dialog.c * app/gui/edit-commands.c * app/gui/file-commands.c * app/gui/file-new-dialog.c * app/gui/file-open-dialog.c * app/gui/file-save-dialog.c * app/gui/gradients-commands.c * app/gui/gui.c * app/gui/info-dialog.c * app/gui/palettes-commands.c * app/gui/paths-dialog.c * app/gui/select-commands.c * app/gui/tips-dialog.c * app/gui/toolbox.c * app/tools/gimpcurvestool.c * app/tools/gimplevelstool.c * app/widgets/gimpdatafactoryview.c * libgimpwidgets/gimpdialog.c * plug-ins/FractalExplorer/FractalExplorer.c * plug-ins/common/CEL.c * plug-ins/common/CML_explorer.c * plug-ins/common/gee.c * plug-ins/common/gee_zoom.c * plug-ins/common/gqbist.c * plug-ins/flame/flame.c * plug-ins/fp/fp_gtk.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly, GObject stuff, sprinkled some GTK_STOCK_FOOs, minor cleanups.
-
Michael Natterer authored
2001-07-31 Michael Natterer <mitch@gimp.org> * gtkrc: eek, my last change changed the width of all GtkRange subclasses, not only GtkScale, fixed now. * app/devices.c: use GTK_STOCK_FOO button texts. * app/interface.c * app/qmask.[ch]: renamed all qmask callbacks to *_callback(). * app/gui/tool-options-dialog.c: GObject stuff, use gtk_dialog_set_has_separator() instead of poking around. * app/widgets/gimpcolorpanel.c: set panel->color_notebook to NULL in "destroy". * app/widgets/gimpnavigationpreview.c: return TRUE from the "expose_event" handler. * app/widgets/gimppreview.c: tiny optimizatin.
-
Sven Neumann authored
2001-07-31 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpfileselection.c * libgimpwidgets/gimppixmap.c: replaced deprecated GDK calls * modules/colorsel_gtk.c * modules/colorsel_triangle.c * modules/colorsel_water.c: GObject porting.
-
Sven Neumann authored
2001-07-31 Sven Neumann <sven@gimp.org> * libgimp/gimpbrushmenu.c * libgimp/gimpexport.c * libgimp/gimpgradientmenu.c * libgimp/gimpmenu.c * libgimp/gimppatternmenu.c: GObject porting.
-
Sven Neumann authored
2001-07-31 Sven Neumann <sven@gimp.org> * app/core/core-types.h: removed g_signal_handlers_disconnect_by_data again. As Owen pointed out, it's generally a bad idea to use it since you can't be absolutely sure that no one else has a pointer to the data you are disconnecting. * app/gdisplay.c: added the macro here temporarily. * app/module_db.c * app/undo_history.c * app/gui/brush-editor.c * app/gui/brush-select.c * app/gui/gradient-select.c * app/gui/pattern-select.c: use g_signal_handlers_disconnect_by_func. * libgimpwidgets/gimpbutton.c * libgimpwidgets/gimpchainbutton.c * libgimpwidgets/gimpcolorarea.c * libgimpwidgets/gimpcolorbutton.c * libgimpwidgets/gimpfileselection.c * libgimpwidgets/gimphelpui.c * libgimpwidgets/gimpoffsetarea.c * libgimpwidgets/gimppatheditor.c * libgimpwidgets/gimpsizeentry.c * libgimpwidgets/gimpunitmenu.c * libgimpwidgets/gimpwidgets.c: GObject porting.
-
- 30 Jul, 2001 3 commits
-
-
Michael Natterer authored
2001-07-30 Michael Natterer <mitch@gimp.org> * gtkrc: set the width of the scrollbar slider to the same value as our default font size so the sliders are nicely aligned with their descriptive labels. * libgimpwidgets/gimpdialog.[ch] * libgimpwidgets/gimpquerybox.[ch]: use GLib-isms and create the dialogs' action_area buttons with gtk_dialog_add_button() so we can use the GTK_STOCK_FOO buttons and plug in our own icon factory later. * app/qmask.[ch]: fixed the qmask buttons by applying proper GdkEvent callback conventions. * libgimpwidgets/gimpcolorbutton.c: NULLify all pointers in "destroy". * app/gdisplay_ops.c * app/gimphelp.c * app/interface.c * app/gui/brush-editor.c * app/gui/color-notebook.c * app/gui/convert-dialog.c * app/gui/dialogs-constructors.c * app/gui/file-commands.c * app/gui/file-new-dialog.c * app/gui/file-save-dialog.c * app/gui/gradient-editor.c * app/gui/gui.c * app/gui/image-commands.c * app/gui/layers-commands.c * app/gui/offset-dialog.c * app/gui/palette-editor.c * app/gui/palette-import-dialog.c * app/gui/preferences-dialog.c * app/gui/resize-dialog.c * app/gui/resolution-calibrate-dialog.c * app/gui/tool-options-dialog.c * app/widgets/gimpwidgets-utils.c * libgimpwidgets/gimpunitmenu.c: g_signal_* and GObject stuff, use lots of GTK_STOCK_OK and friends instead of _("OK") etc., misc minor cleanups.
-
Sven Neumann authored
2001-07-30 Sven Neumann <sven@gimp.org> * HACKING * autogen.sh: require gettext version 0.38. * configure.in: removed some ugly sed hacks that are not any longer needed with recent versions of gettext.
-
Michael Natterer authored
2001-07-29 Michael Natterer <mitch@gimp.org> * app/gimphelp.c: code formating paranoia. * app/core/gimp.c: one more g_signal_connect(). * app/tools/gimpmeasuretool.c: a gtk_widget_show() was optimized away :) * plug-ins/Makefile.am: re-enabled script-fu and dbbrowser. * plug-ins/dbbrowser/dbbrowser_utils.[ch] * plug-ins/script-fu/script-fu-console.[ch] * plug-ins/script-fu/script-fu-scripts.c * plug-ins/script-fu/script-fu-text-console.[ch] * plug-ins/script-fu/script-fu.c: use GtkTextBuffer/GtkTextView all over the place. GUI code cleanup in the dbbrowser and the script-fu console.
-
- 29 Jul, 2001 7 commits
-
-
Sven Neumann authored
2001-07-29 Sven Neumann <sven@gimp.org> * app/devices.c * app/disp_callbacks.c * app/docindex.[ch] * app/file-save.c * app/gdisplay.c * app/gimpprogress.[ch] * app/gimprc.c * app/plug_in.c * app/gui/gradient-editor.c * app/gui/menus.[ch]: more GObject and const changes.
-
Hans Breuer authored
2001-07-29 Hans Breuer <hans@breuer.org> * plug-ins/common/animationplay.c : REVERTED for all platforms which do install headers 'reflect that GTK2 has its gdk<x|win32|fb>.h files in the back-end sub directories' only the win32 headers aren't installed ...
-
Sven Neumann authored
2001-07-29 Sven Neumann <sven@gimp.org> * INSTALL * README * configure.in * gimp-1.4.m4: updated pkg-config location and various other tweaks.
-
Sven Neumann authored
2001-07-29 Sven Neumann <sven@gimp.org> * plug-ins/FractalExplorer/Dialogs.c * plug-ins/Lighting/lighting_ui.c * plug-ins/MapObject/mapobject_ui.c * plug-ins/fits/fits.c * plug-ins/flame/flame.c * plug-ins/ifscompose/ifscompose.c * plug-ins/maze/maze_face.c * plug-ins/mosaic/mosaic.c * plug-ins/rcm/rcm_dialog.c * plug-ins/sgi/sgi.c: removed compiler warnings by adding G_CALLBACK() casts and const declarations.
-
Sven Neumann authored
2001-07-29 Sven Neumann <sven@gimp.org> * plug-ins/common/AlienMap.c * plug-ins/common/AlienMap2.c * plug-ins/common/CML_explorer.c * plug-ins/common/align_layers.c * plug-ins/common/blinds.c * plug-ins/common/borderaverage.c * plug-ins/common/bumpmap.c * plug-ins/common/curve_bend.c * plug-ins/common/deinterlace.c * plug-ins/common/emboss.c * plug-ins/common/film.c * plug-ins/common/fractaltrace.c * plug-ins/common/gif.c * plug-ins/common/gih.c * plug-ins/common/hot.c * plug-ins/common/iwarp.c * plug-ins/common/jigsaw.c * plug-ins/common/jpeg.c * plug-ins/common/lic.c * plug-ins/common/mail.c * plug-ins/common/max_rgb.c * plug-ins/common/mblur.c * plug-ins/common/newsprint.c * plug-ins/common/nlfilt.c * plug-ins/common/papertile.c * plug-ins/common/pnm.c * plug-ins/common/ps.c * plug-ins/common/psp.c * plug-ins/common/ripple.c * plug-ins/common/sample_colorize.c * plug-ins/common/screenshot.c * plug-ins/common/shift.c * plug-ins/common/sinus.c * plug-ins/common/sparkle.c * plug-ins/common/struc.c * plug-ins/common/sunras.c * plug-ins/common/tiff.c * plug-ins/common/waves.c * plug-ins/common/wind.c * plug-ins/common/xbm.c: got rid of lots of compiler warnings by adding G_CALLBACK() casts and some const declarations.
-
Hans Breuer authored
-
Sven Neumann authored
2001-07-29 Sven Neumann <sven@gimp.org> * app/docindex.c * app/ops_buttons.[ch]: more GObject porting.
-
- 28 Jul, 2001 1 commit
-
-
Hans Breuer authored
2001-07-28 Hans Breuer <hans@breuer.org> * */*/makefile.msc : updated for GTK2 build * app/widgets/makefile.msc : (new file) forgot this one last time * plug-ins/common/animationplay.c : reflect that GTK2 has its gdk<x|win32|fb>.h files in the back-end sub directories * plug-ins/common/gif.c : * plug-ins/common/jpeg.c : * plug-ins/dbbrowser/dbbrowser_utils.c : * plug-ins/gap/gap_dbbrowser_utils.c : * plug-ims/gimpressionist/presets.c : * plug-ims/gimpressionist/imap_setting.c : * plug-ims/gimpressionist/imap_source.c : * plug-ims/script-fu/script-fu-console.c : * plug-ims/script-fu/script-fu-scripts.c : #define GTK_ENABLE_BROKEN and include <gtk/gtktext.h> to make them compile/work again * plug-ins/common/spheredesigner.c : gtk_color_selction_set_opacity renamed to gtk_color_selction_set_current_alpha * plug-ins/gflare/gtkmultioptionmenu.c : ported ny removing the virtual draw function and style->xthickness and ythickness via direct access, klass field isn't available anymore * plug-ins/common/nlfilt.c : * plug-ims/gap/gap_movdialog.c : * plug-ims/gimpressionist/gimpressionist.c : gtk_widget_set_default_visible is neither available nor needed anymore * plug-ins/common/plugindetails.c : ported to GtkTextBuffer and reflect gtk_paned api changes * plug-ims/gimpressionist/imap_preview.c : replace GTK_WIDGET(a)->klass access by GTK_WIDGET_GET_CLASS(a) * plug-ims/gimpressionist/imap_selection.c : * plug-ims/gimpressionist/imap_toolbar.c : * plug-ims/gimpressionist/imap_tools.c : gtk_toolbar api changes
-
- 27 Jul, 2001 4 commits
-
-
Sven Neumann authored
-
Sven Neumann authored
2001-07-27 Sven Neumann <sven@gimp.org> * app/core/core-types.h: defined convenience macro g_signal_handlers_disconnect_by_data(). Will try to persuade Tim to accept it for GLib. * app/module_db.c * app/undo_history.c * app/core/gimp.c * app/core/gimpbrush.c * app/core/gimpbrushpipe.c * app/core/gimpcontainer.c * app/core/gimpcontext.c * app/core/gimpdatafactory.c * app/core/gimpparasite.c * app/gui/brush-editor.c * app/gui/brush-select.c * app/gui/dialogs.c * app/gui/file-open-dialog.c * app/gui/gradient-select.c * app/gui/gradients-commands.c * app/gui/menus.c * app/gui/pattern-select.c: GObject porting. Replaced all gtk_object_[unref|ref] calls by their g_object_ counterparts, expect refs that are used with gtk_object_sink().
-
Sven Neumann authored
2001-07-27 Sven Neumann <sven@gimp.org> * app/module_db.c * app/gui/color-area.c * app/widgets/gimpbrushfactoryview.c * app/widgets/gimpbufferview.c * app/widgets/gimpchannellistview.c * app/widgets/gimpcontainerlistview.c * app/widgets/gimpdatafactoryview.c * app/widgets/gimpdialogfactory.c * app/widgets/gimpdock.c: more GObject porting
-
Michael Natterer authored
2001-07-27 Michael Natterer <mitch@gimp.org> * app/errorconsole.c * app/user_install.c: use GtkTextView. * app/gui/preferences-dialog.c: use GtkTextView correctly :) * app/interface.c: a quick hack which enables setting the canvas padding color via gtkrc. * app/file-utils.c * app/plug_in.c * app/pdb/fileops_cmds.c * tools/pdbgen/pdb/fileops.pdb: s/g_basename/g_path_get_basename/ * app/tools/gimpinktool.c * app/tools/gimppainttool.c: stupid /me disabled all paint tools by setting pressure to 0.0 instead of 1.0, fixed now.
-
- 26 Jul, 2001 16 commits
-
-
Michael Natterer authored
2001-07-27 Michael Natterer <mitch@gimp.org> * app/gui/indicator-area.c: create/raise the new dialogs, not the old ones when clicking on the previews. * app/gui/palette-editor.c: some debugging g_print()s to track down a funny GTK+ "lets trash const data" bug. * app/gui/preferences-dialog.c: replaced deprecated GtkText with GtkTextBuffer/GtkTextView. * app/widgets/gimpdockbook.c: when creating a new dock from a DND operation, set it's auto_follow_active and show_image_menu state to the source dock's values.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-