summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix for meassure bug #1541963Jabier Arraiza Cenoz2016-02-062-4/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1541963 (bzr r14632)
| * Dinamic toolbar enlacements, now in clone mode on spray tool and in pencil ↵Jabier Arraiza Cenoz2016-02-011-2/+2
| | | | | | | | | | toolbar (bzr r14628)
| * Remove two warnings on compileJabier Arraiza Cenoz2016-01-301-2/+2
| | | | | | (bzr r14627)
| * Fix for bug 1539704 (Crash when selecting the eraser tool).suv-lp2016-01-301-0/+8
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1539704 (bzr r14626)
| * Fix a bug in eraser spray mode when no overlaps is disabledJabier Arraiza Cenoz2016-01-281-2/+2
| | | | | | (bzr r14622)
| * Correct writing of blur value when display units are not user units.Tavmjong Bah2016-01-141-0/+4
| | | | | | (bzr r14576)
| * Allow one more digit of precission for 'stdDeviation'.Tavmjong Bah2016-01-141-1/+1
| | | | | | (bzr r14575)
| * Fix crash when apply Bend From Clipboard to a clone by the pen/pencil toolbarJabier Arraiza Cenoz2016-01-061-1/+6
| | | | | | (bzr r14563)
| * Fix wrong symm node type in BSpline converted to BezierJabier Arraiza Cenoz2016-01-051-1/+1
| | | | | | (bzr r14562)
| * Improve constant definitionsJabier Arraiza Cenoz2016-01-052-2/+2
| | | | | | (bzr r14561)
| * Corrects attribute name for saving page 'checkerboard' background state.Tavmjong Bah2015-12-281-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1529391 (bzr r14556)
| * Remove more superfluous glibmm/threads.h checkingAlex Valavanis2015-12-271-4/+0
| | | | | | (bzr r14554)
| * Add option for checkerboard background.Tavmjong Bah2015-12-212-5/+20
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539)
| * fixes layer movement when there is a document scaling factorMarc Jeanmougin2015-12-191-2/+2
| | | | | | (bzr r14538)
| * brings back CMS tabMarc Jeanmougin2015-12-181-4/+10
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1504612 (bzr r14537)
| * Remove CtrlPoint and replace with SPKnotMartin Owens2015-12-102-23/+4
| | | | | | (bzr r14523)
| * Remove unused header file.Tavmjong Bah2015-12-092-2/+0
| | | | | | (bzr r14522)
| * update to trunk + resolve conflictsMarc Jeanmougin2015-12-085-1/+37
| |\ | | | | | | (bzr r14504.1.9)
| | * merge lp:~inkscape.dev/inkscape/lock_guidesJabier Arraiza Cenoz2015-12-085-1/+37
| | |\ | | | | | | | | (bzr r14512)
| | | * update to trunkJabier Arraiza Cenoz2015-12-087-14/+15
| | | |\ | | | |/ | | |/| (bzr r14500.1.14)
| | | * Add rect to SP Control point on locked guidesJabier Arraiza Cenoz2015-12-071-1/+1
| | | | | | | | | | | | (bzr r14500.1.13)
| | | * Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-062-0/+6
| | | | | | | | | | | | (bzr r14500.1.9)
| | | * Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-2/+1
| | | | | | | | | | | | (bzr r14500.1.8)
| | | * Add global lock guides to the rulersJabier Arraiza Cenoz2015-12-031-1/+5
| | | | | | | | | | | | (bzr r14500.1.5)
| | | * Add lock to guidesJabier Arraiza Cenoz2015-12-022-0/+23
| | | | | | | | | | | | (bzr r14500.1.1)
| * | | update to trunkMarc Jeanmougin2015-12-077-14/+15
| |\| | | | | | | | | | (bzr r14504.1.7)
| | * | static code analysisKris De Gussem2015-12-076-10/+10
| | | | | | | | | | | | (bzr r14510)
| | * | static code analysisKris De Gussem2015-12-071-4/+5
| | |/ | | | | | | (bzr r14508)
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-077-71/+54
| | | | | | | | | | | | | | | | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
| * | cppification: GSList replaced by vectors (select tool cycling to 'select under')Marc Jeanmougin2015-12-062-61/+41
| | | | | | | | | (bzr r14504.1.4)
| * | cppification: GSList replaced by vectors (mostly related to gradients and ↵Marc Jeanmougin2015-12-063-37/+35
| | | | | | | | | | | | | | | meshes) (bzr r14504.1.2)
| * | cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin2015-12-051-14/+8
| |/ | | | | (bzr r14504.1.1)
| * Fix undo of mesh creation.Tavmjong Bah2015-11-251-18/+11
| | | | | | (bzr r14491)
| * Compile against external libpotraceAlex Valavanis2015-11-218-10/+65
| |\ | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14480)
| | * Hide unused verbs if Potrace is not availableAlex Valavanis2015-11-213-0/+18
| | | | | | | | | (bzr r14449.1.7)
| | * Fix CMake buildAlex Valavanis2015-11-121-4/+11
| | | | | | | | | (bzr r14449.1.6)
| | * Enable builds without flood/trace on systems without PotraceAlex Valavanis2015-11-094-6/+36
| | | | | | | | | (bzr r14449.1.4)
| * | Fix potentential null pointer dereferenceKris2015-11-161-5/+3
| |\ \ | | | | | | | | (bzr r14476)
| | * | null pointer dereference fixKris De Gussem2015-11-161-5/+3
| | | | | | | | | | | | (bzr r14474.1.1)
| * | | removes warnings when compiling with c++11 using uniqueptr instead of autoptrMarc Jeanmougin2015-11-162-2/+12
| |/ / | | | | | | (bzr r14475)
| * | static code analysisKris De Gussem2015-11-161-4/+2
| | | | | | | | | (bzr r14474)
| * | Fix erase mode in no overlap mode, pointed by Ivan LouetteJabier Arraiza Cenoz2015-11-141-12/+18
| | | | | | | | | (bzr r14469)
| * | static code analysisKris De Gussem2015-11-139-24/+24
| | | | | | | | | (bzr r14463)
| * | Fix crashes in erase mode of sprayJabier Arraiza Cenoz2015-11-121-2/+6
| | | | | | | | | (bzr r14461)
| * | Add erase mode to spray. Bugfixes.Jabier Arraiza Cenoz2015-11-112-13/+29
| | | | | | | | | (bzr r14459)
| * | Refactor of code, minor bugs fixed.Jabier Arraiza Cenoz2015-11-112-130/+281
| | | | | | | | | (bzr r14458)
| * | Improve offseting calculationJabier Arraiza Cenoz2015-11-111-38/+50
| | | | | | | | | | | | | | | Improve no picoverlap feature (bzr r14457)
| * | Remove unused functionsJabier Arraiza Cenoz2015-11-111-15/+0
| | | | | | | | | (bzr r14456)
| * | Add option to spray tool to no overlap between colorsJabier Arraiza Cenoz2015-11-112-25/+35
| | | | | | | | | (bzr r14455)
| * | Improvements to the over visible/invisible to minimize the colisions, ↵Jabier Arraiza Cenoz2015-11-112-20/+96
| | | | | | | | | | | | | | | | | | | | | | | | sprayed items fit on background whith overlap visible or invisible areas Add option in picker mode to compute the center/or average area of sprayed item Now reverse work without adbanced trace dialog inverting the color. By this all buttons have a utility in advanced and in normal mode (bzr r14454)