| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into powerpencil | Jabier Arraiza | 2017-11-03 | 1 | -78/+65 |
| |\ | |||||
| | * | Preferences: cleanup | Eduard Braun | 2017-10-22 | 1 | -51/+46 |
| | | | |||||
| | * | Preferences: Minor consistency fixes for UI | Eduard Braun | 2017-10-22 | 1 | -3/+5 |
| | | | |||||
| | * | Preferences: Simplify code from 9f2c9d85b73ff773e6181d700678f28757714992 | Eduard Braun | 2017-10-22 | 1 | -21/+6 |
| | | | |||||
| | * | Add preference to load additional fonts from custom directories | Eduard Braun | 2017-10-21 | 1 | -0/+3 |
| | | | | | | | | | 'custom_fontdirs' is a list of paths to search for fonts | ||||
| | * | Add preference to load additional fonts from 'fonts' directories | Eduard Braun | 2017-10-20 | 1 | -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 Jeanmougin | 2017-09-30 | 1 | -11/+7 |
| | | | |||||
| * | | Clarify a bit some strings | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -3/+3 |
| | | | |||||
| * | | Parametrice into preferences magic numbers and other staff | Jabier Arraiza | 2017-08-28 | 1 | -0/+40 |
| |/ | |||||
| * | Only update shortcuts tree view once after updating (significantly reduces ↵ | Eduard Braun | 2017-07-09 | 1 | -1/+5 |
| | | | | | the time it takes to switch shortcut files or even set a shortcut) | ||||
| * | Merge branch 'master' into shortcuts | Eduard Braun | 2017-07-09 | 1 | -12/+9 |
| |\ | |||||
| | * | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 1 | -8/+6 |
| | | | |||||
| | * | Clean up color profiles code | Tobias Ellinghaus | 2017-07-05 | 1 | -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 Owens | 2017-06-28 | 1 | -1/+1 |
| | | | | | | | | | get_filename methods | ||||
| * | | Allow to set shortcuts for characters that need to be escaped (e.g. "<>&") | Eduard Braun | 2017-06-23 | 1 | -1/+1 |
| | | | |||||
| * | | Improve and simplify shortcut handling. | Eduard Braun | 2017-06-23 | 1 | -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 Bah | 2017-03-30 | 1 | -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 Bah | 2017-03-21 | 1 | -0/+3 |
| | | | | | | Change default rotation step to 15 degrees. (bzr r15605) | ||||
| * | Fix a typo in inkscape-preferences.cpp. | Ivan Mas??r | 2016-11-22 | 1 | -1/+1 |
| | | | | (bzr r15266) | ||||
| * | allows for denser screens in zoom correction factors | Marc Jeanmougin | 2016-10-28 | 1 | -1/+1 |
| | | | | (bzr r15195) | ||||
| * | Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/ | Tavmjong Bah | 2016-08-15 | 1 | -1/+1 |
| | | | | (bzr r15059) | ||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -37/+5 |
| |\ | | | | | (bzr r15038) | ||||
| | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -37/+5 |
| | | | | | | | (bzr r15023.2.7) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -9/+1 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+10 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -10/+0 |
| |/ | | | (bzr r15025) | ||||
| * | Sort color profile lists | houz | 2016-06-02 | 1 | -22/+22 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946) | ||||
| * | UI. Fixing typos in original strings. | Nicolas Dufour | 2016-05-16 | 1 | -2/+2 |
| | | | | | | Translations. PO template update. (bzr r14894) | ||||
| * | Add option for larger icons (useful for 4K display). | Tavmjong Bah | 2016-04-12 | 1 | -2/+3 |
| | | | | (bzr r14789) | ||||
| * | Fix bug 1540155: Interactive simplify on pencit tool is hard to edit | Jabier Arraiza Cenoz | 2016-03-02 | 1 | -0/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1540155 (bzr r14679) | ||||
| * | Hide unused verbs if Potrace is not available | Alex Valavanis | 2015-11-21 | 1 | -0/+2 |
| | | | | (bzr r14449.1.7) | ||||
| * | i18n. Strings disambiguation (thanks, Maren!). | Nicolas Dufour | 2015-11-01 | 1 | -2/+2 |
| | | | | | | | Translation. Translation template update. Translation. French translation update. (bzr r14440) | ||||
| * | Added a pref option to disable "spacebar panning". (default:enabled) | Marc Jeanmougin | 2015-09-17 | 1 | -5/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1401593 (bzr r14372) | ||||
| * | Translations. Last set of new Indian languages translations (Kannada, ↵ | Nicolas Dufour | 2015-08-12 | 1 | -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) | ||||
| * | Translations. Second set of new Indian languages translations (Bodo, ↵ | Nicolas Dufour | 2015-08-11 | 1 | -8/+8 |
| | | | | | | | | | | | | | | Malayalam, Marathi, Urdu, Sindhi [PA and Devanagari], and Sanskrit). Fixed bugs: - https://launchpad.net/bugs/1316442 - https://launchpad.net/bugs/1316564 - https://launchpad.net/bugs/1316427 - https://launchpad.net/bugs/1316572 - https://launchpad.net/bugs/1316570 - https://launchpad.net/bugs/1316566 (bzr r14288) | ||||
| * | Translations. First set of new Indian languages translations (Assamese, ↵ | Nicolas Dufour | 2015-08-04 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | Dogri, Gujarati, Hindi, Odia, Santali and Tamil. Fixed bugs: - https://launchpad.net/bugs/1316569 - https://launchpad.net/bugs/1316565 - https://launchpad.net/bugs/1316571 - https://launchpad.net/bugs/1316548 - https://launchpad.net/bugs/1316479 - https://launchpad.net/bugs/1316476 - https://launchpad.net/bugs/1316440 (bzr r14274) | ||||
| * | Make persistence of snap indicator configurable, and clean up the snapping ↵ | Diederik van Lierop | 2015-07-24 | 1 | -7/+19 |
| | | | | | | | | | tab in the preferences dialog Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r14253) | ||||
| * | Translations. New Icenlandic translation. | Sveinn í Felli | 2015-02-27 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1426423 (bzr r13951) | ||||
| * | Typos (Bug #1417127) | Kris De Gussem | 2015-02-03 | 1 | -1/+1 |
| | | | | (bzr r13895) | ||||
| * | Preferences. Fix for Bug #1401993 (Keyboard shortcut editor throws together ↵ | Nicolas Dufour | 2015-01-07 | 1 | -0/+4 |
| | | | | | | | | | extensions and filters). Fixed bugs: - https://launchpad.net/bugs/1401993 (bzr r13845) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_message_stack | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | (bzr r13817) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13809) | ||||
| * | Preferences. Fix for Bug #1401782 (Take from selection button should be ↵ | Nicolas Dufour | 2014-12-12 | 1 | -1/+5 |
| | | | | | | | | | greyed out at startup). Fixed bugs: - https://launchpad.net/bugs/1401782 (bzr r13797) | ||||
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 1 | -1/+1 |
| |\ | | | | | (bzr r13341.5.24) | ||||
| | * | Disable preference widget to allow saving fonts in non-px units | Josh Andler | 2014-11-25 | 1 | -1/+1 |
| | | | | | | | (bzr r13760) | ||||
| * | | Update to trunk r13690 | Liam P. White | 2014-11-09 | 1 | -1/+4 |
| |\| | | | | | (bzr r13341.5.22) | ||||
| | * | Black list some properties that shouldn't appear in default styles. | Tavmjong Bah | 2014-11-08 | 1 | -0/+3 |
| | | | | | | | (bzr r13679) | ||||
| | * | Fixing typos found by Firas Hanife. | Nicolas Dufour | 2014-11-05 | 1 | -1/+1 |
| | | | | | | | (bzr r13673) | ||||
| * | | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -7/+9 |
| |\| | | | | | (bzr r13341.5.17) | ||||
