summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more janet bindingss-ol2019-12-021-1/+3
|
* add draft janet interface for livecodings-ol2019-12-022-9/+16
|
* add basic livecode toolbars-ol2019-12-011-1/+1
|
* add api and input modules for the livecoding tools-ol2019-11-282-1420/+34
|
* add livecoding tool to toolbars-ol2019-11-232-0/+1576
|
* Speedup filtering and panningJabier Arraiza2019-11-192-6/+19
|
* Selectively disable motion event compression for specific toolsPatrick Storz2019-11-185-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 toolNathan Lee2019-11-171-4/+3
| | | | Fix https://gitlab.com/inkscape/inkscape/issues/496
* Fix non-translatable strings in node-tool.cppPatrick Storz2019-11-121-10/+15
| | | | (see https://gitlab.com/inkscape/inkscape/merge_requests/1004)
* Make paraxial have a free starting angle.Martin Owens2019-11-122-42/+43
|
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-031-3/+2
| | | | | | - eliminate value_default - make value private (-> _value) - add value() method
* Fix some blurs iddle large loopsJabiertxof2019-10-281-5/+9
|
* Remove delay on desktop switchJabier Arraiza2019-10-271-3/+0
|
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-192-2/+4
|
* Inkscape::XML::Node::addChildAtPosThomas Holder2019-10-161-2/+1
|
* Re-Add blending modes UI using CSS instead filtersJabier Arraiza2019-10-141-4/+0
|
* Fix rendering issue on panning with text toolNathan Lee2019-10-121-2/+0
| | | | https://gitlab.com/inkscape/inbox/issues/999
* Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ↵Jabier Arraiza2019-10-112-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 renderingJabier Arraiza2019-10-101-6/+8
|
* Deselect nodes on tool chande. Fixing style.Jabier Arraiza2019-10-091-1/+2
|
* Actualizarsrc/ui/tools/node-tool.h, src/ui/tools/node-tool.cpp archivosJabier Arraiza2019-10-092-0/+7
|
* Improve node selection ~x3 removing unneded updateNow() called in non ↵Jabier Arraiza2019-10-091-4/+6
| | | | necesary places. Also ensure canvas is always redraw
* Fix various minor code problemsMarc Jeanmougin2019-10-051-2/+0
|
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-21/+20
|
* Comment dead code not used currentlyJabiertxof2019-09-292-2/+4
|
* Remove unused codeJabiertxof2019-09-291-6/+0
|
* Fixes pointed by ThomasJabiertxof2019-09-292-2/+8
|
* fix a hard to reproduce crash on textool when the CSS comapared is nullptrJabier Arraiza2019-09-291-0/+6
|
* Remove remaining uses of sp_round.Tavmjong Bah2019-09-241-1/+0
|
* Remove use of sp_round.Tavmjong Bah2019-09-242-11/+18
|
* Crashfix: switch from active LPE tool (gitlab/420)Nathan Lee2019-09-191-1/+1
|
* Improve casts from voids and fix a issue when fill/stroke is unset set ↵Jabier Arraiza2019-09-161-1/+1
| | | | desktop styles with it
* Active SVG2 Flow Text by defaultJabiertxof2019-09-161-1/+1
|
* Realy fix crash pasting and speed improvementsJabiertxof2019-09-161-4/+0
|
* Avoid crash when clipboard is pastred twice with the all content of the text ↵Jabiertxof2019-09-161-1/+5
| | | | input
* Allow paste preserving new lines into a flowtext elementJabiertxof2019-09-161-0/+7
|
* Allow paste on flowbox at same sice of origin, also improve creation to get ↵Jabiertxof2019-09-161-1/+8
| | | | rid of transforms on origin
* Allow to paste paragraphs in SVG2 Flow then paste overflow the shapeJabiertxof2019-09-131-0/+7
|
* Fix non changing value on combobox. This can also be used in other toolbarsJabier Arraiza2019-09-121-4/+0
|
* improve text selectionJabiertxof2019-09-101-7/+6
|
* Fix a focus issue pointed by TavJabiertxof2019-09-101-1/+5
|
* Prepared for beta. Fixed blocking bugJabiertxof2019-09-071-1/+8
|
* Improvements to style codingJabier Arraiza2019-09-071-10/+14
|
* Add line height UX improvementsJabier Arraiza2019-09-072-66/+65
|
* Write out 'x' and 'y' attribute values to repr when some text property value ↵Tavmjong Bah2019-09-071-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 Holder2019-08-185-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 acceleratorsThomas Holder2019-08-161-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 tooltipsJabier Arraiza2019-08-101-3/+2
|
* Updating to masterJabier Arraiza2019-08-031-4/+0
|
* update to masterJabier Arraiza2019-08-031-4/+0
|