summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix blurry pattern fills on text objects (blocker bug #1005892).Krzysztof Kosi??ski2013-11-012-31/+43
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1005892 (bzr r12760)
* libcroco: Backport size checking fix (commit 209e5,aa60a)Alex Valavanis2013-11-011-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1246763 (bzr r12758)
* conversions from radians to degrees for arcs (Bug 324117)Alvin Penner2013-10-312-10/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/324117 (bzr r12756)
* Remove warning on bbox and allow empty bound selection to clear existing ↵Martin Owens2013-10-311-8/+6
| | | | | | | | selection. Fixed bugs: - https://launchpad.net/bugs/1243408 (bzr r12755)
* Partially fix crashes when entering a group with deleted idKrzysztof Kosi??ski2013-10-311-4/+9
| | | (bzr r12754)
* fix memleak. Export dialog still has many of its pointer members leaking !!!Johan B. C. Engelen2013-10-302-24/+26
| | | (bzr r12753)
* fix warningsJohan B. C. Engelen2013-10-301-2/+14
| | | (bzr r12752)
* suppress uninitialized variables (x and y) warning, don't ask why... g++'s ↵Johan B. C. Engelen2013-10-291-2/+5
| | | | | warningsystem gives false-positive for many permutations of the code in this function (bzr r12751)
* saving units is not implemented yet, and noone should call the save methodJohan B. C. Engelen2013-10-292-5/+6
| | | (bzr r12750)
* units: fix stroke/gradient/whatever scaling when changing document unit in ↵Johan B. C. Engelen2013-10-291-5/+25
| | | | | the document properties dialog (bzr r12749)
* fix warningKris De Gussem2013-10-291-1/+1
| | | (bzr r12748)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-298-10/+10
| | | (bzr r12746)
* 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)
* fix crashJohan B. C. Engelen2013-10-282-13/+16
| | | | | | Fixed bugs: - https://launchpad.net/bugs/854617 (bzr r12742)
* unit display: fix typoJohan B. C. Engelen2013-10-281-1/+1
| | | (bzr r12741)
* fix crashJohan B. C. Engelen2013-10-281-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1230241 (bzr r12740)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-286-16/+16
| | | (bzr r12738)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-276-14/+14
| | | (bzr r12737)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-276-8/+8
| | | (bzr r12736)
* fix warning and add comments about fixing codeJohan B. C. Engelen2013-10-272-1/+6
| | | (bzr r12735)
* fix warningsJohan B. C. Engelen2013-10-273-3/+3
| | | (bzr r12734)
* add some nullptr checking, should fix crash (couldn't test)Johan B. C. Engelen2013-10-275-5/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1243011 (bzr r12733)
* fix crash, partly fix vertical positioning issue. couldn't figure out how to ↵Johan B. C. Engelen2013-10-272-10/+8
| | | | | | | | make it work, the applied scale transform works weird somehow Fixed bugs: - https://launchpad.net/bugs/1244793 (bzr r12732)
* Fix gradient stop selection when switching to dropper tool.Markus Engel2013-10-271-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1239131 (bzr r12730)
* Added some consts.Markus Engel2013-10-2649-183/+196
| | | (bzr r12729)
* fix crashJohan B. C. Engelen2013-10-261-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1244793 (bzr r12728)
* Fix memleak in reference counting introduced in r12532.Markus Engel2013-10-261-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1236632 (bzr r12727)
* Fix for Bug 1241783 (WMF image output size)David Mathog2013-10-251-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r12726)
* WMF import: fix scaling of files without ViewPort recordDavid Mathog2013-10-251-1/+3
| | | | | | | | (see bug 1241783, comment 4-5) Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r12725)
* don't update doc unit stuff when initializing DocumentProperties dialog widgetsJohan B. C. Engelen2013-10-251-8/+14
| | | (bzr r12724)
* Fix for Bug 1242927 (minor EMF import issues)David Mathog2013-10-241-4/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1242927 (bzr r12721)
* Fix for Bug 1243937 (EMF import, diagram obscured by full page rectangle)David Mathog2013-10-243-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1243937 (bzr r12720)
* try to add some const-correctnessJohan B. C. Engelen2013-10-244-2/+9
| | | (bzr r12719)
* fix bad styleJohan B. C. Engelen2013-10-241-1/+1
| | | (bzr r12718)
* fix bug "some of the locale-based templates cause objects to be resized when ↵Johan B. C. Engelen2013-10-2412-14/+25
| | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717)
* fix crash bug 1237676Johan B. C. Engelen2013-10-242-15/+22
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1237676 (bzr r12716)
* cppcheckKris De Gussem2013-10-223-9/+9
| | | (bzr r12713)
* Fix for Bug #1022543 (Ctrl+C increments the documents count).Nicolas Dufour2013-10-221-7/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1022543 (bzr r12712)
* Fixing unit convertion in PNG import Imagemagick fallback (see Bug #165952).Nicolas Dufour2013-10-221-2/+9
| | | (bzr r12711)
* Fix for Bug #1230292 (dbus service file not included in tarball when doing a ↵Nicolas Dufour2013-10-221-1/+2
| | | | | | | | make dist) by Ryan Lerch. Fixed bugs: - https://launchpad.net/bugs/1230292 (bzr r12710)
* remove confusing bitfield declaration. bitfield not even needed here.Johan B. C. Engelen2013-10-212-2/+2
| | | (bzr r12708)
* fix ambiguity error with C++11 (gcc 4.6.2 Windows)Johan B. C. Engelen2013-10-211-1/+1
| | | (bzr r12707)
* update parts of 2geomJohan B. C. Engelen2013-10-213-5/+23
| | | (bzr r12705)
* Fix mesh gradient tool.Markus Engel2013-10-211-12/+17
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1239430 (bzr r12703)
* Fix bug introduced in r12686.Markus Engel2013-10-211-6/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1241034 (bzr r12702)
* Fix build errors with clang 3.3 and c++11 enabled.Markus Engel2013-10-186-70/+66
| | | (bzr r12701)
* fix memory reallocationKris De Gussem2013-10-171-10/+74
| | | (bzr r12700)
* fix wrong memory deallocationKris De Gussem2013-10-171-1/+1
| | | (bzr r12699)