summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix power stroke closed path and minor tweacks for pencil powerstrokeJabier Arraiza2017-12-261-1/+1
|
* Working on powerstroke fixes to pentoolJabier Arraiza2017-12-181-10/+0
|
* Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-151-0/+5
|\
| * Fix typosJabier Arraiza2017-12-141-1/+1
| |
| * Add break apart. Thanks MarenJabier Arraiza2017-12-141-1/+1
| |
| * Fix strings, thanks MarenJabier Arraiza2017-12-141-2/+2
| |
| * Make optional convert clone to path by a prefs optionJabier Arraiza2017-12-141-0/+5
| |
* | Moving toleranceJabier Arraiza2017-12-081-0/+10
| |
* | Merge branch 'master' into powerpencilIIJabiertxo Arraiza Cenoz2017-12-011-1/+1
|\|
| * Don't translate the empty stringEduard Braun2017-11-261-1/+1
| |
* | Working on continuous pathsJabier Arraiza2017-11-221-5/+5
| |
* | Working on coontinuing pathsJabier Arraiza2017-11-191-13/+2
| |
* | Working on fix smooth drawJabier Arraiza2017-11-191-15/+6
| |
* | Base refactorJabier Arraiza2017-11-121-19/+10
|/
* Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-11-101-2/+3
|\
| * Remove need to restart Inkscape when changing tile multiplier.Tavmjong Bah2017-11-041-2/+3
| | | | | | | | Increase default and maximum values of tile multiplier.
* | Merge branch 'master' into powerpencilJabier Arraiza2017-11-031-78/+65
|\|
| * Preferences: cleanupEduard Braun2017-10-221-51/+46
| |
| * Preferences: Minor consistency fixes for UIEduard Braun2017-10-221-3/+5
| |
| * Preferences: Simplify code from 9f2c9d85b73ff773e6181d700678f28757714992Eduard Braun2017-10-221-21/+6
| |
| * Add preference to load additional fonts from custom directoriesEduard Braun2017-10-211-0/+3
| | | | | | | | 'custom_fontdirs' is a list of paths to search for fonts
| * Add preference to load additional fonts from 'fonts' directoriesEduard Braun2017-10-201-1/+7
| | | | | | | | | | | | - 'use_fontsdir_system' for /share/inkscape/fonts - 'use_fontsdir_user' for /inkscape/fonts in user config (both activated by default)
| * Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-301-11/+7
| |
* | Clarify a bit some stringsJabiertxo Arraiza Cenoz2017-08-291-3/+3
| |
* | Parametrice into preferences magic numbers and other staffJabier Arraiza2017-08-281-0/+40
|/
* Only update shortcuts tree view once after updating (significantly reduces ↵Eduard Braun2017-07-091-1/+5
| | | | the time it takes to switch shortcut files or even set a shortcut)
* Merge branch 'master' into shortcutsEduard Braun2017-07-091-12/+9
|\
| * Gtkmm deprecation fixesAlexander Valavanis2017-07-061-8/+6
| |
| * Clean up color profiles codeTobias Ellinghaus2017-07-051-3/+2
| | | | | | | | | | This is a late 2nd part for 86a74b4a93ab62c8ef7819dc549fe7b3ace24916 and gets rid of the non-descriptive std::pair<ustring, bool>
| * Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-281-1/+1
| | | | | | | | get_filename methods
* | Allow to set shortcuts for characters that need to be escaped (e.g. "<>&")Eduard Braun2017-06-231-1/+1
| |
* | Improve and simplify shortcut handling.Eduard Braun2017-06-231-1/+1
|/ | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
* Add preference that allows user to increase the canvas tile size.Tavmjong Bah2017-03-301-0/+4
| | | | | | A larger tile size vastly speeds up rendering for drawings with heavy filter use by reducing the need to recalculate filter effects that cross multiple tiles. (bzr r15614)
* Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah2017-03-211-0/+3
| | | | | Change default rotation step to 15 degrees. (bzr r15605)
* Fix a typo in inkscape-preferences.cpp.Ivan Mas??r2016-11-221-1/+1
| | | (bzr r15266)
* allows for denser screens in zoom correction factorsMarc Jeanmougin2016-10-281-1/+1
| | | (bzr r15195)
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-1/+1
| | | (bzr r15059)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-37/+5
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-37/+5
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-9/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+10
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-10/+0
|/ | | (bzr r15025)
* Sort color profile listshouz2016-06-021-22/+22
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946)
* UI. Fixing typos in original strings.Nicolas Dufour2016-05-161-2/+2
| | | | | Translations. PO template update. (bzr r14894)
* Add option for larger icons (useful for 4K display).Tavmjong Bah2016-04-121-2/+3
| | | (bzr r14789)
* Fix bug 1540155: Interactive simplify on pencit tool is hard to editJabier Arraiza Cenoz2016-03-021-0/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1540155 (bzr r14679)
* Hide unused verbs if Potrace is not availableAlex Valavanis2015-11-211-0/+2
| | | (bzr r14449.1.7)
* i18n. Strings disambiguation (thanks, Maren!).Nicolas Dufour2015-11-011-2/+2
| | | | | | Translation. Translation template update. Translation. French translation update. (bzr r14440)
* Added a pref option to disable "spacebar panning". (default:enabled)Marc Jeanmougin2015-09-171-5/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1401593 (bzr r14372)
* Translations. Last set of new Indian languages translations (Kannada, ↵Nicolas Dufour2015-08-121-16/+48
| | | | | | | | | | | | Kashmiri [Perso-Arabic and Devanagari scripts], Kokani [Roman and Devanagari scripts], Maithili, and Manipuri [Meetei Mayek and Bengali scripts]). Fixed bugs: - https://launchpad.net/bugs/1316550 - https://launchpad.net/bugs/1316555 - https://launchpad.net/bugs/1316559 - https://launchpad.net/bugs/1316560 - https://launchpad.net/bugs/1316561 (bzr r14291)