dbf6b4d944
app: Fix warning
2011-08-05 01:51:56 +02:00
cb86ffb1e8
Use GTK_CFLAGS instead of GLIB_CFLAGS to fix a compile problem
2011-08-04 23:18:44 +02:00
143a04b2d0
app: Keep original GimpDockColumns size when moving out to a dock window
...
When moving out GimpDock:s from a GimpDockColumns into a new
GimpDockWindow when switching off single-window mode, try to preserve
the size of the original GimpDockColumns.
2011-08-04 21:42:43 +02:00
537dae8de7
app: Remove more gimp-remote stuff
...
It's enough to setup gimp_toolbox_drop_uri_list() on the vbox.
2011-08-04 21:09:50 +02:00
1ab5c31145
app: Fix copy paste error in gimp_ui_configurer_move_docks_to_window()
2011-08-04 21:01:01 +02:00
4335e12622
Updated italian translation
2011-08-03 14:31:08 +02:00
44b6bae874
Added Latvian translation.
2011-08-03 01:20:39 +03:00
7820742d9a
Added Latvian translation.
2011-08-03 01:19:00 +03:00
5790757d2b
Updated Latvian translation.
2011-08-03 01:13:34 +03:00
6d489824d8
Updated italian translation
2011-08-02 23:34:48 +02:00
f8dd7febcf
NEWS: updates
2011-08-02 16:37:40 +02:00
762428501d
app: remove excess newlines from gimppaintoptions-gui.c
2011-08-02 16:34:00 +02:00
5726141905
app: use g_object_bind_property() in GimpBucketFillOptions
...
to set a frame's sensitivity instead of a signal callback. Also
improve tool options.
2011-08-02 10:46:53 +02:00
2b4160b60d
Updated italian translation
2011-08-01 23:22:41 +02:00
0453f264da
app: a space was missing in GimpMeasureOptions' tooltip
2011-07-31 22:52:06 +02:00
a836c0f2c9
app: Distribute dock windows better when switching off swm
...
Distribute dock windows better when switching off single-window
mode. First, create one dock window per side of the image window
rather than one dock window per dock. Secondly, move the left docks to
the upper left corner of the screen, and the right docks to the upper
right corner.
2011-07-21 00:00:18 +02:00
a683219d27
Update build documentation for removal of gimp-remote
2011-07-31 17:56:56 +02:00
b83d25b1df
Updated Russian translation
2011-07-31 02:49:10 +04:00
d2596eb892
Updated Russian translation
2011-07-31 02:42:30 +04:00
1b2ae6fd9e
app: clean up the transform options' preview and guides UI
2011-07-31 00:25:43 +02:00
e9bf7ba6dc
app: rename the "Tool toggle" frame in zoom options to "Direction"
2011-07-31 00:25:04 +02:00
e13557b7dd
po: remove gimp-remote from POTFILES.in
2011-07-30 19:07:24 +02:00
2356aad3da
Remove gimp-remote for good, it has been disabled since 2008
2011-07-30 18:59:39 +02:00
172c3eb935
app/tests: Add single-window mode specific tests
2011-07-20 16:36:36 +02:00
3ce4c49314
app: Handle special case "Toolbox" in GimpSingleWindowStrategy
...
The special case isn't pretty, but the current design can't handle it
nicely. This is not the first special case for the toolbox.
2011-07-20 16:36:36 +02:00
066cdf6d74
app: Pass gimp to gui_restore_after_callback()
...
Pass gimp in gui_restore_after_callback() to
gui_restore_after_callback() so we can update properly.
2011-07-20 16:36:36 +02:00
f839270b35
operationcagetransform & operationcagecoefcalc: s/Gimp/GIMP/ in descritpion string
2011-07-30 11:55:28 +02:00
f084732ac2
Added Brazilian Portuguese translation
2011-07-28 15:42:21 -03:00
baeb83500c
Tile Glass plug-in relocated
...
The Tile Glass plug-in is moved from Lens And Shadow to Artistic
where it really belongs.
2011-07-28 16:43:39 +04:00
6308f0229a
Apply Lens filter relocated in menu
...
The Apply Lens filter is moved from Light And Shadow to Distorts
group where it really belongs.
2011-07-28 16:06:59 +04:00
314717f4bb
app: clean up GimpTransformOptions' preview controls
...
Turn the "Preview type" combo into a simple "Show image" toggle and
enable the "No guides" choice in the guides combo. Remove unused enum
GimpTransformPreviewType. This way the preview and guide/grid controls
are strictly separate and much less confusing.
2011-07-27 23:15:02 +02:00
d092573a3b
app: fix GimpTransformOptions::clip's tooltip
2011-07-27 22:24:10 +02:00
3704b8cd59
app: GimpTransformOptions::clip is enum GimpTransformResize, not gboolean
2011-07-27 22:23:43 +02:00
97c5a2817d
app: s/GTK_IS_VBOX/GTK_IS_BOX/ to simplify the gtk3-port branch
2011-07-27 20:21:58 +02:00
9c6338900e
libgimp*: don't derive from GtkHBox and GtkVBox in libgimp either
...
I know this is not 100% compatible, but is in fact absolutely safe to
change unless somebody is using the headers in ways that are totally
wrong.
2011-07-27 19:53:34 +02:00
220d06324d
Bug 648265 - tile cache size larger than 2G causes...
...
limit gegl cache-size to its maximum value
otherwise modulo arithmetic causes Warnings or
small values
2011-07-26 18:44:16 +02:00
2ba3673359
gegl-tool: blacklist lens-correct and hstack since they can't be used with the gegl tool.
...
lens-correct expect a lens correction model
hstack expect and aux buffer
2011-07-25 15:24:16 +02:00
421ca4114e
Bug 641187 - GIMP needs a left-handed cursor option
...
Add a cursor-handedness setting and flip the cursor when it's set to
left-handed.
2011-07-24 22:09:21 +02:00
6b78436f56
app: implement all rectangle guides options for the transform guides
2011-07-24 19:07:51 +02:00
c2e6f24687
app: add GimpCanvasTransformGuides and use them in the transform tool
...
which removes a lot of code from the transform tool, and reduces the
number of canvas items used for the transform grid from possibly
gazillions to one.
2011-07-24 18:42:13 +02:00
43788feb50
app: remove enum GimpTransformGridType
...
and use the two new values from GimpGuidesType instead.
2011-07-24 18:01:21 +02:00
be5c0df173
app: add "n-lines" property to GimpCanvasRectangleGuides
...
and add handling of the N_LINES guides type. Hardcode "4" in
GimpdrawTool for now, it's currently unused anyway.
2011-07-24 17:49:31 +02:00
f7a390d5d0
app: add N_LINES and SPACING to enum GimpGuidesType
...
but don't show them in the rectangle options UI, this is just a step
towards unifying the enums.
2011-07-24 17:47:08 +02:00
2ebf1b555a
gegltool: blacklist contrast-curve, fill-path and vector-stroke since curve and path are not supported by the UI
2011-07-23 21:32:13 +02:00
5b5b64b4ab
Updated Norwegian Nynorsk translation
2011-07-22 13:56:22 +02:00
d697c0bdb9
app/core: do not offset cairo_path_data_t's headers
...
Stroking a rectangular selection doesn't work, for example.
2011-07-19 13:00:07 +02:00
fef951ef2e
Add nb translation
2011-07-18 23:26:59 +02:00
2bcd4eb40c
Add nb
2011-07-18 23:26:48 +02:00
c8969066da
Updated Norwegian bokmål translation
2011-07-18 23:24:55 +02:00
f485f1c40c
Updated Norwegian bokmål translation
2011-07-18 23:21:25 +02:00