| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move macros.h and remove unneeded macros | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | Move pixmaps to ui/pixmaps, and update the README accordingly. | Emmanuel Gil Peyrot | 2018-06-21 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -35/+35 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -20/+25 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix start anchors | Jabier Arraiza | 2017-12-25 | 1 | -1/+1 |
| | | |||||
| * | Add fix to problem switching pen tool modes | Jabier Arraiza | 2017-12-04 | 1 | -96/+49 |
| | | | | | Add fix to bspline when two cusp nodes arround a powered node | ||||
| * | Merge branch 'master' into powerpencil | Jabier Arraiza | 2017-11-03 | 1 | -33/+28 |
| |\ | |||||
| | * | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 1 | -1/+1 |
| | | | |||||
| | * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -29/+25 |
| | | | |||||
| | * | Remove remaining usage of GString in ui/tools/* | Jan Lingscheid | 2017-09-21 | 1 | -3/+2 |
| | | | |||||
| * | | Allow pressure in pencil in the tree modes, bezier, bspline and spiro | Jabier Arraiza | 2017-08-28 | 1 | -0/+1 |
| | | | |||||
| * | | Starting with powerpencil | Jabier Arraiza | 2017-08-25 | 1 | -2/+2 |
| |/ | |||||
| * | Add Alt modifier to allow move ultimate point in BSpline and Spiro pen tools | Jabier Arraiza | 2017-08-13 | 1 | -45/+125 |
| | | |||||
| * | Merge branch 'master' into shortcuts | Eduard Braun | 2017-07-09 | 1 | -3/+3 |
| |\ | |||||
| | * | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 2017-06-30 | 1 | -3/+3 |
| | | | |||||
| * | | Improve and simplify shortcut handling. | Eduard Braun | 2017-06-23 | 1 | -7/+1 |
| |/ | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts. | ||||
| * | Fix bug:1639083 crach closing segment with shortcut LPE | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -24/+24 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639083 (bzr r15210) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | ||||
| * | Partial fix for bug 172063 while we find a better solution for XOR in helper ↵ | Jabier Arraiza Cenoz | 2016-08-29 | 1 | -11/+11 |
| | | | | | | lines (bzr r15090) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -12/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+12 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -12/+0 |
| | | | | (bzr r15025) | ||||
| * | Update status bar text and remove spare Geom Point variable. | Martin Owens | 2016-03-20 | 1 | -8/+7 |
| | | | | (bzr r14725) | ||||
| * | Add Shift+Enter path complete and larger square node on mouse over. | Martin Owens | 2016-03-20 | 1 | -1/+13 |
| | | | | (bzr r14721) | ||||
| * | A bit more refactor of BSPline tool. Still the bug duplicating end node :( | Jabier Arraiza Cenoz | 2015-08-14 | 1 | -1/+1 |
| | | | | (bzr r14301) | ||||
| * | Refactor of BSPline code attemping to fix the duplicate end node bug, not ↵ | Jabier Arraiza Cenoz | 2015-08-13 | 1 | -2/+3 |
| | | | | | | sure if fixed jet (bzr r14300) | ||||
| * | Refactor BSPline and Spiro to remove duplicated functions | Jabier Arraiza Cenoz | 2015-08-06 | 1 | -253/+2 |
| | | | | (bzr r14280) | ||||
| * | Fix snapping of start point of path when holding the CTRL key in the Bézier ↵ | Diederik van Lierop | 2015-07-25 | 1 | -0/+3 |
| | | | | | | | | | tool Fixed bugs: - https://launchpad.net/bugs/1432354 (bzr r14257) | ||||
| * | Fix a bug continuing a bezier path whith a LPE one like spiro or bspline | Jabier Arraiza Cenoz | 2015-07-10 | 1 | -7/+14 |
| | | | | (bzr r14239) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2015-05-08 | 1 | -11/+4 |
| |\ | | | | | (bzr r14059.2.11) | ||||
| | * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -11/+4 |
| | | | | | | | (bzr r14126) | ||||
| * | | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -10/+9 |
| |/ | | | (bzr r14059.2.1) | ||||
| * | Fix coding style issues in bspline/spirolive code | Jabier Arraiza Cenoz | 2015-04-10 | 1 | -200/+207 |
| | | | | (bzr r14054) | ||||
| * | ui/tools: sp. fixes (cosmetic) | Bryce Harrington | 2015-03-19 | 1 | -2/+2 |
| | | | | (bzr r14016) | ||||
| * | Strip ToolFactory | Liam P. White | 2015-02-25 | 1 | -9/+0 |
| | | | | (bzr r13939.1.2) | ||||
| * | Fixing build error on Ubuntu (GThread error due to include ordering). | Nicolas Dufour | 2015-01-12 | 1 | -2/+3 |
| | | | | (bzr r13849) | ||||
| * | Undo. Partial fix for Bug #171990 (pen tool commit for each node for more ↵ | Jeremiah Darais | 2015-01-12 | 1 | -85/+106 |
| | | | | | | | | | granular undo). Fixed bugs: - https://launchpad.net/bugs/171990 (bzr r13848) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_controls | Liam P. White | 2014-12-21 | 1 | -4/+4 |
| | | | | (bzr r13819) | ||||
| * | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13816) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13809) | ||||
| * | Fix snapping bug in pen tool | Diederik van Lierop | 2014-12-04 | 1 | -3/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1260544 (bzr r13785) | ||||
| * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -1/+1 |
| | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | ||||
| * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -3/+3 |
| | | | | (bzr r13341.1.253) | ||||
| * | A bit refactor, remove some old vars | Jabier Arraiza Cenoz | 2014-09-24 | 1 | -9/+6 |
| | | | | (bzr r13341.1.223) | ||||
| * | Change colors of helper paths also in middle draw when change the mode ↵ | root | 2014-09-24 | 1 | -0/+1 |
| | | | | | | -spiro, bspline...- (bzr r13341.1.222) | ||||
| * | Show the helper curves in pen tool with the color of the current layer ↵ | Jabier Arraiza Cenoz | 2014-09-24 | 1 | -29/+17 |
| | | | | | | defined in objects dialog (bzr r13341.1.220) | ||||
