- 18 Jan, 2005 11 commits
-
-
Sven Neumann authored
2005-01-19 Sven Neumann <sven@gimp.org> * app/display/gimpscalecombobox.c (gimp_scale_combo_box_set_scale): don't use == to compare floating point values.
-
Sven Neumann authored
-
Sven Neumann authored
2005-01-18 Sven Neumann <sven@gimp.org> * plug-ins/common/jpeg.c: applied (a slightly modified version of) a patch from Nils Philippsen that makes sure that the EXIF thumbnail doesn't cause the EXIF data block to grow beyond its maximum size. Fixes bug #164087.
-
Michael Natterer authored
2005-01-18 Michael Natterer <mitch@gimp.org> Merged from HEAD branch: * app/widgets/gimpdockable.[ch]: added new function gimp_dockable_blink() which lets the dockable's title_area blink. * app/widgets/gimpdialogfactory.c (gimp_dialog_factory_dialog_new_internal): let wilber blink at the user :) Fixes bug #164156.
-
William Skaggs authored
Merged from HEAD branch: * plug-ins/common/bumpmap.c: make sure bumpmap_init_params() is called when necessary, fixes bug #162285.
-
Michael Natterer authored
2005-01-18 Michael Natterer <mitch@gimp.org> Merged from HEAD branch: * app/core/gimpparasitelist.c (parasite_serialize): use gimp_config_writer_data() to write the parasite data because it's binary and can contain '\0'. (gimp_parasite_list_deserialize): use gimp_scanner_parse_data() to read it. Still accepts the old file format for backward compatibility. Fixes bug #163131.
-
Žygimantas Beručka authored
2005-01-18 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation by Giedrius NaudŽiūnas.
-
Žygimantas Beručka authored
2005-01-18 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation by Giedrius Naudžiūnas.
-
Žygimantas Beručka authored
2005-01-18 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
-
William Skaggs authored
Merged from HEAD branch: * libgimpwidgets/gimpwidgets.c (gimp_coordinates_callback): Make sure last_x and last_y are set to values that match those returned by gimp_size_entry_get_refval(), fixes bug #163951.
-
William Skaggs authored
Merged from HEAD branch: * app/dialogs/info-dialog.c: disconnect callbacks to prevent crash when destroying dialog, fixes bug #163617.
-
- 17 Jan, 2005 1 commit
-
-
William Skaggs authored
Merged from HEAD branch: * plug-ins/xjt/xjt.c: use gimp_temp_name instead of trying to create temp dir at loc of file, fixes bug #164116.
-
- 16 Jan, 2005 2 commits
-
-
Sven Neumann authored
2005-01-16 Sven Neumann <sven@gimp.org> Merged from HEAD branch: * app/tools/gimppaintoptions-gui.c (pressure_options_gui): added a toggle to control whether pressure affects opacity of the Airbrush tool (bug #164237).
-
Miloslav Trmac authored
2005-01-16 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
- 15 Jan, 2005 1 commit
-
-
Sven Neumann authored
2005-01-16 Sven Neumann <sven@gimp.org> * plug-ins/common/curve_bend.c: applied patch from Jan Heller that fixes broken expose event handling (bug #164207).
-
- 14 Jan, 2005 3 commits
-
-
Michael Natterer authored
2005-01-14 Michael Natterer <mitch@gimp.org> Merged from HEAD branch: * app/core/core-enums.[ch] (enum GimpUndoType): added GIMP_UNDO_INK. * app/paint/gimppaintcore.[ch]: added virtual function GimpPaintCore::push_undo() and call it. * app/paint/gimppaintcore-undo.[ch]: made it the default implementation. * app/paint/gimpink-blob.[ch]: added blob_duplicate(). * app/paint/gimpink.[ch]: added a "start_blob" (just like GimpPaintCore::start_coords) which gets set whenever we start a new stroke or line. Removed ink->lastx and ink->lasty because they are the same as paint_core->last_coords. * app/paint/Makefile.am * app/paint/gimpink-undo.[ch]: new files implementing an undo step for ink which restores the last blob used along with the whole ink state. Fixes bug #163670.
-
Sven Neumann authored
2005-01-14 Sven Neumann <sven@gimp.org> Merged from HEAD branch: * plug-ins/common/retinex.c (run): fixed check for number of parameters in non-interactive mode.
-
Cai Qian authored
2005-01-14 Cai Qian <caiqian@gnome.org> * po-plug-ins/zh_CN.po * po/zh_CN.po: updated Chinese translation.
-
- 13 Jan, 2005 5 commits
-
-
Sven Neumann authored
2005-01-14 Sven Neumann <sven@gimp.org> Merged from HEAD branch (fix by Bill Skaggs): * plug-ins/bmp/bmp.h * plug-ins/bmp/bmpread.c: handle negative height values as per spec, fixes bug #158033
-
William Skaggs authored
* plug-ins/Lighting/lighting_shade.c: remove artifacts when light strikes underside of bumpmapped surface; should fix bug #163877 (merged from HEAD)
-
Michael Natterer authored
2005-01-13 Michael Natterer <mitch@gimp.org> Merged from HEAD branch: Splitting GimpItem::convert() into two virtual functions was apparently buggy over-engineering. Reverted that stuff and implement item conversion much simpler: * app/core/gimpitem.[ch]: have a single virtual function, GimpItem::convert(), which takes a newly duplicated item and the destination image. (gimp_item_convert): simply call GimpItem::convert() on the result of gimp_item_duplicate(). (gimp_item_real_convert): set the item's new image. * app/core/gimplayer.c (gimp_layer_convert) * app/vectors/gimpvectors.c (gimp_vectors_convert): changed accordingly and chain up after, not before doing our own stuff so the old image is still available as item->image for stuff like colormap conversion. Fixes bug #163879.
-
Michael Natterer authored
2005-01-13 Michael Natterer <mitch@gimp.org> Merged from HEAD branch: Made the file open and save dialogs use the last used folder instead of defaulting to current directory. Fixes bug #162385. * app/widgets/gimpfiledialog.[ch] (gimp_file_dialog_set_uri): removed this function because it had no functionality except creating usability problems. * app/actions/file-commands.c: use gtk_file_chooser_set_uri() instead but *only* if we already have an uri from an alread open image or the document hinstory. * app/widgets/gimpfiledialog.c (gimp_file_dialog_set_image): set the file chooser's uri only if we have an uri from the image itself. Leave the current folder untouched otherwise and just set the current name (e.g. "Untitled"). * app/dialogs/file-save-dialog.c (file_save_dialog_save_image): on successful save, remember the used uri by attaching it to the "gimp" instance. (file_save_dialog_new): set the last saved uri's folder on the newly created file save dialog.
-
Laszlo Dvornik authored
2005-01-13 Laszlo Dvornik <dvornik@gnome.hu> * hu.po: Hungarian translation updated.
-
- 11 Jan, 2005 1 commit
-
-
Sven Neumann authored
2005-01-11 Sven Neumann <sven@gimp.org> Merged from HEAD branch: * plug-ins/script-fu/siod/slib.c (help): removed wrong URL from help output.
-
- 10 Jan, 2005 2 commits
-
-
Manish Singh authored
2005-01-10 Manish Singh <yosh@gimp.org> * modules/controller_midi.c: #include <time.h> to make sure all the types are there for the alsa headers. Should address bug #163593.
-
Sven Neumann authored
2005-01-10 Sven Neumann <sven@gimp.org> * configure.in: bumped version to 2.2.3, interface_age 3. Merged from HEAD branch: * tools/pdbgen/pdb/text_tool.pdb: explicitely mention the encoding. * app/pdb/text_tool_cmds.c * libgimp/gimptexttool_pdb.c: regenerated.
-
- 09 Jan, 2005 8 commits
-
-
Sven Neumann authored
2005-01-09 Sven Neumann <sven@gimp.org> * Made 2.2.2 release.
-
Sven Neumann authored
-
Sven Neumann authored
2005-01-09 Sven Neumann <sven@gimp.org> * app/composite/gimp-composite-mmx-installer.c * app/composite/gimp-composite-mmx-test.c * app/composite/gimp-composite-mmx.[ch]: workaround bug #162778 by disabling MMX acceleration for grayscale addition mode.
-
Sven Neumann authored
-
Sven Neumann authored
2005-01-09 Sven Neumann <sven@gimp.org> Merged from HEAD branch: * app/composite/gimp-composite-mmx-installer.c * app/composite/gimp-composite-mmx-test.c * app/composite/gimp-composite-mmx.[ch]: workaround bug #162778 by disabling MMX acceleration for grayscale addition mode.
-
Sven Neumann authored
2005-01-09 Sven Neumann <sven@gimp.org> Merged from HEAD branch: * app/widgets/gimpactionview.c (gimp_action_view_new): connect to "button_press_event" and start editing immidiately instead of waiting for a second click. Fixes bug #163385.
-
Sven Neumann authored
-
Sven Neumann authored
2005-01-09 Sven Neumann <sven@gimp.org> Merged from HEAD branch: * app/widgets/gimpdialogfactory.c (gimp_dialog_factories_toggle): if called with (ensure_visibility == TRUE), raise the toolbox. Fixes bug #163381.
-
- 08 Jan, 2005 3 commits
-
-
Sven Neumann authored
2005-01-08 Sven Neumann <sven@gimp.org> Merged from HEAD branch: * app/widgets/gimpcontainertreeview.c (gimp_container_tree_view_button_press): fixed handling of clicks into a horizontally scrolled treeview. (gimp_container_tree_view_find_click_cell): really fix handling of RTL layouts (bug #162663).
-
Funda Wang authored
-
Sven Herzberg authored
2005-01-08 Sven Herzberg <herzi@gnome-de.org> * de.po: fixed an old translation
-
- 07 Jan, 2005 3 commits
-
-
Sven Neumann authored
-
Sven Neumann authored
2005-01-07 Sven Neumann <sven@gimp.org> Merged from HEAD branch: * app/widgets/gimpcontainertreeview.c (gimp_container_tree_view_button_press): handle RTL layouts (fixes bug #162663).
-
Sven Neumann authored
2005-01-07 Sven Neumann <sven@gimp.org> Merged from HEAD branch (fix by Shlomi Fish): * plug-ins/script-fu/scripts/frosty-logo.scm: made sure the shadow is given enough space and then truncated instead of translated to the center of the image, thus preventing the display of shadows with a completely horizontal or vertical edge (fixes bug #132145).
-