summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* cppcheck: printf variable identifierKris De Gussem2013-10-162-3/+3
| | | (bzr r12698)
* cppcheck initialisationKris De Gussem2013-10-164-13/+35
| | | (bzr r12697)
* couple of typos affecting Path->Linked Offset (Bug 1236830)Alvin Penner2013-10-161-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1236830 (bzr r12696)
* static code analysis: performanceKris De Gussem2013-10-167-8/+8
| | | (bzr r12695)
* Fix colour variable type with gtkmm 3Alex Valavanis2013-10-161-8/+30
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1239370 (bzr r12694)
* Fix for bug #1239452 (trunk: crash on ungroup...)Nicolas Dufour2013-10-151-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1239452 (bzr r12692)
* eek-preview: Hide unused variable in gtk3 buildAlex Valavanis2013-10-151-1/+3
| | | (bzr r12691)
* Replace deprecated thread protection macrosAlex Valavanis2013-10-151-5/+1
| | | (bzr r12690)
* color-profile: Use Gdk::RGBA for gtkmm 3.0 buildsAlex Valavanis2013-10-151-1/+22
| | | (bzr r12689)
* Merging lp:~novalis/inkscape/cleanup branchVinícius dos Santos Oliveira2013-10-151-2/+0
|\ | | | | (bzr r12688)
| * Remove duplicate if statementDavid Turner2013-10-091-2/+0
| | | | | | (bzr r12670.1.1)
* | Fix tangent calculation for counter-clockwise arcs.Tavmjong Bah2013-10-141-1/+1
| | | | | | (bzr r12687)
* | Changes to object creation. Fixes some warning in new from template.Markus Engel2013-10-131-14/+15
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1239419 (bzr r12686)
* | UI message generalisationKris De Gussem2013-10-131-3/+3
| | | | | | (bzr r12683)
* | we don't have nondocked dialogs, so rewrite restoring dialogs on startup via ↵buliabyak2013-10-133-51/+42
| | | | | | | | | | DialogManager; do not grab focus when restoring (bzr r12682)
* | cppcheckKris De Gussem2013-10-132-12/+12
| | | | | | (bzr r12681)
* | cppcheckKris De Gussem2013-10-133-49/+39
| | | | | | (bzr r12680)
* | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-1254-270/+268
| | | | | | | | | | 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)
* | Fix crash with experimental lpe tool.Markus Engel2013-10-121-3/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1238357 (bzr r12678)
* | Fix some more issues with ellipses.Markus Engel2013-10-101-31/+35
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1237734 - https://launchpad.net/bugs/1235504 (bzr r12677)
* | Fix cycling through nodes with tab key.Markus Engel2013-10-092-12/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1237667 (bzr r12675)
* | Fix for invisible node tool cursor.Markus Engel2013-10-091-3/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1235076 (bzr r12674)
* | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour2013-10-0921-28/+29
| | | | | | | | | | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
* | Win32. Fix for Bug #627943 (Unexpected RegistryTool message on Windows 7).Nicolas Dufour2013-10-091-1/+1
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/627943 (bzr r12672)
* Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵Tavmjong Bah2013-10-0811-438/+407
| | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670)
* cppcheckKris De Gussem2013-10-074-7/+4
| | | (bzr r12669)
* cppcheck: initialisationKris De Gussem2013-10-072-12/+16
| | | (bzr r12668)
* initialisationKris De Gussem2013-10-062-3/+9
| | | (bzr r12667)
* cppcheckKris De Gussem2013-10-061-16/+19
| | | (bzr r12666)
* Add 3d Box displayName and descriptionMartin Owens2013-10-062-0/+11
| | | (bzr r12665)
* Order of message setting for toolsMartin Owens2013-10-061-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1235792 (bzr r12664)
* Bumping a new release of libdepixelizeVinícius dos Santos Oliveira2013-10-066-181/+299
| | | (bzr r12663)
* Fix EMF/WMF import scale (Bug #1229120).Matthew Petroff2013-10-052-0/+52
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1229120 (bzr r12662)
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-059-190/+269
| | | (bzr r12661)
* C++Johan B. C. Engelen2013-10-0423-93/+96
| | | (bzr r12660)
* C++Johan B. C. Engelen2013-10-0411-40/+42
| | | (bzr r12659)
* fix bug (added some comments to jabiertxof's patch)Johan B. C. Engelen2013-10-042-3/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1235032 (bzr r12658)
* fix hiding overloaded virtualJohan B. C. Engelen2013-10-046-6/+6
| | | (bzr r12657)
* LPE: add some const correctness, remove unused function, and fix potential ↵Johan B. C. Engelen2013-10-044-18/+29
| | | | | crash bug (bzr r12656)
* Do not allow NULL _spcurve to be set in PathManipulator.Krzysztof Kosi??ski2013-10-041-0/+4
| | | | | | | | Fixes crasher bug #488035. Fixed bugs: - https://launchpad.net/bugs/488035 (bzr r12655)
* Remove unnecessary warningKrzysztof Kosi??ski2013-10-041-1/+0
| | | (bzr r12654)
* if this->pixbuf check must come earlier to prevent crashbuliabyak2013-10-031-65/+67
| | | (bzr r12653)