- 18 Jan, 2004 3 commits
-
-
Simon Budig authored
2004-01-18 Simon Budig <simon@gimp.org> * app/gui/about-dialog.c: make sure we always properly use the size of the logo image. Place the text at the bottom of the image when the size changes (position of the version string needs to be adjusted manually still...). * data/images/gimp_logo.png: slightly tweaked. * data/images/gimp1_0_logo.png: added for historical reasons.
-
Sven Neumann authored
2004-01-18 Sven Neumann <sven@gimp.org> * app/gui/file-open-dialog.c (file_open_create_thumbnail): redone to make it work again. * libgimpthumb/gimpthumbnail.c (gimp_thumbnail_load_thumb): fixed stupid mistake that caused thumbnails not to load under certain circumstances.
-
Michael Natterer authored
2004-01-18 Michael Natterer <mitch@gimp.org> * app/core/gimpimage-undo-push.c (undo_pop_layer): removed broken code which tried to figure manually whether "alpha_changed" should be emitted. Instead, simply compare the return values of gimp_image_has_alpha() before and after adding/removing the layer. Fixes bug #131721.
-
- 17 Jan, 2004 6 commits
-
-
Henrik Brix Andersen authored
2004-01-17 Henrik Brix Andersen <brix@gimp.org> * app/core/gimpimage-snap.c (gimp_image_snap_point): forgot to change two G_MAXINT to G_MAXDOUBLE.
-
Henrik Brix Andersen authored
2004-01-17 Henrik Brix Andersen <brix@gimp.org> Finally fixed bug #125864: * app/core/gimpimage-guides.c (gimp_image_find_guide): iterate over the entire list of guides to determine the closest one. * app/core/gimpimage-snap.c: use gdoubles instead of gints for dist and mindist variables to make sure grid and guides with 1px spacings work as expected.
-
Sven Neumann authored
2004-01-17 Sven Neumann <sven@gimp.org> * libgimpthumb/gimpthumbnail.c: added more optional debug output and did some minor code cleanup.
-
David Odin authored
* plug-ins/pygimp/gimpfu.py: Show the description of params in dialog boxes, rather than the internal variable name. This is more consistent with script-fu. (reported by Florian Traverse)
-
Danilo Šegan authored
-
Manish Singh authored
2004-01-16 Manish Singh <yosh@gimp.org> * plug-ins/common/plugindetails.c: some cleanup, restore old internal names.
-
- 16 Jan, 2004 9 commits
-
-
Manish Singh authored
-
Sven Neumann authored
2004-01-17 Sven Neumann <sven@gimp.org> * app/config/gimpguiconfig.[ch] * app/config/gimprc-blurbs.h * app/widgets/gimpdock.c * app/widgets/gimptoolbox.c * app/widgets/gimpwidgets-utils.[ch] * app/widgets/gimpwidgets-utils.[ch] * app/widgets/widgets-enums.[ch]: GTK+-2.4 will allow to request windows to be kept above. This change prepares the code so that we can optionally do this for docks and the toolbox as soon as we depend on GTK+-2.4 (see bug #131672).
-
Dave Neary authored
2004-01-16 Dave Neary <bolsh@gimp.org> * plug-ins/common/tiff.c: Apply a (modified) patch from Pablo d'Angelo to enable saving of a non-premultiplied alpha channel and provide an UI to use it (a checkbox and extra PDB procedure). Fixes bug #131030.
-
Sven Neumann authored
2004-01-16 Sven Neumann <sven@gimp.org> * app/tools/gimpcroptool.c (crop_recalc): do a proper fix for bug #131680.
-
David Odin authored
* app/tools/gimpcroptool.c: bloc some signals before destroying the info dialog box, to prevent accessing to freed memory fixes bug #131680
-
Sven Neumann authored
2004-01-16 Sven Neumann <sven@gimp.org> * app/gui/menus.c (menus_init): fixed typo (bug #131670).
-
Dave Neary authored
2004-01-16 Dave Neary <bolsh@gimp.org> * NEWS: Update NEWS file again.
-
Michael Natterer authored
2004-01-16 Michael Natterer <mitch@gimp.org> * app/gui/edit-commands.[ch]: converted tabs to spaces. (cut,copy_named_buffer_callback): unref the buffer after adding it to gimp->named_buffers. Seems we leaked all named buffers... Removed code duplication I have just introduced: * app/gui/edit-commands.[ch] removed edit_paste_into_cmd_callback(). Instead, pass the "paste_into" boolean as "guint action" to gimp_edit_paste_cmd_callback(). * app/gui/image-menu.c: changed accordingly. * app/widgets/gimpbufferview.c: added utility function gimp_buffer_view_paste() and call it from the paste and paste_into callbacks.
-
Jan Morén authored
2004-01-16 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
- 15 Jan, 2004 16 commits
-
-
Manish Singh authored
2004-01-15 Manish Singh <yosh@gimp.org> * app/text/gimpfontlist.c: Minor cleanup, add note about using pango_fc_font_description_from_pattern from pango 1.4 when we can.
-
David Odin authored
* plug-ins/common/nova.c: Do not display the color button or the "Random Hue" range when applying to a grayscale image.
-
Pedro Gimeno authored
2004-01-15 Pedro Gimeno <pggimeno@wanadoo.es> * app/gui/file-save-menu.c (file_save_menu_update): Removed the code that disables save formats conditionally, making all of them available. Fixes bug #110610.
-
David Odin authored
-
Manish Singh authored
2004-01-15 Manish Singh <yosh@gimp.org> * app/text/gimpfontlist.c: Set PangoStretch from FC_WIDTH. This partially addresses #131561 (namely, the gimp side).
-
Michael Natterer authored
2004-01-15 Michael Natterer <mitch@gimp.org> * POTFILES.in: added plug-ins/helpbrowser/domain.c
-
Michael Natterer authored
2004-01-15 Michael Natterer <mitch@gimp.org> * plug-ins/helpbrowser/helpbrowser.c: removed GIMP_HELP_DEFAULT_DOMAIN #define... * plug-ins/helpbrowser/domain.h: ...and added it here. * plug-ins/helpbrowser/domain.c: fixed the fix for bug #128112: don't compare the help domain's base uri (which is variable) but the help domain's name (which is constant). Re-added removed information to the error message while keeping its user readability. Marked g_message() strings for translation.
-
David Odin authored
-
Michael Natterer authored
2004-01-15 Michael Natterer <mitch@gimp.org> Fixed bug #78732 (don't paste off screen): * app/display/gimpdisplayshell-transform.[ch]: added new function gimp_display_shell_untransform_viewport() which returns the visible rectangle of the image in image coordinates. * app/core/gimp-edit.[ch] (gimp_edit_paste): added viewport parameters and changed positioning of the pasted layer as follows: - if there is a selection, center on the selection (just as before). - if there is no viewport, center on the active drawable. - if the viewport intersects with the active drawable, center on the intersection. - if the viewport does *not* intersect with the active drawable, center on the active drawable (off-screen, but better than pasting something that will be invisible due to floating selection clipping). - if there is no active drawable, center on the viewport. - if there is no active drawable and no viewport, center on the image. * app/widgets/gimpbufferview.c (gimp_buffer_view_paste_clicked) (gimp_buffer_view_paste_into_clicked) * app/display/gimpdisplayshell-dnd.c (gimp_display_shell_drop_buffer) * app/gui/edit-commands.c (edit_paste_cmd_callback) (edit_paste_into_cmd_callback): ask the shell for the viewport and pass it to gimp_edit_paste(). * app/display/gimpdisplayshell-dnd.c (gimp_display_shell_drop_drawable): center the created layer on the viewport. * app/tools/gimpmovetool.c (gimp_move_tool_button_release): use gimp_display_shell_untransform_viewport() (its code was taken from here). * tools/pdbgen/pdb/edit.pdb: pass "no viewport" to gimp_edit_paste(). * app/pdb/edit_cmds.c: regenerated.
-
Dave Neary authored
2004-01-15 Dave Neary <bolsh@gimp.org> * NEWS: Now that we're in pre-release mode, list all the bugs fixed in this release, rather than features added. Commits which don't fix bugs are listed in the "Other contributions" section. Bugs were added in chronological order according to when the fix was committed (so the first bug in the list was the one committed soonest after the 2.0pre1 release).
-
Dave Neary authored
2004-01-15 Dave Neary <bolsh@gimp.org> * NEWS: Now that we're in pre-release mode, list all the bugs fixed in this release, rather than features added. Commits which don't fix bugs are listed in the "Other contributions" section. Bugs were added in chronological order according to when the fix was committed (so the first bug in the list was the one committed soonest after the 2.0pre1 release).
-
Michael Natterer authored
2004-01-15 Michael Natterer <mitch@gimp.org> * app/core/gimpimage.c: moved initialization of the gimage->visible[] and gimage->active[] arrays from gimp_image_new() to gimp_image_init(). Use gimp_rgba_set() to initialize gimage->qmask_color.
-
Dave Neary authored
2004-01-15 Dave Neary <bolsh@gimp.org> * plug-ins/helpbrowser/domain.c: Modify error messages shown when help files cannot be opened. For the main GIMP help domain, the error message is now "Failed to open help files:\nTheGIMP help files are not installed." and in the general case "Failed to open help files:\nThe requested help file %s could not be opened.\nPlease check your installation." This fixes bug #128112.
-
Sven Neumann authored
2004-01-15 Sven Neumann <sven@gimp.org> * data/misc/Makefile.am: added a "validate" rule that attempts to validate the generated gimp.desktop file using desktop-file-validate (from desktop-file-utils). Run it on 'make dist'. * tips/Makefile.am: for consistency, moved the existing validation code to a rule called "validate".
-
Danilo Šegan authored
-
Manish Singh authored
2004-01-14 Manish Singh <yosh@gimp.org> * app/config/gimpconfig-utils.c: #include "file/file-utils.h" for file_utils_filename_to_utf8.
-
- 14 Jan, 2004 6 commits
-
-
David Odin authored
* plug-ins/common/plugindetails.c: clean up the code (use gimp_table_attach_aligned() where needed). * plug-ins/dbbrowser/dbbrowser.c: * plug-ins/dbbrowser/dbbrowser_utils.c: changed tabs to spaces.
-
Dave Neary authored
2004-01-14 Dave Neary <bolsh@gimp.org> * app/core/gimpimage.c: get the type of the drawable, not the image, when transforming a TempBuf, making dragging & dropping patterns on layer masks work correctly. Fixes bug #131146.
-
Michael Natterer authored
2004-01-14 Michael Natterer <mitch@gimp.org> * app/core/gimpimage.h: added GIMP_IMAGE_TYPE_WITHOUT_ALPHA() macro as counterpart to GIMP_IMAGE_TYPE_WITH_ALPHA(). * app/core/gimpdrawable.[ch]: added gimp_drawable_type_without_alpha() and gimp_drawable_bytes_without_alpha() convenience functions.
-
Michael Natterer authored
2004-01-14 Michael Natterer <mitch@gimp.org> Some code review: * app/core/gimpimage.c: named the gint paramater in all colormap_changed related functions to "color_index", fixed typo in parasite undo description, moved some variables to local scopes, changed the layer raise/lower functions to look like the channel and vector ones, cosmetics. * app/core/gimpimage-colorhash.c: removed trailing whitespace, initialize / reset more stuff to 0, cosmetics.
-
Michael Natterer authored
2004-01-14 Michael Natterer <mitch@gimp.org> * app/Makefile.am: fix typo in the uninstall-local target for gimp-console.
-
David Odin authored
Small cosmetics fixes also.
-