- 21 Mar, 2005 9 commits
-
-
Sven Neumann authored
-
Sven Neumann authored
2005-03-21 Sven Neumann <sven@gimp.org> * app/actions/dialogs-actions.h: bail out if widgets/gimpaction.group.h has not been included beforehand. * app/actions/actions.c: include widgets/gimpaction.group.h. Fixes build with amd64/gcc-4.0 (Debian bug report #300227).
-
Sven Neumann authored
2005-03-21 Sven Neumann <sven@gimp.org> * etc/controllerrc: fixed defaults for mouse wheel controller (bug #171083, fix spotted by Michael Schumacher).
-
Sven Neumann authored
2005-03-21 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontainertreeview.c (gimp_container_tree_view_constructor): disable search for tree views so that treeview typeahead doesn't collide with global accelerators. Fixes bug #169339 and would suck less if bug #170435 got fixed.
-
Sven Neumann authored
2005-03-21 Sven Neumann <sven@gimp.org> * app/core/gimp-transform-utils.[ch]: changed all transform utilities to modify the passed transform matrix instead of creating a new one. * app/text/gimptextlayer-transform.c * app/tools/gimpperspectivetool.c * app/tools/gimprotatetool.c * app/tools/gimpscaletool.c * app/tools/gimpsheartool.c * app/vectors/gimpvectors.c * tools/pdbgen/pdb/drawable_transform.pdb * tools/pdbgen/pdb/transform_tools.pdb: changed accordingly. * app/pdb/drawable_transform_cmds.c * app/pdb/transform_tools_cmds.c: regenerated.
-
Sven Neumann authored
2005-03-21 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icosave.c (ico_create_palette): fixed parameter check, NULL is valid for an empty palette. Fixes bug #170812.
-
Sven Neumann authored
2005-03-21 Sven Neumann <sven@gimp.org> * POTFILES.in: added new files.
-
Sven Neumann authored
2005-03-21 Sven Neumann <sven@gimp.org> * app/core/gimpimage-convert.c (gimp_image_convert): added missing period in newly added message. * app/dialogs/convert-dialog.c (convert_dialog_palette_filter): don't show empty palettes (bug #170973).
-
Michael Natterer authored
2005-03-21 Michael Natterer <mitch@gimp.org> * app/tools/gimpmeasuretool.[ch]: added width and height to the info displayed in the statusbar and the info window. Fixes bug #165275.
-
- 20 Mar, 2005 5 commits
-
-
William Skaggs authored
* libgimpwidgets/gimpcolorscales.c (gimp_color_scales_update_scales): Block callback when updating hex entry, fixes bug #169882.
-
William Skaggs authored
* app/core/gimpimage-convert.c: check for non-empty palette before converting to indexed using custom palette, otherwise show warning and abort; fixes bug #170973.
-
William Skaggs authored
* app/core/gimpimage-convert.c: applied patch from Adam Moss converning gray->indexed conversion, fixes bug #170825.
-
Sven Neumann authored
2005-03-20 Sven Neumann <sven@gimp.org> * app/text/gimptext.[ch] * app/text/gimptextlayer-transform.[ch]: some infrastructure for text transforms.
-
Sven Neumann authored
2005-03-20 Sven Neumann <sven@gimp.org> * app/core/gimp-transform-utils.c (gimp_transform_matrix_perspective): cosmetic changes. * libgimpmath/gimpmatrix.[ch] * libgimpmath/gimpmath.def: added gimp_matrix_is_affine().
-
- 19 Mar, 2005 6 commits
-
-
Michael Natterer authored
2005-03-19 Michael Natterer <mitch@gimp.org> * app/core/gimpimage-sample-points.c * app/display/gimpdisplayshell-draw.c * app/display/gimpdisplayshell.c * app/tools/gimpcolortool.c: make sure sample points always have coordinates in the range [0..width/height-1], also added lots of +0.5 because they live at the pixels' centers, not at their borders. Fixed drawing of sample points at the display borders.
-
Manish Singh authored
2005-03-19 Manish Singh <yosh@gimp.org> * app/config/Makefile.am: actually link test program with libgimpconfig. * app/Makefile.am * libgimpwidgets/Makefile.am: reordered library link order to be consistent with shared library dependencies. * plug-ins/common/mkgen.pl: Cosmetic fix to the generated Makefile.am. * plug-ins/common/Makefile.am: regenerated.
-
Manish Singh authored
2005-03-19 Manish Singh <yosh@gimp.org> * gimp.spec.in: Remove outdated file.
-
Manish Singh authored
2005-03-19 Manish Singh <yosh@gimp.org> * app/composite/gimp-composite-altivec.[ch]: More accelerated functions (screen, grain_merge, grain_extract, divide, dodge) from Frederic Leroy. * app/composite/gimp-composite-altivec-installer.c * app/composite/gimp-composite-altivec-test.c: regenerated.
-
Manish Singh authored
2005-03-19 Manish Singh <yosh@gimp.org> * app/composite/gimp-composite-altivec.[ch]: More accelerated functions (multiply, blend) from Frederic Leroy. * app/composite/gimp-composite-altivec-installer.c * app/composite/gimp-composite-altivec-test.c: regenerated.
-
William Skaggs authored
* plug-ins/common/fp.c: use callbacks to handle "size-allocate" for preview size changes, fixes bug #160032.
-
- 18 Mar, 2005 5 commits
-
-
William Skaggs authored
* app/core/gimpimage-convert.c: when converting grayscale to mono, treat the palette as gray rather than rgb, giving more than tenfold speedup. Fixes bug #170801.
-
Jan Morén authored
2005-03-18 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Kevin Cozens authored
2005-03-17 Kevin Cozens <kcozens@cvs.gimp.org> * tinyscheme/scheme.c: Strings are normalized (characters with an accent are combined as one) before being stored in a data cell.
-
Sven Neumann authored
2005-03-18 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontainerview.c: make "preview-size" and "preview-border-width" construct properties. Fixes creation using g_object_new(). * app/widgets/gimpcontainerentry.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimplayertreeview.c (set_preview_size): handle unset model and/or view gracefully. * app/dialogs/image-new-dialog.c: unset "focus-on-click" on the template combo-box.
-
- 17 Mar, 2005 4 commits
-
-
William Skaggs authored
* plug-ins/common/fp.c: major code cleanup, make it Repeat and Re-Show properly. Should fix bug #141032.
-
Kevin Cozens authored
2005-03-17 Kevin Cozens <kcozens@cvs.gimp.org> * tinyscheme/README * tinyscheme/scheme.h: * tinyscheme/scheme-private.h: * tinyscheme/scheme.c: Added support for UTF-8 coded strings. * MAINTAINERS: Added Michael Schumacher as maintainer of Windows Installer for Tiny-Fu. * configure.in: Bumped version number to 0.9.8
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
-
- 16 Mar, 2005 3 commits
-
-
Sven Neumann authored
2005-03-17 Sven Neumann <sven@gimp.org> * app/actions/layers-actions.c * app/actions/plug-in-actions.c * app/actions/view-actions.c * plug-ins/common/compose.c * plug-ins/common/dog.c * plug-ins/pygimp/plug-ins/py-slice.py * plug-ins/script-fu/scripts/i26-gunya2.scm * plug-ins/script-fu/scripts/news-text.scm * plug-ins/script-fu/scripts/text-circle.scm: applied patch from Michael Terry that adds missing mnemonics (bug #106991).
-
Sven Neumann authored
2005-03-16 Sven Neumann <sven@gimp.org> * app/base/gimphistogram.c: fixed checks for uncalculated histogram. Fixes bug #170570.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
- 15 Mar, 2005 1 commit
-
-
Kevin Cozens authored
2005-03-14 Kevin Cozens <kcozens@cvs.gimp.org> * scripts/script-fu-compat.init: Added substring-equal? function. Re-ordered contents of file. Updated some comments. * scripts/test-sphere.sct: Updated to use multi-line text for the text displayed in the generated image. * debug-tiny-fu.txt: Added an option passed to valgrind.
-
- 14 Mar, 2005 3 commits
-
-
William Skaggs authored
* app/tools/gimpnewrectselecttool.c * app/tools/gimprectangletool.[ch]: improve cursor handling and other aspects of ui for rectangle tools.
-
Shlomi Fish authored
* app/paint-funcs/paint-funcs.c * app/paint-funcs/paint-funcs-generic.h: fix bug #143315. When the visibility of the Alpha channel is turned off, it should make alpha=255.
-
Sven Neumann authored
-
- 13 Mar, 2005 3 commits
-
-
Manish Singh authored
2005-03-13 Manish Singh <yosh@gimp.org> * app/composite/gimp-composite-altivec.[ch]: More accelerated functions from Frederic Leroy. * app/composite/gimp-composite-altivec-installer.c * app/composite/gimp-composite-altivec-test.c: regenerated.
-
Sven Neumann authored
2005-03-13 Sven Neumann <sven@gimp.org> * app/dialogs/print-size-dialog.c (print_size_dialog_response): handle the resolution unit correctly, fixes bug #170200.
-
Michael Natterer authored
2005-03-13 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/drawable_transform.pdb (drawable_transform_scale) (drawable_transform_scale_default): applied fix from Theodor de Ment which fixes a wrong precondition check which made certain scale operations impossible. Fixes bug #170195. * tools/pdbgen/pdb/transform_tools.pdb (scale): fixed the same copy & paste bug here. * app/pdb/drawable_transform_cmds.c * app/pdb/transform_tools_cmds.c: regenerated.
-
- 12 Mar, 2005 1 commit
-
-
Michael Schumacher authored
2005-03-12 Michael Schumacher <schumaml@cvs.gnome.org> * plug-ins/common/winclipboard.c: applied a patch from Sven Neumann that removes the paste functionality from the plug-in. Since GTK+ 2.6.x, this isn't needed anymore. Fixes bug #168488.
-