summaryrefslogtreecommitdiffstats
path: root/src/preferences.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dialogs: improve opacity handling through use of CSSPatrick Storz2019-10-261-1/+0
* Preferences: hold-off on caching until fully instantiatedPatrick Storz2019-10-201-11/+12
* Re-Add blending modes UI using CSS instead filtersJabier Arraiza2019-10-141-1/+1
* add extension to prefs backupsMarc Jeanmougin2019-10-131-2/+2
* Backup prefs instead of deletingMarc Jeanmougin2019-10-091-3/+15
* Preferences: add methods to set/get unsigned integersPatrick Storz2019-07-221-0/+31
* Preferences: Work around issue with parsing unsigned integersPatrick Storz2019-06-081-1/+17
* Remove dead code.Tavmjong Bah2019-03-271-88/+0
* Move Calligraphy preset names to more appropriate place.Tavmjong Bah2019-03-131-12/+0
* Don't translate Caligraphy presets in Preferences::_loadDefaults.Tavmjong Bah2019-03-111-6/+10
* Fix (hopefully) Internationalization of default Calligraphy presets.Tavmjong Bah2019-02-101-0/+9
* std::unique_ptr<_ObserverData>Thomas Holder2019-01-141-12/+7
* std::unique_ptr<PrefNodeObserver>Thomas Holder2019-01-141-9/+1
* Fixing Bug #1811551: GCC is not liking missing string_literal in g_strdup_pri...Kishore Debnath2019-01-141-2/+2
* Fix memleak and hopefully windows CIMarc Jeanmougin2019-01-141-1/+1
* Add button to delete prefsMarc Jeanmougin2019-01-111-9/+30
* Convert preferences_skeleton to a C++11 raw string.Tavmjong Bah2018-12-181-0/+8
* Change parsing an integer from 'atoi' to 'strtol' to allow parsing hexidecima...Tavmjong Bah2018-12-181-1/+1
* Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza2018-11-251-0/+23
* Clarify licensesMax Gaukler2018-11-081-1/+2
* More caching in prefsMarc Jeanmougin2018-09-121-6/+27
* Fix preferences crashThomas Holder2018-09-121-3/+24
* Cache preference raw valuesMarc Jeanmougin2018-09-111-0/+6
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-4/+5
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-41/+41
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-12/+12
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-12/+12
* Misc. typosUnknown2017-11-071-1/+1
* Protect against missing "id".Tavmjong Bah2017-10-271-0/+6
* Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fontsEduard Braun2017-10-201-1/+1
* Refactor Util::ptr_sharedJan Lingscheid2017-10-181-2/+2
* Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens2017-06-281-18/+10
* Rewrite UXJabiertxof2017-04-291-0/+29
* ResetJabiertxof2017-04-281-29/+0
* Fixing remove prefsJabier Arraiza Cenoz2017-04-271-0/+29
* Remove properties with default values from 'style' entries in users preferenc...Tavmjong Bah2016-09-201-0/+2
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
* Convert accidental member accesses into static function accessesLiam P. White2014-06-261-3/+5
* 1. make it compileLiam P. White2014-06-251-3/+3
* Stop observer from crashing when it doesn't exist in preferences.xmlMartin Owens2014-04-201-1/+3
* string class usageKris De Gussem2014-03-161-16/+9
* add null check: should fix bug #1163241 (inkscape crashed with SIGSEGV in Ink...Kris De Gussem2014-01-081-0/+3
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-2/+1
* Switched to global UnitTable.Matthew Petroff2013-08-041-2/+2
* A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
* Fix for 255792 : Calligraphy tool presets managementJohn Smith2012-11-301-0/+11