ab4c613a70
Bug 675994 - Opening image with a saved selection breaks histogram updating
...
In fact, it broke much more than that because the way XCF loading
replaced the image's mask prevented the image's "mask-changed" signal
from ever being emitted. Add private API gimp_image_take_mask() which
properly sets the mask and use it for image construction and the XCF
selection loading hack.
2012-05-14 01:44:41 +02:00
c4142d0574
app: change the value to render in the GimpScanConvert API to a 0..1 double
2012-05-13 23:13:53 +02:00
e7618dab31
app: actually use the needed cairo stride in gimp_scan_convert_render_full()
2012-05-13 22:57:58 +02:00
14b51cc558
app: default to half the physical memory for the tile-cache-size setting
...
Wanted to do this for ages but forgot...
(cherry picked from commit 36bb8a625b
)
Additionally, set the default undo memory size to 1/8th of the
physical memory.
2012-05-13 20:33:46 +02:00
b73bc11d3f
Update Korean translation
2012-05-14 00:49:17 +09:00
28912c8f6e
Update Korean translation
2012-05-14 00:46:10 +09:00
a3e2a942e6
Added missing filters' sensitivity, restored alphabetical order
2012-05-13 18:58:54 +04:00
1c1e7813f4
libgimp: Use a relative path to libgimp-2.0.la so parallel builds work.
2012-05-13 15:42:21 +02:00
eb48617a38
Replaced old Difference of Gaussians, Laplace and Sobel filters with new GEGL operations
2012-05-13 06:41:19 +04:00
ac85c84a0f
Replaced old Ripple and Lens Distortion filters with new GEGL operations
2012-05-13 06:15:24 +04:00
20ae491b21
Replaced the old Unsharp Mask filter with the new GEGL operation
2012-05-13 05:38:24 +04:00
db1dda6e3f
libgimpbase: implement relocation for OSX
...
Using [[NSBundle mainBundle] resourcePath]
2012-05-12 20:56:30 +02:00
4805f875ef
libgimpbase: it's "GIMP" not "Gimp"
2012-05-12 16:48:05 +02:00
9112d68488
Move gimpdir and thumbnails to proper places on OSX
...
gimpdir goes to ~/Library/Gimp/x.y
thumbnails go to ~/Library/Caches/org.freedesktop.thumbnails
The thumbnail location is not standardized yet, but is the only
location that makes sense. Also fix user install to search old
gimpdirs to migrate in both Library and the classic location.
Remove the obsolete CABON_CFLAGS from all makefiles.
2012-05-12 14:39:44 +02:00
cf442d3386
app: added gegl value and behind blending modes
2012-05-11 20:37:47 +03:00
c713e80e63
app: added initial gegl color blending mode
2012-05-11 18:53:49 +03:00
cc0410a226
app: added initial gegl version of saturation blending mode
2012-05-11 18:28:49 +03:00
06382a0037
app: add operations-types.h to Makefile.am
2012-05-11 15:57:31 +02:00
6ccaeea101
app: remove base-enums.h from Makefile.am, it's gone
2012-05-11 15:08:47 +02:00
3867731b03
pdb: same fix as for XCF loading below
2012-05-11 14:30:38 +02:00
ce1179410b
app: fix XCF loading of floating selections of != image's layer type
...
Same fix needs to be applied to gimp-layer-new in the PDB.
2012-05-11 14:22:50 +02:00
f8f00600d5
app: remove the GimpTileBackendTileManager typedef from gimp-gegl-types.h
...
It's a private temporary class and doesn't belong there.
2012-05-11 11:13:26 +02:00
bec5a7e805
cage tool: fix handle added in the wrong side of the cage
...
This happened when:
1) cage still open
2) clicking on the edge between the first and the last handle
2012-05-11 12:34:53 +09:00
d9ba8b81da
Bug 675825 - (cage) simply using cage transform tool makes gimp to crash.
...
Just check if there is enough handles before closing
2012-05-11 12:02:58 +09:00
1a624d4df4
app: remove many includes of "gegl/gimp-gegl-utils.h"
2012-05-10 23:12:39 +02:00
3f31d4df9d
po: update POTFILES.in for the moved operations
2012-05-10 22:49:19 +02:00
ba4034f8dc
app: fix tests: must not link against libgimp
2012-05-10 22:48:37 +02:00
d7db79c2f2
app: Make tests build
...
In particular: link.
2012-05-10 22:12:58 +02:00
8f40eba702
change the pow() workaround to be more HDR safe
2012-05-10 21:41:56 +02:00
7ccd10748d
app: fix typo in Makefile.am: s/SYNPREFIX/SYMPREFIX/
2012-05-10 21:36:24 +02:00
43dc848dfb
app: remove duplicate typedefs from gimp-gegl-types.h
2012-05-10 21:31:40 +02:00
7101ee191a
app: move all GEGL operations to new directory app/operations/
2012-05-10 21:22:44 +02:00
c41ac185b5
app: added initial gegl hue blending mode
2012-05-10 21:54:48 +03:00
ea135abc54
Updated Polish translation
2012-05-10 20:08:39 +02:00
ffb559547c
app: make the popup previews transient to their parent's toplevel
...
so they don't appear below the dock. Seems to happen on OSX only,
but is the right things to do on all platforms.
2012-05-10 19:43:48 +02:00
2d34092f48
app: Fix heal tool behavior at top and left edge (Bug 568098)
...
Fixes calculation of the mask buffer's rectangle.
2012-05-10 20:43:32 +03:00
0569ca7137
Fix Arabic translation of tags-locale
2012-05-10 10:14:09 +02:00
57d4680ab3
Bug 675399 - Mention that the image was at least exported in the close...
...
If the image was exported, mention it in the close warning dialog.
2012-05-10 01:10:27 +02:00
8a53c7d29b
app: fix crashing brain damage when getting the projection's buffer
...
Introduced when removing gimp_pickable_get_tiles().
2012-05-09 15:30:30 +02:00
8482fb9cf6
fix NaN issue in gimpoperationlevels.c
2012-05-09 02:24:12 +02:00
bd3f892f79
Bug 630173 - a dockable open from an existing one appears under it
...
Show the new dock with gtk_widget_show_now(), which waits until it's
mapped, then call gdk_window_raise() explicitly. How sick...
2012-05-09 00:21:22 +02:00
1e6d5ee9e4
Updated Czech translation
2012-05-08 21:50:54 +02:00
3545140ad8
app: make GimpContainerPopup transient to its parent toplevel
...
so it doesn't appear under the dock it's invoked from. Only
needed on OSX, but the right thing to do on all platforms.
2012-05-08 21:32:09 +02:00
7cfb9b2012
plugins: remove diffraction pattern from menus
2012-05-08 21:07:25 +02:00
7e6b27609e
plugins: remove smooth-palette from menus
2012-05-08 21:07:25 +02:00
1d4a4cf567
Fix Catalan translation for “tags-locale”.
2012-05-08 20:22:15 +02:00
b64cb146ae
Updated Slovenian translation
2012-05-08 20:08:31 +02:00
3e59e05be2
Updated Slovenian translation
2012-05-08 20:00:09 +02:00
4b8a46aa26
Updated Spanish translation
2012-05-08 14:03:01 +02:00
62d4d946e4
Updated Spanish translation
2012-05-08 14:01:58 +02:00