summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug:#1005036Jabier Arraiza2018-09-291-3/+2
| | | | Pasting a powerstroke resets the width controls
* Comment out a crash creating signal and remove some commentsMartin Owens2018-09-271-5/+5
|
* Make attrdialog use the new iconrenderer sigc++ signalMartin Owens2018-09-272-25/+10
|
* Propagate IconRenderer's activate signal so we don't have to guess where the ↵Martin Owens2018-09-272-2/+16
| | | | row/column is.
* Add preference for default global snapping and make it falseMartin Owens2018-09-272-0/+7
|
* Merge branch 'cppcheck_memory' of gitlab.com:serval2412/inkscapeMarc Jeanmougin2018-09-271-0/+1
|\
| * cppcheck: 2 memleaks + copypastaJulien Nabet2018-09-261-0/+1
| | | | | | | | | | [ui/dialog/styledialog.cpp:926]: (error) Memory leak: textDialogPtr [seltrans.cpp:1458]: (error) Memory leak: bb
* | Refactor addtoicon and turn into more generic iconrenderer CellRendererMartin Owens2018-09-278-60/+55
|/
* cppcheck: fix Same expression in font-variantsJulien Nabet2018-09-241-1/+1
| | | | [ui/widget/font-variants.cpp:899]: (style) Same expression on both sides of '||'
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-2443-171/+0
|
* fix "Arrange" dialog with inverted y-axisThomas Holder2018-09-232-10/+5
|
* Allow ask for SVG dragged import method. Also split ask question from one to ↵Jabier Arraiza2018-09-223-1/+11
| | | | 2 (Bitmap and SVG)
* Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza2018-09-222-5/+2
|
* adjust GDK_SCROLL_SMOOTH for MacBook TrackpadThomas Holder2018-09-211-1/+21
|
* flip transform dialog iconsThomas Holder2018-09-201-1/+1
|
* fix transform dialog icons with inverted y-axisThomas Holder2018-09-203-3/+20
|
* Remove piglatin ocurrencesJabiertxof2018-09-191-2/+2
|
* Add gettext strings, fix undo and allow keypresses to add and delete attributesMartin Owens2018-09-172-14/+73
|
* Misc. typo and whitespace fixesluz.paz2018-09-161-9/+9
| | | Follow-up to #289
* Remove sp-xmlview-attr with attrdialog (C++) and improve interfaceMartin Owens2018-09-147-49/+391
|
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-134-16/+16
|\
| * Requested revisions + more typos and grammar fixesluz.paz2018-09-111-12/+12
| |
| * Several more typosluz.paz2018-09-111-2/+2
| |
| * Misc. typosluz.paz2018-09-113-3/+3
| | | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
* | Allow symbols dialog on dark themeJabiertxof2018-09-131-0/+1
| |
* | Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not ↵Jabiertxof2018-09-132-3/+12
| | | | | | | | updated if no moviment on shift press
* | Add per embed/linked SVG a DPI valueJabiertxof2018-09-134-6/+79
| |
* | Fix horizontal scrolling direction when using smooth scrollingEduard Braun2018-09-131-1/+1
| |
* | make /options/yaxisdown true the defaultThomas Holder2018-09-121-1/+1
| |
* | Add detachable, although no evidence it worksMartin Owens2018-09-121-0/+3
| |
* | New option to invert y-axisThomas Holder2018-09-1215-39/+77
| | | | | | | | | | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* | Support smooth scrolling (part 2)Eduard Braun2018-09-116-6/+26
| | | | | | | | | | | | | | | | | | | | Fix scrolling when smooth scrolling is enabled / allow to scroll smoothly for: - canvas palette - node selection in path tool - selection cycling in select tool while holding Alt key - spraying in spray tool with mouse wheel - adjusting color by scrolling in lower left stroke/fill fields
* | Support smooth scrolling (part 1)Eduard Braun2018-09-111-5/+31
|/ | | | Allows panning / zooming / rotating the canvas smoothly.
* Refactor xml editor, improve UI and prepare for future additionsMartin Owens2018-09-112-244/+50
|
* Remove the custom handling of column editability, that is not how to do it.Martin Owens2018-09-111-46/+1
|
* Minor fixMarc Jeanmougin2018-09-091-1/+1
|
* copypaste bugfixMarc Jeanmougin2018-09-091-9/+11
|
* Enable autosaves by default, puts them in user cache dirMarc Jeanmougin2018-08-211-3/+3
|
* use user-specific cache dir for clipboard temp fileMarc Jeanmougin2018-08-211-4/+4
|
* Fix tiny size of layer visibility/lock iconsEduard Braun2018-08-161-1/+1
|
* fix a typoJabier Arraiza2018-08-141-1/+1
|
* fix for bug 1786605Jabier Arraiza2018-08-122-5/+5
|
* Add a label to apply theme sugested by Christoffer Holmstedt on mailing listJabier Arraiza2018-08-103-4/+6
|
* Fixes pointed by TavJabier Arraiza2018-08-051-2/+2
|
* coding style fixesJabier Arraiza2018-08-051-5/+4
|
* Refactor with Tav helpJabier Arraiza2018-08-052-0/+10
|
* Revert changesJabier Arraiza2018-08-052-10/+0
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-052-0/+10
| | | | pref optional to scale dashes on stroke scale
* Fixing coding styleJabiertxo Arraiza Cenoz2018-08-042-5/+7
|
* Fix missing icons and warning on ico size in symbolsJabiertxo Arraiza Cenoz2018-08-042-3/+6
|