| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 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 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) | ||||
| * | 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) | ||||
| * | Use geometric bounding box for fill, visual for stroke in creating mesh. | Tavmjong Bah | 2016-10-18 | 1 | -1/+7 |
| | | | | (bzr r15175) | ||||
| * | Add option to scale mesh to fit in bounding box. | Tavmjong Bah | 2016-10-17 | 2 | -0/+67 |
| | | | | (bzr r15173) | ||||
| * | Implement copying of objects with mesh gradients. | Tavmjong Bah | 2016-10-14 | 1 | -20/+21 |
| | | | | (bzr r15171) | ||||
| * | Do not create unused "vector" gradient when creating mesh gradient. | Tavmjong Bah | 2016-10-14 | 1 | -20/+28 |
| | | | | (bzr r15168) | ||||
| * | Merged. | Shlomi Fish | 2016-10-08 | 5 | -39/+137 |
| |\ | | | | | (bzr r15100.1.31) | ||||
| | * | [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling. | sandra-snan | 2016-10-08 | 1 | -31/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155) | ||||
| | * | Fix bug:1630821 on LPE selected nodes | Jabier Arraiza Cenoz | 2016-10-07 | 1 | -6/+5 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1630821 (bzr r15149) | ||||
| | * | Merge in jabiertxof's hover information for measure tool | Martin Owens | 2016-10-03 | 2 | -0/+121 |
| | |\ | | | | | | | (bzr r15146) | ||||
| | | * | Fix a typo pointed by CR | Jabier Arraiza Cenoz | 2016-06-11 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r14957.1.2) | ||||
| | | * | Add measure Over Item by a vlada idea on IRC | Jabier Arraiza Cenoz | 2016-06-06 | 2 | -0/+121 |
| | | | | | | | | | | (bzr r14957.1.1) | ||||
| | * | | Fix a bug on eraser mode when previous clip are shapes not paths | Jabier Arraiza Cenoz | 2016-10-03 | 1 | -2/+10 |
| | | | | | | | | | | (bzr r15145) | ||||
| * | | | Merged. | Shlomi Fish | 2016-10-03 | 2 | -38/+111 |
| |\| | | | | | | | | (bzr r15100.1.30) | ||||
| | * | | Merge in the new eraser mode (2) which uses clip instead of cut. | Martin Owens | 2016-10-02 | 2 | -38/+111 |
| | |\ \ | | | | | | | | | (bzr r15143) | ||||
| | | * \ | Update to trunk and some fixes | Jabier Arraiza Cenoz | 2016-10-02 | 28 | -586/+309 |
| | | |\ \ | | |/ / | |/| | | (bzr r14865.1.14) | ||||
| | | * | | Speed improvements | Jabier Arraiza Cenoz | 2016-05-22 | 1 | -15/+9 |
| | | | | | | | | | | | | | (bzr r14865.1.12) | ||||
| | | * | | first attem to work throught layers | Jabier Arraiza Cenoz | 2016-05-22 | 1 | -4/+5 |
| | | | | | | | | | | | | | (bzr r14865.1.11) | ||||
| | | * | | Clip eraser done! Thanks Doctormon! | Jabier Arraiza Cenoz | 2016-05-22 | 1 | -83/+82 |
| | | | | | | | | | | | | | (bzr r14865.1.9) | ||||
| | | * | | Working undo | Jabier Arraiza Cenoz | 2016-05-21 | 1 | -17/+14 |
| | | | | | | | | | | | | | (bzr r14865.1.8) | ||||
| | | * | | Fixing undo thing | Jabier Arraiza Cenoz | 2016-05-21 | 1 | -17/+4 |
| | | | | | | | | | | | | | (bzr r14865.1.7) | ||||
| | | * | | update to trunk | Jabier Arraiza Cenoz | 2016-05-21 | 2 | -6/+4 |
| | | |\| | | | | | | | | | (bzr r14865.1.6) | ||||
| | | * | | Fixing undo thing | Jabier Arraiza Cenoz | 2016-05-21 | 1 | -6/+23 |
| | | | | | | | | | | | | | (bzr r14865.1.5) | ||||
| | | * | | working on undo | Jabier Arraiza Cenoz | 2016-05-06 | 1 | -15/+6 |
| | | | | | | | | | | | | | (bzr r14865.1.4) | ||||
| | | * | | Finishing eraser tool. TODO undo work | Jabier Arraiza Cenoz | 2016-05-06 | 1 | -45/+45 |
| | | | | | | | | | | | | | (bzr r14865.1.2) | ||||
| | | * | | Working on clip erase basic work done but broken | Jabier Arraiza Cenoz | 2016-05-02 | 1 | -15/+94 |
| | | | | | | | | | | | | | (bzr r14865.1.1) | ||||
| * | | | | Merged. | Shlomi Fish | 2016-09-29 | 2 | -16/+20 |
| |\| | | | | | | | | | | | (bzr r15100.1.23) | ||||
| | * | | | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation. | Tavmjong Bah | 2016-09-27 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137) | ||||
| | * | | | Remove unused variable. | Tavmjong Bah | 2016-09-26 | 1 | -1/+0 |
| | | | | | | | | | | | | | (bzr r15136) | ||||
| | * | | | Fix Gtk type error, code cleanup, and documentation. | Tavmjong Bah | 2016-09-26 | 2 | -7/+12 |
| | | | | | | | | | | | | | (bzr r15133) | ||||
| * | | | | Remove "== true"s | Shlomi Fish | 2016-09-15 | 1 | -2/+2 |
| |/ / / | | | | | | | (bzr r15100.1.19) | ||||
| * | | | Fix compiler warning | Jabier Arraiza Cenoz | 2016-09-11 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r15112) | ||||
| * | | | Fix bugs: #1621234 and #172137 | Jabier Arraiza Cenoz | 2016-09-11 | 1 | -19/+20 |
| | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/172137 - https://launchpad.net/bugs/1621234 (bzr r15111) | ||||
