- 08 May, 2005 1 commit
-
-
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 7 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>
-
Peteris Krisjanis authored
2005-05-04 Peteris Krisjanis <pecisk@gmail.com> *lv.po: Updated Latvian translation by Gatis Kalnins <gatis.kalnins@metatrons.org>
-
Kevin Cozens authored
2005-05-04 Kevin Cozens <kcozens@cvs.gimp.org> * scripts/tiny-fu-set-cmap.sct: Moved two set!'s in to the let block.
-
Adam Weinberger authored
2005-05-04 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Marco Ciampa authored
-
Sven Neumann authored
2005-05-04 Sven Neumann <sven@gimp.org> * app/widgets/gimpfgbgeditor.c (gimp_fg_bg_editor_button_press): emit "color-clicked" on first click. * app/widgets/gimptoolbox.c: changed tooltip accordingly.
-
- 03 May, 2005 3 commits
-
-
Michael Natterer authored
2005-05-04 Michael Natterer <mitch@gimp.org> * app/plug-in/plug-in-proc-def.[ch] (plug_in_proc_def_set_icon): new function. * tools/pdbgen/pdb/plug_in.pdb: removed the same code here and use the new function. * app/pdb/plug_in_cmds.c: regenerated.
-
Michael Natterer authored
2005-05-03 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcolordisplayeditor.h: include the parent class, not gimpeditor.h * app/widgets/gimpcolordisplayeditor.c: include gimpeditor.h here
-
Sven Neumann authored
2005-05-03 Sven Neumann <sven@gimp.org> * plug-ins/pygimp/gimpfu.py (progress_update): special case percentage < 0 and pulse progress.
-
- 02 May, 2005 1 commit
-
-
Marco Ciampa authored
-
- 30 Apr, 2005 2 commits
-
-
Francisco Javier F. Serrador authored
2005-04-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Sven Neumann authored
2005-04-30 Sven Neumann <sven@gimp.org> * plug-ins/bmp/bmpread.c: applied a patch from David Costanzo that adds missing error handling to the BMP loader, allowing it to deal gracefully with incomplete BMP image files.
-
- 29 Apr, 2005 4 commits
-
-
Francisco Javier F. Serrador authored
2005-04-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Sven Neumann authored
2005-04-29 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icodialog.c * plug-ins/winicon/icosave.c: changed dialog layout.
-
Sven Neumann authored
2005-04-29 Sven Neumann <sven@gimp.org> * tools/pdbgen/enumcode.pl: declared function array as const. * libgimp/gimpenums.c.tail: regenerated.
-
Sven Neumann authored
2005-04-29 Sven Neumann <sven@gimp.org> * app/core/gimpprojection-construct.c (gimp_projection_construct): use copy_region() instead of using tile_manager_map_over_tile() directly.
-