- 23 Mar, 2004 5 commits
-
-
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.
-
SHIRASAKI Yasuhiro authored
-- yasuhiro
-
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.
-
Artur Flinta authored
2004-03-23 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
-
- 22 Mar, 2004 18 commits
-
-
jjranta authored
-
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.
-
Updated ja.po. T.Aihana authored
2004-03-22 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
-
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.
-
Sigurd Gartmann authored
2004-03-22 Sigurd Gartmann <sigurd-translate@brogar.org> * no.po: Updated Norwegian (Bokmål) translation.
-
Miloslav Trmac authored
-
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.
-
Gustavo Maciel Dias Vieira authored
2004-03-21 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> * pt_BR.po: Updated Brazilian Portuguese translation done by Joao S. O. Bueno <gwidion@mpc.com.br>.
-
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 13 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.
-
Artur Flinta authored
2004-03-21 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
-
Alastair McKinstry authored
-
Duarte Loreto authored
2004-03-21 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
-
Michael Natterer authored
2004-03-21 Michael Natterer <mitch@gimp.org> * libgimpbase/makefile.msc: * libgimpmodule/makefile.msc: s/1.3/2.0/g
-
Ole Laursen authored
2004-03-21 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
-
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.
-
Michael Natterer authored
-
Sven Neumann authored
2004-03-21 Sven Neumann <sven@gimp.org> * app/gui/debug-commands.h: corrected #define for the debug menu.
-
Sven Neumann authored
-
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.
-
Jan Morén authored
2004-03-21 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
- 20 Mar, 2004 4 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 :-)
-
Denis Lackovic authored
-
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.
-