| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Calligraphy mode: creates dots on single click. | Marc Jeanmougin | 2017-05-01 | 2 | -2/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/263166 (bzr r15658) | ||||
| * | Add canvas-rotate for rapid previewing canvas rotation. | Tavmjong Bah | 2017-03-30 | 1 | -50/+31 |
| | | | | | | Add canvas-debug for study of canvas tiling. (bzr r15612) | ||||
| * | White space. | Tavmjong Bah | 2017-03-29 | 1 | -9/+11 |
| | | | | (bzr r15611) | ||||
| * | Add entry for canvas rotate step in Inkscape Preferences dialog. | Tavmjong Bah | 2017-03-21 | 1 | -2/+3 |
| | | | | | | Change default rotation step to 15 degrees. (bzr r15605) | ||||
| * | Add verbs for canvas rotation. | Tavmjong Bah | 2017-03-21 | 1 | -7/+7 |
| | | | | (bzr r15604) | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -474/+405 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Replace rectangle based zooming by affine based zooming. | Tavmjong Bah | 2017-03-13 | 1 | -13/+13 |
| | | | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592) | ||||
| * | https://bugs.launchpad.net/inkscape/+bug/1496836 | Alexandru-Daniel Roman | 2017-03-03 | 1 | -1/+1 |
| | | | | | | A simple change to selection tool status message. (bzr r15562) | ||||
| * | merge minor refactoring | Shlomi Fish | 2017-02-28 | 1 | -2/+4 |
| |\ | | | | | (bzr r15555) | ||||
| | * | Merged. | Shlomi Fish | 2017-02-06 | 4 | -402/+522 |
| | |\ | | | | | | | (bzr r15369.1.18) | ||||
| | * | | Correct/rephrase a comment. Remove trailing space. | Shlomi Fish | 2017-01-04 | 1 | -2/+4 |
| | | | | | | | | | | (bzr r15369.1.11) | ||||
| * | | | This patch adds the copy-paste formated text functionality to the text tool. | Alexandru-Daniel Roman | 2017-02-28 | 2 | -1/+56 |
| | |/ |/| | | | | | | | It doesn't retain the font-size and font-style properties. (bzr r15553) | ||||
| * | | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 2017-02-05 | 1 | -18/+41 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | ||||
| * | | Fix typo. | Tavmjong Bah | 2017-02-01 | 1 | -1/+1 |
| | | | | | | | (bzr r15463) | ||||
| * | | Comented one of the shortcuts for doc rotate because bad response now ↵ | Jabier Arraiza Cenoz | 2017-01-25 | 1 | -16/+16 |
| | | | | | | | | | | | interactive mode onlu fire with CTRL+MMB (bzr r15445) | ||||
| * | | fixing to new trunk | Jabiertxof | 2017-01-24 | 10 | -265/+450 |
| |\| | | | | | (bzr r15142.1.38) | ||||
| | * | i18n. Flood autogap list not correctly translated at runtime. | Nicolas Dufour | 2016-12-24 | 1 | -4/+4 |
| | | | | | | | (bzr r15351) | ||||
| | * | Remove unneeded static var from previous commit | Jabier Arraiza Cenoz | 2016-12-19 | 2 | -15/+16 |
| | | | | | | | (bzr r15336) | ||||
| | * | Add update_helperpaths not member of nodetool class to easy call from outside | Jabier Arraiza Cenoz | 2016-12-19 | 2 | -19/+25 |
| | | | | | | | (bzr r15335) | ||||
| | * | Prevent crash when iterator invalidated after converting shape to path. | Tavmjong Bah | 2016-12-15 | 1 | -1/+2 |
| | | | | | | | (bzr r15328) | ||||
| | * | Ensure new mesh is immediately editable. | Tavmjong Bah | 2016-12-02 | 1 | -0/+10 |
| | | | | | | | (bzr r15290) | ||||
| | * | Add toggles for handle visibility, editing fill, and editing stroke. | Tavmjong Bah | 2016-12-01 | 2 | -11/+37 |
| | | | | | | | (bzr r15289) | ||||
| | * | Select mesh nodes by clicking on control lines. | Tavmjong Bah | 2016-11-23 | 1 | -11/+41 |
| | | | | | | | (bzr r15267) | ||||
| | * | Keep corner nodes selected when possible for corner operations. | Tavmjong Bah | 2016-11-21 | 1 | -5/+9 |
| | | | | | | | (bzr r15264) | ||||
| | * | Preserve selection of corner nodes for some corner operations. | Tavmjong Bah | 2016-11-20 | 1 | -1/+6 |
| | | | | | | | (bzr r15262) | ||||
| | * | Add Shift-I shortcut for insert node. | su_v | 2016-11-19 | 2 | -0/+20 |
| | | | | | | | (bzr r15261) | ||||
| | * | Improve mouse handling for mesh: | Tavmjong Bah | 2016-11-18 | 1 | -79/+117 |
| | | | | | | | | | | | | | | | | | | | * Double clicking an object will create a new mesh if one does not exist, otherwise clicking a line should now reliably divide the row/column. * Click-dragging will create a new mesh if one does not exist, otherwise it will do a rubberband selection of corner nodes. With Shift will add nodes, without will replace selected nodes. (bzr r15260) | ||||
| | * | Remove debug line from last commit. | Tavmjong Bah | 2016-11-17 | 1 | -1/+0 |
| | | | | | | | (bzr r15257) | ||||
| | * | Fix status bar messages for meshes and gradients. | Tavmjong Bah | 2016-11-17 | 2 | -5/+25 |
| | | | | | | | (bzr r15256) | ||||
| | * | Split selected rows/columns in half using Insert key. | Tavmjong Bah | 2016-11-16 | 1 | -4/+12 |
| | | | | | | | (bzr r15251) | ||||
| | * | Implement tweaking of mesh handle colors. | Tavmjong Bah | 2016-11-14 | 1 | -80/+102 |
| | | | | | | | (bzr r15250) | ||||
| | * | merge boolop branch: Move boolop functions from sp_selected_path_<op> to ↵ | Marc Jeanmougin | 2016-11-09 | 4 | -11/+11 |
| | |\ | | | | | | | | | | | | | ObjectSet::path<op> (bzr r15232) | ||||
| | | * | Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op> | Alexander Brock | 2016-11-09 | 4 | -11/+11 |
| | | | | | | | | | | (bzr r15223.1.1) | ||||
| | * | | Click-drag selects nodes rather than creates new mesh if mesh already exists. | Tavmjong Bah | 2016-11-09 | 1 | -1/+18 |
| | | | | | | | | | | (bzr r15231) | ||||
| | * | | Improve mesh handling in Fill and Stroke dialog. | Tavmjong Bah | 2016-11-08 | 1 | -46/+24 |
| | |/ | | | | | | | | | | | Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229) | ||||
| * | | Fix some bugs | Jabier Arraiza Cenoz | 2016-11-07 | 1 | -2/+4 |
| | | | | | | | (bzr r15142.1.37) | ||||
| * | | Fix some bugs pointed by vlada | Jabier Arraiza Cenoz | 2016-11-07 | 1 | -8/+3 |
| | | | | | | | (bzr r15142.1.35) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -42/+42 |
| |\| | | | | | (bzr r15142.1.34) | ||||
| | * | Fix some bugs on pen/cil dropdown shapes | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -42/+42 |
| | | | | | | | (bzr r15219) | ||||
| | * | Minor tweak | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -1/+1 |
| | | | | | | | (bzr r15217) | ||||
| | * | Fix bug on apply bend LPE from pen/cil without cliboard, nothin happends ↵ | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | previously (bzr r15216) | ||||
| * | | Fix a bug that allow to enter rotate mode with right click | Jabier Arraiza Cenoz | 2016-11-06 | 1 | -24/+15 |
| | | | | | | | (bzr r15142.1.33) | ||||
| * | | Change modifier to enter rotate mode from SHIFT to CONTROL | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -3/+3 |
| | | | | | | | (bzr r15142.1.31) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2016-11-05 | 3 | -28/+35 |
| |\| | | | | | (bzr r15142.1.30) | ||||
| | * | Fix bug:1639098 | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -2/+9 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639098 (bzr r15211) | ||||
| | * | Fix bug:1639083 crach closing segment with shortcut LPE | Jabier Arraiza Cenoz | 2016-11-05 | 2 | -26/+26 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1639083 (bzr r15210) | ||||
| * | | Fix angle constrain, thanks to vlada, Mc and LiamW | Jabier Arraiza Cenoz | 2016-11-01 | 1 | -1/+1 |
| | | | | | | | (bzr r15142.1.29) | ||||
| * | | Add some Vlava improvements from mailing list | Jabier Arraiza Cenoz | 2016-11-01 | 2 | -85/+155 |
| |\| | | | | | (bzr r15142.1.28) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2016-10-25 | 7 | -35/+35 |
| |\| | | | | | (bzr r15142.1.26) | ||||
| | * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 7 | -35/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
