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