- 09 Mar, 2007 6 commits
-
-
Michael Natterer authored
2007-03-09 Michael Natterer <mitch@gimp.org> * app/core/core-types.h: include "libgimpmath/gimpmathtypes.h" instead of "libgimpmath/gimpmath.h". * app/core/gimpbrush.h * app/paint/gimppaintcore.h * app/paint/gimpperspectiveclone.h * app/text/gimptext.h * app/tools/gimptransformtool.h: include gimpvector.h and gimpmatrix.h explicitely where they are needed in public structs. * app/*/*.c * tools/pdbgen/pdb/paths.pdb: include "libgimpmath/gimpmath.h" where needed. * app/pdb/paths_cmds.c: regenerated. svn path=/trunk/; revision=22084
-
Michael Natterer authored
2007-03-09 Michael Natterer <mitch@gimp.org> * app/tools/*.c: remove useless includes. Some minor cleanup. svn path=/trunk/; revision=22083
-
Sven Neumann authored
2007-03-09 Sven Neumann <sven@gimp.org> * app/base/pixel-surround.c: replaced inner loop by a call to memcpy. svn path=/trunk/; revision=22082
-
Sven Neumann authored
and also covers a corner case that the previous fix didn't handle. svn path=/trunk/; revision=22081
-
Sven Neumann authored
2007-03-09 Sven Neumann <sven@gimp.org> * app/base/pixel-surround.c: fixed handling of uncovered regions. svn path=/trunk/; revision=22080
-
Sven Neumann authored
2007-03-09 Sven Neumann <sven@gimp.org> * app/tools/gimprectangletool.c (gimp_rectangle_tool_key_press): added missing call to gimp_rectangle_tool_update_options (). Fixes bug #416268. svn path=/trunk/; revision=22079
-
- 08 Mar, 2007 13 commits
-
-
Raphael Quinet authored
2007-03-09 Raphael Quinet <raphael@gimp.org> * app/tools/gimpblendtool.c (gimp_blend_tool_push_status): make the new feature visible in the status bar (alas, this implies a new translatable string). svn path=/trunk/; revision=22078
-
Michael Natterer authored
2007-03-08 Michael Natterer <mitch@gimp.org> * app/tools/gimpblendtool.h (struct GimpBlendTool): renamed members and added last_x and last_y to remember the last mouse coords. * app/tools/gimpblendtool.c: changed accordingly. Take drawable offset into account in button_release() and remove offset calculations from all other places. Enabled using ALT for moving the entire line. svn path=/trunk/; revision=22077
-
Sven Neumann authored
2007-03-08 Sven Neumann <sven@gimp.org> * app/base/pixel-surround.c (pixel_surround_get_data): do one less call to tile_manager_get_tile(). svn path=/trunk/; revision=22076
-
Michael Natterer authored
2007-03-08 Michael Natterer <mitch@gimp.org> * app/tools/gimpbucketfilltool.[ch]: request click events, removed target_x,y struct members and button_press() implementation and use the coords passed in button_release(). Also make sure that a click has no effect in areas where we show the bad corsor. svn path=/trunk/; revision=22075
-
Sven Neumann authored
2007-03-08 Sven Neumann <sven@gimp.org> * plug-ins/pygimp/gimpfu.py: support mnemonics in parameter labels. * plug-ins/pygimp/plug-ins/foggify.py * plug-ins/pygimp/plug-ins/colorxhtml.py * plug-ins/pygimp/plug-ins/shadow_bevel.py * plug-ins/pygimp/plug-ins/palette-offset.py * plug-ins/pygimp/plug-ins/palette-sort.py: added mnemonics. svn path=/trunk/; revision=22074
-
Sven Neumann authored
2007-03-08 Sven Neumann <sven@gimp.org> * app/base/pixel-surround.c: fixed boundary case. svn path=/trunk/; revision=22073
-
Jakub Friedl authored
2007-03-08 Jakub Friedl <jfriedl@suse.cz> * cs.po: updated Czech translation svn path=/trunk/; revision=22072
-
Sven Neumann authored
2007-03-08 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppropwidgets.[ch]: gimp_prop_string_combo_box_new() takes a GtkTreeModel, not a GtkTreeStore. svn path=/trunk/; revision=22071
-
Raphael Quinet authored
2007-03-08 Raphael Quinet <raphael@gimp.org> * plug-ins/winicon/main.c (run): fixed the incorrect declaration of the values[] array. Thanks to Petr Gajdos <pgajdos@suze.cz> for reporting this problem and for supplying a patch. svn path=/trunk/; revision=22070
-
Jakub Friedl authored
2007-03-08 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=22069
-
Jakub Friedl authored
2007-03-08 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation svn path=/trunk/; revision=22068
-
Sven Neumann authored
2007-03-08 Sven Neumann <sven@gimp.org> * app/tools/gimpperspectivetool.c * app/tools/gimpscaletool.c * app/tools/gimprotatetool.c * app/tools/gimpfliptool.c * app/tools/gimpsheartool.c * app/tools/gimptransformtool.[ch]: removed shell_desc member from GimpTransformToolClass and just use the tool blurb instead. svn path=/trunk/; revision=22067
-
Sven Neumann authored
2007-03-08 Sven Neumann <sven@gimp.org> * app/tools/gimprectangletool.c (gimp_rectangle_tool_key_press): added missing call to gimp_rectangle_tool_rectangle_changed(). Fixes bug #415833. svn path=/trunk/; revision=22066
-
- 07 Mar, 2007 3 commits
-
-
Sven Neumann authored
2007-03-07 Sven Neumann <sven@gimp.org> * app/tools/gimpvectoroptions.c (gimp_vector_options_gui): describe usage of modifiers as suggested in bug #415796. svn path=/trunk/; revision=22065
-
Sven Neumann authored
2007-03-07 Sven Neumann <sven@gimp.org> * app/base/pixel-surround.c (pixel_surround_lock): reduced number of calls to tile_manager_get_tile(). svn path=/trunk/; revision=22064
-
Michael Natterer authored
2007-03-07 Michael Natterer <mitch@gimp.org> Clean up fix for bug #328001: * app/tools/gimpeditselectiontool.[ch] (process_event_queue_keys): made private again. (gimp_edit_selection_tool_translate): new function which has an additional GimpTransformType parameter to determine what transform to perform. Do all the work here, ignoring the key event's modifier state. (gimp_edit_selection_tool_key_press): just determine the transform type from the key event's modifier state and call gimp_edit_selection_tool_translate(). * app/tools/gimpmovetool.c (gimp_move_tool_key_press): removed all code and call gimp_edit_selection_tool_translate() with options->move_type. Moved the function to its proper place in the file. svn path=/trunk/; revision=22063
-
- 06 Mar, 2007 11 commits
-
-
Sven Neumann authored
2007-03-07 Sven Neumann <sven@gimp.org> * app/base/pixel-surround.c: keep an internal buffer filled with the background color and use it for out of bounds requests. Speed up filling the internal buffer by copying data row-by-row. svn path=/trunk/; revision=22062
-
Žygimantas Beručka authored
svn path=/trunk/; revision=22061
-
Žygimantas Beručka authored
svn path=/trunk/; revision=22060
-
Žygimantas Beručka authored
svn path=/trunk/; revision=22059
-
Sven Neumann authored
2007-03-06 Sven Neumann <sven@gimp.org> Patch by Martin Nordholts. Fixes bug #328001. * app/tools/gimpeditselectiontool.[ch] (process_event_queue_keys): Made process_event_queue_keys public for use of gimpmovetool.c. Still needs to be renamed and moved to another place. * app/tools/gimpmovetool.c (gimp_move_tool_key_press): Created gimp_move_tool_key_press() which takes care of events that gimp_edit_selection_tool_key_press() is not is able to handle. Otherwise just pass key events on to that method. svn path=/trunk/; revision=22058
-
Žygimantas Beručka authored
svn path=/trunk/; revision=22057
-
Sven Neumann authored
2007-03-06 Sven Neumann <sven@gimp.org> * app/app.types: added GimpSubProgress. svn path=/trunk/; revision=22056
-
Manish Singh authored
2007-03-05 Manish Singh <yosh@gimp.org> * configure.in: Make --without-script-fu work. Also make the spacing line up again in the post configure option summary. svn path=/trunk/; revision=22055
-
Nickolay V. Shmyrev authored
2007-03-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation by Alexandre Prokoudine <alexandre.prokoudine@gmail.com> svn path=/trunk/; revision=22054
-
Nickolay V. Shmyrev authored
2007-03-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation by Alexandre Prokoudine <alexandre.prokoudine@gmail.com> svn path=/trunk/; revision=22053
-
Nickolay V. Shmyrev authored
2007-03-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation by Alexandre Prokoudine <alexandre.prokoudine@gmail.com> svn path=/trunk/; revision=22052
-
- 05 Mar, 2007 7 commits
-
-
Sven Neumann authored
svn path=/trunk/; revision=22051
-
Sven Neumann authored
2007-03-05 Sven Neumann <sven@gimp.org> * libgimp/gimpexport.c: changed strings as suggested in bug #304148). svn path=/trunk/; revision=22050
-
Michael Natterer authored
2007-03-05 Michael Natterer <mitch@gimp.org> * app/tools/gimprectangleselecttool.c (gimp_rect_select_tool_execute): if the user clicks inside an existing selection, initialize the rectangle tool to the entire selection, not just to the part of it that is within the active drawable. Also removed some dead code. svn path=/trunk/; revision=22049
-
Sven Neumann authored
2007-03-05 Sven Neumann <sven@gimp.org> * app/widgets/gimpstrokeeditor.c: added missing cast. svn path=/trunk/; revision=22048
-
Michael Natterer authored
2007-03-05 Michael Natterer <mitch@gimp.org> Makes default Select -> Border behaviour consistent, and makes 'sticky image edges' optional by adding a checkbox in the Border Selection dialog. Patch by Martin Nordholts. Fixes bug #350009. * app/actions/select-commands.c (select_border_cmd_callback) (select_border_callback): Added edge-lock checkbox to dialog and modified calls accordingly. * app/paint-funcs/paint-funcs.c (border_region) (compute_transition): Fixed algorithm. (compute_transition is a helper function to the algorithm). Also clarified many parts of the algorithm with comments. * app/paint-funcs/paint-funcs.h * app/core/gimpchannel.[ch] * app/core/gimpselection.c: Added gboolean edge_lock to function calls/signatures. * app/pdb/selection_cmds.c: Regenerated. svn path=/trunk/; revision=22047
-
Michael Natterer authored
2007-03-05 Michael Natterer <mitch@gimp.org> * app/core/core-types.h: added typdef GimpMemsizeFunc. * app/core/gimp-utils.[ch]: added _foreach() variants of GHashTable, GList and GSList functions which take GimpMemsizeFunc callbacks. Added gimp_parasite_get_memsize(). Added "data_size" parameter to gimp_g_hash_table_get_memsize(). * app/core/gimp.c * app/core/gimppalette.c * app/core/gimpparasitelist.c * app/pdb/gimppdb.c * app/plug-in/gimppluginmanager.c: use the new functions instead of itering manually or ignoring the containers' elements. Changed callers of gimp_g_hash_table_get_memsize(). svn path=/trunk/; revision=22046
-
Sven Neumann authored
2007-03-05 Sven Neumann <sven@gimp.org> * plug-ins/common/colorify.c * plug-ins/common/max_rgb.c * plug-ins/common/retinex.c: resolved clashing mnemonics (bug #414656). svn path=/trunk/; revision=22045
-