summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix code: prevent cornercase from crashingJohan B. C. Engelen2013-10-291-33/+31
| | | (bzr r12745)
* suppress warningJohan B. C. Engelen2013-10-291-0/+1
| | | (bzr r12744)
* supress some compiler warningsJohan B. C. Engelen2013-10-291-4/+2
| | | (bzr r12743)
* Replace deprecated thread protection macrosAlex Valavanis2013-10-151-5/+1
| | | (bzr r12690)
* cppcheckKris De Gussem2013-10-131-2/+1
| | | (bzr r12680)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-123-24/+25
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour2013-10-091-1/+1
| | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-052-11/+11
| | | (bzr r12661)
* Remove unnecessary warningKrzysztof Kosi??ski2013-10-041-1/+0
| | | (bzr r12654)
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-015-25/+22
| | | | | | | | | Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648)
* Fix possible bug in DrawingItem codeKrzysztof Kosi??ski2013-10-011-0/+4
| | | (bzr r12647)
* Revert render svg:patern segment for fill and strokeMartin Owens2013-10-012-3/+3
| | | (bzr r12646)
* Minor improvements to DrawingItem code and documentationKrzysztof Kosi??ski2013-10-011-8/+37
| | | (bzr r12645)
* fix memleakJohan B. C. Engelen2013-09-301-3/+9
| | | (bzr r12633)
* fix leaking of transformsbuliabyak2013-09-281-0/+1
| | | (bzr r12624)
* clear paints on delete to release reffed paintservers, fixes leaking of ↵buliabyak2013-09-281-0/+2
| | | | | gradients (bzr r12623)
* Allow pixmaps to specify their width and height to control/knots. Allows ↵Martin Owens2013-09-282-117/+78
| | | | | non-square nodes. (bzr r12605)
* Use Cairo 1.10 blend operators to render feBlendKrzysztof Kosi??ski2013-09-261-134/+30
| | | (bzr r12600)
* The downscaling fix is already in Cairo trunk.Krzysztof Kosi??ski2013-09-262-120/+4
| | | | | Therefore, remove the image scaling hack from drawing-image.cpp. (bzr r12599)
* Proper fix for bug 1127103 (Filter changes color when object flipped.)Tavmjong Bah2013-09-251-10/+8
| | | (bzr r12590)
* Fix the text filter issue and revert many changes.Martin Owens2013-09-203-9/+15
| | | (bzr r12556)
* Fix type mismatch for platforms where gsize is not unsigned longKrzysztof Kosi??ski2013-09-191-2/+2
| | | (bzr r12537)
* Revert some agressive changes and allow a seperate filter bbox for FER, ↵Martin Owens2013-09-193-4/+15
| | | | | should be refactored at some point. (bzr r12536)
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-198-19/+23
|\ | | | | (bzr r12532)
| * Merged from trunk (r12517).Markus Engel2013-09-145-45/+146
| |\ | | | | | | (bzr r11608.1.121)
| * \ Merged from trunk (r12488).Markus Engel2013-08-308-189/+476
| |\ \ | | | | | | | | (bzr r11608.1.120)
| * | | Cleaned up.Markus Engel2013-08-031-4/+8
| | | | | | | | | | | | (bzr r11608.1.117)
| * | | Merged from trunk (r12441).Markus Engel2013-07-311-31/+15
| |\ \ \ | | | | | | | | | | (bzr r11608.1.112)
| * | | | Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-317-15/+15
| | | | | | | | | | | | | | | (bzr r11608.1.111)
* | | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-196-215/+539
| | | | | | | | | | | | | | | | | | | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* | | | | Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens2013-09-185-16/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528)
* | | | | Remove compute drawbox and replace with area_elarge, make sure we use bboxMartin Owens2013-09-173-21/+3
| | | | | | | | | | | | | | | (bzr r12525)
* | | | | Scale rendering of pattern fill of text when chaning zoom level; partial fix ↵Diederik van Lierop2013-09-151-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | for blocker bug #1005892; this reinstates a line that was commented out in rev. 12488 Fixed bugs: - https://launchpad.net/bugs/1005892 (bzr r12523)
* | | | Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-143-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516)
* | | | Fix serious bug in recent GdkPixbuf / Cairo interop reworkKrzysztof Kosi??ski2013-09-141-4/+3
| | | | | | | | | | | | (bzr r12515)
* | | | Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-135-43/+138
| |_|/ |/| | | | | | | | | | | | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
* | | merge from trunk (r12487)su_v2013-08-294-200/+82
|\ \ \ | | | | | | | | (bzr r11668.1.75)
| * | | Switched to global UnitTable.Matthew Petroff2013-08-042-9/+2
| | | | | | | | | | | | (bzr r12380.1.62)
| * | | Merge from trunk.Matthew Petroff2013-08-011-31/+15
| |\ \ \ | | | |/ | | |/| (bzr r12380.1.57)
| | * | Fix selection of images in outline mode. Fixes LP #1089702Krzysztof Kosi??ski2013-07-311-31/+15
| | |/ | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1089702 (bzr r12440)
| * | Removed "helper/units.h" from "display/canvas-grid.cpp".Matthew Petroff2013-07-191-1/+1
| | | | | | | | | (bzr r12380.1.36)
| * | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-182-34/+27
| | | | | | | | | (bzr r12380.1.28)
| * | Ported "display/canvas-grid.*" and "display/canvas-axonomgrid.*".Matthew Petroff2013-07-183-166/+78
| | | | | | | | | (bzr r12380.1.25)
| * | Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff2013-07-172-2/+2
| |/ | | | | (bzr r12380.1.21)
* | merge from trunk (r12380)su_v2013-06-193-2/+12
|\| | | | | (bzr r11668.1.72)
| * use visual bbox in calculation of filter area (Bug 1188336)Alvin Penner2013-06-101-2/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1188336 (bzr r12362)
| * Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-062-0/+4
| | | | | | | | | | has it. (bzr r12353)
| * Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-042-0/+4
| | | | | | | | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* | changes_2013_05_22a.patch:David Mathog2013-06-195-20/+409
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Resolves issue of bug #988601 message 170 (Support of 'Unset' styles in EMF export). 2. Implements CSS 3 (and CSS 2) text-decoration support. Note that it does not yet provide any method of adding these features - at present it just shows whatever is in the SVG. This new code is also used to display EMF/WMF strike-through and underline text decorations when these files are read in. Those decorations may also be written out to EMF/WMF. Other text decoration features, like overline, or dotted lines, are dropped. For SVG text-decoration -line, -style, -color are all implemented. CSS3 provides two ways to represent the same state, this code uses the compound text-decoration method rather than the 3 fields method. Also it leaves out keywords that are not needed and would break backwards compatibility. For instance: text-decoration: underline solid is valid, but would break CSS2. Solid is the default, so that sort of case is written as: text-decoration: underline If the state is CSS3 specific all of the needed fields are of course include, like text-decoration: underline wavy red 3. It incorporates the fix for bug 1181326 (Text edit mishandles span of just colored spaces) 4. It incorporates further changes to text editing so that style can be changed on spans consisting of only spaces when text decorations are present in the span. 5. It incorporates code to disable text decorations when text so marked is mapped onto a path. 6. Fixed more bugs in Hebrew language support than I can remember. Hebrew language export/import to EMF now works quite well. (See the examples in libTERE v 0.7.) WMF does not support unicode and for all intents and purposes Inkscape has no way to read or write Hebrew to it. Some of more important things that now work that didn't (or didn't always): Hebrew diacritical marks, R/L/center justification, and bidirectional text. The Hebrew fonts "Ezra SIL" and "EZRA SIL SR" should be installed before viewing the libTERE examples, otherwise font substitutions will cause some text shifts. 7. Implemented font failover in Text Reassemble, which makes the process more robust. (Again, see the examples in libTERE. ) (bzr r11668.1.71)
* Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-2/+2
| | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311)