- 10 May, 2005 1 commit
-
-
Helvetix Victorinox authored
* app/composite/gimp-composite-sse2.c: Repaired a latent bug in gimp_composite_lighten_rgba8_rgba8_rgba8_sse2 where setting up the alpha masks were not done correctly. A redundant (better?) fix to bug #164061 Use movntq instructions to avoid processor cache pollution. Some adjustments to register allocation specifications.
-
- 09 May, 2005 8 commits
-
-
Sven Neumann authored
2005-05-09 Sven Neumann <sven@gimp.org> * de.po: changed translation of "Grid".
-
David Odin authored
* plug-ins/common/grid.c: use the correct bounds for the spinners. This is related to #114225. Spotted by Lomaxx.
-
Iaki Larraaga authored
2005-05-09 Iaki Larraaga <dooteo@euskalgnu.org> * eu.po: Updated Basque trsnalation.
-
Sven Neumann authored
2005-05-09 Sven Neumann <sven@gimp.org> * plug-ins/common/tiff.c: sprinkled some const qualifiers.
-
Michael Natterer authored
2005-05-09 Michael Natterer <mitch@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcontrollerlist.[ch]: new widget which allows adding/removing controllers using two lists of available/active controllers. Work in progress... * app/widgets/gimpcontrollerinfo.[ch]: derive it from GimpVieable so it can have an icon (unfinished). Added convenience constructor gimp_controller_info_new(). * app/dialogs/preferences-dialog.c: use a GimpControllerList instead of a notebook of GimpControllerEditors.
-
Sven Neumann authored
-
Sven Neumann authored
2005-05-09 Sven Neumann <sven@gimp.org> * plug-ins/jpeg/Makefile.am: removed traces of plug-ins/common,
-
Sven Neumann authored
-
- 08 May, 2005 7 commits
-
-
Sven Neumann authored
-
Sven Neumann authored
2005-05-09 Sven Neumann <sven@gimp.org> * app/base/tile-manager.c: inline tile_manager_get_tile_num(). * app/display/gimpdisplayshell-render.c (render_image_tile_fault): reverted one of the changes I did here earlier.
-
Sven Neumann authored
2005-05-08 Sven Neumann <sven@gimp.org> * app/dialogs/layer-options-dialog.c (layer_options_dialog_new): always set "activates-default" on the name entry.
-
Sven Neumann authored
2005-05-08 Sven Neumann <sven@gimp.org> * app/base/tile-manager.[ch]: some code cleanup.
-
Michael Natterer authored
2005-05-08 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimppropwidgets.c (gimp_prop_entry_new) (gimp_prop_entry_notify): don't call gtk_entry_set_text() with a NULL text.
-
Marco Ciampa authored
-
Sven Neumann authored
2005-05-08 Sven Neumann <sven@gimp.org> * app/config/gimpbaseconfig.c: limit the tile-cache-size to G_MAXULONG or GIMP_MAX_MEMSIZE, whatever is smaller. Fixes bug #303371.
-
- 07 May, 2005 13 commits
-
-
Manish Singh authored
2005-05-07 Manish Singh <yosh@gimp.org> * tools/pdbgen/pdb/image.pdb: Fix a typo reported in bug #303379. * app/pdb/image_cmds.c * libgimp/gimpimage_pdb.c: regenerated.
-
Sven Neumann authored
-
Sven Neumann authored
2005-05-07 Sven Neumann <sven@gimp.org> * app/actions/edit-commands.c (edit_undo_clear_cmd_callback): tell the user how much memory will be freed by clearing the undo history.
-
Sven Neumann authored
2005-05-07 Sven Neumann <sven@gimp.org> * POTFILES.in: added app/tools/gimpselectiontool.c. * de.po: updated german translation.
-
Sven Neumann authored
2005-05-07 Sven Neumann <sven@gimp.org> * app/tools/gimppainttool.[ch] * app/tools/gimptool.[ch]: unified tool and paint-tool statusbar APIs. * app/tools/gimpblendtool.c * app/tools/gimpclonetool.c * app/tools/gimpcolortool.c * app/tools/gimpcroptool.c * app/tools/gimpeditselectiontool.c * app/tools/gimpfuzzyselecttool.c * app/tools/gimpmeasuretool.c * app/tools/gimpmovetool.c * app/tools/gimpnewrectselecttool.c * app/tools/gimprectangletool.c * app/tools/gimprectselecttool.c * app/tools/gimpvectortool.c: changed accordingly. * app/tools/gimpselectiontool.c: give more hints in the statusbar. Some of the selection tools should probably override these.
-
Sven Neumann authored
2005-05-07 Sven Neumann <sven@gimp.org> * app/core/gimppreviewcache.c: minor code cleanup.
-
Sven Neumann authored
2005-05-07 Sven Neumann <sven@gimp.org> * app/tools/gimpselectionoptions.c: added modifier keys to the tooltips of the selection mode buttons.
-
Sven Neumann authored
2005-05-07 Sven Neumann <sven@gimp.org> * app/dialogs/preferences-dialog.c: removed the GUI for the "default-threshold" preference.
-
Sven Neumann authored
-
Sven Neumann authored
2005-05-07 Sven Neumann <sven@gimp.org> * app/tools/gimpmagnifyoptions.c (gimp_magnify_options_gui): removed the GUI for the Threshold option; it is more confusing than useful.
-
Sven Neumann authored
2005-05-07 Sven Neumann <sven@gimp.org> * app/config/gimpguiconfig.c: changed the default value for "save-tool-options" to FALSE. This is a major source of confusion; let's try if disabling it is an improvement.
-
jaycox authored
* plug-ins/common/psd.c: add comments describing thumbnail resource. >
-
Sven Neumann authored
2005-05-07 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icoload.c * plug-ins/winicon/main.c: added a thumbnail loader for .ico files Fixes bug #158191.
-
- 06 May, 2005 8 commits
-
-
Sven Neumann authored
-
Sven Neumann authored
2005-05-07 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icoload.[ch] * plug-ins/winicon/main.c: code cleanup, prepare for thumbnail loading.
-
Sven Neumann authored
2005-05-06 Sven Neumann <sven@gimp.org> * app/actions/layers-actions.c * app/core/gimpimage.c (gimp_image_position_layer) * app/widgets/gimplayertreeview.c (gimp_layer_tree_view_drop_possible): drop the limitation that layers not at the bottom of the stack have to have an alpha channel. Allow the user to move the background layer up in the stack or reposition it using DND. * tips/gimp-tips.xml.in: changed the relevant tip and some more.
-
Michael Natterer authored
2005-05-06 Michael Natterer <mitch@gimp.org> * plug-ins/common/compressor.c: use G_DIR_SEPARATOR instead of '/'. * plug-ins/common/mail.c: ditto. Fixed some coding style issues. Special case .bz2 files just as .gz ones.
-
Sven Neumann authored
2005-05-06 Sven Neumann <sven@gimp.org> * app/core/gimpimage-merge.c: removed redundant casts.
-
Michael Natterer authored
2005-05-06 Michael Natterer <mitch@gimp.org> * app/actions/gradient-editor-commands.h: added enum for the "load_color" actions. * app/actions/gradient-editor-actions.c * app/actions/gradient-editor-commands.c: use the new enum instead of magic values, cleanup. * app/actions/palette-editor-commands.c: cleanup. * app/widgets/gimpbrusheditor.c * app/widgets/gimpdataeditor.c: cleanup. * app/widgets/gimpgradienteditor.c: added GtkObject::destroy() and GtkWidget::unmap() implementations which destroy the color dialog. Destroy color dialogs by cancelling them via gtk_dialog_response(), so temporarily changed colors are restored correctly. Refactored my last commit below a bit. Various cleanups. * app/widgets/gimppaletteeditor.[ch]: no need to remember the buttons in the GimpPaletteEditor struct.
-
Sven Neumann authored
2005-05-06 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-scale.c (gimp_display_shell_scale_by_values): abort early if the values are all setup already. Fixes bug #164281.
-
Sven Neumann authored
2005-05-06 Sven Neumann <sven@gimp.org> * app/composite/gimp-composite-sse2.c (gimp_composite_lighten_rgba8_rgba8_rgba8_sse2): applied a patch from Joao S. O. Bueno Calligaris that changes the SSE2 code to load the proper register. Fixes bug #164061.
-
- 05 May, 2005 1 commit
-
-
Michael Natterer authored
2005-05-05 Michael Natterer <mitch@gimp.org> * app/widgets/gimpgradienteditor.c (control_draw) (control_draw_normal_handle) (control_draw_middle_handle): changed handle colors to be always black and white. Fixes bug #303118. Also changed the handle bar's background and the handles' outlines to theme colors which should make the handles distinguishable from the background for all themes. Various unrelated cleanups.
-
- 04 May, 2005 2 commits
-
-
Michael Natterer authored
2005-05-04 Michael Natterer <mitch@gimp.org> * app/plug-in/plug-in-proc-def.[ch] (plug_in_proc_def_find): new function which finds a proc_def in a GSList by its procedure name. * app/plug-in/plug-in-message.c * app/plug-in/plug-ins.c * tools/pdbgen/pdb/plug_in.pdb: use it instead of iterating and comparing manually. * app/pdb/plug_in_cmds.c: regenerated. * app/plug-in/plug-in-def.c: minor cleanups.
-
Peteris Krisjanis authored
2005-05-04 Peteris Krisjanis <pecisk@gmail.com> Updated Latvian translation by Gatis Kalnins <gatis.kalnins@metatrons.org>
-