summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Matrix convolution filter (lazy version)Krzysztof Kosi??ski2010-07-213-89/+124
* | | | | | | | | Add unpremul_alpha utility function. Some preparationsKrzysztof Kosi??ski2010-07-214-7/+125
* | | | | | | | | Fix type mismatch of std::min args in ColorMatrixMatrix constructorKrzysztof Kosi??ski2010-07-181-1/+1
* | | | | | | | | Component transfer filterKrzysztof Kosi??ski2010-07-177-349/+283
* | | | | | | | | Color matrix filter. Fix arithmetic operator in feCompositeKrzysztof Kosi??ski2010-07-175-28/+278
* | | | | | | | | Fix flood filter to really paint the specified colorKrzysztof Kosi??ski2010-07-171-10/+11
* | | | | | | | | Minor cleanup of composite filterKrzysztof Kosi??ski2010-07-171-150/+0
* | | | | | | | | Composite filterKrzysztof Kosi??ski2010-07-166-41/+218
* | | | | | | | | Split out surface blending template into a separate fileKrzysztof Kosi??ski2010-07-163-115/+157
* | | | | | | | | Offset filterKrzysztof Kosi??ski2010-07-143-29/+22
* | | | | | | | | Flood and merge filtersKrzysztof Kosi??ski2010-07-1412-294/+91
* | | | | | | | | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-1410-458/+341
* | | | | | | | | Gaussian blurKrzysztof Kosi??ski2010-07-1211-133/+574
* | | | | | | | | Grid renderingKrzysztof Kosi??ski2010-07-072-127/+121
* | | | | | | | | Fix group opacityKrzysztof Kosi??ski2010-07-075-25/+21
* | | | | | | | | Switch to nearest neighbor filtering when image is larger than originalKrzysztof Kosi??ski2010-07-073-0/+20
* | | | | | | | | Smaller intermediate rendering regionsKrzysztof Kosi??ski2010-07-075-20/+52
* | | | | | | | | Remove some cruftKrzysztof Kosi??ski2010-07-049-62/+30
* | | | | | | | | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-2918-520/+410
* | | | | | | | | Fix iconsKrzysztof Kosi??ski2010-06-291-1/+1
* | | | | | | | | Bitmap image renderingKrzysztof Kosi??ski2010-06-292-64/+46
* | | | | | | | | Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-288-680/+466
* | | | | | | | | Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-2610-870/+446
* | | | | | | | | Fix cross control pointKrzysztof Kosi??ski2010-06-221-11/+8
* | | | | | | | | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-2215-356/+433
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Disable a couple debug messages.Josh Andler2010-06-151-2/+2
* | | | | | | | Fix for bug #284147Jasper van de Gronde2010-05-181-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop2010-05-084-6/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix snapping regression introduced by rev. #9118Diederik van Lierop2010-04-222-3/+12
* | | | | | Fix bbox snapping as reported in LP bug #562205Diederik van Lierop2010-04-181-0/+8
* | | | | | Fix for bug #455302 and bug #165529, also partially fixes bounding box of var...Jasper van de Gronde2010-04-185-75/+79
* | | | | | filterUnits and primitiveUnits are now actually read/set, percentages for pri...Jasper van de Gronde2010-04-151-0/+8
* | | | | | show more axonometric grid linesJohan B. C. Engelen2010-04-141-7/+9
* | | | | | A few small fixes/clarifications for Gaussian blur.Jasper van de Gronde2010-04-031-8/+14
* | | | | | reinstate wrongly ignored delta in pick; makes selecting small text objects m...buliabyak2010-03-281-2/+2
| |_|_|_|/ |/| | | |
* | | | | Fix regression caused by rev. #9158 (selection of nodes in the node editor by...Diederik van Lierop2010-03-211-1/+5
* | | | | Fix crash in spray tool caused by rev. 9158Diederik van Lierop2010-03-121-1/+1
* | | | | Fix scrolling with mouse wheel when hovering above a snap-indicatorDiederik van Lierop2010-03-061-8/+21
* | | | | Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski2010-02-281-2/+2
* | | | | 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop2010-02-251-1/+9
* | | | | 1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...Diederik van Lierop2010-02-221-0/+3
* | | | | Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop2010-02-212-4/+12
* | | | | Fix a memory leak in sp_canvastextDiederik van Lierop2010-02-171-1/+3
* | | | | Prevent the Bezier tool from introducing a redundant closing line segmentKrzysztof Kosi??ski2010-02-101-1/+5
* | | | | Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-302-5/+10
* | | | | Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-1/+2
* | | | | When snapping to a bounding box, flash that bounding box together with the sn...Diederik van Lierop2010-01-192-3/+25
* | | | | * Merge from trunkKrzysztof Kosi??ski2010-01-1431-116/+186
|\ \ \ \ \
| * | | | | Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-092-5/+5
| * | | | | Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop2010-01-011-3/+3
| | |_|_|/ | |/| | |