- 02 Feb, 2005 7 commits
-
-
Michael Natterer authored
2005-02-02 Michael Natterer <mitch@gimp.org> * app/core/gimp-utils.[ch] (gimp_check_glib_version): removed this function. * app/sanity.c (sanity_check_glib): use glib_check_version() instead and set required version to 2.6.0.
-
Sven Neumann authored
2005-02-02 Sven Neumann <sven@gimp.org> * configure.in: depend on glib >= 2.6.0. * app/main.c: use the new GLib commandline option parser. Still work in progress.
-
Michael Natterer authored
2005-02-02 Michael Natterer <mitch@gimp.org> * app/core/gimpimage-convert.c (gimp_image_convert): relax/rigor the floating selection around the convert operations so color analysis for indexed conversion works on the floating selection's drawable original pixels, and not on the composited one. Fixes bug #165342.
-
Sven Neumann authored
2005-02-02 Sven Neumann <sven@gimp.org> * *.po: moved translations for messages that are used in code that has been moved from app to libgimp*.
-
Sven Neumann authored
2005-02-02 Sven Neumann <sven@gimp.org> * Makefile.am (tips_POFILES): sort alphabetically. * gimp-tips.xml.in: expand the GIMP acronym in the welcome message.
-
Sven Neumann authored
2005-02-02 Sven Neumann <sven@gimp.org> * data/misc/gimp.desktop.in.in (_Name): experimentally expand the GIMP acronym. Not sure if this is a good idea at all...
-
Sven Neumann authored
2005-02-02 Sven Neumann <neumann@jpk.com> * POTFILES.in: added libgimpconfig.
-
- 01 Feb, 2005 3 commits
-
-
Jordi Mallach authored
-
Sven Neumann authored
2005-02-01 Sven Neumann <sven@gimp.org> * app/core/gimpimagemap.c (gimp_image_map_do): tiny optimization based on a patch by Bill Skaggs. Process up to 16 tiles in one go before updating the display.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
- 31 Jan, 2005 3 commits
-
-
Sven Neumann authored
2005-01-31 Sven Neumann <sven@gimp.org> * themes/Default/images/Makefile.am * themes/Default/images/tools/stock-tool-new-rect-select-16.png * themes/Default/images/tools/stock-tool-new-rect-select-22.png * libgimpwidgets/gimpstock.[ch]: removed the new icon again; there's no point in adding a stock icon temporarily. * app/tools/gimpnewrectselecttool.c: changed accordingly.
-
William Skaggs authored
* app/tools/gimpnewrectselecttool.[ch]: new rectangle select tool * app/tools/Makefile.am * app/tools/gimp-tools.c: add it to toolbox * app/tools/gimpselectionoptions.[ch]: set its options * themes/Default/images/tools/stock-tool-new-rect-select-16.png * themes/Default/images/tools/stock-tool-new-rect-select-22.png: toolbox icon * libgimpwidgets/gimpstock.[ch] * themes/Default/images/Makefile.am: add the toolbox icon
-
Michael Natterer authored
2005-01-31 Michael Natterer <mitch@gimp.org> Some cleanup to make plug-in menu creation less hackish and finally enable registering plug-in menu entries in much more UI managers (not only in the image and toolbox menus): * app/menus/menus.c: added a <Toolbox> UI manager instead of creating the toolbox menu from the <Image> UI manager. * app/widgets/gimpimagedock.[ch]: removed the ui_manager and the signal connections to update it... * app/widgets/gimpdock.[ch]: ...and added them here so all docks have their own UI manager. Determine which manager to create from looking at GimpDockClass::ui_manager_name (defaults to <Dock>). * app/widgets/gimptoolbox.c: set ui_manager_name to <Toolbox> and use the UI manager created by our parent class instead of using the <Image> one. (toolbox_create_tools): use gimp_action_get_accel_closure() instead of doing evil hacks. * app/gui/gui-vtable.c * app/menus/plug-in-menus.c: removed lots of special casing of the <Image> UI manager. The code is almost ready for allowing plug-in menus under <Layers>, <Channels>, <Brushes> etc.
-
- 30 Jan, 2005 1 commit
-
-
Sven Neumann authored
2005-01-30 Sven Neumann <sven@gimp.org> * app/core/gimpimagemap.c: formatting.
-
- 29 Jan, 2005 4 commits
-
-
Michael Schumacher authored
2005-01-29 Michael Schumacher <schumaml@cvs.gnome.org> * libgimpbase/gimpbase.def: added gimp_path_parse * libgimpmath/gimpmath.def: added gimp_param_spec_matrix2
-
Sven Neumann authored
2005-01-29 Sven Neumann <sven@gimp.org> * libgimpconfig/gimpconfig-deserialize.c * libgimpconfig/gimpconfig-error.c * libgimpconfig/gimpconfig-iface.c * libgimpconfig/gimpconfig-path.c * libgimpconfig/gimpconfig-serialize.c * libgimpconfig/gimpconfig-utils.c * libgimpconfig/gimpconfigwriter.c * libgimpconfig/gimpscanner.c: use libgimp header, added "Since: GIMP 2.4" to the gtk-doc comments.
-
Sven Neumann authored
2005-01-29 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpenumwidgets.[ch]: use libgimp header, added "Since: GIMP 2.4" to the gtk-doc comments. 2005-01-29 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimpenumwidgets.sgml: updated.
-
William Skaggs authored
* app/widgets/gimpenumwidgets.c * app/widgets/gimpenumwidgets.h: magic-moved from here... * libgimpwidgets/gimpenumwidgets.c * libgimpwidgets/gimpenumwidgets.h: ...to here. * app/dialogs/convert-dialog.c * app/dialogs/layer-add-mask-dialog.c * app/dialogs/layer-options-dialog.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcroptool.c * app/tools/gimpcurvestool.c * app/tools/gimplevelstool.c * app/widgets/Makefile.am * app/widgets/gimpbrusheditor.c * app/widgets/gimpeditor.c * app/widgets/gimppropwidgets.c * app/widgets/gimptemplateeditor.c * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.def * libgimpwidgets/gimpwidgets.h: all changed accordingly. Still need to do devel-docs.
-
- 28 Jan, 2005 6 commits
-
-
Jordi Mallach authored
-
Michael Natterer authored
2005-01-28 Michael Natterer <mitch@gimp.org> * POTFILES.in: added app/actions/window-actions.c
-
Michael Natterer authored
2005-01-28 Michael Natterer <mitch@gimp.org> * app/actions/Makefile.am * app/actions/window-actions.[ch]: new files holding utility functions to create actions to move windows to other screens. * app/actions/dock-actions.c * app/actions/dock-commands.[ch] * app/actions/view-actions.c * app/actions/view-commands.[ch]: use the new actions instead of the change screen dialog. * app/menus/Makefile.am * app/menus/window-menu.[ch]: new files which create menu items for above actions. * app/menus/dockable-menu.[ch]: new files using above window-menu utility functions. * app/menus/image-menu.c: use them here too. * app/menus/menus.c: set a setup_func for the "<Dockable>" UI manager. * menus/dockable-menu.xml.in * menus/image-menu.xml.in: changed accordingly.
-
Sven Neumann authored
2005-01-28 Sven Neumann <sven@gimp.org> * libgimpconfig/libgimpconfig-docs.sgml * libgimpconfig/libgimpconfig-sections.txt: updated. * libgimpconfig/tmpl/gimpconfig-iface.sgml * libgimpconfig/tmpl/gimpconfig-params.sgml * libgimpconfig/tmpl/gimpconfig-path.sgml: regenerated.
-
William Skaggs authored
* libgimp/gimpdrawablepreview.c: set preview bounds correctly when previewed drawable extends beyond image edges, fixes bug #165372.
-
Danilo Šegan authored
-
- 27 Jan, 2005 5 commits
-
-
Manish Singh authored
2005-01-27 Manish Singh <yosh@gimp.org> * README: update ancient IRC info.
-
Sven Neumann authored
2005-01-27 Sven Neumann <sven@gimp.org> * app/core/gimpgrid.c: changed default grid distance to 32 as suggested in bug #165367.
-
Manish Singh authored
2005-01-26 Manish Singh <yosh@gimp.org> * libgimpconfig/Makefile.am: make LIBADD really work. * Makefile.am: build libgimpconfig after libgimpcolor and libgimpmath.
-
William Skaggs authored
* plug-ins/jpeg/jpeg-exif.c: libexif can return a result even for files without exif, need to validate it.
-
William Skaggs authored
* libgimpconfig/Makefile.am: add necessary stuff to LIBADD -- reported by schumaml, fix explained by yosh.
-
- 26 Jan, 2005 7 commits
-
-
Michael Natterer authored
2005-01-26 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/fileops.pdb * tools/pdbgen/pdb/gimprc.pdb: fixed includes after libgimpconfig file moving. Reported by Volker Sturm. * app/pdb/gimprc_cmds.c: regenerated.
-
Michael Natterer authored
2005-01-26 Michael Natterer <mitch@gimp.org> * app/actions/dockable-actions.c * app/actions/dockable-commands.[ch]: removed dock-related actions (show-image-menu, auto-follow-active and move-to-screen). * app/actions/dock-actions.c * app/actions/dock-commands.[ch]: and added them here. * app/menus/menus.c: add the "dock" action group to the "<Dockable>" UI Manager. * app/widgets/gimphelp-ids.h: reordered to match the new grouping. * menus/dockable-menu.xml.in: changed accordingly.
-
Michael Natterer authored
-
Raphael Quinet authored
2005-01-26 Raphael Quinet <raphael@gimp.org> * app/composite/gimp-composite-generic.c: minor doc fix for formula used by gimp_composite_multiply_any_any_any_generic().
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Adam Weinberger authored
* POTFILES.in: Remove references to some removed files in app/config
-
Sven Neumann authored
2005-01-26 Sven Neumann <sven@gimp.org> * libgimpbase/libgimpbase-docs.sgml * libgimpbase/libgimpbase-sections.txt: removed references to gimp_path functions that moved to libgimpconfig. * libgimpbase/tmpl/gimppath.sgml: removed. * libgimpbase/tmpl/gimpbasetypes.sgml: regenerated.
-
- 25 Jan, 2005 4 commits
-
-
Sven Neumann authored
2005-01-26 Sven Neumann <sven@gimp.org> * libgimpconfig/gimpconfig-path.h: added declarations for the gimp_config_build_path functions. * app/config/Makefile.am * app/config/gimprc-utils.[ch]: removed these two files again; they used to duplicate functionality from libgimpconfig. * app/config/gimpcoreconfig.c * app/config/gimpguiconfig.c * app/config/gimppluginconfig.c: changed accordingly.
-
Sven Neumann authored
2005-01-26 Sven Neumann <sven@gimp.org> * libgimpbase/Makefile.am * libgimpbase/gimppath.[ch]: removed these two files again. * libgimpconfig/gimpconfig-path.[ch]: merged the path type and param spec here. Renamed to GimpConfigPath and GimpParamConfigPath. * libgimpbase/gimpbase.h * libgimpbase/gimpbasetypes.[ch] * libgimpconfig/gimpconfig-deserialize.c * libgimpconfig/gimpconfig-params.h * app/config/gimpbaseconfig.c * app/config/gimpconfig-dump.c * app/config/gimpcoreconfig.c * app/config/gimpguiconfig.c * app/config/gimppluginconfig.c * app/widgets/gimppropwidgets.c: changed accordingly. * libgimpbase/gimpbase.def: updated.
-
William Skaggs authored
* libgimpconfig/gimpconfig.def: added
-
Sven Neumann authored
-