- 06 Jun, 2003 2 commits
-
-
Michael Natterer authored
2003-06-06 Michael Natterer <mitch@gimp.org> * app/widgets/gimpitemfactory.c (gimp_item_factory_set_label): use gtk_label_set_text_with_mnemonic() instead of just gtk_label_set_text(). * app/gui/image-menu.c * app/gui/toolbox-menu.c: added mnemonics for all sub-menus. Fixes bug #106991. * app/gui/image-menu.c: cleaned up the "Layers" menu: moved sub-menus together. Changed the "Stack" menu's labels and accelerators and added "Select Top/Bottom Layer" for consistency (bound to Home/End). * app/gui/layers-commands.[ch]: changed accordingly. Added the new select top/bottom callbacks.
-
Jan Morén authored
2003-06-06 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
- 05 Jun, 2003 8 commits
-
-
Sven Neumann authored
2003-06-05 Sven Neumann <sven@gimp.org> * app/tools/gimpcolortool.c: removed unneeded includes. 2003-06-05 Sven Neumann <sven@gimp.org> * POTFILES.in: added app/tools/gimpcoloroptions.c
-
Sven Neumann authored
2003-06-05 Sven Neumann <sven@gimp.org> * app/tools/gimpcurvestool.c: simplified by using the functions inherited from GimpColorTool.
-
Sven Neumann authored
2003-06-05 Sven Neumann <sven@gimp.org> * app/core/gimpdrawable.c (gimp_drawable_get_color_at): * app/core/gimpimage-projection.c (gimp_image_projection_get_color_at): use OPAQUE_OPACITY instead of 255. * app/core/gimpimage-pick-color.[ch]: factored out code that averages over colors so it can be used from GimpImageTool. * app/tools/gimpimagemaptool.[ch]: derived from GimpColorTool and added a GimpColorTool::pick implementation. * app/tools/gimpcoloroptions.c * app/tools/gimpcolorpickeroptions.c: add the toggle for "sample_merged" in gimp_color_picker_options_gui(). * app/tools/gimpcolortool.c (gimp_color_tool_cursor_update): check if the cursor is over the active drawable or if "sample_merged" is active. * app/tools/gimplevelstool.c: simplified since all color-picking is now handled by the parent classes. Fixes bug #112668.
-
Sven Neumann authored
2003-06-05 Sven Neumann <sven@gimp.org> * app/tools/gimpcoloroptions.c: changed the default radius. * app/tools/gimpcolortool.[ch]: pass GimpColorOptions to gimp_color_tool_enable(). Added gimp_color_tool_disable() and gimp_color_tool_is_enabled(). * app/tools/gimpcolorpickertool.c: changed accordingly. * app/tools/gimppainttool.[ch]: derived GimpPaintTool from GimpColorTool and removed most color picking code. * app/tools/gimpdodgeburntool.c (gimp_dodgeburn_tool_modifier_key) * app/tools/gimperasertool.c (gimp_eraser_tool_modifier_key): chain up to the parent class. * app/tools/gimppaintbrushtool.c: purely cosmetic change.
-
Michael Natterer authored
2003-06-05 Michael Natterer <mitch@gimp.org> * app/core/gimpchannel.c (gimp_channel_bounds): always return channel->x1,y1,x2,y2, *not* tx1,ty1,tx2,ty2 since the latter contain bogus values if the mask is empty. Fixes bug #114419. * plug-ins/script-fu/scripts/unsharp-mask.scm: cleaned up while searching the bug.
-
Michael Natterer authored
2003-06-05 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/scripts/predator.scm (script-fu-predator): moved gimp-undo-push-group-end to the end of the script. Fixes bug #114416.
-
Kwok-Koon Cheung authored
* zh_TW.po: Updated traditional Chinese translation.
-
Kwok-Koon Cheung authored
-
- 04 Jun, 2003 10 commits
-
-
Sven Neumann authored
2003-06-04 Sven Neumann <sven@gimp.org> * app/core/gimpmarshal.list: added VOID: ENUM, BOXED, INT. * app/tools/gimpcolortool.[ch]: added a default implementation for GimpColorTool::pick. Emit a "picked" signal when a color was successfully picked. * app/tools/gimpcolorpickertool.c: simplified a lot since GimpColorTool does most of the work for us now.
-
Michael Natterer authored
2003-06-04 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-callbacks.c (gimp_display_shell_canvas_tool_events): undraw the cursor on GDK_PROXIMITY_OUT. Always set shell->proximity to FALSE *before* calling gimp_display_shell_update_cursor().
-
Sven Neumann authored
2003-06-04 Sven Neumann <sven@gimp.org> * plug-ins/common/film.c: use a font selection widget (bug #113884).
-
Sven Neumann authored
2003-06-04 Sven Neumann <sven@gimp.org> * app/core/gimpimage-pick-color.[ch]: reordered arguments. * app/tools/gimpcolorpickertool.c * app/tools/gimppainttool.c: changed accordingly.
-
Michael Natterer authored
2003-06-04 Michael Natterer <mitch@gimp.org> * plug-ins/film/film.c: moved the "Reset" button to the "Advanced" page since it only resets this page. Fixed widget packing and spacing. Added more stock icons and mnemonics. Cleanup.
-
Sven Neumann authored
2003-06-04 Sven Neumann <sven@gimp.org> * app/tools/Makefile.am * app/tools/gimpcoloroptions.[ch] * app/tools/gimpcolortool.[ch]: new files that implement base classes moved out of GimpColorPickerOptions and GimpColorPickerTool. * app/tools/gimpcolorpickeroptions.[ch] * app/tools/gimpcolorpickertool.[ch]: derive from the new obejcts. * app/tools/gimpimagemaptool.h * app/tools/gimppainttool.c * app/tools/tools-types.h: moved typedefs into the types file.
-
Michael Natterer authored
2003-06-04 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_reconnect): call gimp_display_shell_scale_setup() instead of gimp_display_shell_shrink_wrap() so window size, zoom factor and scroll offsets are preserved across File->Revert if possible. Fixes bug #114383.
-
Sven Neumann authored
2003-06-04 Sven Neumann <sven@gimp.org> * plug-ins/xjt/xjt.c: applied a patch from Wolfgang Hofer that makes the plug-in use locale-independant code to convert floats to strings and back.
-
Jan Morén authored
2003-06-04 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Kwok-Koon Cheung authored
* zh_TW.po: Updated traditional Chinese translation.
-
- 03 Jun, 2003 5 commits
-
-
Sven Neumann authored
2003-06-03 Sven Neumann <sven@gimp.org> * app/text/gimptext-compat.c (text_get_extents): need to get ascent and descent from a PangoLayoutLine. Report negative descent so the function behaves like it used to in 1.2.
-
Jakub Steiner authored
2003-06-03 Jakub Steiner <jimmac@ximian.com> * themes/Default/images/stock-path-16.png * themes/Default/images/stock-path-22.png * themes/Default/images/stock-paths-16.png * themes/Default/images/stock-paths-22.png: make distinct
-
Michael Natterer authored
2003-06-03 Michael Natterer <mitch@gimp.org> * app/core/gimpimage-rotate.c (gimp_image_rotate_item_offset): fixed offset calculation for 90 and 270 degree rotations. * app/core/gimpimage-flip.c * app/core/gimpimage-rotate.c * app/core/gimpimage-scale.c: increase the progress also when transforming the selection. Makes the progress appear more continuous. Also clened up and simplified the progress code in all files. * app/core/gimpimage-resize.[ch]: added a progress like in the files above. * app/gui/image-commands.c (image_resize_callback): changed accordingly. (image_scale_implement): clened up and simplified a lot. * tools/pdbgen/pdb/image.pdb: changed accordingly. * app/pdb/image_cmds.c: regenerated.
-
Adam D. Moss authored
* plug-ins/common/gifload.c: When initializing the LZW state, watch out for a completely bogus input_code_size [based on fix by Raphael Quinet] Also, fix a stupid old bug when clearing the code table between subimages. (Enables us to deal better with errors when the stream is corrupted pretty early in a subimage.) [me]
-
Kwok-Koon Cheung authored
* zh_TW.po: Updated traditional Chinese translation.
-
- 02 Jun, 2003 6 commits
-
-
Sven Neumann authored
2003-06-03 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimpstock.sgml: added path and selection icons.
-
Sven Neumann authored
2003-06-02 Sven Neumann <sven@gimp.org> * app/widgets/gimpvectorstreeview.h * app/widgets/widgets-types.h: moved function definitions to the widgets-types header file. * app/gui/dialogs-constructors.c * app/widgets/gimpselectioneditor.[ch]: added a "Selection to Path" button as suggested in bug #112448.
-
Michael Natterer authored
2003-06-02 Michael Natterer <mitch@gimp.org> * app/core/gimpchannel.c (gimp_channel_scale, resize): make sure channels end up at (0, 0) after scaling and resizing. Fixes bug #114213.
-
Michael Natterer authored
2003-06-02 Michael Natterer <mitch@gimp.org> Implemented DISSOLVE_MODE the way it should have always been. Fixes bug #107402. * app/paint-funcs-generic.h (struct apply_layer_mode_struct): added "guchar *mask" so it can be used by the layer mode. (dissolve_pixels): take an additional "mask" parameter and dissolve the pixels according to the *combined* opacity of the pixel's alpha, the opacity and the mask. Removed a wrong comment about why we call g_rand_int() x times before we start to use its values. (layer_dissolve_mode): pass the mask to dissolve_pixels(). No need to call add_alpha_pixels() since we overwrite the dest buffer entirely in disolve_pixels(). * app/paint-funcs.c (initial_sub_region, combine_sub_region): allocate the buffer large enough for DISSOLVE (which always needs an alpha channel). Pass the mask to the layer mode functions. Discard opacity and mask after applying DISSOLVE since it "consumes" all transparency.
-
Sven Neumann authored
-
Sven Neumann authored
2003-06-02 Sven Neumann <sven@gimp.org> * plug-ins/common/grid.c: fixed swapped horizontal/vertical parameters (bug #114225). Always update the preview as soon as a grid parameter is changed.
-
- 31 May, 2003 5 commits
-
-
Tor Lillqvist authored
2003-05-31 Tor Lillqvist <tml@iki.fi> * plug-ins/Makefile.am: Handle twain and winsnap subdirs normally. * configure.in: Set TWAIN and WINSNAP on Win32. Expand Makefiles in these dirs. * plug-ins/twain/Makefile.am * plug-ins/winsnap/Makefile.am: New files, from stable branch. * plug-ins/winsnap/winsnap.c: Make it build with GTK2.
-
Tor Lillqvist authored
-
Tor Lillqvist authored
2003-05-31 Tor Lillqvist <tml@iki.fi> * README.win32: Update. * plug-ins/makefile.cygwin * plug-ins/makefile.mingw.in: Remove. Unmaintained for a long time.
-
Tor Lillqvist authored
2003-05-31 Tor Lillqvist <tml@iki.fi> * app/gimp.sym: Remove. No gimp library uses symbols from the gimp executable any longer, says Mitch. * app/Makefile.am: Remove related stuff from here, too.
-
Jan Morén authored
2003-05-31 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
- 30 May, 2003 4 commits
-
-
Michael Natterer authored
2003-05-31 Michael Natterer <mitch@gimp.org> * app/tools/tools-enums.[ch]: added enum GimpTransformType which can be one of { LAYER, SELECTION, PATH } * app/tools/gimptransformoptions.[ch]: added a GimpTransformType property to GimpTransformOptions. Added a GUI for the new option. * app/tools/gimpflipoptions.[ch]: derive it from GimpTransformOptions and add the GUI here, too. * app/tools/gimpfliptool.c * app/tools/gimptransformtool.[ch]: added support for transforming the selection. Added framework for transforming paths (still unimplemented). * app/tools/gimpselectionoptions.c: small cleanup. * libgimpwidgets/gimpstock.[ch] * themes/Default/images/Makefile.am * themes/Default/images/stock-path-16.png * themes/Default/images/stock-path-22.png * themes/Default/images/stock-selection-16.png: new icons for the new transform options buttons. Simply copied existing ones...
-
Tor Lillqvist authored
2003-05-30 Tor Lillqvist <tml@iki.fi> * configure.in: As gimp uses fontconfig directly, check for it. * app/Makefile.am: And link with it. * app/gimp.sym: Remove dead symbols. * libgimp/gimp.def * libgimpwidgets/gimpwidgets.def: Move gimp_standard_help_func. * plug-ins/xjt/xjt.c: Use _mkdir() on Win32.
-
Tor Lillqvist authored
2003-05-30 Tor Lillqvist <tml@iki.fi> * plug-ins/common/wmf.c (load_image): Remove the message asking the user to send files with unhandled opcodes to me. I'm really not interested in getting them currently... (BTW, the wmf plug-in really should be rewritten to use libwmf.)
-
Maurits Rijk authored
-