summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow update mouse state when motionJabiertxof2019-07-312-49/+28
|
* Fix codding styleJabiertxof2019-07-312-10/+13
|
* Improvements to event tool handlerJabiertxof2019-07-312-18/+91
|
* Final fix of issue https://gitlab.com/inkscape/inbox/issues/707 Object ↵Jabiertxof2019-07-312-2/+9
| | | | disappears on accidental R-click when dragging
* Verbs: Disable SP_VERB_DIALOG_SPELLCHECK when compiling without AspellPatrick Storz2019-07-291-0/+8
| | | | | | Also avoids showing menu items that have no function. (see also https://gitlab.com/inkscape/inkscape/issues/354)
* Remove unneded asignamentsJabiertxof2019-07-291-2/+0
|
* fix a clang marked issueJabiertxof2019-07-291-1/+1
|
* fix coding styleJabiertxof2019-07-293-13/+10
|
* Add Patrick improvements to verbs toggle menu itemsJabiertxof2019-07-298-37/+43
|
* Fix for bug https://gitlab.com/inkscape/inbox/issues/699Jabiertxof2019-07-282-5/+20
|
* Fix a rendering issue I introduce in previous mergeJabiertxof2019-07-281-2/+0
|
* Fix coding styleJabier Arraiza2019-07-281-2/+1
|
* Fix some issues with inverse coordinates pointed by MarenJabier Arraiza2019-07-284-6/+12
|
* Fix coding styleJabier Arraiza2019-07-283-13/+11
|
* Add verbs update checkbuttons in menu. Also do improvements requested in ↵Jabier Arraiza2019-07-286-29/+110
| | | | https://gitlab.com/inkscape/inkscape/issues/323 and improve XRay rendering
* Fix #336 Connector avoid bbox of non-shapesThomas Holder2019-07-271-4/+13
|
* Make doc2dt a document propertyThomas Holder2019-07-2716-78/+84
| | | | Closes #340
* Crashfix for connectors avoid selected itemsNathan Lee2019-07-271-3/+4
| | | | | | | Handle cases where selected item has no points. E.g. Text (grouped) or symbols Address gitlab.com/inkscape/inbox/issues/643
* Merge branch 'lpe-strings' of https://gitlab.com/Moini/inkscapeMarc Jeanmougin2019-07-277-69/+69
|\
| * Remove some trailing whitespace.Moini2019-07-203-20/+20
| |
| * Improve some LPE descriptions.Moini2019-07-207-49/+49
| |\
| | * Improve title text for LPE button that pastes a path from the clipboard to ↵Moini2019-07-203-3/+3
| | | | | | | | | | | | use with the current LPE
| | * Small string fixes in rotate copies and mirror lpeMaren Hachmann2019-04-252-3/+3
| | |
| | * Update lpe-bool.cppMaren Hachmann2019-04-251-7/+7
| | |
| | * Add missing descriptions (mostly for experimental LPEs)Maren Hachmann2019-04-241-42/+42
| | |
* | | Distribute/Move considers selection orderNathan Lee2019-07-272-4/+4
| | | | | | | | | | | | | | | Only used when objects have same anchor position. Address gitlab.com/inkscape/inbox/issues/665
* | | Marks string as translatable.Marc Jeanmougin2019-07-241-1/+1
| | | | | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/349
* | | SelectedColor: Add reminderPatrick Storz2019-07-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't properly emit 'signal_changed' after dragging. This was removed to avoid other issues in 401c2f70ce1ffcdf7a041c27df8c06e19f42e847 See also https://gitlab.com/inkscape/inkscape/issues/345
* | | Preferences: add methods to set/get unsigned integersPatrick Storz2019-07-222-10/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those should be used for RGBA color values, which would overflow the signed type otherwise. Replacement will be seamless and fully backwards-compatible, as we can read the overflowed (i.e. negative) signed integers we used to save and they will be properly unwrapped. Also reading the unsigned ints as signed ints in older versions of Inkscape will still work, as we always depended on the undefined behavior of atoi in case of out of range numbers (which luckily is means overflowing in gcc).
* | | Make menu icon preference apply to Layers and Objects dialogsPatrick Storz2019-07-216-38/+61
| | | | | | | | | | | | | | | Also fix "show-icons" attribute inheritance in menus.xml and make it apply to canvas icons.
* | | Simplify code for context menu items of Layers and Objects dialogsPatrick Storz2019-07-204-114/+68
| | |
* | | Fix icon positions in context menus of Layers and Objects dialogsPatrick Storz2019-07-202-2/+13
|/ / | | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/462
* | Preferences: save shortcut file location relative to INKSCAPE_DATADIRPatrick Storz2019-07-191-3/+18
| | | | | | | | | | | | This ensures the stored preference stays valid even if the install location of Inkscape changes or the user switches between parallel installations on the same machine.
* | Fix coding styleJabiertxof2019-07-191-8/+7
| |
* | Pressure improvementsJabiertxof2019-07-192-126/+123
| |
* | Fix coding styleJabier Arraiza2019-07-192-13/+13
| |
* | Fixes for pressure pencilJabier Arraiza2019-07-1911-138/+178
| |
* | Improvements finish pointed by MarenJabier Arraiza2019-07-1913-94/+157
| |
* | Fix translations and coding styleJabier Arraiza2019-07-195-61/+47
| |
* | Improvemets to power pencilJabiertxof2019-07-1910-192/+213
| |
* | Fix maren pointed bugsJabiertxof2019-07-193-68/+44
| |
* | Add ruler color customizableJabier Arraiza2019-07-191-1/+1
| |
* | icons: do not re-use 'layer-rename' for "Move selection to layer"Patrick Storz2019-07-191-1/+1
| |
* | icons: replace deprecated gtk stock iconsPatrick Storz2019-07-192-3/+2
| | | | | | | | | | | | They seems to be missing in some environments already... Fixes https://gitlab.com/inkscape/inkscape/issues/335
* | Avoid code duplication in ConcreteInkscapeApplication<T>::on_open()Patrick Storz2019-07-172-47/+32
| |
* | Stop End button selecting first swatch in listNathan Lee2019-07-172-9/+33
| | | | | | | | Fix gitlab.com/inkscape/inbox/issues/659
* | Derive pattern knots off the same subclassNathan Lee2019-07-152-40/+31
| |
* | Check knot's pattern still exists before updateNathan Lee2019-07-153-3/+34
| | | | | | | | | | | | | | Stop crash when pattern changed via swatch palette, and knot is still present. https://gitlab.com/inkscape/inkscape/issues/70
* | Override navigation in swatch/gradient listNathan Lee2019-07-152-0/+64
| | | | | | | | Fix gitlab.com/inkscape/inkscape/issues/237
* | Eraser tool fixesThomas Holder2019-07-151-2/+5
| | | | | | | | | | - Fix #331 Crash when erasing in document without layers - Fix #332 Clip-path wrong when erasing with parent transform