| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Line-end fixups | Jon A. Cruz | 2008-03-22 | 6 | -401/+401 |
| | | | | (bzr r5161) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 15 | -81/+88 |
| | | | | (bzr r5149) | ||||
| * | disable snapindicator for now to fix pen tool | Johan B. C. Engelen | 2008-03-13 | 1 | -13/+15 |
| | | | | (bzr r5080) | ||||
| * | fix by Albin Sunnanbo for dash offset in text | bulia byak | 2008-03-11 | 1 | -0/+1 |
| | | | | (bzr r5055) | ||||
| * | patch by Albin Sunnanbo for 168072 | bulia byak | 2008-03-10 | 1 | -0/+1 |
| | | | | (bzr r5043) | ||||
| * | Move 3D box code out of sp-canvas.cpp | Maximilian Albert | 2008-03-09 | 1 | -10/+0 |
| | | | | (bzr r5008) | ||||
| * | add preferences for path flashing on mouseover | Johan B. C. Engelen | 2008-03-06 | 1 | -0/+1 |
| | | | | (bzr r4977) | ||||
| * | fix 198818 | bulia byak | 2008-03-05 | 1 | -2/+4 |
| | | | | (bzr r4968) | ||||
| * | new: guide snapping indicator! see if you like it, comments are always welcome! | Johan B. C. Engelen | 2008-03-03 | 1 | -1/+1 |
| | | | | (bzr r4945) | ||||
| * | remove flashing test indicator on pointparam. | Johan B. C. Engelen | 2008-03-02 | 5 | -5/+142 |
| | | | | | | | | | | remove some leftover code from point param code remove test pointparam from LPEKnot added SnapIndicator added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped. fix canvas-temporary-item-list.cpp (bzr r4931) | ||||
| * | NEW: temporary on-canvas indicators | Johan B. C. Engelen | 2008-03-02 | 5 | -0/+273 |
| | | | | (bzr r4918) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-03-01 | 1 | -5/+5 |
| | | | | (bzr r4914) | ||||
| * | Fix to check for out of bounds index *before* using the array index | Jon A. Cruz | 2008-03-01 | 1 | -1/+1 |
| | | | | (bzr r4913) | ||||
| * | Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵ | Johan B. C. Engelen | 2008-02-27 | 2 | -68/+56 |
| | | | | | | RegisteredWdg. (bzr r4887) | ||||
| * | svg element referenced by id part of feImage filter rendering. | Felipe Corr??a da Silva Sanches | 2008-02-25 | 2 | -4/+78 |
| | | | | | | | | | | | | This commit introduces some known bugs. I will fill a bug report about it, so that we don't forget it. Nominally they are: * seems to leak memory. I haven't found out how. Needs review. * it works when you create and use the filter, but it crashes when trying to open a file that already contains a filter using feImage referencing an svgelement. (bzr r4844) | ||||
| * | pixblock-transform and scaler: convert src if needed, to match dest mode. | JF Barraud | 2008-02-24 | 5 | -42/+84 |
| | | | | | | color matrix, comp. transfert and diplacement map: explicitely free some unused pixblock instead of resting on garbage collection... (bzr r4839) | ||||
| * | partial fix sent by jfb for bug #188814 | Felipe Corr??a da Silva Sanches | 2008-02-23 | 2 | -0/+16 |
| | | | | (bzr r4829) | ||||
| * | * convert to non-premultiplied alpha on fedisplacementmap | Felipe Corr??a da Silva Sanches | 2008-02-21 | 2 | -2/+15 |
| | | | | | | * corrected a slight mistake on a comment (!) on fecolormatrix :-P (bzr r4805) | ||||
| * | fix for bug #193838 (colormatrix uses premultiplied alpha) | Felipe Corr??a da Silva Sanches | 2008-02-21 | 1 | -1/+14 |
| | | | | (bzr r4803) | ||||
| * | * use enums to deal with displacementmap channel selectors | Felipe Corr??a da Silva Sanches | 2008-02-19 | 2 | -5/+6 |
| | | | | | | * set default values explicitly for all combobox filter settings at the filters dialog. (bzr r4781) | ||||
| * | * convolve matrix code refactoring | Felipe Corr??a da Silva Sanches | 2008-02-19 | 1 | -9/+16 |
| | | | | | | * filter effects dialog warning cleanup (bzr r4776) | ||||
| * | fix for bug #189788 | Felipe Corr??a da Silva Sanches | 2008-02-13 | 1 | -4/+4 |
| | | | | | | pixbuffer was erroneously initialized in premultiplied alpha mode. (bzr r4721) | ||||
| * | Fix initialization of grids. Should finally fix Bug #172778 | Johan B. C. Engelen | 2008-02-12 | 2 | -4/+4 |
| | | | | (bzr r4716) | ||||
| * | opacity max value is 255 instead of previous wrong 256 maxvalue that was ↵ | Felipe Corr??a da Silva Sanches | 2008-02-12 | 1 | -1/+1 |
| | | | | | | used here (bzr r4714) | ||||
| * | remaining g++ 4.3 compilation fix-ups | Kees Cook | 2008-02-11 | 1 | -0/+1 |
| | | | | (bzr r4706) | ||||
| * | Offline work done during weekend: | Felipe Corr??a da Silva Sanches | 2008-02-11 | 2 | -52/+84 |
| | | | | | | | | | | | * handle fefuncR, fefuncG, fefuncB and fefuncA nodes * implement fecomponenttransfer renderer ** identity and gamma modes render perfectly ** linear and table modes are rendering with very slight imperfections This commit still mantains feComponentTransfer out of UI (still not implemented) (bzr r4704) | ||||
| * | feDisplacementMap resolution independence fix sent by JF Barraud | Felipe Corr??a da Silva Sanches | 2008-02-07 | 1 | -9/+17 |
| | | | | (bzr r4677) | ||||
| * | Fixed crash with lighting effects used on non-premultiplied input (bug 189468) | Niko Kiirala | 2008-02-06 | 1 | -1/+1 |
| | | | | (bzr r4664) | ||||
| * | Iron out some rounding errors in the displaying of the rulers and of guides | Diederik van Lierop | 2008-02-05 | 3 | -7/+17 |
| | | | | (bzr r4662) | ||||
| * | fix axonomgrid emphasizing | Johan B. C. Engelen | 2008-02-04 | 1 | -1/+1 |
| | | | | (bzr r4657) | ||||
| * | fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid) | Johan B. C. Engelen | 2008-02-04 | 2 | -22/+29 |
| | | | | (bzr r4655) | ||||
| * | Improvement in positioning images. W3C SVG tests: | Tavmjong Bah | 2008-02-04 | 1 | -8/+24 |
| | | | | | | | filters-image-01-b.svg and filters-displace-01-f.svg are passed (the latter, though, only with 100% zoom). (bzr r4648) | ||||
| * | Allow relative paths to be used for images. | Tavmjong Bah | 2008-02-03 | 2 | -7/+31 |
| | | | | | | Fix missing left and top pixel rows in image. (bzr r4641) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 5 | -7/+13 |
| | | | | (bzr r4629) | ||||
| * | 2nd part of the fix for bug #167500: correctly update the rulers when they ↵ | Diederik van Lierop | 2008-01-30 | 1 | -7/+7 |
| | | | | | | change size (bzr r4621) | ||||
| * | gray out widgets when grid is disabled. | Johan B. C. Engelen | 2008-01-26 | 1 | -1/+7 |
| | | | | (bzr r4594) | ||||
| * | fix strange typo | Johan B. C. Engelen | 2008-01-26 | 1 | -2/+2 |
| | | | | (bzr r4593) | ||||
| * | first set of updates to headers for clean gcc 4.3 builds | Kees Cook | 2008-01-25 | 1 | -1/+1 |
| | | | | (bzr r4588) | ||||
| * | Fixed crash with lighting effects and missing source image | Niko Kiirala | 2008-01-23 | 2 | -6/+6 |
| | | | | (bzr r4585) | ||||
| * | fix crash on feImage when trying to drag | Felipe Corr??a da Silva Sanches | 2008-01-22 | 1 | -1/+0 |
| | | | | (bzr r4580) | ||||
| * | fixes feImage rendering, but does not add it to filters dialog yet | Felipe Corr??a da Silva Sanches | 2008-01-22 | 1 | -5/+5 |
| | | | | (bzr r4577) | ||||
| * | whitespace | Bryce Harrington | 2008-01-19 | 1 | -1/+1 |
| | | | | (bzr r4561) | ||||
| * | Partially fix bug #167500 (rulers being off) | Diederik van Lierop | 2008-01-18 | 1 | -2/+2 |
| | | | | (bzr r4557) | ||||
| * | RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵ | gustav_b | 2008-01-17 | 2 | -18/+29 |
| | | | | | | instead of old RegisteredWdg (bzr r4530) | ||||
| * | fix initialization of grid document properties | Johan B. C. Engelen | 2008-01-16 | 2 | -2/+51 |
| | | | | (bzr r4522) | ||||
| * | RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 1 | -12/+9 |
| | | | | | | RegisteredWdg (bzr r4521) | ||||
| * | implementation of Flood Filter Effect renderer | Felipe Corr??a da Silva Sanches | 2008-01-16 | 2 | -9/+32 |
| | | | | (bzr r4515) | ||||
| * | RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton> | Johan B. C. Engelen | 2008-01-15 | 4 | -180/+189 |
| | | | | (bzr r4500) | ||||
| * | Add preference so people can choose which behaviour they want. (bug 167422) | Johan B. C. Engelen | 2008-01-14 | 1 | -4/+12 |
| | | | | (bzr r4485) | ||||
| * | W3C licensing: | Felipe Corr??a da Silva Sanches | 2008-01-14 | 2 | -3/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | /* * feTurbulence filter primitive renderer * * Authors: * World Wide Web Consortium <http://www.w3.org/> * Felipe Corrêa da Silva Sanches <felipe.sanches@gmail.com> * Niko Kiirala <niko@kiirala.com> * * This file has a considerable amount of code adapted from * the W3C SVG filter specs, available at: * http://www.w3.org/TR/SVG11/filters.html#feTurbulence * * W3C original code is licensed under the terms of * the (GPL compatible) W3C® SOFTWARE NOTICE AND LICENSE: * http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 * * Copyright (C) 2007 authors * Released under GNU GPL, read the file 'COPYING' for more information */ (bzr r4484) | ||||
