index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-19
Add command-line option to select PDF page
Joe Rabinoff
1
-0
/
+11
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-118
/
+118
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-15
/
+15
2018-04-30
Add --export-xaml as option
Jesper Staun Hansen
1
-0
/
+30
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-15
/
+15
2018-03-27
Minor cleanup of warnings. No functional change.
Felipe Corrêa da Silva Sanches
1
-1
/
+1
2018-02-21
Remove legacy code for setting PYTHONPATH on Windows
Eduard Braun
1
-55
/
+5
2018-02-21
Add Inkscape root dir to DLL search path
Eduard Braun
1
-0
/
+5
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-6
/
+7
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-10-14
Do not use GUI for --export-inkscape-svg
Eduard Braun
1
-0
/
+1
2017-10-14
Cleanup: rename sp_do_export_png for consistency
Eduard Braun
1
-7
/
+12
2017-10-14
Some basic error handling for SVG export
Eduard Braun
1
-5
/
+16
2017-10-14
Refactoring: put SVG export into separate function
Eduard Braun
1
-59
/
+73
2017-10-14
Support --export-area-page when using --export-id to export to SVG
Eduard Braun
1
-1
/
+3
2017-10-14
Support --export-margin when exporting to SVG
Eduard Braun
1
-3
/
+15
2017-10-14
make --export-area-drawing work when exporting SVG
Eduard Braun
1
-0
/
+4
2017-10-12
Do not force-disable CSD on Windows
Eduard Braun
1
-4
/
+0
2017-10-05
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
1
-3
/
+3
2017-10-02
Second batch
Marc Jeanmougin
1
-56
/
+24
2017-08-04
Fix inkscape --help appearance due to a too long line
Marc Jeanmougin
1
-2
/
+2
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-3
/
+0
2017-06-23
Improve and simplify shortcut handling.
Eduard Braun
1
-1
/
+1
2017-06-04
Porting the pre-92 file update message from 0.92.x to trunk:
Marc Jeanmougin
1
-0
/
+23
2017-06-04
Porting the pre-92 file update message from 0.92.x to trunk:
Marc Jeanmougin
1
-0
/
+23
2017-05-07
Properly handle ENABLE_NLS define
Eduard Braun
1
-11
/
+8
2017-05-07
Move functions for switching gettext charset to helper/gettext.h
Eduard Braun
1
-5
/
+2
2017-05-07
Move gettext initialization into separate function so it can be re-used (will...
Eduard Braun
1
-33
/
+5
2017-05-07
Use glib to get the installation prefix on Windows
Eduard Braun
1
-6
/
+6
2017-05-07
Minor refactor: check setlocale() occurences and make sure we do not setlocal...
Eduard Braun
1
-1
/
+0
2017-04-21
[Bug #1572242] Add --export-inkscape-svg=FILENAME command line option to expo...
shlomif-gmail
1
-6
/
+25
2017-02-18
Disable GTK3 "client side decorations" on Windows by setting "GTK_CSD=0"
Eduard Braun
1
-7
/
+11
2017-02-05
forward-port from 0.92.x the line height conversion from <.92 to >=.92
Marc Jeanmougin
1
-2
/
+7
2017-01-18
Fix usage information for "--export-pdf-version"
Eduard Braun
1
-1
/
+1
2016-11-06
further cppification
Marc Jeanmougin
1
-6
/
+4
2016-11-07
Remove embedded build date, to allow reproducible building.
Mattia Rizzolo
1
-1
/
+1
2016-10-03
beautify idents
Dmitry Zhulanov
1
-1
/
+1
2016-10-01
disable xverb feature if WITH_YAML defined
Dmitry Zhulanov
1
-4
/
+11
2016-09-26
add x-verbs support
Dmitry Zhulanov
1
-0
/
+22
2016-08-18
Fix compilation error
Eduard Braun
1
-1
/
+1
2016-08-15
Add changes for compilation with trunk
Tavmjong Bah & Kamalpreet Grewal
1
-1
/
+1
2016-08-09
Move some main functions to Application class
Alex Valavanis
1
-96
/
+8
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-15
/
+1
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-5
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+15
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-15
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-2
/
+2
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-4
/
+2
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-2
/
+2
[next]