index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
stroke-style: fix preloading no-marker
chr
2017-05-18
1
-4
/
+10
*
fix a brunch of memory leaks
chr
2017-05-18
6
-4
/
+12
*
bugfix crash while moving objects
chr
2017-05-18
1
-2
/
+3
*
merge dimon's branch: fixed xverbs
Marc Jeanmougin
2017-05-18
1
-33
/
+5
|
\
|
*
fix crash
dmitry.zhulanov@gmail.com
2017-05-17
1
-0
/
+1
|
*
fix naming
dmitry.zhulanov@gmail.com
2017-05-17
1
-33
/
+4
|
/
*
Fix build warning
Eduard Braun
2017-05-14
1
-1
/
+1
*
Inkview: Print warning of no (valid) files are found in input
Eduard Braun
2017-05-14
1
-1
/
+2
*
Inkview: New option -r or --recursive which make Inkview search recursively f...
Eduard Braun
2017-05-14
1
-23
/
+37
*
Inkview: new option -f or --fullscreen to lauch Inkview in fullscreen mode
Eduard Braun
2017-05-14
3
-24
/
+34
*
cmake/MSYS2: Install translations for glib (required for help output on console)
Eduard Braun
2017-05-14
1
-0
/
+1
*
cmake: Store defauklt CMAKE_INSTALL_PREFIX to cache, otherwise it will be los...
Eduard Braun
2017-05-14
1
-1
/
+2
*
Inkview: Large batch of feature improvements and bug fixes
Eduard Braun
2017-05-14
4
-379
/
+512
|
\
|
*
Inkview: Don't crash when unknow command line option is specified
Eduard Braun
2017-05-14
1
-1
/
+8
|
*
Inkview: add option -s or --scale to set a factor by witch to scale the displ...
Eduard Braun
2017-05-14
3
-22
/
+36
|
*
Inkview: Add additional information to help output and update option description
Eduard Braun
2017-05-14
1
-4
/
+9
|
*
Inkview: refactor InkviewOptionsGroup and other minor refactoring
Eduard Braun
2017-05-14
1
-28
/
+24
|
*
Inkview: minor refactoring
Eduard Braun
2017-05-14
1
-12
/
+9
|
*
Inkview: Finally implement the -t or --timer option after we dragged it aroun...
Eduard Braun
2017-05-14
3
-13
/
+30
|
*
Inkview: Some more refactoring
Eduard Braun
2017-05-14
3
-15
/
+15
|
*
Inkview: Refactoring - move SPSlideShow to separate source file
Eduard Braun
2017-05-14
4
-325
/
+398
|
*
Inkview: Title was not updated when using controls in control window.
Eduard Braun
2017-05-13
1
-1
/
+1
|
*
Inkview: Show number of current slide and total number of slides in title
Eduard Braun
2017-05-13
1
-1
/
+6
|
*
Inkview: Print warning if a file failed to load.
Eduard Braun
2017-05-13
1
-3
/
+3
|
*
Inkview: Support folders as input.
Eduard Braun
2017-05-13
1
-9
/
+24
|
*
Inkview: Put checking for valid files in separate function
Eduard Braun
2017-05-13
1
-17
/
+24
|
*
Inkview: Print error in correct encoding.
Eduard Braun
2017-05-13
1
-7
/
+5
|
*
Inkview: Fix loading files with non-ASCII characters in filename
Eduard Braun
2017-05-13
1
-5
/
+4
|
/
*
Fix build warning
Eduard Braun
2017-05-12
1
-1
/
+1
*
Fix a bug pointed by suv in IRC about simple mode of rotate copies with origi...
Jabier Arraiza Cenoz
2017-05-12
1
-1
/
+5
*
Inkview: Fix translation of help output as well as encoding on Windows
Eduard Braun
2017-05-12
1
-15
/
+25
|
\
|
*
Inkview: minor cleanup
Eduard Braun
2017-05-12
1
-9
/
+1
|
*
Inkview: Fix encoding of console output on Windows
Eduard Braun
2017-05-12
1
-1
/
+15
|
*
Inkview: Fix gettext localization
Eduard Braun
2017-05-12
1
-6
/
+10
|
/
*
Fix crash with fonts containing illegal characters in family name.
Eduard Braun
2017-05-10
1
-0
/
+6
*
Fix for Wayland.
Tavmjong Bah
2017-05-10
1
-2
/
+9
*
Remove more unused stuff missed in last commit.
Tavmjong Bah
2017-05-10
1
-13
/
+0
*
Remove unused floatscreenissue variable and supporting code.
Tavmjong Bah
2017-05-10
2
-36
/
+0
*
Wayland fix.
Tavmjong Bah
2017-05-10
1
-7
/
+25
*
Use UTF8 encoding for output on windows console.
Eduard Braun
2017-05-10
2
-11
/
+20
*
cmake/Windows: convert all 'DESTINATION's to relative paths and allow easy cu...
Eduard Braun
2017-05-09
3
-41
/
+43
*
cmake: Don't include 'ConfigPaths.cmake' twice
Eduard Braun
2017-05-09
2
-4
/
+1
*
cmake: do not install static libraries on Windows
Eduard Braun
2017-05-08
2
-5
/
+10
*
cmake: Correctly use 'install(TARGETS ...)' instead of 'install(FILES ...)' f...
Eduard Braun
2017-05-08
3
-44
/
+21
*
Build an inkview.com as consoler wrapper around inkview.exe to allow for prin...
Eduard Braun
2017-05-08
2
-1
/
+9
*
Move gettext initialization to separate function and re-use it in inkview (lo...
Eduard Braun
2017-05-08
5
-68
/
+188
|
\
|
*
Inkview: Fix localization
Eduard Braun
2017-05-07
1
-15
/
+12
|
*
Properly handle ENABLE_NLS define
Eduard Braun
2017-05-07
1
-11
/
+8
|
*
Move functions for switching gettext charset to helper/gettext.h
Eduard Braun
2017-05-07
3
-7
/
+32
|
*
Move gettext initialization into separate function so it can be re-used (will...
Eduard Braun
2017-05-07
4
-35
/
+136
[next]