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
/
internal
/
pdfinput
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-03
Cmake: Add missing CmakeLists.txt
Joshua L. Blocher
1
-0
/
+5
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
1
-2
/
+2
2008-04-13
translator comment
Arpad Biro
1
-0
/
+1
2008-02-20
* INTL - fixed: "Crop to" dropdown strings not translated for PDF Import
Marcin Floryan
1
-9
/
+10
2008-02-20
yet another contextual split
Alexandre Prokoudine
1
-1
/
+1
2008-01-31
a bunch of small changes to provide a user readable explanation of filters
Alexandre Prokoudine
1
-3
/
+3
2008-01-30
A bunch of i18n-related issues fixed, ru.po slightly updated. Please do not f...
Alexandre Prokoudine
1
-6
/
+6
2008-01-09
Another take to fixing pdf import crash, likely without memory leak
Niko Kiirala
1
-3
/
+3
2008-01-09
and in one more place
bulia byak
1
-1
/
+1
2008-01-08
trying to fix pdf import crashes
bulia byak
1
-1
/
+1
2008-01-05
Applying Gail's patch for font-specification
Bryce Harrington
1
-1
/
+8
2007-12-17
revert comenting of uri argument in PdfImportDialog
Adib Taraben
1
-1
/
+1
2007-12-17
non-poppler build fix
Jon A. Cruz
1
-47
/
+49
2007-12-16
[BUG #169122] PDF import doesn't work when file name has accents, partially f...
Adib Taraben
1
-8
/
+41
2007-11-18
Switched from directly using CairoOutputDev to using the poppler-glib API
miklosh
2
-22
/
+25
2007-11-17
Merged from Poppler's Gfx.cc; Unset the font if it doesn't exist or we can no...
miklosh
1
-0
/
+4
2007-11-04
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
2
-3
/
+3
2007-09-16
noop: (SvgBuilder::setTransform): Mark argument as not being written through.
Peter Moulder
2
-2
/
+2
2007-09-16
noop: Remove a couple of redundant casts.
Peter Moulder
1
-2
/
+2
2007-08-23
add too-high-precision warning, transientize, copyediting, cosmetic
bulia byak
2
-30
/
+45
2007-08-23
initialize page number and preview
bulia byak
1
-0
/
+2
2007-08-23
Clear Cairo surface to white before rendering preview
miklosh
1
-0
/
+2
2007-08-23
Avoid transforming a group with an already set clip-path
miklosh
2
-2
/
+6
2007-08-23
Display the total number of pages next to the page number spinbutton
miklosh
2
-1
/
+17
2007-08-20
Use the embedded thumbnails for preview when poppler-cairo is not available
miklosh
2
-23
/
+62
2007-08-19
Disable the page selector when there's only one page
miklosh
1
-0
/
+4
2007-08-19
Added checks for pixbuf/pixmap allocation failure
miklosh
1
-2
/
+7
2007-08-19
Fixed some compiler warnings
miklosh
1
-13
/
+7
2007-08-19
Remove the clipping path emitted before the 'sh' operator since that same pat...
miklosh
1
-0
/
+21
2007-08-19
Corrected image mask generation
miklosh
1
-28
/
+14
2007-08-19
Added autoconf checks for poppler-cairo and cairo-ft which are needed for PDF...
miklosh
2
-2
/
+16
2007-08-19
Added a PDF import settings dialog
miklosh
4
-6
/
+585
2007-08-19
Fixed a typo and an off-by-one error
miklosh
1
-2
/
+2
2007-08-19
Require a pageBox in the constructor for GfxState so that we do not always ne...
miklosh
2
-3
/
+4
2007-08-18
Added the ability to set the precision of gradient mesh approximation in PdfP...
miklosh
2
-34
/
+54
2007-08-17
Make sure style is invalidated when setting fill/stroke color in text objects
miklosh
1
-0
/
+2
2007-08-17
Moved the code for updating the text matrix to where it belongs
miklosh
2
-26
/
+27
2007-08-17
Optimized text output by not repeating glyph coordinates when they are identical
miklosh
1
-2
/
+20
2007-08-17
Added initial transparency group and softmask support
miklosh
3
-25
/
+160
2007-08-13
Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...
miklosh
4
-33
/
+148
2007-08-09
To ease testing reduced fallback operations' precision for now
miklosh
1
-5
/
+5
2007-08-09
Reworked gradient handling to support all shading color spaces
miklosh
2
-113
/
+83
2007-08-09
Added support for the shading operator
miklosh
4
-19
/
+122
2007-08-09
Added support for exponential functions in gradients
miklosh
2
-23
/
+56
2007-08-09
Set the even-odd clipping rule if requested
miklosh
1
-3
/
+3
2007-08-01
Redirected opening of AI files to the poppler-based PDF import extension
miklosh
1
-2
/
+16
2007-07-30
Forgot to advance text position when skipping the first space
miklosh
1
-0
/
+2
2007-07-30
Type3 fonts do not have a name set so default to 'Arial'
miklosh
1
-1
/
+3
2007-07-30
Added image mask support
miklosh
3
-10
/
+174
2007-07-30
Do not flip non-top-level images
miklosh
1
-4
/
+6
[next]