54 lines
2.1 KiB
Plaintext
54 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Dec 31 16:29:21 EST 2008 - hfiguiere@suse.de
|
|
|
|
- Update to 0.0.22
|
|
* GeglOperation
|
|
- operation names are now prefixed, the ops in GEGL use 'gegl:' as prefix.
|
|
- gegl:opacity - combine value and aux mask input when both are available.
|
|
- gegl:src-in - deal correctly with extens.
|
|
- gegl:path - new op covering the stroke/fill needs of SVG.
|
|
- deprecated gegl:shift, the affine familiy of operations now
|
|
uses the same fast code paths for integer translations.
|
|
* GeglBuffer
|
|
- Profiling motivated speed ups in data reading/writing.
|
|
- Remove left-over swapfiles from dead processes at startup.
|
|
* GeglNode
|
|
- made gegl_node_add_child and gegl_node_remove_child public API. (bgo#507298)
|
|
* GeglPath: Vector path representation infrastructure,
|
|
- Remove gegl-64bit-warning.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 5 23:49:54 EDT 2008 - hfiguiere@suse.de
|
|
|
|
- Update to 0.0.20
|
|
* libopenraw support
|
|
* Linear buffer support, amongst other things enabling GeglBuffer API access
|
|
to external linear buffers in memory.
|
|
* Reworked samplers using a shared caching neighbourhood infrastructure.
|
|
* YAFR - a new resampler contributed by Nicolas Robidoux.
|
|
* Marked user visible strings for translation.
|
|
* Added a fill operation (might be a bit fragile) that allows rendering
|
|
SVG like paths backed by a GeglVector.
|
|
- Remove gegl-strict-compile-fix.diff
|
|
- Added gegl-64bit-warning.diff
|
|
* Address a fatal warning on 64bits
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 1 12:49:31 EDT 2008 - hfiguiere@suse.de
|
|
|
|
- Add patch gegl-strict-compile-fix.diff:
|
|
*Fix header for stricter compilation
|
|
- enable workshop at compile time
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 29 17:49:46 CEST 2008 - sbrabec@suse.cz
|
|
|
|
- Fixed dependencies.
|
|
- Fixed permissions of documentation.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 21 14:25:07 CEST 2008 - sbrabec@suse.cz
|
|
|
|
- New SuSE package.
|
|
|