index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
dialog
/
font-substitution.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Eliminate SPIString::value_default
Thomas Holder
2019-11-03
1
-6
/
+4
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-2
/
+1
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-4
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-3
/
+3
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-3
/
+3
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-3
/
+3
*
a few more fixes to build warnings related to libnrtype
Felipe Corrêa da Silva Sanches
2018-03-27
1
-4
/
+2
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-16
/
+14
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Merged trunk
Adrian Boguszewski
2016-08-09
1
-5
/
+1
|
\
|
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-5
/
+1
|
|
\
|
|
*
Finish removing GTK+ 2 fallbacks
Alex Valavanis
2016-07-28
1
-5
/
+1
*
|
|
Merged trunk
Adrian Boguszewski
2016-08-03
1
-6
/
+1
|
\
|
|
|
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-6
/
+1
|
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+7
|
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-7
/
+1
|
|
/
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-1
/
+1
*
|
Second part of new SPObject children list
Adrian Boguszewski
2016-07-13
1
-1
/
+1
|
/
*
static code analysis
Kris De Gussem
2015-11-05
1
-1
/
+1
*
updated with trunk
Marc Jeanmougin
2015-04-29
1
-4
/
+0
|
\
|
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
|
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-1
/
+1
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-9
/
+9
*
|
Just...
mc
2015-02-18
1
-15
/
+9
|
/
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-1
/
+1
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-1
/
+1
*
Remove misleading dialogs directory
Liam P. White
2014-09-02
1
-1
/
+1
*
Clean up of style code, removal of SPFontStyle. Step 2.
Tavmjong Bah
2014-04-24
1
-9
/
+9
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+2
*
Tidy up dependency list and fix missing inclusion
Alex Valavanis
2013-04-07
1
-0
/
+1
*
Header cleanup
Alex Valavanis
2013-03-29
1
-0
/
+7
*
Fix for Bug #1161205 (Font substitution dialog appears when generic font fami...
Nicolas Dufour
2013-03-28
1
-1
/
+5
*
Fix for Bug #1161197 (Untranslatable string in Font substitution dialog) by M...
Nicolas Dufour
2013-03-28
1
-1
/
+1
*
Fix missing headers for Gtk+ 3 build
Alex Valavanis
2013-02-23
1
-0
/
+2
*
Fix for 1002757 : Regressions with new default font 'sans-serif'
John Smith
2013-02-02
1
-1
/
+1
*
cppcheck: Simple fixes for src/ui/dialog
Alex Valavanis
2012-11-15
1
-2
/
+2
*
Fix for 168658 : Font substitution warning dialog - CSS font fallbacks
John Smith
2012-07-08
1
-9
/
+27
*
Fix for 168658 : Font substitution warning dialog - GTK3 compile
John Smith
2012-07-04
1
-2
/
+2
*
Fix for 168658 : Font substitution warning dialog
John Smith
2012-07-04
1
-0
/
+267