summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix for bug #189788Felipe Corr??a da Silva Sanches2008-02-131-4/+4
* Fix initialization of grids. Should finally fix Bug #172778Johan B. C. Engelen2008-02-122-4/+4
* opacity max value is 255 instead of previous wrong 256 maxvalue that was used...Felipe Corr??a da Silva Sanches2008-02-121-1/+1
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-0/+1
* Offline work done during weekend:Felipe Corr??a da Silva Sanches2008-02-112-52/+84
* feDisplacementMap resolution independence fix sent by JF BarraudFelipe Corr??a da Silva Sanches2008-02-071-9/+17
* Fixed crash with lighting effects used on non-premultiplied input (bug 189468)Niko Kiirala2008-02-061-1/+1
* Iron out some rounding errors in the displaying of the rulers and of guidesDiederik van Lierop2008-02-053-7/+17
* fix axonomgrid emphasizingJohan B. C. Engelen2008-02-041-1/+1
* fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid)Johan B. C. Engelen2008-02-042-22/+29
* Improvement in positioning images. W3C SVG tests:Tavmjong Bah2008-02-041-8/+24
* Allow relative paths to be used for images.Tavmjong Bah2008-02-032-7/+31
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-315-7/+13
* 2nd part of the fix for bug #167500: correctly update the rulers when they ch...Diederik van Lierop2008-01-301-7/+7
* gray out widgets when grid is disabled.Johan B. C. Engelen2008-01-261-1/+7
* fix strange typoJohan B. C. Engelen2008-01-261-2/+2
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-1/+1
* Fixed crash with lighting effects and missing source imageNiko Kiirala2008-01-232-6/+6
* fix crash on feImage when trying to dragFelipe Corr??a da Silva Sanches2008-01-221-1/+0
* fixes feImage rendering, but does not add it to filters dialog yetFelipe Corr??a da Silva Sanches2008-01-221-5/+5
* whitespaceBryce Harrington2008-01-191-1/+1
* Partially fix bug #167500 (rulers being off)Diederik van Lierop2008-01-181-2/+2
* RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...gustav_b2008-01-172-18/+29
* fix initialization of grid document propertiesJohan B. C. Engelen2008-01-162-2/+51
* RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...Johan B. C. Engelen2008-01-161-12/+9
* implementation of Flood Filter Effect rendererFelipe Corr??a da Silva Sanches2008-01-162-9/+32
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-154-180/+189
* Add preference so people can choose which behaviour they want. (bug 167422)Johan B. C. Engelen2008-01-141-4/+12
* W3C licensing:Felipe Corr??a da Silva Sanches2008-01-142-3/+19
* cleaning: removing previously commented out g_warnings()Felipe Corr??a da Silva Sanches2008-01-141-4/+0
* Fixed erroneous overwriting of temporary images inside filter effectsNiko Kiirala2008-01-122-3/+17
* Made turbulence filter resolution-independent and renderable at any sizeNiko Kiirala2008-01-094-54/+105
* Fix missing tooltips in LPE's. (Closes LP: #178471)Bryce Harrington2008-01-061-1/+1
* r17530@shi: ted | 2008-01-06 13:50:53 -0800Ted Gould2008-01-061-6/+6
* Added bicubic pixblock transformer to fix jagged results with rotated filtersNiko Kiirala2008-01-053-2/+163
* Fixing up a few more filesBryce Harrington2008-01-051-1/+1
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-051-0/+1
* Added more error checking to filter effects codeNiko Kiirala2008-01-0415-10/+88
* 1) fix snapping while scalingDiederik van Lierop2008-01-032-2/+2
* Fixed bug #172778, [old] grid settings not respected when reopening documentJohan B. C. Engelen2007-12-291-1/+1
* try to fix bug #174475 feImage renderer crashes on non-external imageJohan B. C. Engelen2007-12-281-5/+19
* fix Bug #177891 feGaussianBlur crashes when setting fill paint as inputJohan B. C. Engelen2007-12-281-1/+4
* angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen2007-12-243-14/+14
* fix bug where changing units changed angles of axonometric gridJohan B. C. Engelen2007-12-212-5/+6
* guidelines: add methods to check horizontal/vertical, small fixesJohan B. C. Engelen2007-12-212-4/+7
* guidelines: implement rendering of angled lines.Johan B. C. Engelen2007-12-202-4/+46
* guidelines: minor correctionsJohan B. C. Engelen2007-12-201-2/+81
* correctly handle orientation changes of guidelinesJohan B. C. Engelen2007-12-192-0/+7
* optimize guide canvasupdatingJohan B. C. Engelen2007-12-191-1/+3
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-192-26/+28