- 28 Dec, 2005 5 commits
-
-
Michael Natterer authored
2005-12-28 Michael Natterer <mitch@gimp.org> * app/widgets/gimpwidgets-utils.[ch]: removed gimp_action_get_accel_closure(). * app/widgets/gimpactionview.c (gimp_action_view_new): use gtk_action_get_accel_closure() instead.
-
Michael Natterer authored
2005-12-28 Michael Natterer <mitch@gimp.org> * configure.in: bump version to 2.3.7, require GTK+ >= 2.8.0 and pango >= 2.10.0. * app/gui/gui.c (gui_sanity_check): changed accordingly.
-
Sven Neumann authored
2005-12-28 Sven Neumann <sven@gimp.org> * Made 2.3.6 development release from the 22nd Chaos Communication Congress.
-
Sven Neumann authored
2005-12-28 Sven Neumann <sven@gimp.org> * data/images/gimp-splash.png: splash screen for the 22C3 release.
-
Michael Natterer authored
2005-12-28 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/paint_tools.pdb: follow paint-info renaming. * app/pdb/paint_tools_cmds.c: regenerated.
-
- 27 Dec, 2005 3 commits
-
-
Michael Natterer authored
2005-12-27 Michael Natterer <mitch@gimp.org> * app/paint/gimpconvolve.c (gimp_convolve_register) * app/paint/gimpdodgeburn.c (gimp_dodge_burn_register): fixed stock IDs.
-
Michael Natterer authored
2005-12-27 Michael Natterer <mitch@gimp.org> Fixed incomplete core/ui separation of paint tools and paint methods: * app/core/core-enums.h * app/core/gimpcontext.[ch]: added a "paint-info" property and API so the current paint method can be selected without the need for an active tool. (gimp_context_real_set_tool): set the paint-info to tool_info->paint_info so the paint method follows the active tool just as the active image follows the active display. * app/core/gimp.h (struct Gimp) * app/core/gimppaintinfo.[ch]: added "standard_paint_info" API and stuff to be consistent with other context object properties. * app/paint/gimp-paint.c: set the paintbrush as standard_paint_info. * app/core/gimpstrokedesc.c (gimp_stroke_desc_new): removed the hack of falling back to the paintbrush when there is no active tool and use the active paint method instead. Fall back to the standard paint method if there is no active one. (nothing in the core uses the active tool any more now). * app/widgets/gimpdeviceinfo.h: add the paint info to the properties which are saved in devicerc. Added identifiers (names) and stock-ids to GimpPaintInfo: * app/core/gimppaintinfo.[ch] (gimp_paint_info_new): added identifier and stock-id parameters. * app/core/gimptoolinfo.c (gimp_tool_info_new): removed the hack of setting the paint-info stock-id from the tool-info stock-id. * app/paint/paint-types.h * app/paint/gimp-paint.c: changed GimpPaintRegisterCallback accordingly. * app/tools/gimp-tools.c (gimp_tools_register): changed paint info names accordingly. * app/paint/*.c (gimp_*_register): pass identifier and stock-id accordingly.
-
Sven Neumann authored
2005-12-27 Sven Neumann <sven@gimp.org> * plug-ins/common/unsharp.c (query): fixed type of threshold parameter (bug #325007).
-
- 23 Dec, 2005 3 commits
-
-
David Odin authored
* plug-ins/common/apply_lens.c * plug-ins/common/blinds.c: revert to aspect preview until these plug-ins fully support zoomed preview.
-
Michael Natterer authored
2005-12-23 Michael Natterer <mitch@gimp.org> * app/core/gimpchannel.c * app/core/gimpdrawable.c * app/core/gimplayer.c * app/core/gimplayermask.c * app/text/gimptextlayer.c * app/vectors/gimpvectors.c: moved variables to local scopes in implementations of GimpItem::duplicate()
-
Simon Budig authored
2005-12-23 Simon Budig <simon@gimp.org> * app/vectors/gimpbezierstroke.c * app/vectors/gimpstroke.c: shuffled some g_return*_if_fail around as suggested by mitch.
-
- 21 Dec, 2005 1 commit
-
-
Sven Neumann authored
2005-12-21 Sven Neumann <sven@gimp.org> * app/widgets/gimpfileprocview.c: removed icons from GimpFileProcView. It turned out that the Wilber icon is commonly mistaken as an indicator for the selected file-type.
-
- 20 Dec, 2005 2 commits
-
-
Michael Natterer authored
2005-12-20 Michael Natterer <mitch@gimp.org> * libgimp/*.c * libgimpconfig/*.c * libgimpmodule/*.c * libgimpthumb/*.c * libgimpwidgets/*.c: port to G_DEFINE_TYPE() and friends. Some related cleanup.
-
Sven Neumann authored
2005-12-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpscrolledpreview.c: removed unused variable.
-
- 19 Dec, 2005 2 commits
-
-
Michael Natterer authored
2005-12-19 Michael Natterer <mitch@gimp.org> * app/widgets/*.c: port to G_DEFINE_TYPE() and friends. Some related cleanup.
-
Sven Neumann authored
2005-12-19 Sven Neumann <sven@gimp.org> * plug-ins/common/svg.c: fixed handling of librsvg API change, based on a patch by S. Mukund (bug #314400).
-
- 18 Dec, 2005 1 commit
-
-
Manish Singh authored
2005-12-18 Manish Singh <yosh@gimp.org> * plug-ins/script-fu/siod-wrapper.c: Finish the reverting here.
-
- 17 Dec, 2005 1 commit
-
-
Kevin Cozens authored
2005-12-16 Kevin Cozens <kcozens@cvs.gnome.org> * plug-ins/script-fu/siod/siod.h * plug-ins/script-fu/siod/sliba.c: Reverted changes to handling of string arrays to stay backward compatible (see bug #168290 and bug #317634). These files were not reverted when other files were.
-
- 16 Dec, 2005 2 commits
-
-
Michael Natterer authored
2005-12-16 Michael Natterer <mitch@gimp.org> * plug-ins/common/screenshot.c (shoot_dialog): cleaned up the GUI.
-
Sven Neumann authored
2005-12-16 Sven Neumann <sven@gimp.org> * app/paint/paint-enums.[ch]: changed description of GIMP_CLONE_ALIGN_NO enum value. * app/tools/gimpclonetool.c (gimp_clone_options_gui): use a combo box for the align mode.
-
- 14 Dec, 2005 2 commits
-
-
Sven Neumann authored
2005-12-14 Sven Neumann <sven@gimp.org> * libgimpbase/Makefile.am * libgimpbase/libgimpbase-docs.sgml * libgimpbase/libgimpbase-sections.txt: do not generate API docs for the private wire protocol API. * libgimp/libgimp-sections.txt: added new path API. * libgimpbase/tmpl/gimpprotocol.sgml * libgimpbase/tmpl/gimpwire.sgml: removed from CVS. * libgimp/tmpl/gimppaths.sgml * libgimpbase/tmpl/gimpenv.sgml: regenerated.
-
Sven Neumann authored
2005-12-14 Sven Neumann <sven@gimp.org> * libgimpbase/gimpprotocol.[ch]: declare gp_params_destroy() in the private header file. * libgimp/gimp.c (gimp_destroy_params): removed extern declaration.
-
- 13 Dec, 2005 2 commits
-
-
Sven Neumann authored
2005-12-13 Sven Neumann <sven@gimp.org> * libgimpbase/gimpwire.[ch]: let the private wire methods live in the GIMP namespace. Declare internal functions as such and prefix them with an underscore. * libgimp/gimp.c * libgimp/gimptile.c * libgimpbase/gimpbase.def * libgimpbase/gimpprotocol.c * app/plug-in/plug-in-message.[ch] * app/plug-in/plug-in-run.c * app/plug-in/plug-in.c: changed accordingly.
-
Michael Natterer authored
2005-12-13 Michael Natterer <mitch@gimp.org> * app/tools/*.c: port to G_DEFINE_TYPE() and friends. Some related cleanup.
-
- 12 Dec, 2005 1 commit
-
-
Michael Schumacher authored
2005-12-12 Michael Schumacher <schumaml@cvs.gnome.org> * plug-ins/script-fu/siod/slib.c: added a fix for the script-fu crash in chinese (and maybe other) locales. Applied to both branches. Fixes bug #163212.
-
- 11 Dec, 2005 1 commit
-
-
Michael Natterer authored
2005-12-11 Michael Natterer <mitch@gimp.org> * app/core/gimpstrokedesc.c (gimp_stroke_desc_new): fall back to the paintbrush if we can't get the paint method from the active tool (because there is no active tool). Fixes bug #323778.
-
- 10 Dec, 2005 1 commit
-
-
Michael Natterer authored
2005-12-10 Michael Natterer <mitch@gimp.org> * app/config/*.c * app/core/*.c * app/display/*.c * app/text/*.c * app/vectors/*.c: port to G_DEFINE_TYPE() and friends. Some related core reordering and cleanup.
-
- 07 Dec, 2005 5 commits
-
-
Michael Natterer authored
2005-12-07 Michael Natterer <mitch@gimp.org> * app/paint/gimpclone.c (gimp_clone_motion): In fixed mode, paint incremental so the individual brushes are properly applied on top of each other. Fixes bug #322791.
-
Michael Natterer authored
2005-12-07 Michael Natterer <mitch@gimp.org> * app/paint/*: use G_DEFINE_TYPE().
-
Michael Natterer authored
2005-12-07 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimphelpui.c: allow to cancel context sensitive help by pressing escape.
-
Michael Schumacher authored
2005-12-07 Michael Schumacher <schumaml@cvs.gnome.org> * app/paint/gimpclone.c * app/paint/paint-enums.c * app/paint/paint-enums.h: added alignment mode for cloning from a fixed location source as suggested in bug #322791.
-
Manish Singh authored
2005-12-06 Manish Singh <yosh@gimp.org> * autogen.sh: Allow overriding from shell environment variables, and prefer any overrid automakes to the default, so long as the version is new enough.
-
- 06 Dec, 2005 3 commits
-
-
Sven Neumann authored
2005-12-06 Sven Neumann <sven@gimp.org> * autogen.sh: applied a patch provided by Pierre-Paul Lavoie that makes it easier to adapt autogen.sh to uncommon executable names (bug #323341).
-
Sven Neumann authored
2005-12-06 Sven Neumann <sven@gimp.org> * libgimp/gimpdrawablepreview.c (gimp_drawable_preview_destroy): initialize all fields of the struct passed to gimp_set_data().
-
Sven Neumann authored
2005-12-06 Sven Neumann <sven@gimp.org> * plug-ins/common/edge.c: corrected the algorithm name as suggested in bug #323304.
-
- 05 Dec, 2005 2 commits
-
-
Sven Neumann authored
2005-12-05 Sven Neumann <sven@gimp.org> * plug-ins/common/iwarp.c: applied a modified version of a patch by Joao S. O. Bueno Calligaris that makes the IWarp preview resizable (bug #323177).
-
Sven Neumann authored
2005-12-05 Sven Neumann <sven@gimp.org> * plug-ins/common/mkgen.pl * plug-ins/faxg3/Makefile.am * plug-ins/help/Makefile.am * plug-ins/metadata/Makefile.am: workaround for libtool brokeness on Linux (bug #314513 and bug #323085) * plug-ins/common/Makefile.am: regenerated.
-
- 02 Dec, 2005 1 commit
-
-
Sven Neumann authored
2005-12-02 Sven Neumann <sven@gimp.org> * plug-ins/uri/uri-backend-wget.c (uri_backend_load_image): added "-v" to the wget command-line options. Fixes bug #322977.
-
- 01 Dec, 2005 1 commit
-
-
Manish Singh authored
2005-11-30 Manish Singh <yosh@gimp.org> * plug-ins/uri/uri-backend-wget.c (uri_backend_load_image): timeout message format string should use %d, not %s.
-
- 30 Nov, 2005 1 commit
-
-
Manish Singh authored
2005-11-30 Manish Singh <yosh@gimp.org> * plug-ins/common/screenshot.c: can't use gtk_main_quit as a timeout function, since it doesn't return a value. Wrap it in a function that returns FALSE instead. Fixes bug #322343.
-