index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
file-update.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Eliminate SPIString::value_default
Thomas Holder
2019-11-03
1
-1
/
+1
*
Unify translatable inkscape.org links and add translation comments
Gyuris Gellért
2019-08-28
1
-0
/
+2
*
Eliminate clang warnings
Thomas Holder
2019-08-23
1
-20
/
+20
*
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
2019-05-26
1
-10
/
+1
*
Add comment, rename function
Marc Jeanmougin
2019-04-24
1
-3
/
+14
*
Add second Tav fix
Marc Jeanmougin
2019-04-24
1
-1
/
+16
*
Fix style and line detection
Marc Jeanmougin
2019-04-24
1
-3
/
+4
*
Removes style on empty lines
Marc Jeanmougin
2019-04-24
1
-0
/
+20
*
Make InkscapeApplication responsible for managing documents and windows.
Tavmjong Bah
2019-03-15
1
-44
/
+1
*
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
2019-03-06
1
-12
/
+12
*
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
2019-02-20
1
-2
/
+2
*
Header cleanup.
Tavmjong Bah
2019-02-12
1
-1
/
+0
*
Update error messages.
Tavmjong Bah
2019-01-15
1
-2
/
+2
*
Clarify licenses
Max Gaukler
2018-11-08
1
-0
/
+9
*
Move some files to 'io' directory.
Tavmjong Bah
2018-10-13
1
-1
/
+1
*
Update file import dialog for old SVG. We couldent add a fixed siize so we n...
Jabier Arraiza
2018-09-18
1
-24
/
+30
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-30
/
+35
*
Make file update dialog transient for the main window
Eduard Braun
2017-11-30
1
-0
/
+1
*
Fix link for FAQ entry on DPI change
Eduard Braun
2017-10-15
1
-1
/
+1
*
Fix build for Gtk < 3.12
Alexander Valavanis
2017-07-09
1
-0
/
+6
*
Update for Gtk alignment changes
Alexander Valavanis
2017-07-09
1
-5
/
+6
*
Porting the pre-92 file update message from 0.92.x to trunk:
Marc Jeanmougin
2017-06-04
1
-1
/
+442
*
Minor refactor: check setlocale() occurences and make sure we do not setlocal...
Eduard Braun
2017-05-07
1
-1
/
+4
*
temporarily sets decimal separator locale to C to fix files correctly (Users ...
Marc Jeanmougin
2017-02-10
1
-0
/
+3
*
forward-port from 0.92.x the line height conversion from <.92 to >=.92
Marc Jeanmougin
2017-02-05
1
-0
/
+173