- 16 Jun, 2003 12 commits
-
-
Jan Morén authored
2003-06-17 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Sven Neumann authored
-
Adam D. Moss authored
* plug-ins/common/gif.c: Attempt to use the palette colour closest to that of the GIMP's current brush background colour for the GIF file's background index hint for non-transparency-aware image viewers. NOTE that this is merely a hint and may be ignored by this plugin for various (rare) reasons that would usually entail writing a somewhat larger image file.
-
Sven Neumann authored
2003-06-16 Sven Neumann <sven@gimp.org> * libgimpcolor/gimpcolorspace.c: Applied a patch from S. Mukund <muks@mukund.org> fixing rounding problems that caused bug #55261.
-
Michael Natterer authored
2003-06-16 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/brush_select.pdb (brush_args): don't fail on brush_spacing values < 0, but behave as documented (use the brush's own spacing). * tools/pdbgen/pdb/brush_select.pdb * tools/pdbgen/pdb/font_select.pdb * tools/pdbgen/pdb/gradient_select.pdb * tools/pdbgen/pdb/pattern_select.pdb: gtk_window_present() the dialog on each set_popup(). This way the dialogs can be risen via the PDB by setting the already selected object. Replaced unreadable variable names by verbose ones. * app/pdb/brush_select_cmds.c * app/pdb/font_select_cmds.c * app/pdb/gradient_select_cmds.c * app/pdb/pattern_select_cmds.c: regenerated.
-
Sven Neumann authored
2003-06-16 Sven Neumann <sven@gimp.org> * plug-ins/gfig/gfig.c: minor GUI cleanups.
-
Adam D. Moss authored
* plug-ins/common/psd.c: Avoid memory corruption when things get shot to hell in the image unpacking phase.
-
Sven Neumann authored
2003-06-16 Sven Neumann <sven@gimp.org> * app/gui/file-open-dialog.c (file_open_dialog_set_type): don't call file_dialog_update_name() here. Fixes bug #112273.
-
Michael Natterer authored
2003-06-16 Michael Natterer <mitch@gimp.org> * plug-ins/dbbrowser/dbbrowser_utils.c: minor cleanups. (struct dbbrowser_t): use GimpDBBrowserApplyCallback type instead of duplicating its signature when specifying the "apply_callback" member. Minor cleanups
-
Michael Natterer authored
2003-06-16 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/script-fu-scripts.c (script_fu_find_scripts): use gimp_datafiles_read_directories() instead of doing the same manually. * plug-ins/script-fu/siod-wrapper.c (siod_init): s/gint/gboolean/.
-
Sven Neumann authored
2003-06-16 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-console.c (script_fu_console_interface): set focus on the entry widget.
-
Dmitry Mastrukov authored
-
- 15 Jun, 2003 1 commit
-
-
Kwok-Koon Cheung authored
-
- 14 Jun, 2003 3 commits
-
-
Miloslav Trmac authored
-
Jan Morén authored
2003-06-14 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Sven Neumann authored
2003-06-14 Sven Neumann <sven@gimp.org> * app/gui/image-menu.c (image_menu_entries): removed duplicate of Threshold menu entry.
-
- 13 Jun, 2003 8 commits
-
-
Sven Neumann authored
2003-06-13 Sven Neumann <sven@gimp.org> * app/gui/info-window.c * libgimpcolor/gimpcolorspace.c * libgimpcolor/gimprgb.c * libgimpwidgets/gimpcolorscales.c * libgimpwidgets/gimpcolorselect.c: use ROUND() where appropriate. * libgimpwidgets/gimpcolorarea.c (gimp_color_area_render): use gimp_rgb_get_uchar().
-
Michael Natterer authored
2003-06-13 Michael Natterer <mitch@gimp.org> * POTFILES.in: added plug-ins/common/psd_save.c
-
Michael Natterer authored
2003-06-13 Michael Natterer <mitch@gimp.org> * POTFILES.in: Updated.
-
Michael Natterer authored
2003-06-13 Michael Natterer <mitch@gimp.org> Cleaned up and improved the message system: * app/core/gimp.[ch]: added "const gchar *domain" to GimpMessageFunc (a NULL domain means the message is from the GIMP core, everything else is a plug-in). * app/errors.c: pass "domain == NULL" to gimp_message(). * tools/pdbgen/pdb/message.pdb: derive the message domain from the current plug-in's menu_path (evil hack but works reasonably well). * app/pdb/message_cmds.c: regenerated. * app/widgets/gimpwidgets-utils.[ch] (gimp_message_box): added a header showing the message domain and changed the dialog layout to follow the HIG more closely. * app/gui/error-console-dialog.[ch]: removed. * app/widgets/gimperrorconsole.[ch] * app/gui/error-console-commands.[ch] * app/gui/error-console-menu.[ch]: new files containing a re-implementation of the error console dialog. * app/gui/Makefile.am * app/gui/dialogs-constructors.c * app/gui/gui.c * app/gui/menus.c * app/widgets/Makefile.am * app/widgets/widgets-types.h: changed accordingly. * app/display/gimpprogress.c: added more spacing and removed the separator (more HIG compliant). * plug-ins/[most plug-ins].c: Changed lots of messages and progress strings: - Removed plug-in names from messages since that's automatically covered by "domain" now. - Put all filenames in ''. - Changed "Loading" to "Opening". - Added "..." to all progress messages. - Cleaned up all file open/save error messages to look the same and include g_strerror(errno). - Removed special casing for progress bars and *always* show them, not only if run_mode != GIMP_RUN_NONINTERACTIVE (we can't expect all plug-ins to do this correctly but need to hack the core to sort out unwanted progress bars). Unrelated: - Cleaned up indentation, spacing, #includes, coding style and other stuff while I was at all these files.
-
Sven Neumann authored
2003-06-13 Sven Neumann <sven@gimp.org> * app/gui/file-save-dialog.c (file_save_ok_callback): removed code for the slimy-easter-egg that was unveiled some time ago.
-
Sven Neumann authored
-
Sven Neumann authored
2003-06-13 Sven Neumann <sven@gimp.org> Attempt to finally fix Smudge tool problems (bug #115057): * app/paint-funcs/paint-funcs-generic.h (blend_pixels): added an implementation for the non-alpha case. * app/paint/gimpsmudge.c (gimp_smudge_start): added back code that used to prefill the buffer if the inital area was clipped.
-
Sven Neumann authored
2003-06-13 Sven Neumann <sven@gimp.org> * app/core/gimptemplate.c (gimp_template_create_image): fixed a typo I introduced yesterday.
-
- 12 Jun, 2003 4 commits
-
-
Dave Neary authored
2003-06-12 Dave Neary <bolsh@gimp.org> * plug-ins/common/tga.c: Applied a patch from Yohei Honda <yoh2@d2.dion.ne.jp> to handle 16 bit TGAs which use the spare bit to do alpha. Closes bug #114913.
-
Michael Natterer authored
2003-06-12 Michael Natterer <mitch@gimp.org> * app/core/gimpdrawable.c (gimp_drawable_configure): removed the check again because adding e.g. GRAY drawables to RGB images is prefectly ok as long as they are channels/masks.
-
Sven Neumann authored
2003-06-12 Sven Neumann <sven@gimp.org> * app/core/gimpdrawable.c (gimp_drawable_configure): check if the drawable type fits to the image. This assertion would have catched the problem below.
-
Sven Neumann authored
2003-06-12 Sven Neumann <sven@gimp.org> * app/core/gimptemplate.c (gimp_template_create_image): handle all fill types, fixes bug #114979.
-
- 11 Jun, 2003 10 commits
-
-
Sven Neumann authored
2003-06-11 Sven Neumann <sven@gimp.org> * app/gui/info-window.c * libgimpwidgets/gimpcolorscales.c * libgimpwidgets/gimpcolorselect.c: applied some slightly modified patches from Michael Bushey that fix rounding errors when converting between color values in gdouble and guchar representation (bug #109241). * libgimpcolor/gimpcolorspace.c * libgimpcolor/gimprgb.c: similar fixes here.
-
Michael Natterer authored
2003-06-11 Michael Natterer <mitch@gimp.org> * app/config/gimpcoreconfig.[ch] * app/config/gimprc-blurbs.h: removed "tool-plug-in-path" property. * app/gui/preferences-dialog.c: changed accordingly. Some preparation for more HIG compliance.
-
Michael Natterer authored
2003-06-11 Michael Natterer <mitch@gimp.org> * app/config/gimpcoreconfig.c * app/config/gimprc-blurbs.h: removed "tool-plug-in-path" property. * app/gui/preferences-dialog.c: changed accordingly. Some preparation for more HIG compliance.
-
Sven Neumann authored
2003-06-11 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorselect.c: handle all mouse buttons equally, cleaned up code, fixed return values from event handlers.
-
Michael Natterer authored
2003-06-11 Michael Natterer <mitch@gimp.org> * app/core/gimpdrawable.c (gimp_drawable_mask_bounds): added some more g_return_if_fail() to avoid NULL pointer dereferencing.
-
Sven Neumann authored
2003-06-11 Sven Neumann <sven@gimp.org> * plug-ins/common/pnm.c (pnm_load_raw): improved handling of invalid PGM files by clamping all pixel values to the specified maximum value (see Debian bug #195066).
-
Sven Neumann authored
2003-06-11 Sven Neumann <sven@gimp.org> * app/widgets/gimptoolbox.[ch]: added a container that keeps references to the buttons which are not added to the wrap box. Just to make sure they are destroyed on exit.
-
Sven Neumann authored
2003-06-11 Sven Neumann <sven@gimp.org> * etc/Makefile.am * etc/sessionrc: added a sample sessiorc which will be used after user installation. * app/gui/user-install-dialog.c (tree_items): install the sample sessionrc.
-
Jan Morén authored
2003-06-11 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Sven Neumann authored
2003-06-11 Sven Neumann <sven@gimp.org> * app/paint-funcs/paint-funcs-generic.h (blend_pixels): fixed my latest fix. Fixes bug #114882.
-
- 10 Jun, 2003 2 commits
-
-
Pablo Gonzalo del Campo authored
2003-06-10 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
-
Pablo Gonzalo del Campo authored
2003-06-10 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
-