- 20 Mar, 2004 15 commits
-
-
jjranta authored
-
jjranta authored
-
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.
-
Denis Lackovic authored
-
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.
-
Sven Neumann authored
-
Sven Neumann authored
2004-03-20 Sven Neumann <sven@gimp.org> * plug-ins/common/jigsaw.c: pack and show the "Jigsaw Style" radio buttons. Fixes bug #137737.
-
Jan Morén authored
2004-03-20 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated broken Swedish translation.
-
Evandro Fernandes Giovanini authored
2004-03-19 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation from Joao S. O. Bueno <gwidion@mpc.com.br>.
-
- 19 Mar, 2004 20 commits
-
-
Simon Budig authored
-
Simon Budig authored
2004-03-20 Simon Budig <simon@gimp.org> * app/core/gimpundo.[ch]: Make it possible to refresh the preview of an undo step. * app/tools/gimpeditselectiontool.c * app/widgets/gimpitemtreeview.c * app/widgets/gimplayertreeview.c: refresh the preview when compressing undos. This ensures that the last preview in the undo history always reflects the current state of the image.
-
Sven Neumann authored
2004-03-20 Sven Neumann <sven@gimp.org> * app/core/gimpimage-undo-push.c (undo_pop_text_layer): fixed a bug that Mitch spotted.
-
Sven Neumann authored
2004-03-20 Sven Neumann <sven@gimp.org> * app/core/gimpimage-undo-push.c (undo_pop_text_layer): don't exchange the text_layer's text object but sync it with the text object from the undo step. * app/text/gimptextlayer.c (gimp_text_layer_set): in case the layer has a mask, push an undo group around the text modifications. * app/tools/gimptexttool.c (gimp_text_tool_idle_apply): push a text layer undo before applying the text changes.
-
Sven Neumann authored
2004-03-19 Sven Neumann <sven@gimp.org> * plug-ins/common/spread.c: don't call g_rand_int_range() with invalid parameters.
-
Sven Neumann authored
2004-03-19 Sven Neumann <sven@gimp.org> * sv.po: marked broken translation as fuzzy.
-
Sven Neumann authored
2004-03-19 Sven Neumann <sven@gimp.org> * app/text/gimptextlayer.[ch]: added gimp_text_layer_set(), a function that calls g_object_set() on the text-layer's text object and pushes an undo step. * app/display/gimpdisplayshell-dnd.c (gimp_display_shell_bucket_fill): use the new function.
-
Jan Morén authored
2004-03-20 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Sven Neumann authored
2004-03-19 Sven Neumann <sven@gimp.org> * sv.po: fixed invalid translation.
-
Sven Neumann authored
2004-03-19 Sven Neumann <sven@gimp.org> * de.po: minor updates. * ja.po: marked invalid translations as fuzzy.
-
Sven Neumann authored
2004-03-19 Sven Neumann <sven@gimp.org> * HACKING: some minor updates.
-
Sven Neumann authored
2004-03-19 Sven Neumann <sven@gimp.org> * app/text/gimptextlayer.c (gimp_text_layer_render): if there's a layer mask, resize it with the layer. * app/tools/gimptexttool.c: don't change text_tool->layer before calling gimp_text_tool_connect().
-
Sven Neumann authored
2004-03-19 Sven Neumann <sven@gimp.org> * etc/ps-menurc: updated PS keybindings contributed by Eric Pierce.
-
Sven Neumann authored
2004-03-19 Sven Neumann <sven@gimp.org> * app/tools/gimptexttool.[ch]: added a confirmation dialog that is shown when the user attempts to modify a modified text layer.
-
Michael Natterer authored
2004-03-19 Michael Natterer <mitch@gimp.org> * themes/Default/gtkrc * themes/Small/gtkrc: don't set the height of GtkHScales to 11px any longer. This modification was added only because at some time GTK+ 1.3.x (!!!) looked strange with the default size.
-
Sven Neumann authored
2004-03-19 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpwidgets.c (gimp_scale_entry_new_internal): if a tooltip is given, put the label into an eventbox (bug #137612).
-
Miloslav Trmac authored
-
Michael Natterer authored
2004-03-19 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_new): added runtime check for GTK+ >= 2.4.0 and make sure the menubar's accels can be invoked even if the menubar is invisible (workaround for bug #137151).
-
Michael Natterer authored
2004-03-19 Michael Natterer <mitch@gimp.org> * app/gui/color-notebook.c (color_notebook_new) * app/tools/gimpcroptool.c (crop_info_create) * app/tools/gimptransformtool.c (gimp_transform_tool_dialog): explicitely set a default response for dialog buttons which were created using gtk_dialog_add_buttons().
-
Jan Morén authored
2004-03-19 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
- 18 Mar, 2004 5 commits
-
-
Sven Neumann authored
2004-03-18 Sven Neumann <sven@gimp.org> * app/tools/gimptexttool.[ch]: cleaned up text tool logic.
-
Michael Natterer authored
2004-03-18 Michael Natterer <mitch@gimp.org> * app/widgets/gimpitemtreeview.c: simplified visibility and linked undo compression by passing an UNDO type, not an UNDO_GROUP type. Fixed (made weird) compression of "exclusive visible/linked" undos to only compress undos of the same item type (only compress layer visibility if we pushed a *layer* visibility before, not a channel or vectors visibility). Even worse, we need to push the visibility/linked state of *all* items when pushing an exclusive group, otherwise compression won't work.
-
Miloslav Trmac authored
-
Manish Singh authored
2004-03-18 Manish Singh <yosh@gimp.org> * libgimp/gimptypes.h: removed obsolete GimpParamColor typedef.
-
Sven Neumann authored
2004-03-18 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-console.c: applied a patch from Kevin Cozens that slightly alters the Script-Fu console output.
-