Michael Natterer
b458b1b5c0
app: initialize GimpToolPreset's tool options from the user context
...
so that if deserializing wants to set an unknown brush, pattern etc.,
the previously set default value will be used instead.
2011-04-03 00:47:41 +02:00
Michael Natterer
64b9ac3f6c
app: move the GimpTextTool shutdown code to control(HALT)
2011-04-03 00:40:41 +02:00
Michael Natterer
6de9615154
app: bail out in gimp_blend_tool_initialize() if there is no gradient
2011-04-03 00:33:41 +02:00
Martin Srebotnjak
b1a0486bda
Updated Slovenian translation
2011-04-02 19:42:39 +02:00
Michael Natterer
61025c6023
Bug 624824 - use gtk-image-menu-item-set-always-show-image on some menu items
...
Always show icons for:
- Fill FG/BG/Pattern
- Rotate
- Recently opened
- Open images
2011-04-02 15:38:55 +02:00
Michael Natterer
9ec725c297
app: move the GimpIscissorsTool shutdown code to control(HALT)
2011-04-02 11:58:29 +02:00
Michael Natterer
3056cdbc43
app: remove the entire IscissorsDraw enum and member
...
and simplify drawing massively. It was a pile of XOR cruft that's not
needed any longer.
2011-04-02 11:40:56 +02:00
Michael Natterer
6f4be58716
app: GimpFreeSelectTool: highlight the hovered handle
2011-04-02 08:29:53 +02:00
Michael Natterer
efbbe39734
app: rmove gimp_free_select_tool_update_button_state()
...
and priv->button1_down. Use gimp_tool_control_is_active() instead
because it now has exactly that meaning.
2011-04-02 08:24:24 +02:00
Michael Natterer
7a6bf9b5fe
app: generically call gimp_tool_control(HALT) in GObject::dispose()
...
so all the previously added shutdown fragments are executed when the
tool destroyed.
2011-04-01 22:56:33 +02:00
Michael Natterer
880572860a
app: move shutdown code from gimp_image_map_tool_response() to control(HALT)
2011-04-01 22:56:33 +02:00
Michael Natterer
d90de689fb
app: GimpCageTool: in CAGE_CHANGE mode, switch to DEFORM when enter is pressed
2011-04-01 22:56:33 +02:00
Michael Natterer
a7f32f2290
app: move shutdown code from gimp_cage_tool_halt() to control(HALT)
2011-04-01 22:56:33 +02:00
Michael Natterer
813392cafd
app: move shutdown code from gimp_free_select_tool_halt() to control(HALT)
2011-04-01 22:56:33 +02:00
Michael Natterer
8ca28f19a3
app: move shutdown code from gimp_measure_tool_halt() to control(HALT)
2011-04-01 22:56:33 +02:00
Michael Natterer
931d2110c6
app: move shutdown code from gimp_align_tool_halt() to control(HALT)
...
and also remove GObject::dispose() because that's going to be
handled generically soon.
2011-04-01 22:56:33 +02:00
Michael Natterer
eb9fefe505
app; move GimpTransformTool's shutdown code to control(HALT)
...
and remove gimp_transform_tool_halt(), including all the duplicated
parent class shutdown code.
2011-04-01 22:56:33 +02:00
Michael Natterer
8a69d4f639
app: fix GimpCanvasProgress' position, extents, and drawing, gah...
2011-04-01 22:56:33 +02:00
Michael Natterer
c48c77b2e0
app: NULLify GimpRectangleOptions widget pointers upon destruction
...
so the NULL checks in GimpRectangleTool work no matter what the
shutdown order is.
2011-04-01 22:56:33 +02:00
Michael Natterer
0c7cd5b8a1
app: GimpPaintTool: don't call paint_core_paint(FINISH) in control(HALT)
...
because that simply can't happen (we call paint(FINISH) in
button_release() already and press and release are always paired. Only
call paint_core_cleanup() in control(HALT).
2011-04-01 22:56:32 +02:00
Michael Natterer
e1bc19faf6
app: make state checks on tool much more strict
...
so wrong calls will run into precondition checks and warnings. This is
optional, but currently enabled, to reduce the risk of introducing
permanent new warnings for 2.8. See STRICT_TOOL_CHECKS in gimptool.h.
2011-04-01 22:56:32 +02:00
Martin Srebotnjak
82805309db
Updated Slovenian translation
2011-04-01 19:34:36 +02:00
Martin Srebotnjak
ebc8096d5b
Updated Slovenian translation
2011-04-01 19:22:39 +02:00
Mukund Sivaraman
4b06a43953
web-page: Add a default font size combo
2011-04-01 17:01:24 +05:30
Mukund Sivaraman
a1142827df
web-page: Move global variables into webpagevals struct
2011-04-01 16:34:56 +05:30
Mukund Sivaraman
796038b216
web-page: Append GIMP to the user agent string
2011-04-01 16:24:02 +05:30
Mikael Magnusson
d03d804b92
plug-ins: gfig, do cancel stuff when the dialog is closed
2011-04-01 02:32:51 +02:00
Mukund Sivaraman
af74ee79e2
web-page: Ankh said 2048 bytes, not 1024 bytes
2011-04-01 05:35:52 +05:30
Mukund Sivaraman
e9224d41d5
web-page: Increase maximum URL len
2011-04-01 05:21:39 +05:30
Mukund Sivaraman
0b6491f94c
web-page: Untabify code
2011-04-01 05:21:26 +05:30
Mukund Sivaraman
488b73ca7d
web-page: Save and restore plug-in data
2011-04-01 04:51:21 +05:30
Mukund Sivaraman
a4fb10a5af
web-page: Change quote style yet again
2011-04-01 04:14:03 +05:30
Michael Muré
24c117082f
gimp:cage-transform : prepare optimisation for when the Gegl bug #645810 is solved
2011-03-31 23:00:23 +02:00
Francisco vila
3a50ac686f
Updated Spanish translation
2011-03-31 20:14:42 +02:00
Mukund Sivaraman
d85642dd57
web-page: Don't clean image by default
2011-03-31 15:17:53 +05:30
Mukund Sivaraman
9d8cef0628
web-page: Update TODO
2011-03-31 14:50:47 +05:30
Mukund Sivaraman
4387ffde06
web-page: Do better error handling
2011-03-31 14:48:25 +05:30
Mukund Sivaraman
8b3c7ace46
web-page: Change quote style
2011-03-31 14:48:25 +05:30
Michael Natterer
e4daf561ac
app: return TRUE after handling double and triple click tool events
...
so we don't redundantly update the cursor again.
2011-03-31 10:21:55 +02:00
Mukund Sivaraman
46931ec0d4
web-page: Fix PDB data type of URL
2011-03-31 12:33:41 +05:30
Mukund Sivaraman
2b814b7148
web-page: Don't update progress too often
2011-03-31 12:04:17 +05:30
Michael Natterer
8f560f5ca9
po: add app/tools/gimpalignoptions.c to POTFILES.in
2011-03-31 08:15:38 +02:00
Mukund Sivaraman
f81c3b1f2c
web-page: Report progress when a webpage is being downloaded
2011-03-31 09:24:48 +05:30
Mukund Sivaraman
6c353096bb
web-page: Convert tabs to spaces
2011-03-31 09:24:01 +05:30
Mukund Sivaraman
5d035ae557
web-page: Update TODO
2011-03-31 09:09:31 +05:30
Mukund Sivaraman
c7a1846ec8
web-page: Make a well-formed URL if necessary
2011-03-31 09:05:57 +05:30
Mukund Sivaraman
d2e836a644
web-page: Update TODO list
2011-03-31 08:54:07 +05:30
Mukund Sivaraman
93e0140cd4
web-page: Add width entry widget
2011-03-31 08:54:07 +05:30
Mukund Sivaraman
0382e204d9
web-page: Return correct flag when action is cancelled
2011-03-31 08:54:07 +05:30
Alan Monfort
37c745ee9c
Updated Breton translation
2011-03-31 04:54:24 +02:00