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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-20
Preferences: hold-off on caching until fully instantiated
Patrick Storz
1
-4
/
+5
2019-07-22
Preferences: add methods to set/get unsigned integers
Patrick Storz
1
-10
/
+70
2019-03-27
Remove dead code.
Tavmjong Bah
1
-5
/
+0
2019-02-01
clang-tidy recent changes
Alexander Valavanis
1
-4
/
+4
2019-01-14
std::unique_ptr<_ObserverData>
Thomas Holder
1
-2
/
+2
2019-01-14
std::unique_ptr<PrefNodeObserver>
Thomas Holder
1
-1
/
+2
2019-01-11
Add button to delete prefs
Marc Jeanmougin
1
-0
/
+4
2018-11-25
Fix bug 1804946: Measurement tool is very slow when using grids
Jabier Arraiza
1
-3
/
+37
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-09-12
More caching in prefs
Marc Jeanmougin
1
-3
/
+19
2018-09-12
Fix preferences crash
Thomas Holder
1
-1
/
+1
2018-09-11
Cache preference raw values
Marc Jeanmougin
1
-0
/
+1
2018-06-18
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
1
-2
/
+3
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-12
Run clang-tidy’s modernize-use-equals-delete pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
1
-2
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+0
2014-09-27
Update to experimental r13565
Liam P. White
1
-2
/
+4
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-2
/
+4
2014-03-16
string class usage
Kris De Gussem
1
-1
/
+1
2012-11-30
Fix for 255792 : Calligraphy tool presets management
John Smith
1
-0
/
+7
2012-02-15
More header cleanup/fwd declarations
Alex Valavanis
1
-1
/
+0
2012-02-14
Fix for 910463 : Improve System preferences
John Smith
1
-0
/
+5
2011-10-23
Removed use of 'void *' as attemtp to limit access to internals.
Jon A. Cruz
1
-2
/
+5
2011-10-04
Purging some forward.h files.
Jon A. Cruz
1
-1
/
+0
2011-04-17
add new preference widget for a number with a unit.
Johan B. C. Engelen
1
-11
/
+51
2011-03-21
Doc comment cleanup of '@brief'.
Jon A. Cruz
1
-70
/
+82
2009-11-29
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
1
-0
/
+24
2009-11-09
Migrate file MRU prefs
Jon A. Cruz
1
-0
/
+6
2009-05-27
Fixed non-ASCII characters in source file. Added missing virtual dtor.
Jon A. Cruz
1
-1
/
+2
2009-05-05
Fixed collapsed if/cond/body lines that blocked debugging.
Jon A. Cruz
1
-41
/
+67
2009-05-04
Implement warning of prior errors.
Jon A. Cruz
1
-0
/
+17
2009-05-04
Fixed broken preferences singleton and removed GUI encapsulation leakage. Fix...
Jon A. Cruz
1
-30
/
+16
2009-05-04
Clean up formatting so that methods are not all run together. Helps with diffs.
Jon A. Cruz
1
-1
/
+31
2009-02-26
Tentative fix for LP bug #168922: don't save prefs n crash handler
Krzysztof Kosi??ski
1
-10
/
+7
2009-02-13
Add missing xml/repr.h header.
Krzysztof Kosi??ski
1
-0
/
+1
2009-02-13
Fix crashes when tool styles are not set in prefs.
Krzysztof Kosi??ski
1
-4
/
+4
2008-12-08
"make check" now compiles and runs on Linux.
Krzysztof Kosi??ski
1
-0
/
+1
2008-12-07
Change the way preferences are loaded to simplify unit testing
Krzysztof Kosi??ski
1
-20
/
+20
2008-10-27
From trunk
Ted Gould
1
-36
/
+453
2008-09-16
Fix some bugs introduced by the preferences rewrite.
Krzysztof Kosi??ski
1
-7
/
+3
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-20
/
+106