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
...
*
NEW: XSLT Input/output extension support fix for: close not defined
Adib Taraben
2007-09-12
1
-0
/
+1
*
r16525@tres: ted | 2007-09-11 20:49:47 -0700
Ted Gould
2007-09-12
2
-3
/
+208
*
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...
Peter Moulder
2007-09-12
4
-12
/
+12
*
(PrintPS::begin): Change isspace to g_ascii_isspace.
Peter Moulder
2007-09-12
1
-7
/
+22
*
Purged fill type, stroke type enum
Adib Taraben
2007-09-11
1
-2
/
+2
*
Purged fill type enum
Jon A. Cruz
2007-09-10
6
-57
/
+57
*
r16474@tres: ted | 2007-08-31 21:37:33 -0700
Ted Gould
2007-09-01
3
-5
/
+5
*
r16443@tres: ted | 2007-08-30 22:22:32 -0700
Ted Gould
2007-09-01
1
-1
/
+11
*
r16442@tres: ted | 2007-08-30 21:51:42 -0700
Ted Gould
2007-09-01
5
-10
/
+39
*
r16441@tres: ted | 2007-08-30 20:44:39 -0700
Ted Gould
2007-09-01
1
-6
/
+6
*
r16430@tres: ted | 2007-08-30 20:32:23 -0700
Ted Gould
2007-09-01
2
-4
/
+14
*
r16409@tres: ted | 2007-08-29 22:58:07 -0700
Ted Gould
2007-09-01
1
-92
/
+0
*
r16408@tres: ted | 2007-08-29 22:52:27 -0700
Ted Gould
2007-09-01
1
-2
/
+5
*
r16407@tres: ted | 2007-08-29 22:33:35 -0700
Ted Gould
2007-09-01
1
-2
/
+10
*
r16406@tres: ted | 2007-08-29 20:14:55 -0700
Ted Gould
2007-09-01
5
-15
/
+34
*
r16405@tres: ted | 2007-08-29 19:50:24 -0700
Ted Gould
2007-09-01
2
-12
/
+2
*
r16404@tres: ted | 2007-08-29 19:48:31 -0700
Ted Gould
2007-09-01
1
-0
/
+1
*
r16403@tres: ted | 2007-08-29 09:10:45 -0700
Ted Gould
2007-09-01
3
-12
/
+33
*
r16395@tres: ted | 2007-08-27 19:41:32 -0700
Ted Gould
2007-09-01
3
-2
/
+11
*
r16340@tres: ted | 2007-08-20 19:02:50 -0700
Ted Gould
2007-09-01
4
-6
/
+37
*
r16339@tres: ted | 2007-08-19 19:47:57 -0700
Ted Gould
2007-09-01
3
-3
/
+19
*
(bzr r3637)
Ted Gould
2007-09-01
2
-4
/
+25
*
r16267@tres: ted | 2007-08-16 23:04:38 -0700
Ted Gould
2007-09-01
3
-18
/
+79
*
r16220@tres: ted | 2007-08-15 19:43:11 -0700
Ted Gould
2007-09-01
2
-1
/
+19
*
r16003@tres: ted | 2007-07-27 08:51:45 -0700
Ted Gould
2007-09-01
3
-15
/
+66
*
* Added refernce link for translators
Luca Bruno
2007-08-27
2
-0
/
+2
*
add too-high-precision warning, transientize, copyediting, cosmetic
bulia byak
2007-08-23
2
-30
/
+45
*
initialize page number and preview
bulia byak
2007-08-23
1
-0
/
+2
*
Clear Cairo surface to white before rendering preview
miklosh
2007-08-23
1
-0
/
+2
*
Avoid transforming a group with an already set clip-path
miklosh
2007-08-23
2
-2
/
+6
*
Display the total number of pages next to the page number spinbutton
miklosh
2007-08-23
2
-1
/
+17
*
Use the embedded thumbnails for preview when poppler-cairo is not available
miklosh
2007-08-20
2
-23
/
+62
*
Disable the page selector when there's only one page
miklosh
2007-08-19
1
-0
/
+4
*
Added checks for pixbuf/pixmap allocation failure
miklosh
2007-08-19
1
-2
/
+7
*
Fixed some compiler warnings
miklosh
2007-08-19
1
-13
/
+7
*
Remove the clipping path emitted before the 'sh' operator since that same pat...
miklosh
2007-08-19
1
-0
/
+21
*
Corrected image mask generation
miklosh
2007-08-19
1
-28
/
+14
*
Added autoconf checks for poppler-cairo and cairo-ft which are needed for PDF...
miklosh
2007-08-19
2
-2
/
+16
*
Added a PDF import settings dialog
miklosh
2007-08-19
4
-6
/
+585
*
Fixed a typo and an off-by-one error
miklosh
2007-08-19
1
-2
/
+2
*
Require a pageBox in the constructor for GfxState so that we do not always ne...
miklosh
2007-08-19
2
-3
/
+4
*
fix build for boost and imagemagick
Bob Jamison
2007-08-19
1
-6
/
+26
*
Added the ability to set the precision of gradient mesh approximation in PdfP...
miklosh
2007-08-18
2
-34
/
+54
*
Make sure style is invalidated when setting fill/stroke color in text objects
miklosh
2007-08-17
1
-0
/
+2
*
Moved the code for updating the text matrix to where it belongs
miklosh
2007-08-17
2
-26
/
+27
*
Optimized text output by not repeating glyph coordinates when they are identical
miklosh
2007-08-17
1
-2
/
+20
*
Added initial transparency group and softmask support
miklosh
2007-08-17
3
-25
/
+160
*
changed strndup to its gtk version (g_strndup) because compilation other wise...
JiHO
2007-08-14
1
-2
/
+2
*
Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...
miklosh
2007-08-13
4
-33
/
+148
*
r16217@tres: ted | 2007-08-10 10:36:27 -0700
Ted Gould
2007-08-10
93
-663
/
+4656
[prev]
[next]