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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert preferences_skeleton to a C++11 raw string.
Tavmjong Bah
2018-12-18
1
-0
/
+8
*
Change parsing an integer from 'atoi' to 'strtol' to allow parsing hexidecima...
Tavmjong Bah
2018-12-18
1
-1
/
+1
*
Fix bug 1804946: Measurement tool is very slow when using grids
Jabier Arraiza
2018-11-25
1
-0
/
+23
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
More caching in prefs
Marc Jeanmougin
2018-09-12
1
-6
/
+27
*
Fix preferences crash
Thomas Holder
2018-09-12
1
-3
/
+24
*
Cache preference raw values
Marc Jeanmougin
2018-09-11
1
-0
/
+6
*
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
2018-06-18
1
-4
/
+5
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-41
/
+41
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-12
/
+12
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-12
/
+12
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Protect against missing "id".
Tavmjong Bah
2017-10-27
1
-0
/
+6
*
Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fonts
Eduard Braun
2017-10-20
1
-1
/
+1
*
Refactor Util::ptr_shared
Jan Lingscheid
2017-10-18
1
-2
/
+2
*
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
2017-06-28
1
-18
/
+10
*
Rewrite UX
Jabiertxof
2017-04-29
1
-0
/
+29
*
Reset
Jabiertxof
2017-04-28
1
-29
/
+0
*
Fixing remove prefs
Jabier Arraiza Cenoz
2017-04-27
1
-0
/
+29
*
Remove properties with default values from 'style' entries in users preferenc...
Tavmjong Bah
2016-09-20
1
-0
/
+2
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-1
/
+0
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+1
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-1
/
+0
*
Convert accidental member accesses into static function accesses
Liam P. White
2014-06-26
1
-3
/
+5
*
1. make it compile
Liam P. White
2014-06-25
1
-3
/
+3
*
Stop observer from crashing when it doesn't exist in preferences.xml
Martin Owens
2014-04-20
1
-1
/
+3
*
string class usage
Kris De Gussem
2014-03-16
1
-16
/
+9
*
add null check: should fix bug #1163241 (inkscape crashed with SIGSEGV in Ink...
Kris De Gussem
2014-01-08
1
-0
/
+3
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-2
/
+1
*
Switched to global UnitTable.
Matthew Petroff
2013-08-04
1
-2
/
+2
*
A couple of forward declarations
Alex Valavanis
2013-02-11
1
-0
/
+1
*
Fix for 255792 : Calligraphy tool presets management
John Smith
2012-11-30
1
-0
/
+11
*
some memleak fixes (Bug #1043571)
Kris De Gussem
2012-09-20
1
-6
/
+6
*
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...
Kris De Gussem
2012-09-03
1
-6
/
+6
*
converted some c-string usage to c++ string class usage: should fix some memo...
Kris De Gussem
2012-09-02
1
-6
/
+6
*
preferences read out: when no unit is specified, assume it is in the requeste...
Johan B. C. Engelen
2011-11-27
1
-1
/
+6
*
Removed use of 'void *' as attemtp to limit access to internals.
Jon A. Cruz
2011-10-23
1
-20
/
+16
*
cppcheck: variable initialisation / fix possible memory leak
Kris De Gussem
2011-10-22
1
-0
/
+5
*
add new preference widget for a number with a unit.
Johan B. C. Engelen
2011-04-17
1
-0
/
+44
*
Doc comment cleanup of '@brief'.
Jon A. Cruz
2011-03-21
1
-30
/
+37
*
Cleaned up memory patch. Fixes bug #737298.
Jon A. Cruz
2011-03-20
1
-0
/
+3
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
2009-11-29
1
-0
/
+22
*
Fixed copying of old settings, along with some data() vs. c_str() cleanup. Fi...
Jon A. Cruz
2009-11-10
1
-27
/
+38
*
Migrate file MRU prefs
Jon A. Cruz
2009-11-09
1
-27
/
+124
*
Fixed collapsed if/cond/body lines that blocked debugging.
Jon A. Cruz
2009-05-05
1
-128
/
+158
*
Implement warning of prior errors.
Jon A. Cruz
2009-05-04
1
-1
/
+20
*
Fixed broken preferences singleton and removed GUI encapsulation leakage. Fix...
Jon A. Cruz
2009-05-04
1
-44
/
+35
[next]