summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug continuing a bezier path whith a LPE one like spiro or bsplineJabier Arraiza Cenoz2015-07-102-10/+18
| | | (bzr r14239)
* Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-048-26/+33
|\ | | | | | | | | May introduce regressions. (bzr r14226)
| * Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-224-8/+4
| | | | | | (bzr r14059.2.16)
| * Fix eraser toolKrzysztof Kosi??ski2015-05-091-6/+18
| | | | | | (bzr r14059.2.12)
| * Merge from trunkKrzysztof Kosi??ski2015-05-0817-136/+96
| |\ | | | | | | (bzr r14059.2.11)
| * | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-273-12/+11
| | | | | | | | | (bzr r14059.2.1)
* | | Merge node angle measurement by Alexander BrockKrzysztof Kosi??ski2015-06-241-3/+21
|\ \ \ | | | | | | | | (bzr r14213)
| * | | Change function call to one lineAlexander Brock2015-06-101-3/+1
| | | | | | | | | | | | (bzr r14195.1.3)
| * | | Compute angle in [0,180[ and adhere to style guideAlexander Brock2015-06-101-11/+6
| | | | | | | | | | | | (bzr r14195.1.2)
| * | | Show angle of selected line segments relative to X-axisAlexander Brock2015-06-081-3/+26
| | | | | | | | | | | | (bzr r14195.1.1)
* | | | Spray. Fix for Bug #1459845 (Spray tool pressure sensitivity broken?).Nicolas Dufour2015-06-222-39/+9
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1459845 (bzr r14210)
* | | | Spray Tool. Fixing boolean initialization and coding style issues.Nicolas Dufour2015-06-182-11/+11
|/ / / | | | | | | (bzr r14205)
* | | Replace tabs by spacesDiederik van Lierop2015-05-301-28/+28
| | | | | | | | | (bzr r14190)
* | | Snapping in node tool now also works when:Diederik van Lierop2015-05-302-27/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | - when double clicking to insert a node on a path - when dragging a part of the path to deform it Fixed bugs: - https://launchpad.net/bugs/1448859 (bzr r14189)
* | | Fix a bug in BSpline whith pencil mode and handles toleranceJabier Arraiza Cenoz2015-05-291-6/+7
| |/ |/| | | (bzr r14187)
* | fixes a few of jenkins warningsMarc Jeanmougin2015-05-086-18/+6
| | | | | | (bzr r14126)
* | fix for stl "remove"Marc Jeanmougin2015-05-071-1/+1
| | | | | | (bzr r14123)
* | better fix, using std::remove instead of std::eraseMarc Jeanmougin2015-05-071-3/+1
| | | | | | (bzr r14122)
* | fix crash when converting a group of objects to pathMarc Jeanmougin2015-05-071-1/+3
| | | | | | (bzr r14121)
* | updated with trunkMarc Jeanmougin2015-04-291-4/+0
|\ \ | | | | | | (bzr r13922.1.19)
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| |/ | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-271-1/+1
| | | | | | (bzr r13922.1.17)
* | Just reread the entire diff against trunk. Given the diff size, i must have ↵Marc Jeanmougin2015-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) (bzr r13922.1.15)
* | mergingMarc Jeanmougin2015-04-2614-315/+314
|\| | | | | (bzr r13922.1.13)
| * Replace GList by std::vectorTavmjong Bah2015-04-142-35/+25
| | | | | | (bzr r14057)
| * Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz2015-04-105-232/+239
| | | | | | (bzr r14054)
| * ui/tools: sp. fixes (cosmetic)Bryce Harrington2015-03-197-8/+8
| | | | | | (bzr r14016)
| * Fix for a potential (though unlikely) dereference of null pointer in the ↵Nicolas Dufour2015-03-141-32/+34
| | | | | | | | | | spray tool single path mode. (bzr r14000)
| * Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-8/+8
| | | | | | | | | | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
* | mergeMarc Jeanmougin2015-04-2622-216/+0
|\| | | | | (bzr r13922.1.12)
| * Strip ToolFactoryLiam P. White2015-02-2522-216/+0
| | | | | | (bzr r13939.1.2)
* | more cast cleanupMarc Jeanmougin2015-02-273-5/+5
| | | | | | (bzr r13922.1.11)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-279-36/+22
| | | | | | (bzr r13922.1.10)
* | added a set to the SelectionMarc Jeanmougin2015-02-191-1/+1
| | | | | | (bzr r13922.1.6)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-1912-49/+47
| | | | | | (bzr r13922.1.5)
* | Just...mc2015-02-1813-113/+105
|/ | | | | | | some... more... lines... (bzr r13922.1.2)
* Commenting dead assignments.Nicolas Dufour2015-02-081-2/+2
| | | (bzr r13909)
* Fix for bug #1130348 (Paint bucket filling multiple regions crashes when ↵Kim Maxim (fixer21k)2015-01-251-1/+1
| | | | | | | | scrolling). Fixed bugs: - https://launchpad.net/bugs/1130348 (bzr r13873)
* Fixing build error on Ubuntu (GThread error due to include ordering).Nicolas Dufour2015-01-121-2/+3
| | | (bzr r13849)
* Undo. Partial fix for Bug #171990 (pen tool commit for each node for more ↵Jeremiah Darais2015-01-122-85/+107
| | | | | | | | granular undo). Fixed bugs: - https://launchpad.net/bugs/171990 (bzr r13848)
* Fix for bug #758718 (Color Picker/Dropper: Color selection area not lined up ↵mc2014-12-311-3/+3
| | | | | | | | with target in cursor) by Mc. Fixed bugs: - https://launchpad.net/bugs/758718 (bzr r13829)
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-12/+7
| | | (bzr r13822.1.4)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-2124-108/+110
| | | (bzr r13820)
* Purge sp_desktop_controlsLiam P. White2014-12-218-14/+14
| | | (bzr r13819)
* Purge sp_desktop_message_stackLiam P. White2014-12-212-2/+2
| | | (bzr r13817)
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-219-28/+28
| | | (bzr r13816)
* Purge sp_desktop_drawingLiam P. White2014-12-212-3/+3
| | | (bzr r13813)
* Purge sp_desktop_canvasLiam P. White2014-12-214-21/+21
| | | (bzr r13811)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-212-2/+2
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-2122-96/+96
| | | (bzr r13809)