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