- 16 Jun, 2003 4 commits
-
-
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 9 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.
-
Sven Neumann authored
2003-06-10 Sven Neumann <sven@gimp.org> * app/widgets/gimpwidgets-utils.[ch]: added utility function gimp_rgb_get_gdk_color(), documented gimp_get_screen_resolution(). * app/widgets/gimppreviewrenderer.c (gimp_preview_renderer_set_border_color) * app/display/gimpdisplayshell-appearance.c (gimp_display_shell_set_padding): use the new function.
-
Yuri Syrota authored
-
Sven Neumann authored
2003-06-10 Sven Neumann <sven@gimp.org> * app/gui/tools-commands.c (tools_select_cmd_callback): expects the tool identifier as a GQuark now. * app/gui/image-menu.c: changed accordingly. Removed code that used to move the menu entries for the color correction tools to the Layers menu. Added the respective menu entries by hand. Added a menu entry for arbitrary rotations and one for Select by Color. * app/tools/gimpbrightnesscontrasttool.c * app/tools/gimpbycolorselecttool.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcolorizetool.c * app/tools/gimpcurvestool.c * app/tools/gimphistogramtool.c * app/tools/gimphuesaturationtool.c * app/tools/gimplevelstool.c * app/tools/gimpposterizetool.c * app/tools/gimpthresholdtool.c: register the color correction tools in the Tools menu. * app/tools/gimptransformtool.c: added an initialize method and moved most initalization code from button_press to this place.
-
Michael Natterer authored
2003-06-10 Michael Natterer <mitch@gimp.org> * plug-ins/common/film.c: treeviewized and undeprecated. Enabled multiple selection and DND reordering.
-
Michael Natterer authored
2003-06-10 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/scripts/coffee.scm: added an undo group around all operations. * plug-ins/script-fu/scripts/distress-selection.scm: replaced undo disable/enable by an undo group. Together fixes bug #114493. Removed weird spacing and indented both scripts to make them readable.
-
Jan Morén authored
2003-06-10 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Kwok-Koon Cheung authored
-
- 09 Jun, 2003 1 commit
-
-
Sven Neumann authored
2003-06-09 Sven Neumann <sven@gimp.org> * Made 1.3.15 release.
-