summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code-design. Fixing variable initialization warnings and replacing tabs with ↵Nicolas Dufour2016-02-291-9/+9
| | | | | spaces. (bzr r14675)
* UI. Fix for bug #1351597 (Inkscape + Cairo >= 1.12 very slow on Windows, ↵Eduard Braun (eduard-braun2)2016-02-271-130/+198
| | | | | | | | unless rulers are hidden). Fixed bugs: - https://launchpad.net/bugs/1351597 (bzr r14670)
* Clarify meaning of line spacing.Tavmjong Bah2016-02-201-1/+1
| | | (bzr r14661)
* Changed one icon/action in meassure toolbar to one more explicitJabier Arraiza Cenoz2016-02-072-11/+11
| | | (bzr r14638)
* Added phantom meassure feature to meassure toolJabier Arraiza Cenoz2016-02-062-0/+19
| | | (bzr r14634)
* Remove duplicate mensageJabier Arraiza Cenoz2016-02-011-1/+1
| | | (bzr r14629)
* Dinamic toolbar enlacements, now in clone mode on spray tool and in pencil ↵Jabier Arraiza Cenoz2016-02-012-4/+12
| | | | | toolbar (bzr r14628)
* Fixed a bug related to windows position on dynamic toolbat commitJabier Arraiza Cenoz2016-01-291-2/+5
| | | (bzr r14624)
* Add dinamic toolbar to spray,poligon/star and wrap toolsJabier Arraiza Cenoz2016-01-284-67/+74
| | | (bzr r14621)
* Fix GTK+ fullscreen issueAlex Valavanis2015-12-271-2/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1529521 (bzr r14555)
* Remove superfluous glibmm/threads.h checksAlex Valavanis2015-12-273-12/+0
| | | (bzr r14553)
* Revert Pango/Harfbuzz fixes. Needs workAlex Valavanis2015-12-273-0/+12
| | | (bzr r14552)
* Remove superfluous glibmm/threads.h checksAlex Valavanis2015-12-273-12/+0
| | | (bzr r14550)
* minor typos (mail to inkscape-translator)Yuri Chornoivan2015-12-262-5/+5
| | | (bzr r14541)
* Remove unused header file.Tavmjong Bah2015-12-091-1/+0
| | | (bzr r14522)
* Remove unnecesary headers for GTK3Jabier Arraiza Cenoz2015-12-091-2/+0
| | | (bzr r14521)
* update to trunkMarc Jeanmougin2015-12-092-20/+31
|\ | | | | (bzr r14504.1.18)
| * Remove unused var in header fileJabier Arraiza Cenoz2015-12-091-1/+0
| | | | | | (bzr r14519)
| * Fix GTK3 rulers on guide Lock and remove gap between guides and horizontal rulerJabier Arraiza Cenoz2015-12-092-20/+32
| | | | | | (bzr r14518)
* | cppification: GSList replaced by vectors (connectors)Marc Jeanmougin2015-12-081-6/+4
| | | | | | (bzr r14504.1.13)
* | 0-sized arrays are supposed to be forbiddenMarc Jeanmougin2015-12-081-4/+4
| | | | | | (bzr r14504.1.12)
* | update to trunk + resolve conflictsMarc Jeanmougin2015-12-082-10/+67
|\| | | | | (bzr r14504.1.9)
| * update to trunkJabier Arraiza Cenoz2015-12-081-9/+9
| |\ | | | | | | (bzr r14500.1.14)
| * | Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-062-40/+47
| | | | | | | | | (bzr r14500.1.9)
| * | Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-13/+16
| | | | | | | | | (bzr r14500.1.8)
| * | String desc fixJabier Arraiza Cenoz2015-12-031-2/+0
| | | | | | | | | (bzr r14500.1.6)
| * | Add global lock guides to the rulersJabier Arraiza Cenoz2015-12-032-6/+55
| | | | | | | | | (bzr r14500.1.5)
* | | update to trunkMarc Jeanmougin2015-12-071-9/+9
|\ \ \ | | |/ | |/| (bzr r14504.1.7)
| * | static code analysisKris De Gussem2015-12-071-9/+9
| |/ | | | | (bzr r14508)
* | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-074-28/+26
| | | | | | | | | | | | | | 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 (mostly related to gradients and ↵Marc Jeanmougin2015-12-061-16/+15
|/ | | | | meshes) (bzr r14504.1.2)
* Remove unused headers.Tavmjong Bah2015-11-252-4/+0
| | | (bzr r14490)
* Merge 'writing-modes' branch.Tavmjong Bah2015-11-242-13/+168
|\ | | | | (bzr r14487)
| * Implement 'text-orientation' with user interface. Update 'writing-mode', ↵Tavmjong Bah2015-10-282-13/+168
| | | | | | | | | | | | | | adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. (bzr r14430.1.1)
* | Change context from gradient to mesh.Tavmjong Bah2015-11-241-1/+4
| | | | | | (bzr r14486)
* | Compile against external libpotraceAlex Valavanis2015-11-213-5/+31
|\ \ | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14480)
| * | Fix CMake buildAlex Valavanis2015-11-121-2/+9
| | | | | | | | | (bzr r14449.1.6)
| * | Enable builds without flood/trace on systems without PotraceAlex Valavanis2015-11-092-3/+22
| | | | | | | | | (bzr r14449.1.4)
* | | static code analysisKris De Gussem2015-11-161-3/+3
| | | | | | | | | (bzr r14474)
* | | Some sane defaults for spray offset, subject to further tweakingAlexandre Prokoudine2015-11-141-2/+4
| | | | | | | | | (bzr r14467)
* | | static code analysisKris De Gussem2015-11-131-5/+5
| | | | | | | | | (bzr r14464)
* | | static code analysisKris De Gussem2015-11-132-5/+5
| | | | | | | | | (bzr r14463)
* | | Fix a warn on launchJabier Arraiza Cenoz2015-11-121-1/+1
| | | | | | | | | (bzr r14460)
* | | Add erase mode to spray. Bugfixes.Jabier Arraiza Cenoz2015-11-111-6/+36
| | | | | | | | | (bzr r14459)
* | | Refactor of code, minor bugs fixed.Jabier Arraiza Cenoz2015-11-111-43/+43
| | | | | | | | | (bzr r14458)
* | | Add option to spray tool to no overlap between colorsJabier Arraiza Cenoz2015-11-112-7/+27
| | | | | | | | | (bzr r14455)
* | | Improvements to the over visible/invisible to minimize the colisions, ↵Jabier Arraiza Cenoz2015-11-112-6/+29
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | Spray Tool: Change hide invisibe by over visible and over invisible, ↵Jabier Arraiza Cenoz2015-11-102-11/+33
| | | | | | | | | | | | | | | sugested by Ivan Louette (bzr r14453)
* | | Fixes from review form Mc-Jabier Arraiza Cenoz2015-11-071-4/+2
| | | | | | | | | (bzr r14422.1.46)
* | | Use color if trace dialog is disabledJabier Arraiza Cenoz2015-11-071-3/+3
| | | | | | | | | (bzr r14422.1.43)