| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wip: create SVGs from Janet tableslivecoding | s-ol | 2019-12-09 | 4 | -4/+105 |
| | | |||||
| * | move script to its own file | s-ol | 2019-12-02 | 5 | -70/+136 |
| | | |||||
| * | more janet bindings | s-ol | 2019-12-02 | 7 | -63/+164 |
| | | |||||
| * | add draft janet interface for livecoding | s-ol | 2019-12-02 | 13 | -45/+571 |
| | | |||||
| * | add basic livecode toolbar | s-ol | 2019-12-01 | 6 | -3/+235 |
| | | |||||
| * | add api and input modules for the livecoding tool | s-ol | 2019-11-28 | 8 | -1420/+614 |
| | | |||||
| * | add livecoding tool to toolbar | s-ol | 2019-11-23 | 9 | -1/+1601 |
| | | |||||
| * | fix #521 SPIString copy constructor | Thomas Holder | 2019-11-21 | 1 | -0/+10 |
| | | |||||
| * | fix Glib::Regex::match stack-use-after-scope | Thomas Holder | 2019-11-21 | 1 | -1/+6 |
| | | | | | | Fixes cursor jumping mentioned by @nathanal: https://gitlab.com/inkscape/inkscape/issues/521#note_247899536 | ||||
| * | fix PNG export dialog crash (heap-use-after-free) | Thomas Holder | 2019-11-20 | 1 | -3/+3 |
| | | | | | Possibly related to inbox#1185 | ||||
| * | Fix build | Marc Jeanmougin | 2019-11-20 | 1 | -2/+2 |
| | | |||||
| * | Speedup filtering and panning | Jabier Arraiza | 2019-11-19 | 9 | -63/+100 |
| | | |||||
| * | Multiple fixes for the objects panel | Diederik van Lierop | 2019-11-18 | 3 | -45/+116 |
| | | |||||
| * | Update code documentation (minor) | Nathan Lee | 2019-11-18 | 2 | -17/+53 |
| | | |||||
| * | Make canvas rotation unchanged by y-axis direction | Nathan Lee | 2019-11-18 | 2 | -6/+6 |
| | | | | | | Y-axis direction is stored in `_scale`. Based off of Thomas Holder's input, fixes inkscape/510, MR 1029. | ||||
| * | Selectively disable motion event compression for specific tools | Patrick Storz | 2019-11-18 | 6 | -1/+26 |
| | | | | | | | | | It was globally disabled in ab71599ea1af1ea5042e35502e9aa722cc4ab51e However most of the time we do not care for intermediate motion events, and forcing to process them only causes unnecessary performance overhead. | ||||
| * | remove hex color defaults from pref skeleton | Thomas Holder | 2019-11-18 | 5 | -18/+18 |
| | | | | | | | | | | | | | | /options/grids/axonom/color /options/grids/axonom/empcolor /options/grids/xy/color /options/grids/xy/empcolor /options/wireframecolors/onlight /options/wireframecolors/ondark /options/wireframecolors/images /options/wireframecolors/clips /options/wireframecolors/masks /tools/nodes/highlight_color | ||||
| * | Crashfix on deleting selected with spray tool | Nathan Lee | 2019-11-17 | 1 | -4/+3 |
| | | | | | Fix https://gitlab.com/inkscape/inkscape/issues/496 | ||||
| * | tests for {SVG,CSS}OStringStreamTest | Thomas Holder | 2019-11-17 | 3 | -177/+0 |
| | | |||||
| * | fix #515 axonometric grid snapping w/ y-axis down | Thomas Holder | 2019-11-17 | 1 | -5/+12 |
| | | |||||
| * | Add unlinking function to CRStyleSheet. | Tavmjong Bah | 2019-11-15 | 2 | -0/+50 |
| | | |||||
| * | Correct order of stylesheet list insertion (after bug fix to libcroco). | Tavmjong Bah | 2019-11-15 | 1 | -1/+1 |
| | | |||||
| * | Fix alignment error for inline-size SVG 1.1 fallback text. | Tavmjong Bah | 2019-11-13 | 2 | -4/+50 |
| | | | | | | Puts white space at end of line into separate tspan when 'text-anchor' is not start. | ||||
| * | Fix non-translatable strings in node-tool.cpp | Patrick Storz | 2019-11-12 | 1 | -10/+15 |
| | | | | | (see https://gitlab.com/inkscape/inkscape/merge_requests/1004) | ||||
| * | Make paraxial have a free starting angle. | Martin Owens | 2019-11-12 | 2 | -42/+43 |
| | | |||||
| * | Crashfix: set an unset id in Object Properties | Thomas Holder | 2019-11-10 | 1 | -1/+1 |
| | | |||||
| * | Use same label for Layers and Objects dialogs | Nathan Lee | 2019-11-10 | 3 | -16/+8 |
| | | | | | | Also prevent crash for unset ids in Object Properties Fix https://gitlab.com/inkscape/inbox/issues/1129 | ||||
| * | Fix SVG 1.1 fallback for SVG 2 text in a shape with 'text-align' not equal ↵ | Tavmjong Bah | 2019-11-09 | 1 | -4/+13 |
| | | | | | to 'start'. | ||||
| * | Use correct function to add additional style sheets to style sheet list. | Tavmjong Bah | 2019-11-08 | 1 | -1/+1 |
| | | |||||
| * | Set "origin" (ua, user, author) for linked stylesheets. | Tavmjong Bah | 2019-11-08 | 1 | -1/+8 |
| | | | | | Prevents error messages during cascade for duplicated selector/property values. | ||||
| * | Fix crash using split canvas with multiple monitors | Jabier Arraiza | 2019-11-07 | 1 | -56/+61 |
| | | |||||
| * | Fix issue LPE Line Join rendering wrong for arcs line join. ↵ | Jabier Arraiza | 2019-11-07 | 1 | -1/+1 |
| | | | | | https://gitlab.com/inkscape/inkscape/issues/490 | ||||
| * | Update node transform handles on deselect | Nathan Lee | 2019-11-05 | 1 | -0/+2 |
| | | | | | | Fix regression from da553628 See https://gitlab.com/inkscape/inkscape/issues/501 | ||||
| * | macOS bundle support for append_inkscape_datadir | Thomas Holder | 2019-11-05 | 1 | -1/+9 |
| | | |||||
| * | Fix https://gitlab.com/inkscape/inbox/issues/871 Measure Segments LPE: ↵ | Jabier Arraiza | 2019-11-05 | 3 | -106/+123 |
| | | | | | Labels shifted, https://gitlab.com/inkscape/inkscape/issues/119, Measure Segments LPE: Measure bounding box + enlarge bb causes crash and https://gitlab.com/inkscape/inbox/issues/189 Measure Segments LPE: String formatting for label doesn't work as expected | ||||
| * | Fix a editor auto paste | Jabier Arraiza | 2019-11-03 | 1 | -1/+1 |
| | | |||||
| * | refactor: Eliminate SPIString::value_default | Thomas Holder | 2019-11-03 | 20 | -173/+191 |
| | | | | | | | - eliminate value_default - make value private (-> _value) - add value() method | ||||
| * | make SP_ATTRIBUTE_IS_CSS a function | Thomas Holder | 2019-11-03 | 2 | -20/+17 |
| | | |||||
| * | sanity check for XML attribute names | Thomas Holder | 2019-11-03 | 1 | -0/+4 |
| | | | | | | | - addresses inbox#1007 (no solid fix, but should catch typical mistakes) - would have prevented inbox#976 - would have prevented https://gitlab.com/inkscape/inkscape/commit/54f45153ba#note_239314490 | ||||
| * | Fix bug releasing powermask LPE | Jabiertxof | 2019-11-02 | 1 | -20/+35 |
| | | |||||
| * | Improve speed of LPE's updating widgets on release knots instead when value ↵ | Jabiertxof | 2019-11-02 | 21 | -39/+51 |
| | | | | | change | ||||
| * | Allow forking on powermask | Jabier Arraiza | 2019-11-02 | 2 | -58/+52 |
| | | |||||
| * | Remove OCAL | Marc Jeanmougin | 2019-11-01 | 10 | -1984/+1 |
| | | |||||
| * | fix #497 don't set 'd' style property | Thomas Holder | 2019-11-01 | 2 | -1/+2 |
| | | |||||
| * | Improve clip LPE | Jabier Arraiza | 2019-11-01 | 5 | -322/+227 |
| | | | | | | | | Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866 | ||||
| * | Attempt to fix inbox#976 | John Smith | 2019-10-31 | 1 | -1/+1 |
| | | |||||
| * | Fix initial transform of shape in opened file. | Nathan Lee | 2019-10-30 | 1 | -1/+4 |
| | | | | | | Fix https://gitlab.com/inkscape/inkscape/issues/495 and likely other problems. | ||||
| * | PDF+LaTeX export: escape ampersands | Patrick Storz | 2019-10-30 | 1 | -1/+7 |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/1104 | ||||
| * | Update the treeview in the objects-panel asynchronously, such that Inkscape ↵ | Diederik van Lierop | 2019-10-30 | 2 | -86/+153 |
| | | | | | stays responsive with documents having a large number of objects | ||||
| * | Remove _drawbox deps pointed by Thomas | Jabiertxof | 2019-10-30 | 1 | -1/+1 |
| | | |||||
