index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
preferences.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-26
Dialogs: improve opacity handling through use of CSS
Patrick Storz
1
-1
/
+0
2019-10-20
Preferences: hold-off on caching until fully instantiated
Patrick Storz
1
-11
/
+12
2019-10-14
Re-Add blending modes UI using CSS instead filters
Jabier Arraiza
1
-1
/
+1
2019-10-13
add extension to prefs backups
Marc Jeanmougin
1
-2
/
+2
2019-10-09
Backup prefs instead of deleting
Marc Jeanmougin
1
-3
/
+15
2019-07-22
Preferences: add methods to set/get unsigned integers
Patrick Storz
1
-0
/
+31
2019-06-08
Preferences: Work around issue with parsing unsigned integers
Patrick Storz
1
-1
/
+17
2019-03-27
Remove dead code.
Tavmjong Bah
1
-88
/
+0
2019-03-13
Move Calligraphy preset names to more appropriate place.
Tavmjong Bah
1
-12
/
+0
2019-03-11
Don't translate Caligraphy presets in Preferences::_loadDefaults.
Tavmjong Bah
1
-6
/
+10
2019-02-10
Fix (hopefully) Internationalization of default Calligraphy presets.
Tavmjong Bah
1
-0
/
+9
2019-01-14
std::unique_ptr<_ObserverData>
Thomas Holder
1
-12
/
+7
2019-01-14
std::unique_ptr<PrefNodeObserver>
Thomas Holder
1
-9
/
+1
2019-01-14
Fixing Bug #1811551: GCC is not liking missing string_literal in g_strdup_pri...
Kishore Debnath
1
-2
/
+2
2019-01-14
Fix memleak and hopefully windows CI
Marc Jeanmougin
1
-1
/
+1
2019-01-11
Add button to delete prefs
Marc Jeanmougin
1
-9
/
+30
2018-12-18
Convert preferences_skeleton to a C++11 raw string.
Tavmjong Bah
1
-0
/
+8
2018-12-18
Change parsing an integer from 'atoi' to 'strtol' to allow parsing hexidecima...
Tavmjong Bah
1
-1
/
+1
2018-11-25
Fix bug 1804946: Measurement tool is very slow when using grids
Jabier Arraiza
1
-0
/
+23
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-09-12
More caching in prefs
Marc Jeanmougin
1
-6
/
+27
2018-09-12
Fix preferences crash
Thomas Holder
1
-3
/
+24
2018-09-11
Cache preference raw values
Marc Jeanmougin
1
-0
/
+6
2018-06-18
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
1
-4
/
+5
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-41
/
+41
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-12
/
+12
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-12
/
+12
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-10-27
Protect against missing "id".
Tavmjong Bah
1
-0
/
+6
2017-10-20
Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fonts
Eduard Braun
1
-1
/
+1
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
1
-2
/
+2
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
1
-18
/
+10
2017-04-29
Rewrite UX
Jabiertxof
1
-0
/
+29
2017-04-28
Reset
Jabiertxof
1
-29
/
+0
2017-04-27
Fixing remove prefs
Jabier Arraiza Cenoz
1
-0
/
+29
2016-09-20
Remove properties with default values from 'style' entries in users preferenc...
Tavmjong Bah
1
-0
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2014-06-26
Convert accidental member accesses into static function accesses
Liam P. White
1
-3
/
+5
2014-06-25
1. make it compile
Liam P. White
1
-3
/
+3
2014-04-20
Stop observer from crashing when it doesn't exist in preferences.xml
Martin Owens
1
-1
/
+3
2014-03-16
string class usage
Kris De Gussem
1
-16
/
+9
2014-01-08
add null check: should fix bug #1163241 (inkscape crashed with SIGSEGV in Ink...
Kris De Gussem
1
-0
/
+3
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
1
-2
/
+1
2013-08-04
Switched to global UnitTable.
Matthew Petroff
1
-2
/
+2
2013-02-11
A couple of forward declarations
Alex Valavanis
1
-0
/
+1
2012-11-30
Fix for 255792 : Calligraphy tool presets management
John Smith
1
-0
/
+11
[next]