summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-041-0/+54
|\ | | | | (bzr r15471)
| * Add changes for compilation with trunkTavmjong Bah & Kamalpreet Grewal2016-08-151-4/+4
| | | | | | (bzr r14949.1.65)
| * Merge changes from trunkkamalpreetgrewal2016-08-151-47/+49
| |\ | | | | | | (bzr r14949.1.64)
| * \ Merge changes from trunkkamalpreetgrewal2016-08-041-8/+1
| |\ \ | | | | | | | | (bzr r14949.1.62)
| * | | Add robust implementation of _getSelectorVec()Tavmjong Bah, Kamalpreet Grewal2016-07-251-0/+54
| | | | | | | | | | | | (bzr r14949.1.60)
* | | | fixing to new trunkJabiertxof2017-01-241-0/+1
|\ \ \ \ | | | | | | | | | | (bzr r15142.1.38)
| * | | | update filter list when pasting and on importMarc Jeanmougin2016-11-281-0/+1
| | |_|/ | |/| | | | | | (bzr r15283)
* / | | Doc rotate startJabier Arraiza Cenoz2016-10-021-0/+6
|/ / / | | | | | | (bzr r15142.1.1)
* | | Merged trunkAdrian Boguszewski2016-08-031-8/+4
|\ \ \ | | |/ | |/| (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-2/+8
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+2
| |/ | | | | (bzr r15025)
| * Fix auto palette when using extensionsMarc Jeanmougin2016-07-231-0/+3
| | | | | | (bzr r15019)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-11/+11
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-47/+49
|/ | | (bzr r14954.1.19)
* Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape.brock-alexander2016-06-141-0/+22
| | | (bzr r14986)
* Only update inkscape.version on successful file write.Tavmjong Bah2016-06-081-5/+0
| | | (bzr r14965)
* Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah2016-06-011-9/+0
| | | (bzr r14939)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-8/+9
| | | (bzr r14907)
* Fix a few more pick calls not preceded by updateKrzysztof Kosi??ski2016-04-131-4/+9
| | | (bzr r14834)
* Fixes some regressions from rev14655Marc Jeanmougin2016-02-171-22/+26
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1546531 (bzr r14658)
* Performance improvements when working in large filesMarc Jeanmougin2016-02-161-15/+24
| | | | | At each mouse move, a list of all elements in the document was computed (to get the correct cursor, in text mode for instance). This list is now cached. (bzr r14655)
* Fix for bug 1540518. Improved performance based on previous meassure code ↵Jabier Arraiza Cenoz2016-02-071-7/+7
| | | | | | | | comment Fixed bugs: - https://launchpad.net/bugs/1540518 (bzr r14635)
* brings back CMS tabMarc Jeanmougin2015-12-181-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1504612 (bzr r14537)
* static code analysis: suppress compiler warningKris De Gussem2015-12-141-1/+1
| | | (bzr r14535)
* cppification: GSList replaced by vectors (undo/redo)Marc Jeanmougin2015-12-081-18/+7
| | | (bzr r14504.1.14)
* fix crash (oops)Marc Jeanmougin2015-12-081-2/+2
| | | (bzr r14504.1.8)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-39/+35
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* fixes infinite loop due to buggy recursion in flattening functionMarc Jeanmougin2015-11-251-2/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1519547 (bzr r14489)
* Fix the points Nathan review.Jabier Arraiza Cenoz2015-10-221-3/+3
| | | | | Make accesible the comented function to only detect visible crossings (bzr r14393.3.1)
* Add improvements to measure tool:Jabier Arraiza Cenoz2015-10-041-3/+17
| | | | | | | | more responsive add option to handle only active layer or all add a option to hide/show first and last segment add a option to compute only one global sice (bzr r14393.1.1)
* fix regression observed on layer dialogMarc Jeanmougin2015-09-201-2/+2
| | | (bzr r14379)
* Fix for 1495106 (Add a check for id before sending a modified signal)Marc Jeanmougin2015-09-141-1/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1495106 (bzr r14367)
* Merge faster touch selectJohn Bintz2015-09-011-32/+45
|\ | | | | (bzr r14336)
| * Cache SVG DOM node order for faster touch selection.John Bintz2015-05-231-32/+45
| | | | | | (bzr r14169.1.1)
* | fix for 1478636 (crash on import when comments in defs)Marc Jeanmougin2015-08-011-3/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1478636 (bzr r14270)
* | Import all defs from clipboard or imported filesBen Scholzen 'DASPRiD2015-05-291-1/+8
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/1460057 (bzr r14185)
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| | | (bzr r14126)
* mergingMarc Jeanmougin2015-04-261-2/+33
|\ | | | | (bzr r13922.1.13)
| * Add GUI for 'viewBox'.Tavmjong Bah2015-03-211-0/+11
| | | | | | (bzr r14022)
| * Allow changing document scale (via changing viewBox). Start of GUI.Tavmjong Bah2015-03-111-2/+22
| | | | | | (bzr r13994)
* | mergeMarc Jeanmougin2015-04-261-1/+1
|\| | | | | (bzr r13922.1.12)
| * create SPObject factoryLiam P. White2015-02-251-1/+1
| | | | | | (bzr r13939.1.1)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-10/+10
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-181-16/+16
|/ | | | | | | some... more... lines... (bzr r13922.1.2)
* restore original behavior of 'Resize Page to Selection' for the special case ↵Alvin Penner2015-02-091-11/+27
| | | | | | | | where page size is in %. (Bug 1419122) Fixed bugs: - https://launchpad.net/bugs/1419122 (bzr r13912)
* Add getDocumentScale() to return "real-world" to "user-unit" scale factor.Tavmjong Bah2015-01-061-0/+20
| | | | | Use it to correct text postion after removing from path. (bzr r13843)
* Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah2015-01-051-3/+33
| | | (bzr r13837)
* avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner2014-11-281-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776)