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
2018-11-05
Remove unused headers in src/io/
Emmanuel Gil Peyrot
5
-212
/
+0
2018-10-29
cleanup: remove Base64OutputStream
Thomas Holder
3
-462
/
+0
2018-10-29
cleanup: remove most of uristream.cpp
Thomas Holder
3
-369
/
+35
2018-10-16
Fix use after free in error reporting
Jan Horak
1
-1
/
+4
2018-10-15
fix vi modelines: encoding -> fileencoding
Thomas Holder
1
-1
/
+1
2018-10-13
Move some files to 'io' directory.
Tavmjong Bah
12
-22
/
+1355
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
3
-10
/
+1
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
3
-5
/
+5
2018-09-29
Inkscapestream: Make some things const and avoid unnecessary copies
Eduard Braun
2
-9
/
+8
2018-09-29
Purge gunichar from Inkscapestream
Eduard Braun
14
-47
/
+44
2018-09-29
Inkscapestream: Fix write methods for string types
Eduard Braun
1
-7
/
+7
2018-09-22
Inkscapestream: Incredible speed up for writing of strings
Eduard Braun
1
-2
/
+3
2018-09-15
Fix eaae266840146a0faa3332f253ba7bd63eecbb21
Eduard Braun
1
-1
/
+6
2018-09-15
Support reading and writing pipes
Rainer Keller
1
-0
/
+19
2018-07-27
Working on icons
Jabiertxo Arraiza Cenoz
1
-1
/
+1
2018-07-26
Fixing paths to allow themes and icons inside main inkscape instalation not o...
Jabier Arraiza
2
-2
/
+10
2018-07-25
Fix a win compiling bug and coding style
Jabiertxo Arraiza Cenoz
1
-3
/
+4
2018-07-25
Working on open folders on WIN
Jabiertxo Arraiza Cenoz
1
-2
/
+5
2018-07-21
Fixing coding style
Jabier Arraiza
2
-15
/
+12
2018-07-21
Working on themes
Jabier Arraiza
2
-2
/
+80
2018-06-18
Run clang-tidy’s modernize-use-noexcept pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
2
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
3
-25
/
+18
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
9
-68
/
+68
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
7
-128
/
+128
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
4
-6
/
+6
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
4
-6
/
+6
2018-03-17
Removing sample meson build files.
Felipe Corrêa da Silva Sanches
1
-41
/
+0
2018-03-17
[meson-build] libio + zlib
Felipe Corrêa da Silva Sanches
1
-0
/
+41
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+4
2017-12-04
Misc. typos
luzpaz
1
-1
/
+1
2017-11-07
Misc. typos
Unknown
2
-3
/
+3
2017-10-20
Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fonts
Eduard Braun
2
-0
/
+3
2017-10-19
Drop obsolete wrapper around Glib::file_open_tmp
Stefano Facchini
2
-23
/
+0
2017-10-19
Remove all unused makefile.in
Stefano Facchini
1
-17
/
+0
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
2
-3
/
+3
2017-09-27
Create parent directories when opening a file for writing
Eduard Braun
1
-1
/
+11
2017-07-31
Expand io api for tav, resolve filename to local directory
Martin Owens
2
-0
/
+27
2017-07-08
Replace deprecated SHGetSpecialFolderLocation with SHGetFolderLocation
Eduard Braun
1
-2
/
+2
2017-07-08
Hackfest Regression: Fix profile_path() not returning the correct directory
Eduard Braun
1
-3
/
+8
2017-07-06
http: Migrate to new LibSoup API
Alexander Valavanis
1
-1
/
+1
2017-07-06
Update MSYS2 port for new dependency (libsoup)
su-v
2
-2
/
+2
2017-07-06
Add new libsoup based http access with caching and async
Martin Owens
4
-0
/
+215
2017-07-05
Make path scanning recursive, add ustring get_filenames and clean up
Martin Owens
2
-16
/
+16
2017-07-02
Move directory scanners to new get_filenames(...) calls
Martin Owens
1
-3
/
+11
2017-07-01
Hackfest: Tidy and test for file exists in output.
Martin Owens
1
-3
/
+6
2017-07-01
Introduce get_filenames which scans paths for all filenames.
Martin Owens
2
-3
/
+75
2017-06-29
Add caching to io resources path construction
Martin Owens
2
-1
/
+8
2017-06-29
Improved warning in io/resource.cpp
Martin Owens
1
-1
/
+1
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
2
-12
/
+194
[next]