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
2009-04-15
patch 179589 with UI added: optionally, try to replace a font name specified ...
bulia byak
4
-7
/
+103
2009-02-11
patch by KoRi for 324938
bulia byak
1
-1
/
+2
2009-02-09
using C++ const_cast instead of plain C-type cast
Felipe Corr??a da Silva Sanches
1
-129
/
+129
2009-02-08
gcc warning cleanup
Felipe Corr??a da Silva Sanches
1
-133
/
+132
2009-01-02
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
1
-3
/
+4
2008-12-30
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2
-3
/
+2
2008-10-27
From trunk
Ted Gould
1
-1
/
+3
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
2
-19
/
+19
2008-07-19
noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for u...
Peter Moulder
1
-140
/
+13
2008-07-12
warning cleanup
Felipe Corr??a da Silva Sanches
1
-30
/
+30
2008-06-12
Fix to work with a changed api for 0.8.3's GfxFont::getNextChar(). many tha...
Bob Jamison
1
-0
/
+148
2008-06-12
prevent crashing by not running prefs dialog when in command line mode
bulia byak
1
-7
/
+16
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
[next]