summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix C++11 build on Windows, now build finishes without errors with TDM-GCC 4.6.1Johan B. C. Engelen2013-11-131-1/+5
* Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoom...Tavmjong Bah2013-11-122-7/+22
* Fix for Bug #1249390 (filter with feImage with empty href crashes inkscape).Nicolas Dufour2013-11-111-0/+4
* Fix blurry pattern fills on text objects (blocker bug #1005892).Krzysztof Kosi??ski2013-11-012-31/+43
* suppress uninitialized variables (x and y) warning, don't ask why... g++'s wa...Johan B. C. Engelen2013-10-291-2/+5
* fix code: prevent cornercase from crashingJohan B. C. Engelen2013-10-291-33/+31
* suppress warningJohan B. C. Engelen2013-10-291-0/+1
* supress some compiler warningsJohan B. C. Engelen2013-10-291-4/+2
* Replace deprecated thread protection macrosAlex Valavanis2013-10-151-5/+1
* cppcheckKris De Gussem2013-10-131-2/+1
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-123-24/+25
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour2013-10-091-1/+1
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-052-11/+11
* Remove unnecessary warningKrzysztof Kosi??ski2013-10-041-1/+0
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-015-25/+22
* Fix possible bug in DrawingItem codeKrzysztof Kosi??ski2013-10-011-0/+4
* Revert render svg:patern segment for fill and strokeMartin Owens2013-10-012-3/+3
* Minor improvements to DrawingItem code and documentationKrzysztof Kosi??ski2013-10-011-8/+37
* fix memleakJohan B. C. Engelen2013-09-301-3/+9
* fix leaking of transformsbuliabyak2013-09-281-0/+1
* clear paints on delete to release reffed paintservers, fixes leaking of gradi...buliabyak2013-09-281-0/+2
* Allow pixmaps to specify their width and height to control/knots. Allows non-...Martin Owens2013-09-282-117/+78
* Use Cairo 1.10 blend operators to render feBlendKrzysztof Kosi??ski2013-09-261-134/+30
* The downscaling fix is already in Cairo trunk.Krzysztof Kosi??ski2013-09-262-120/+4
* Proper fix for bug 1127103 (Filter changes color when object flipped.)Tavmjong Bah2013-09-251-10/+8
* Fix the text filter issue and revert many changes.Martin Owens2013-09-203-9/+15
* Fix type mismatch for platforms where gsize is not unsigned longKrzysztof Kosi??ski2013-09-191-2/+2
* Revert some agressive changes and allow a seperate filter bbox for FER, shoul...Martin Owens2013-09-193-4/+15
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-198-19/+23
|\
| * Merged from trunk (r12517).Markus Engel2013-09-145-45/+146
| |\
| * \ Merged from trunk (r12488).Markus Engel2013-08-308-189/+476
| |\ \
| * | | Cleaned up.Markus Engel2013-08-031-4/+8
| * | | Merged from trunk (r12441).Markus Engel2013-07-311-31/+15
| |\ \ \
| * | | | Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-317-15/+15
* | | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-196-215/+539
* | | | | Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens2013-09-185-16/+8
* | | | | Remove compute drawbox and replace with area_elarge, make sure we use bboxMartin Owens2013-09-173-21/+3
* | | | | Scale rendering of pattern fill of text when chaning zoom level; partial fix ...Diederik van Lierop2013-09-151-1/+1
| |_|_|/ |/| | |
* | | | Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-143-2/+9
* | | | Fix serious bug in recent GdkPixbuf / Cairo interop reworkKrzysztof Kosi??ski2013-09-141-4/+3
* | | | Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-135-43/+138
| |_|/ |/| |
* | | merge from trunk (r12487)su_v2013-08-294-200/+82
|\ \ \
| * | | Switched to global UnitTable.Matthew Petroff2013-08-042-9/+2
| * | | Merge from trunk.Matthew Petroff2013-08-011-31/+15
| |\ \ \ | | | |/ | | |/|
| | * | Fix selection of images in outline mode. Fixes LP #1089702Krzysztof Kosi??ski2013-07-311-31/+15
| | |/
| * | Removed "helper/units.h" from "display/canvas-grid.cpp".Matthew Petroff2013-07-191-1/+1
| * | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-182-34/+27
| * | Ported "display/canvas-grid.*" and "display/canvas-axonomgrid.*".Matthew Petroff2013-07-183-166/+78
| * | Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff2013-07-172-2/+2
| |/
* | merge from trunk (r12380)su_v2013-06-193-2/+12
|\|