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
*
Fix 3d box document unit change undo bug.
Matthew Petroff
2013-09-16
1
-1
/
+3
*
Add exponent to expression evaluator.
Matthew Petroff
2013-09-16
2
-13
/
+32
*
Merge from trunk.
Matthew Petroff
2013-09-16
2
-7
/
+4
|
\
|
*
Path->Inset trial 2. revert rev 12279. (fix Bug 1218333)
Alvin Penner
2013-09-15
1
-6
/
+3
|
*
Scale rendering of pattern fill of text when chaning zoom level; partial fix ...
Diederik van Lierop
2013-09-15
1
-1
/
+1
*
|
C++ify expression evaluator.
Matthew Petroff
2013-09-16
4
-419
/
+323
*
|
Enable unit evaluation in toolbars.
Matthew Petroff
2013-09-15
21
-47
/
+106
*
|
Improved code readability.
Matthew Petroff
2013-09-15
3
-5
/
+5
*
|
Merge from trunk.
Matthew Petroff
2013-09-15
26
-902
/
+634
|
\
|
|
*
UI message uniformisation
Kris De Gussem
2013-09-15
1
-1
/
+1
|
*
UI message uniformisation
Kris De Gussem
2013-09-15
1
-1
/
+1
|
*
Fixes bug 953992 (Imported pattern fill disappers while transforming)
Diederik van Lierop
2013-09-14
1
-5
/
+5
|
*
Path->Inset. remove redundant node on inner join. (Bug 1218333)
Alvin Penner
2013-09-14
2
-17
/
+20
|
*
fix windows build
Johan B. C. Engelen
2013-09-14
2
-3
/
+5
|
*
Do not recompress images when embedding and generating PDFs.
Krzysztof Kosi??ski
2013-09-14
8
-519
/
+162
|
*
Fix serious bug in recent GdkPixbuf / Cairo interop rework
Krzysztof Kosi??ski
2013-09-14
1
-4
/
+3
|
*
Fix the latest error with the adobe svg ns errors, boundry exceptions caused ...
Martin Owens
2013-09-13
1
-33
/
+49
|
*
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
2013-09-13
16
-328
/
+397
|
*
Use g_match_info_free instead of g_match_info_unref
Krzysztof Kosi??ski
2013-09-13
1
-1
/
+1
*
|
Fix document unit change for disconnected connectors.
Matthew Petroff
2013-09-15
1
-0
/
+11
*
|
Fix document unit change for transformed flow text and transformed text on path.
Matthew Petroff
2013-09-15
3
-9
/
+30
*
|
Fix bug with tool handles during document unit change.
Matthew Petroff
2013-09-14
3
-0
/
+18
*
|
Merge from trunk.
Matthew Petroff
2013-09-12
101
-4146
/
+44856
|
\
|
|
*
Merge in fix for critical blocker #166371
Martin Owens
2013-09-12
1
-16
/
+59
|
|
\
|
|
*
Fix regex so it effects the buffer and ban PUBLIC entities too.
Martin Owens
2013-09-12
1
-11
/
+26
|
|
*
Improve code with KosiĆski's regex replacement
Martin Owens
2013-09-12
1
-9
/
+13
|
|
*
Introduce a backup loading method that enables NOENT but hacks out system cal...
Martin Owens
2013-09-11
1
-12
/
+36
|
*
|
Forgot check in last commit.
Matthew Petroff
2013-09-12
1
-1
/
+1
|
*
|
Fix handling of SVG lengths with spaces between value and unit (hopefully wit...
Matthew Petroff
2013-09-12
1
-0
/
+2
|
*
|
fix Windows build
Johan B. C. Engelen
2013-09-12
1
-3
/
+3
|
*
|
partially revert 12471, this fixes bug 1215575, but undoes the fix for the le...
Johan B. C. Engelen
2013-09-11
1
-8
/
+10
|
|
/
|
*
improve legibility
Johan B. C. Engelen
2013-09-10
1
-5
/
+5
|
*
Add a check so objects removed from the document dont crash inkscape, happens...
Martin Owens
2013-09-08
1
-1
/
+2
|
*
Fix for bug #1219175 (Typing in Layers Dialog searches hidden/unhidden state ...
Nicolas Dufour
2013-09-07
1
-1
/
+2
|
*
Allow EMF import from Wine apps on Linux
Krzysztof Kosi??ski
2013-09-02
1
-14
/
+17
|
*
Unduplicate some code in the metafile printing extensions
Krzysztof Kosi??ski
2013-09-01
10
-2183
/
+1843
|
*
Fix grids with comma as decimal separator [Bug #1216306].
Matthew Petroff
2013-09-01
1
-2
/
+3
|
*
Fix compilation warnings in libuemf
Krzysztof Kosi??ski
2013-09-01
3
-23
/
+57
|
*
Fix PNG export with non-px default unit [Bug #1215104].
Matthew Petroff
2013-09-01
1
-1
/
+1
|
*
update cmakefiles
Campbell Barton
2013-08-31
5
-8
/
+12
|
*
Move libuemf to a separate directory.
Krzysztof Kosi??ski
2013-08-31
36
-62
/
+84
|
*
Merge in pdf work by david bild, thanks David\!
Martin Owens
2013-08-30
8
-18
/
+112
|
|
\
|
|
*
use multiple graphic/text layers for pdf+latex output
David R. Bild
2013-08-29
4
-6
/
+90
|
|
*
Move omit text feature from cairo renderer to context
David R. Bild
2013-08-26
6
-12
/
+22
|
*
|
adapt to changes in r12471 (unit refactoring)
su_v
2013-08-29
4
-18
/
+14
|
*
|
merge from trunk (r12487)
su_v
2013-08-29
782
-41919
/
+5787
|
|
\
|
|
|
*
Updating outdated test. Fixes bug #1202271.
Jon A. Cruz
2013-08-26
1
-16
/
+16
|
|
*
better memory leak fix (fixes bug 986271: memory leaks associated with images)
Kris De Gussem
2013-08-21
3
-19
/
+1
|
|
*
Prevent writing out empty style strings.
Tavmjong Bah
2013-08-15
1
-1
/
+5
|
|
*
Add option to write out path data using only relative coordinates
Tavmjong Bah
2013-08-15
5
-35
/
+73
[next]