index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Effects: make "Working..." dialog transient for preferences dialog
Eduard Braun
2017-12-20
3
-2
/
+18
*
Replace GimpSpinScale by InkSpinScale.
Tavmjong Bah
2017-12-18
2
-2
/
+8
*
PDF+LaTeX export: do not apply style to newlines
Eduard Braun
2017-12-05
1
-25
/
+28
*
PDF+LaTeX export: Fix multiline text
Eduard Braun
2017-12-05
1
-13
/
+30
*
PDF+LaTeX export: Avoid printing empty boxes
Eduard Braun
2017-12-05
1
-0
/
+5
*
CairoRenderer: print warning if rendering failed
Eduard Braun
2017-12-04
1
-1
/
+5
*
Proper fix for multipage PDF+Latex export
Eduard Braun
2017-12-04
1
-2
/
+33
*
Revert "Fix PDF+TeX output for text inside groups with clip/mask"
Eduard Braun
2017-12-04
2
-33
/
+3
*
Add a warning dialog for previous commit
Eduard Braun
2017-11-30
1
-1
/
+5
*
Extensions: Don't crash on invalid effect extension output
Eduard Braun
2017-11-30
1
-3
/
+8
*
Two fixes (should work on Linux now)
Eduard Braun
2017-11-21
1
-3
/
+2
*
Fix printing multiple copies of a document
Eduard Braun
2017-11-20
2
-5
/
+8
*
Merge branch 'luzpaz/inkscape-typos' (!119)
Eduard Braun
2017-11-07
23
-32
/
+32
|
\
|
*
Misc. typos
Unknown
2017-11-07
23
-32
/
+32
*
|
Change abs to std::abs to fix warnings
Simon Wells
2017-11-04
2
-5
/
+5
|
/
*
do not build grid2 in target all
Marc Jeanmougin
2017-11-02
1
-1
/
+1
*
Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscape
Marc Jeanmougin
2017-10-20
2
-4
/
+2
|
\
|
*
Replace boost::scoped_ptr
Jan Lingscheid
2017-10-17
2
-4
/
+2
*
|
Drop obsolete wrapper around Glib::file_open_tmp
Stefano Facchini
2017-10-19
2
-13
/
+12
*
|
Remove all unused makefile.in
Stefano Facchini
2017-10-19
3
-51
/
+0
|
/
*
Remove deprecated GNOME VFS
Stefano Facchini
2017-10-13
2
-65
/
+23
*
third batch
Marc Jeanmougin
2017-10-02
2
-22
/
+6
*
Merge branch 'master' of gitlab.com:inkscape/inkscape
Marc Jeanmougin
2017-10-01
1
-12
/
+20
|
\
|
*
Do not crash if raster image can not be opened by ImageMagick
Eduard Braun
2017-09-30
1
-12
/
+20
*
|
Removed all GSList occurences in .h files
Marc Jeanmougin
2017-10-01
11
-175
/
+138
|
/
*
adapt to poppler 0.58
David Tardon
2017-09-07
2
-0
/
+527
*
Cleanup: eliminate version from config.h
Eduard Braun
2017-07-17
2
-3
/
+5
*
Gtkmm deprecation fixes
Alexander Valavanis
2017-07-06
3
-3
/
+0
*
Move directory scanners to new get_filenames(...) calls
Martin Owens
2017-07-02
6
-108
/
+16
*
Introduce get_filenames which scans paths for all filenames.
Martin Owens
2017-07-01
2
-60
/
+18
*
Replace ImageMagic with GraphicsMagic
chr[]
2017-06-30
1
-0
/
+3
*
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
2017-06-28
5
-29
/
+27
*
[Bug #1417470] Fix PDF+TeX output for text inside groups with clip/mask
Max Gaukler
2017-06-13
2
-3
/
+33
*
Avoid name conflict with libwmf (wmf_free).
Tavmjong Bah
2017-06-01
1
-1
/
+1
*
Use uniform name for input and output (and PDF is an ISO standard and no long...
Tavmjong Bah
2017-06-01
1
-2
/
+2
*
Sort File Save and File Input file type menus.
Tavmjong Bah
2017-05-31
1
-3
/
+77
*
Fix PDF export with respect to 'image-rendering'.
Tavmjong Bah
2017-05-29
1
-5
/
+5
*
CDR/VSD input: Avoid crash when preview image can not be rendered and show a ...
Eduard Braun
2017-04-30
2
-1
/
+27
*
Fix regression introduced in r15634
Eduard Braun
2017-04-28
1
-2
/
+2
*
Restore r14978 which was reverted in r15047 due to messed up merge
Eduard Braun
2017-04-24
4
-4
/
+0
*
Cleanup for previous commit
Eduard Braun
2017-04-24
2
-6
/
+3
*
Extensions: Fix "param"s of type "description" were always translated (as opp...
Eduard Braun
2017-04-24
1
-27
/
+30
*
Extensions: Fixes and improvements for "gui-description" parameter attribute ...
Eduard Braun
2017-04-24
3
-2
/
+10
*
Some code refactoring for consistency
Eduard Braun
2017-04-09
21
-200
/
+200
*
Remove unused field "scope"
Eduard Braun
2017-04-09
22
-88
/
+27
*
Remove unused field "gui_tip"
Eduard Braun
2017-04-09
20
-65
/
+25
*
Restore r14955 which was reverted in r15047 due to messed up merge
Eduard Braun
2017-04-24
7
-9
/
+19
*
EMF/WMF: Hopefully resolve locale issues with decimal separator for good
Eduard Braun
2017-04-06
4
-28
/
+35
*
Extensions: Correctly handle the xml:space="preserve" attribute for "descript...
Eduard Braun
2017-03-25
2
-9
/
+34
*
Implement rotation via desktop to window affine.
Tavmjong Bah
2017-03-20
9
-45
/
+15
[prev]
[next]