Andika Triwidada
ecafa72b96
Updated Indonesian translation of gimp-tips
2012-09-24 18:45:50 +07:00
Michael Natterer
0ca03e8827
app: add a "Convert Precision" dialog for choosing dithering options
...
Does absolutely nothing yet.
2012-09-23 23:47:28 +02:00
Martin Srebotnjak
fc443a3514
Updated Slovenian translation
2012-09-23 15:34:30 +02:00
Martin Srebotnjak
41b8d80c22
Updated Slovenian translation
2012-09-23 15:34:21 +02:00
Michael Natterer
a5953020ad
app: keep GimpBrushCore's solid mask cache around as "Y float"
...
because that's how we later access it.
2012-09-23 00:01:35 +02:00
Michael Natterer
aa0a24164c
plug-ins: port file-gif-save to GEGL
2012-09-22 23:19:32 +02:00
Michael Natterer
6452a95125
Remove plug-in crop-auto and add compat PDB wrappers to replace it
2012-09-22 20:59:17 +02:00
Michael Natterer
796a9474d8
app: implement "Crop Image/Layer to Content" menu items in the core
...
in a few lines using existing functionality, as replacement for the
autocrop plugin. Rename the existing "crop" actions to
"crop-to-selection".
2012-09-22 20:35:36 +02:00
Michael Natterer
c91702917e
libgimp: gimp_drawable_get_buffer(): return NULL for an invalid drawable
...
instead of repeating the crappy behavior of gimp_drawable_get() which
would return something even for bogus drawable IDs.
2012-09-22 20:33:03 +02:00
Michael Natterer
784a98d170
plug-ins: port file-sgi to GEGL
2012-09-22 20:14:58 +02:00
Øyvind Kolås
20094807c8
app: gimp-babl.c fix formatting
2012-09-22 17:54:38 +01:00
Øyvind Kolås
594b4bcdef
app: use sRGB gamma in u16 precision
...
This permits editing sRGB profile PNGs and other formats using sRGB storage,
without this editing a 16bit bpc PNG in u16 mode would cause banding in the
shadow areas on import. File that do not have an sRGB like gamma should be
promoted to a higher bit-depth on import.
2012-09-22 17:47:43 +01:00
Michael Natterer
025f0b0325
app: fix loading of a buffer's last tile in xcf-load.c
...
The last tile is not followed by a next tile, so we don't have an
offset to the next tile and have to guess the number of bytes to load,
using the largest possible tile. That guessing was based on a maximum
of four bytes per pixel.
2012-09-22 18:38:13 +02:00
Michael Natterer
3682006dfd
app: some cleanup and formatting in image crop and resize
2012-09-22 16:34:14 +02:00
Michael Natterer
303e554ab1
app: remove "gboolean active_layer_only" from gimp_image_crop()
...
Also a very historic API, it doesn't belong there. Instead, simply
call gimp_item_resize() in GimpCropTool.
2012-09-22 15:08:05 +02:00
Michael Natterer
c1811d6bdf
app: gimp_image_crop_auto_shrink() -> gimp_pickable_auto_shrink()
...
It was in gimpimag-crop only for historic reasons. Clean up API
and code to do simpler and more reasonable stuff.
2012-09-22 14:56:52 +02:00
Michael Natterer
07107fe214
plug-ins: port animation-play to GEGL
2012-09-22 00:46:05 +02:00
Michael Natterer
cc817670ed
plug-ins: port print to GEGL
2012-09-21 23:33:01 +02:00
Ville Pätsi
9fe4e5fad9
Support file dates set to before the start of time
2012-09-21 20:52:07 +03:00
Michael Natterer
244b3766bd
plug-ins: port file-bmp to GEGL
2012-09-21 19:19:03 +02:00
Mukund Sivaraman
800f967930
file-bmp: Fix order of data in RGBA_8888 images
...
See #678250 , #678252 , etc. for example bug reports.
This fix should be sufficient in fixing BMP output, but it looks
like some apps like Firefox have broken BMP loaders which do not
care for the masks. We would have to change the masks for them.
2012-09-21 20:11:31 +05:30
Mukund Sivaraman
b100b14111
file-bmp: All 16 and 32-bpp files need the masks to be written
...
See #678250 , #678252 , etc. for example bug reports.
2012-09-21 20:09:51 +05:30
Michael Natterer
eb2f638e7d
app: create the paint tools' paint_buffer as RGBA float
...
instead of the drawable's native format plus alpha, because we access
these buffers as RGBA float later.
2012-09-21 10:51:23 +02:00
Michael Natterer
cd0143c350
app: clarify operator precedence in an expression with % and ?
2012-09-21 10:40:44 +02:00
Michael Natterer
7597b83bd8
app: plug string leak in gimp_image_format_display_uri()
2012-09-21 10:34:17 +02:00
Mikael Magnusson
da795c1267
gimptransformtool: Restore code that apparently was for the flip tool
2012-09-20 15:18:00 +02:00
Massimo Valentini
a0221bc560
app: plug a memory leak
...
and make the blend tool (Shape: Shaped (angular)) sligthly
more efficient
with an opaque layer (400x300) goes from:
gradient_fill_region: gradient_fill_region took 52.69 seconds
EEEEeEeek! 2 GeglBuffers leaked
to:
gradient_fill_region: gradient_fill_region took 5.90 seconds
2012-09-19 19:10:49 +02:00
Michael Natterer
e8937b2f51
app: port GimpInk mask painting from guchar to float
2012-09-19 00:07:32 +02:00
Michael Natterer
930832d542
app: keep GimpPaintCore->canvas_buffer around as "Y float"
...
instead of "Y u8" because all operations on it are using float.
2012-09-19 00:06:35 +02:00
Michael Natterer
52af6e3f3f
app: fix the code that sets the 64bit tile cache size on GeglConfig
2012-09-18 20:07:13 +02:00
Michael Natterer
fd53a33de9
plug-ins: port file-faxg3 to GEGL
2012-09-17 23:31:02 +02:00
Michael Natterer
809521557a
plug-ins: formatting and untabify in file-faxg3
2012-09-17 22:27:15 +02:00
Michael Natterer
59418b8a21
plug-ins: port file-gif-load to GEGL
2012-09-15 22:08:20 +02:00
Michael Natterer
654af22c0f
plug-ins: undeprecate align-layers: no need to use gimp_drawable_get()
2012-09-15 21:56:05 +02:00
Seong-ho Cho
3e2fe0afe9
Updated Korean translation
2012-09-15 20:08:21 +09:00
Michael Natterer
e84d04d229
plug-ins: port file-aa to GEGL, and support indexed images
2012-09-15 09:34:25 +02:00
Michael Natterer
9b927ba0cd
Bug 683791 - Free select tool constraint key
...
Fix condition that constrains angles to 15°, its bracketing was wrong.
2012-09-14 11:04:21 +02:00
Michael Natterer
16f46dd0d4
plug-ins: port file-gbr to GEGL
...
This is only undeprecation and doesn't add high bitdepth brush support
or anything, not even for loaded half-float CinePaint brushes.
2012-09-13 22:36:31 +02:00
Michael Natterer
b26430db19
libgimpmodule: fix typo in comment in GimpModuleDB
2012-09-13 09:14:17 +02:00
Michael Natterer
2c3a046d83
Bug 683553 - Spinscale scrollvalues in Brushsize are much too smal
...
Set the step/page increments to 1.0/10.0 for brush size and to 0.1/1.0
for aspect ratio. the previous values were way too small.
2012-09-11 20:28:20 +02:00
Chris Leonard
2eea4eb640
Updated British English translation
2012-09-11 11:47:48 +01:00
Kevin Cozens
a2e037fb00
Corrected spelling errors spotted by Ari Pollak (Mostly fixes bug #683694 )
...
Still need to address the "allows to" grammatical error.
2012-09-10 12:22:12 -04:00
Marco Ciampa
1fb9246ccf
Updated italian translation.
2012-09-10 12:16:40 +02:00
Michael Natterer
205645b163
app: add -framework Carbon to LDFLAGS on OSX
...
I have no clue how anyone was able to build since this
got broken.
2012-09-09 20:08:18 +02:00
Seong-ho Cho
6d8bfb9448
Updated Korean translation
2012-09-09 17:59:56 +09:00
Michael Natterer
aecef113ab
Bug 655684 - After saving an image with geotags you cannot...
...
Apply patch from Hartmut Kuhse which fixes encoding of
XMP_TYPE_GPS_COORDINATE.
2012-09-09 00:54:49 +02:00
Michael Natterer
055a52e969
app: fix signature of layers_resize_layer_callback()
2012-09-08 23:51:06 +02:00
Michael Natterer
4db6a970de
app: add a workaround to make GimpModuleDB's "verbose" flag work
...
so we get module output from gimp --verbose.
2012-09-08 12:48:53 +02:00
Michael Natterer
e546f2b43b
Bug 683462 - cropping with rectangular select tool leaves misaligned...
...
Reset the tool on image changes again, but not if only the active
drawable changes, so keep bug #678890 closed:
Introduce new dirty flag GIMP_DIRTY_ACTIVE_DRAWABLE and set it on all
tools' dirty_mask except for rect select. Check the new flag when
reseting the active tool because of a drawable change.
2012-09-06 23:55:35 +02:00
Nils Philippsen
96ce2c936d
file-cel: make generating thumbnails more robust
...
Ran non-interactively, file-cel could crash e.g. if loading an image to
generate a thumbnail, because there is no way to specify a palette file
in that case.
2012-09-06 12:42:48 +02:00