index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
io
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-14
Fix a warning issue on theme change
Jabier Arraiza
1
-0
/
+2
2019-08-31
Templates: Accept non-underscored variants of "inkscape:templateinfo"
Patrick Storz
1
-1
/
+9
2019-08-31
cleanup includes a bit
Patrick Storz
2
-2
/
+18
2019-08-31
Refactor a lot of the parameter handling code
Patrick Storz
1
-8
/
+7
2019-08-19
Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.
Valentin Ionita
2
-10
/
+6
2019-08-18
reduce usage of desktop coordinates (#341)
Thomas Holder
1
-1
/
+1
2019-07-10
Enhancements for --export-type command line option
Patrick Storz
2
-68
/
+69
2019-07-10
Correct a typo
Mehran-Baghi
1
-1
/
+1
2019-07-08
add improvements to color handling
Jabiertxof
1
-1
/
+1
2019-07-08
Allow good render of multiples stylesheets
Jabiertxof
1
-2
/
+0
2019-07-08
allow multiple style tags
Jabier Arraiza
1
-0
/
+2
2019-07-08
Initial code to fix
Jabiertxof
2
-2
/
+2
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-1
/
+1
2019-06-19
Simplify piping through Inkscape. Reduce code duplication.
Tavmjong Bah
1
-0
/
+5
2019-06-19
Restore ability to pipe a file into Inkscape.
Tavmjong Bah
2
-0
/
+24
2019-06-07
Remove _argv0 from Inkscape::Application
Patrick Storz
1
-4
/
+0
2019-05-28
Update pofiles
Marc Jeanmougin
1
-2
/
+1
2019-05-22
Remove ResourceManager dep on Glib::object.
Shlomi Fish
2
-5
/
+2
2019-05-10
Remove support for saving as JavaFX 1.x script (*.fx)
Karl Cheng
1
-1
/
+1
2019-04-06
More document.h cleanup.
Tavmjong Bah
1
-1
/
+1
2019-04-04
Reorganize document.h.
Tavmjong Bah
1
-0
/
+1
2019-03-31
Remove unused INKSCAPE_APPICONDIR and INKSCAPE_BINDDIR
Patrick Storz
2
-2
/
+0
2019-03-30
Inkscape::IO::Resource: Drop "DATA_DIR" from Type enum
Patrick Storz
2
-5
/
+0
2019-03-29
Drop "RegistryTool" which is no longer in use.
Patrick Storz
3
-284
/
+0
2019-03-21
Misc. typos and whitespace fixes
luz.paz
1
-1
/
+1
2019-03-15
Make InkscapeApplication responsible for managing documents and windows.
Tavmjong Bah
3
-40
/
+74
2019-03-10
Remove INKSCAPE_PORTABLE_PROFILE_DIR
Patrick Storz
1
-7
/
+1
2019-03-10
Adjust load order of get_filename() function
Patrick Storz
1
-27
/
+35
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
2
-5
/
+5
2019-02-17
Move logic to build localized filenames into io/ressource.cpp
Patrick Storz
2
-22
/
+29
2019-01-15
Use ink_file_open in sp_file_open.
Tavmjong Bah
2
-3
/
+19
2019-01-02
run clang tidy modernize pass
Marc Jeanmougin
1
-3
/
+3
2019-01-02
modernize loops
Marc Jeanmougin
2
-7
/
+7
2018-12-23
fix get_filename with locale!=NULL
Thomas Holder
1
-2
/
+2
2018-12-13
Misc. source comment typo fixes
luz.paz
1
-3
/
+3
2018-12-03
Fix rendering tests (Launchpad bug 1805804).
Tavmjong Bah
1
-1
/
+1
2018-11-25
Remove unused variable.
Tavmjong Bah
2
-4
/
+1
2018-11-25
Switch DATADIR to DATA_DIR to not conflict with #define
Ted Gould
2
-3
/
+3
2018-11-22
Untangle do_export_png().
Tavmjong Bah
1
-113
/
+118
2018-11-22
Rearrange some code, don't quit if one object doesn't export.
Tavmjong Bah
1
-34
/
+34
2018-11-22
Fix command-line export logic.
Tavmjong Bah
2
-69
/
+71
2018-11-20
Small update to src/io/README.
Tavmjong Bah
1
-0
/
+3
2018-11-19
Possible fix to build breakage on Macs.
Tavmjong Bah
1
-1
/
+1
2018-11-19
Send background color/dpi info to std::cerr to allow piping PNG export to file.
Tavmjong Bah
1
-3
/
+3
2018-11-19
Possible fix to MAC build failure.
Tavmjong Bah
1
-1
/
+1
2018-11-19
Allow multiple semi-colon separated entries in --export-id; each entry will b...
Tavmjong Bah
2
-283
/
+347
2018-11-19
Add src/io/README
Tavmjong Bah
1
-0
/
+32
2018-11-18
Rewrite of main.cpp using InkscapeApplication (Gtk::Application)
Tavmjong Bah
5
-0
/
+851
2018-11-18
Fix stream class locations
Alexander Valavanis
1
-1
/
+1
2018-11-18
Fix CMakeLists for stream classes
Alexander Valavanis
1
-12
/
+12
[next]