- 28 Dec, 2005 3 commits
-
-
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.
-
Marcel Telka authored
2005-12-28 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
- 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).
-
- 26 Dec, 2005 2 commits
-
-
Hendrik Richter authored
2005-12-26 Hendrik Richter <hendi@gnome-de.org> * de.po: Updated German translation.
-
Adam Weinberger authored
2005-12-26 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
- 25 Dec, 2005 1 commit
-
-
Takeshi AIHANA authored
2005-12-25 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation by OKANO Takayoshi <kano@na.rim.or.jp>.
-
- 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.
-
- 22 Dec, 2005 1 commit
-
-
Artur Flinta authored
2005-12-22 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
-
- 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 3 commits
-
-
Michael Natterer authored
-
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 2 commits
-
-
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.
-
Francisco Javier F. Serrador authored
2005-12-11 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
- 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.
-
- 09 Dec, 2005 1 commit
-
-
Vincent van Adrighem authored
2005-12-09 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
- 07 Dec, 2005 6 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.
-
Marcel Telka authored
2005-12-07 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
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 2 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().
-