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