- 20 May, 2004 1 commit
-
-
Manish Singh authored
-
- 23 Mar, 2004 6 commits
-
-
Michael Natterer authored
-
Sven Neumann authored
2004-03-23 Sven Neumann <sven@gimp.org> Michael Natterer <mitch@gimp.org> * Made 2.0.0 release.
-
Simon Budig authored
2004-03-23 Simon Budig <simon@gimp.org> * plug-ins/script-fu/scripts/alien-glow-arrow.scm * plug-ins/script-fu/scripts/beveled-pattern-arrow.scm: Make helper functions local to the scripts. The better fix for bug #136868. Should also be done for a lot of other scripts, but is too likely to introduce new bugs to do this now.
-
Sven Neumann authored
2004-03-23 Sven Neumann <sven@gimp.org> * INSTALL * NEWS * README: updated for the 2.0 release.
-
Simon Budig authored
2004-03-23 Simon Budig <simon@gimp.org> * plug-ins/script-fu/scripts/alien-glow-arrow.scm: fixed utility function rotate-points. Only worked sometimes by accident, probably because beveled-pattern-arrow.scm implemented a function of the same name correctly and all scripts share a common namespace. Fixes bug #136868.
-
Michael Natterer authored
2004-03-23 Michael Natterer <mitch@gimp.org> The floating_sel code is really from the stone age: * app/core/gimplayer-floating-sel.c (floating_sel_attach): call gimp_image_floating_sel() once and work on the return value instead of accessing gimage->floating_sel directly twice and calling gimp_image_floating_sel() for the thrid access. * app/core/gimpimage.c (gimp_image_floating_sel): no need to return NULL if gimage->floating_sel is NULL, just always return gimage->floating_sel.
-
- 22 Mar, 2004 13 commits
-
-
Sven Neumann authored
2004-03-22 Sven Neumann <sven@gimp.org> * app/core/gimplayer-floating-sel.c (floating_sel_attach): don't do a type-checking cast on an object that was released a few lines above. Fixes bug #137957.
-
Tor Lillqvist authored
2004-03-22 Tor Lillqvist <tml@iki.fi> * app/plug-in/plug-in.c (plug_in_recv_message): Win32-only workaround for bug #137968.
-
Sven Neumann authored
2004-03-22 Sven Neumann <sven@gimp.org> * app/tools/gimptexttool.c: keep the text editor open as long as the text tool is connected to a text layer. Open the text editor when a text layer is activated in the layers dialog.
-
Sven Neumann authored
2004-03-22 Sven Neumann <sven@gimp.org> * app/tools/gimptexttool.[ch]: preserve the text tool on image changes. Instead connect to the text layer's "notify::modified" signal and disconnect from the layer when it is modified. Fixes bug #137890.
-
Michael Natterer authored
2004-03-22 Michael Natterer <mitch@gimp.org> * app/file/file-open.c (file_open_with_proc_and_display): removed the undo clearing/sanitizing code... (file_open_image): ...and added it here so *all* newly opened images start with a clean and sane undo state. * app/gui/file-commands.c (file_revert_confirm_callback): removed (incomplete) undo sanitizing here too.
-
Sven Neumann authored
2004-03-22 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c: use putenv(); setenv() isn't available everywhere (bug #137930).
-
Michael Natterer authored
2004-03-22 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_reconnect): call gimp_display_shell_expose_full() so the whole canvas gets cleared when reverting the image.
-
Sven Neumann authored
-
Sven Neumann authored
2004-03-22 Sven Neumann <sven@gimp.org> * libgimpbase/gimpparasiteio.c (gimp_pixpipe_params_parse): clamp the pixpipe dimension to the allowed range. Fixes bug #137902.
-
Sven Neumann authored
2004-03-22 Sven Neumann <sven@gimp.org> * app/text/gimptextlayer.c (gimp_text_layer_duplicate): put some code back in that I removed accidentally. (gimp_text_layer_render) freeze/thaw notifications to avoid that two "notify::modified" signals are emitted.
-
Raphael Quinet authored
2004-03-22 Raphael Quinet <quinet@gamers.org> * autogen.sh: Added a test for the version of intltool because some of the recent versions are known to break the Tips file. This fixes bug #137502. The message should be updated when a new version of libtool is released.
-
Simon Budig authored
2004-03-22 Simon Budig <simon@gimp.org> * app/widgets/gimpdock.c: set the minimum of the "default_heigt" property range to -1, this enables users to disable this feature via gtkrc.
-
Sven Neumann authored
2004-03-22 Sven Neumann <sven@gimp.org> * app/widgets/gimpdock.c: added a style property "default_height" and set a window default size for new docks. Fixes bug #137876. * themes/Default/gtkrc: document the default dock height. * themes/Small/gtkrc: set a smaller default dock height here.
-
- 21 Mar, 2004 6 commits
-
-
Sven Neumann authored
2004-03-21 Sven Neumann <sven@gimp.org> * app/core/gimpundo.[ch]: added gimp_undo_type_to_name() a similar function used to live in gimpimage-undo.[ch]. * app/core/gimpitemundo.c (gimp_item_undo_new): allow NULL as name and generate it from the undo_type then. * app/core/gimpimage-undo.[ch]: added gimp_image_undo_push_undu(), new function that allows to push an undo on the image. * app/text/Makefile.am * app/text/text-types.h * app/text/gimptextundo.[ch]: added GimpTextUndo, derived from GimpItemUndo. * app/core/gimpimage-undo-push.c (gimp_image_undo_push_text_layer): use the new code and simply push a text undo here. * app/tools/gimptexttool.c: compress text undos by peeking at the undo stack. Fixes bug #137766.
-
Michael Natterer authored
2004-03-21 Michael Natterer <mitch@gimp.org> * libgimpbase/makefile.msc: * libgimpmodule/makefile.msc: s/1.3/2.0/g
-
Michael Natterer authored
2004-03-21 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-callbacks.c (gimp_display_shell_events): added run-time version check and do the workaround for bug #136636 only if the Gtk+ version is < 2.2.5. * m4macros/gimp-2.0.m4: require gimp >= 2.0.0
-
Sven Neumann authored
2004-03-21 Sven Neumann <sven@gimp.org> * plug-ins/helpbrowser/dialog.c: fixed check that suppresses unnecessary reloads of the current page.
-
Sven Neumann authored
2004-03-21 Sven Neumann <sven@gimp.org> * app/gui/debug-commands.h: corrected #define for the debug menu.
-
Michael Natterer authored
2004-03-21 Michael Natterer <mitch@gimp.org> * app/widgets/gimpthumbbox.c: modify the event_box and preview styles in GtkWidget::style_set() instead of in gimp_thumb_box_new() so they follow theme changes correctly and the labels stay visible when switching to an "inverse" theme.
-
- 20 Mar, 2004 14 commits
-
-
Sven Neumann authored
2004-03-20 Sven Neumann <sven@gimp.org> * Made 2.0rc1 release.
-
Simon Budig authored
2004-03-20 Simon Budig <simon@gimp.org> * app/.cvsignore * docs/.cvsignore * tools/.cvsignore: updated to ignore 2.0 stuff :-)
-
Pedro Gimeno authored
2004-03-20 Pedro Gimeno <pggimeno@wanadoo.es> Fixed several off-by-one problems in display: * app/display/gimpdisplayshell.h (PROJ_ROUND): New macro to apply to a float the same rounding method as the one used when rendering. (SCALEX, SCALEY): Use PROJ_ROUND instead of truncating. * app/display/gimpdisplayshell-transform.c (gimp_display_shell_transform_xy): Accept gdouble image coordinates even if the returned screen coordinates are integer. Use PROJ_ROUND instead of (gint) to apply proper rounding. Fixes bug #137566. * app/display/gimpdisplayshell-transform.h (gimp_display_shell_transform_xy): changed accordingly. * app/display/gimpdisplayshell-draw.c * app/tools/gimpdrawtool.c: make sure everywhere that PROJ_ROUND is used either directly or through gimp_display_shell_transform_xy, instead of using arbitrary rounding methods.
-
Sven Neumann authored
2004-03-20 Sven Neumann <sven@gimp.org> * configure.in: set version number to 2.0.0, version string to "2.0rc1". * app/Makefile.am * libgimp/Makefile.am * libgimpbase/Makefile.am * libgimpcolor/Makefile.am * libgimpmath/Makefile.am * libgimpmodule/Makefile.am * libgimpthumb/Makefile.am * libgimpwidgets/Makefile.am * tools/Makefile.am: changed 1.3 to 2.0 all over the place. * README * NEWS: updated for the 2.0rc1 release.
-
Sven Neumann authored
2004-03-20 Sven Neumann <sven@gimp.org> * app/text/gimptextlayer.c: it wasn't such a good idea to let GimpConfig take care of the text when duplicating a text layer; it didn't create a copy. Do that manually again; fixes bug #137786.
-
Sven Neumann authored
2004-03-20 Sven Neumann <sven@gimp.org> * app/tools/gimptexttool.c (gimp_text_tool_create_vectors): don't take the image from tool->gdisp, this might be a NULL pointer. * app/core/gimpimage-undo-push.c: removed debugging output.
-
Sven Neumann authored
2004-03-20 Sven Neumann <sven@gimp.org> * app/widgets/gimppropwidgets.c (gimp_prop_size_entry_callback): avoid to set the unit property with every size change; only set it if it actually changed. * app/core/gimpimage-undo-push.c (gimp_image_undo_push_text_layer): allow to pass a GParamSpec that identifies a single text property to be changed. In this case, don't store a GimpText object on the undo stack but only the changed value. * app/tools/gimptexttool.c: use the new undo feature to reduce the memory footprint of text undo for the common case. * app/text/gimptextlayer.c: changed accordingly.
-
Simon Budig authored
2004-03-20 Simon Budig <simon@gimp.org> * app/core/gimpimage-qmask.c: Applied slightly modified patch from Sven. When the quickmask has a floating selection, anchor it before loading the selection and deleting the qmask channel. Fixes bug #137170.
-
Simon Budig authored
2004-03-20 Simon Budig <simon@gimp.org> * app/gui/select-commands.[ch]: new callbacks to convert the current vector to the selection. * app/gui/image-menu.c: hook it into the menu. Default shortcut is Shift+V.
-
Sven Neumann authored
2004-03-20 Sven Neumann <sven@gimp.org> * app/text/gimptextlayer.c (gimp_text_layer_set): use the same undo group logic as in the text tool. Not really necessary since this function must not be called on modified text layers, but it's more consistent this way.
-
Simon Budig authored
2004-03-20 Simon Budig <simon@gimp.org> * app/tools/gimpvectortool.c: Assigned "b" as the default shortcut for the path tool ("Bezier"). Fixes bug #137753.
-
Sven Neumann authored
2004-03-20 Sven Neumann <sven@gimp.org> * app/tools/gimptexttool.c: update the text editor when the text changes (for example when undoing text changes). Push a drawable undo when applying text changes to a modified text layer.
-
Simon Budig authored
2004-03-20 Simon Budig <simon@gimp.org> * docs/gimp.1.in: fixed a mangeled entry and described "gimp --batch -".
-
Sven Neumann authored
2004-03-20 Sven Neumann <sven@gimp.org> * app/text/gimptextlayer.c (gimp_text_layer_render): don't fiddle with the item size, gimp_drawable_set_tiles() does the right thing.
-