| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-12-02 | more janet bindings | s-ol | 1 | -1/+3 | |
| 2019-12-02 | add draft janet interface for livecoding | s-ol | 2 | -9/+16 | |
| 2019-12-01 | add basic livecode toolbar | s-ol | 1 | -1/+1 | |
| 2019-11-28 | add api and input modules for the livecoding tool | s-ol | 2 | -1420/+34 | |
| 2019-11-23 | add livecoding tool to toolbar | s-ol | 2 | -0/+1576 | |
| 2019-11-19 | Speedup filtering and panning | Jabier Arraiza | 2 | -6/+19 | |
| 2019-11-18 | Selectively disable motion event compression for specific tools | Patrick Storz | 5 | -0/+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. | |||||
| 2019-11-17 | Crashfix on deleting selected with spray tool | Nathan Lee | 1 | -4/+3 | |
| Fix https://gitlab.com/inkscape/inkscape/issues/496 | |||||
| 2019-11-12 | Fix non-translatable strings in node-tool.cpp | Patrick Storz | 1 | -10/+15 | |
| (see https://gitlab.com/inkscape/inkscape/merge_requests/1004) | |||||
| 2019-11-12 | Make paraxial have a free starting angle. | Martin Owens | 2 | -42/+43 | |
| 2019-11-03 | refactor: Eliminate SPIString::value_default | Thomas Holder | 1 | -3/+2 | |
| - eliminate value_default - make value private (-> _value) - add value() method | |||||
| 2019-10-28 | Fix some blurs iddle large loops | Jabiertxof | 1 | -5/+9 | |
| 2019-10-27 | Remove delay on desktop switch | Jabier Arraiza | 1 | -3/+0 | |
| 2019-10-19 | Add export/import PDF blend modes and add isolation modifier | Jabier Arraiza | 2 | -2/+4 | |
| 2019-10-16 | Inkscape::XML::Node::addChildAtPos | Thomas Holder | 1 | -2/+1 | |
| 2019-10-14 | Re-Add blending modes UI using CSS instead filters | Jabier Arraiza | 1 | -4/+0 | |
| 2019-10-12 | Fix rendering issue on panning with text tool | Nathan Lee | 1 | -2/+0 | |
| https://gitlab.com/inkscape/inbox/issues/999 | |||||
| 2019-10-11 | Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ↵ | Jabier Arraiza | 2 | -8/+16 | |
| RC. Also fix a bug rendering filters with superfast scroll and node tool | |||||
| 2019-10-10 | Improve node tool not limiting the time to make the rendering | Jabier Arraiza | 1 | -6/+8 | |
| 2019-10-09 | Deselect nodes on tool chande. Fixing style. | Jabier Arraiza | 1 | -1/+2 | |
| 2019-10-09 | Actualizarsrc/ui/tools/node-tool.h, src/ui/tools/node-tool.cpp archivos | Jabier Arraiza | 2 | -0/+7 | |
| 2019-10-09 | Improve node selection ~x3 removing unneded updateNow() called in non ↵ | Jabier Arraiza | 1 | -4/+6 | |
| necesary places. Also ensure canvas is always redraw | |||||
| 2019-10-05 | Fix various minor code problems | Marc Jeanmougin | 1 | -2/+0 | |
| 2019-10-05 | Fix some memory leaks found by scan-build | Marc Jeanmougin | 1 | -21/+20 | |
| 2019-09-29 | Comment dead code not used currently | Jabiertxof | 2 | -2/+4 | |
| 2019-09-29 | Remove unused code | Jabiertxof | 1 | -6/+0 | |
| 2019-09-29 | Fixes pointed by Thomas | Jabiertxof | 2 | -2/+8 | |
| 2019-09-29 | fix a hard to reproduce crash on textool when the CSS comapared is nullptr | Jabier Arraiza | 1 | -0/+6 | |
| 2019-09-24 | Remove remaining uses of sp_round. | Tavmjong Bah | 1 | -1/+0 | |
| 2019-09-24 | Remove use of sp_round. | Tavmjong Bah | 2 | -11/+18 | |
| 2019-09-19 | Crashfix: switch from active LPE tool (gitlab/420) | Nathan Lee | 1 | -1/+1 | |
| 2019-09-16 | Improve casts from voids and fix a issue when fill/stroke is unset set ↵ | Jabier Arraiza | 1 | -1/+1 | |
| desktop styles with it | |||||
| 2019-09-16 | Active SVG2 Flow Text by default | Jabiertxof | 1 | -1/+1 | |
| 2019-09-16 | Realy fix crash pasting and speed improvements | Jabiertxof | 1 | -4/+0 | |
| 2019-09-16 | Avoid crash when clipboard is pastred twice with the all content of the text ↵ | Jabiertxof | 1 | -1/+5 | |
| input | |||||
| 2019-09-16 | Allow paste preserving new lines into a flowtext element | Jabiertxof | 1 | -0/+7 | |
| 2019-09-16 | Allow paste on flowbox at same sice of origin, also improve creation to get ↵ | Jabiertxof | 1 | -1/+8 | |
| rid of transforms on origin | |||||
| 2019-09-13 | Allow to paste paragraphs in SVG2 Flow then paste overflow the shape | Jabiertxof | 1 | -0/+7 | |
| 2019-09-12 | Fix non changing value on combobox. This can also be used in other toolbars | Jabier Arraiza | 1 | -4/+0 | |
| 2019-09-10 | improve text selection | Jabiertxof | 1 | -7/+6 | |
| 2019-09-10 | Fix a focus issue pointed by Tav | Jabiertxof | 1 | -1/+5 | |
| 2019-09-07 | Prepared for beta. Fixed blocking bug | Jabiertxof | 1 | -1/+8 | |
| 2019-09-07 | Improvements to style coding | Jabier Arraiza | 1 | -10/+14 | |
| 2019-09-07 | Add line height UX improvements | Jabier Arraiza | 2 | -66/+65 | |
| 2019-09-07 | Write out 'x' and 'y' attribute values to repr when some text property value ↵ | Tavmjong Bah | 1 | -0/+11 | |
| changes. Changes to property values may cause text to be relayed out, changing 'x' and 'y' attributes on tspans with sodipodi:role="line". Fix for issue 234. | |||||
| 2019-08-18 | reduce usage of desktop coordinates (#341) | Thomas Holder | 5 | -11/+17 | |
| - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox | |||||
| 2019-08-16 | fix #385 inbox#765 macOS accelerators | Thomas Holder | 1 | -0/+19 | |
| - re-fix Cmd-Q confirmation dialog (#383) without the numbers typing regression (#385) - re-fix Alt modifiers (inbox#765) - fix Cmd-A select all text (inbox#765) | |||||
| 2019-08-10 | Fixes to regresion pointed in RC about text and tooltips | Jabier Arraiza | 1 | -3/+2 | |
| 2019-08-03 | Updating to master | Jabier Arraiza | 1 | -4/+0 | |
| 2019-08-03 | update to master | Jabier Arraiza | 1 | -4/+0 | |
