index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
More direct way of finding font-family. One entry per unique style.
Tavmjong Bah
2014-10-15
3
-482
/
+50
*
Fix strict build with Gtk+ 2
Tavmjong Bah
2014-10-15
2
-2
/
+3
*
LiamW's initial font caching work.
Tavmjong Bah
2014-10-15
8
-1125
/
+1225
*
Fix build
Liam P. White
2014-10-15
1
-0
/
+1
*
Post-merge cleanup.
Jon A. Cruz
2014-10-15
6
-187
/
+510
*
Merge hatch rendering code from Tomasz Boczkowski.
Tavmjong Bah
2014-10-14
34
-59
/
+2222
|
\
|
*
Merged hatch pdf and png export code
Tomasz Boczkowski
2014-10-14
12
-74
/
+315
|
*
Merged hatch rendering code
Tomasz Boczkowski
2014-10-14
16
-36
/
+1471
|
*
Merged src/sp-item.cpp from svg-paints-support branch
Tomasz Boczkowski
2014-10-14
1
-0
/
+75
|
*
Merged src/sp-item.h from svg-paints-support branch
Tomasz Boczkowski
2014-10-14
1
-0
/
+4
|
*
Merged src/style-internal.cpp from svg-paints-support branch
Tomasz Boczkowski
2014-10-14
1
-1
/
+5
|
*
Merged src/style.cpp from svg-paints-support branch
Tomasz Boczkowski
2014-10-14
1
-3
/
+11
|
*
Merged src/style.h from svg-paints-support branch
Tomasz Boczkowski
2014-10-14
1
-0
/
+11
|
*
Merged src/style.h from svg-paints-support branch
Tomasz Boczkowski
2014-10-14
1
-0
/
+5
|
*
Merged src/display folder from svg-paints-support branch
Tomasz Boczkowski
2014-10-14
12
-35
/
+415
*
|
Implement marker 'orient' attribute value 'auto-start-reverse'.
Tavmjong Bah
2014-10-14
4
-28
/
+53
*
|
Add 'white-space' CSS property (replaces deprecated xml:space).
Tavmjong Bah
2014-10-14
6
-50
/
+177
|
/
*
Fix crash with GTK+ 3.14 on launch
Bryce Harrington
2014-10-14
1
-1
/
+3
*
2geom: Re-fix IS_NAN and IS_FINITE for solaris
Bryce Harrington
2014-10-14
1
-2
/
+2
*
Fixed: "Called C++ object pointer is null"
Tavmjong Bah
2014-10-13
1
-1
/
+6
*
Fix multiple: "Called C++ object pointer is null"
Tavmjong Bah
2014-10-13
1
-0
/
+6
*
Fix "Called C++ object pointer is null"
Tavmjong Bah
2014-10-13
1
-3
/
+12
*
Fix: "Forming reference to null pointer"
Tavmjong Bah
2014-10-13
1
-1
/
+10
*
DrawingItem: add NULL check (bug found by clang static analyzer)
Johan B. C. Engelen
2014-10-12
1
-1
/
+1
*
path combine: add an assert to indicate that item list cannot be empty
Johan B. C. Engelen
2014-10-12
1
-0
/
+1
*
object-snapper.cpp : make the logic easier to read (use else-clause as defaul...
Johan B. C. Engelen
2014-10-12
1
-4
/
+1
*
noop: remove duplicate assignment in sp-lpe-item.cpp
Johan B. C. Engelen
2014-10-12
1
-2
/
+1
*
Extension enumeration/dropdownbox parameter: fix potential NULL-deref crash o...
Johan B. C. Engelen
2014-10-12
1
-27
/
+28
*
Fix "Value stored to 'child' is never read"
Tavmjong Bah
2014-10-12
1
-1
/
+0
*
Fix "Access to field 'image_out' results in a dereference of a null pointer"
Tavmjong Bah
2014-10-12
1
-10
/
+15
*
Fix "Access to field 'image_out' results in a dereference of a null pointer"
Tavmjong Bah
2014-10-12
1
-10
/
+16
*
Fix "Access to field 'image_out' results in a dereference of a null pointer"
Tavmjong Bah
2014-10-12
1
-10
/
+16
*
undo whitespace edit. it's an external dependency, and let's assume that the ...
Johan B. C. Engelen
2014-10-12
1
-1040
/
+1019
*
Mass fix whitespace (clang-format) before working on bug
Johan B. C. Engelen
2014-10-12
1
-1019
/
+1040
*
LPEVonKoch: improve rev. 13589 by removing the else branch for complexity cal...
Johan B. C. Engelen
2014-10-12
1
-4
/
+2
*
maintain page size units when resizing page to drawing (Bug 1310787)
Alvin Penner
2014-10-11
1
-17
/
+16
*
LPEVonKoch : remove redundant assignment (is taken care of by the following i...
Johan B. C. Engelen
2014-10-11
1
-1
/
+1
*
Fix uninitialized variable use in svg-color.cpp. (additionally reduce scope o...
Johan B. C. Engelen
2014-10-11
1
-2
/
+2
*
Fix "Argument with 'nonnull' attribute passed null" API bug in extension colo...
Johan B. C. Engelen
2014-10-11
1
-5
/
+7
*
Apply cx, cy, etc. from template to newly created document window.
Tavmjong Bah
2014-10-09
1
-1
/
+5
*
Allow <sodipodi:namedview> attributes to be set by scripts.
Tavmjong Bah
2014-10-09
1
-62
/
+82
*
Add comment.
Tavmjong Bah
2014-10-09
1
-0
/
+1
*
avoid round-off error when calculating viewbox transform c2p (Bug 1374614 and...
Alvin Penner
2014-10-08
1
-10
/
+10
*
Remove unused functions.
Tavmjong Bah
2014-10-05
2
-155
/
+0
*
More direct way of finding font-family in SPText::description.
Tavmjong Bah
2014-10-05
1
-16
/
+4
*
modify scaling procedure for uniform scaling of flowed text (Bug 1278561)
Alvin Penner
2014-10-03
2
-2
/
+17
*
Work-around for Pango 1.36.7 which introduced 'Semi-Light' font weight,
Tavmjong Bah
2014-10-02
1
-0
/
+32
*
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Nicolas Dufour
2014-10-02
11
-14
/
+18
*
Fixing inconsistencies in the PixelArt dialog.
Nicolas Dufour
2014-10-02
1
-2
/
+2
*
Fix style string while searching for best face match.
Tavmjong Bah
2014-10-02
1
-2
/
+2
[next]