summaryrefslogtreecommitdiffstats
path: root/src/preferences.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-26Dialogs: improve opacity handling through use of CSSPatrick Storz1-1/+0
2019-10-20Preferences: hold-off on caching until fully instantiatedPatrick Storz1-11/+12
2019-10-14Re-Add blending modes UI using CSS instead filtersJabier Arraiza1-1/+1
2019-10-13add extension to prefs backupsMarc Jeanmougin1-2/+2
2019-10-09Backup prefs instead of deletingMarc Jeanmougin1-3/+15
2019-07-22Preferences: add methods to set/get unsigned integersPatrick Storz1-0/+31
2019-06-08Preferences: Work around issue with parsing unsigned integersPatrick Storz1-1/+17
2019-03-27Remove dead code.Tavmjong Bah1-88/+0
2019-03-13Move Calligraphy preset names to more appropriate place.Tavmjong Bah1-12/+0
2019-03-11Don't translate Caligraphy presets in Preferences::_loadDefaults.Tavmjong Bah1-6/+10
2019-02-10Fix (hopefully) Internationalization of default Calligraphy presets.Tavmjong Bah1-0/+9
2019-01-14std::unique_ptr<_ObserverData>Thomas Holder1-12/+7
2019-01-14std::unique_ptr<PrefNodeObserver>Thomas Holder1-9/+1
2019-01-14Fixing Bug #1811551: GCC is not liking missing string_literal in g_strdup_pri...Kishore Debnath1-2/+2
2019-01-14Fix memleak and hopefully windows CIMarc Jeanmougin1-1/+1
2019-01-11Add button to delete prefsMarc Jeanmougin1-9/+30
2018-12-18Convert preferences_skeleton to a C++11 raw string.Tavmjong Bah1-0/+8
2018-12-18Change parsing an integer from 'atoi' to 'strtol' to allow parsing hexidecima...Tavmjong Bah1-1/+1
2018-11-25Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza1-0/+23
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-09-12More caching in prefsMarc Jeanmougin1-6/+27
2018-09-12Fix preferences crashThomas Holder1-3/+24
2018-09-11Cache preference raw valuesMarc Jeanmougin1-0/+6
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-4/+5
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-41/+41
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-12/+12
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-12/+12
2017-11-07Misc. typosUnknown1-1/+1
2017-10-27Protect against missing "id".Tavmjong Bah1-0/+6
2017-10-20Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fontsEduard Braun1-1/+1
2017-10-18Refactor Util::ptr_sharedJan Lingscheid1-2/+2
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens1-18/+10
2017-04-29Rewrite UXJabiertxof1-0/+29
2017-04-28ResetJabiertxof1-29/+0
2017-04-27Fixing remove prefsJabier Arraiza Cenoz1-0/+29
2016-09-20Remove properties with default values from 'style' entries in users preferenc...Tavmjong Bah1-0/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-3/+5
2014-06-251. make it compileLiam P. White1-3/+3
2014-04-20Stop observer from crashing when it doesn't exist in preferences.xmlMartin Owens1-1/+3
2014-03-16string class usageKris De Gussem1-16/+9
2014-01-08add null check: should fix bug #1163241 (inkscape crashed with SIGSEGV in Ink...Kris De Gussem1-0/+3
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-2/+1
2013-08-04Switched to global UnitTable.Matthew Petroff1-2/+2
2013-02-11A couple of forward declarationsAlex Valavanis1-0/+1
2012-11-30Fix for 255792 : Calligraphy tool presets managementJohn Smith1-0/+11