summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-19* use enums to deal with displacementmap channel selectorsFelipe Corr??a da Silva Sanches2-5/+6
2008-02-19* convolve matrix code refactoring Felipe Corr??a da Silva Sanches1-9/+16
2008-02-13fix for bug #189788Felipe Corr??a da Silva Sanches1-4/+4
2008-02-12Fix initialization of grids. Should finally fix Bug #172778Johan B. C. Engelen2-4/+4
2008-02-12opacity max value is 255 instead of previous wrong 256 maxvalue that was used...Felipe Corr??a da Silva Sanches1-1/+1
2008-02-11remaining g++ 4.3 compilation fix-upsKees Cook1-0/+1
2008-02-11Offline work done during weekend:Felipe Corr??a da Silva Sanches2-52/+84
2008-02-07feDisplacementMap resolution independence fix sent by JF BarraudFelipe Corr??a da Silva Sanches1-9/+17
2008-02-06Fixed crash with lighting effects used on non-premultiplied input (bug 189468)Niko Kiirala1-1/+1
2008-02-05Iron out some rounding errors in the displaying of the rulers and of guidesDiederik van Lierop3-7/+17
2008-02-04fix axonomgrid emphasizingJohan B. C. Engelen1-1/+1
2008-02-04fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid)Johan B. C. Engelen2-22/+29
2008-02-04Improvement in positioning images. W3C SVG tests:Tavmjong Bah1-8/+24
2008-02-03Allow relative paths to be used for images.Tavmjong Bah2-7/+31
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington5-7/+13
2008-01-302nd part of the fix for bug #167500: correctly update the rulers when they ch...Diederik van Lierop1-7/+7
2008-01-26gray out widgets when grid is disabled.Johan B. C. Engelen1-1/+7
2008-01-26fix strange typoJohan B. C. Engelen1-2/+2
2008-01-25first set of updates to headers for clean gcc 4.3 buildsKees Cook1-1/+1
2008-01-23Fixed crash with lighting effects and missing source imageNiko Kiirala2-6/+6
2008-01-22fix crash on feImage when trying to dragFelipe Corr??a da Silva Sanches1-1/+0
2008-01-22fixes feImage rendering, but does not add it to filters dialog yetFelipe Corr??a da Silva Sanches1-5/+5
2008-01-19whitespaceBryce Harrington1-1/+1
2008-01-18Partially fix bug #167500 (rulers being off)Diederik van Lierop1-2/+2
2008-01-17RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...gustav_b2-18/+29
2008-01-16fix initialization of grid document propertiesJohan B. C. Engelen2-2/+51
2008-01-16RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...Johan B. C. Engelen1-12/+9
2008-01-16implementation of Flood Filter Effect rendererFelipe Corr??a da Silva Sanches2-9/+32
2008-01-15RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen4-180/+189
2008-01-14Add preference so people can choose which behaviour they want. (bug 167422)Johan B. C. Engelen1-4/+12
2008-01-14W3C licensing:Felipe Corr??a da Silva Sanches2-3/+19
2008-01-14cleaning: removing previously commented out g_warnings()Felipe Corr??a da Silva Sanches1-4/+0
2008-01-12Fixed erroneous overwriting of temporary images inside filter effectsNiko Kiirala2-3/+17
2008-01-09Made turbulence filter resolution-independent and renderable at any sizeNiko Kiirala4-54/+105
2008-01-06Fix missing tooltips in LPE's. (Closes LP: #178471)Bryce Harrington1-1/+1
2008-01-06r17530@shi: ted | 2008-01-06 13:50:53 -0800Ted Gould1-6/+6
2008-01-05Added bicubic pixblock transformer to fix jagged results with rotated filtersNiko Kiirala3-2/+163
2008-01-05Fixing up a few more filesBryce Harrington1-1/+1
2008-01-05Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington1-0/+1
2008-01-04Added more error checking to filter effects codeNiko Kiirala15-10/+88
2008-01-031) fix snapping while scalingDiederik van Lierop2-2/+2
2007-12-29Fixed bug #172778, [old] grid settings not respected when reopening documentJohan B. C. Engelen1-1/+1
2007-12-28try to fix bug #174475 feImage renderer crashes on non-external imageJohan B. C. Engelen1-5/+19
2007-12-28fix Bug #177891 feGaussianBlur crashes when setting fill paint as inputJohan B. C. Engelen1-1/+4
2007-12-24angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen3-14/+14
2007-12-21fix bug where changing units changed angles of axonometric gridJohan B. C. Engelen2-5/+6
2007-12-21guidelines: add methods to check horizontal/vertical, small fixesJohan B. C. Engelen2-4/+7
2007-12-20guidelines: implement rendering of angled lines.Johan B. C. Engelen2-4/+46
2007-12-20guidelines: minor correctionsJohan B. C. Engelen1-2/+81
2007-12-19correctly handle orientation changes of guidelinesJohan B. C. Engelen2-0/+7