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
/
pdf-parser.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-07
adapt to poppler 0.58
David Tardon
1
-0
/
+521
2016-01-11
Bump poppler dep to 0.20.0
Alex Valavanis
1
-196
/
+0
2016-01-11
Bump poppler dep to 0.15.1 (see bug #1419263)
Alex Valavanis
1
-8
/
+0
2016-01-11
Bump poppler dep to 0.12.2 (see bug #1419263)
Alex Valavanis
1
-45
/
+9
2015-05-27
Revert unintended changes.
Tavmjong Bah
1
-35
/
+0
2015-05-27
Add 'font-variant-xxx' to properties that should not be set on non-text eleme...
Tavmjong Bah
1
-0
/
+35
2015-05-24
Respect PDF image 'interpolate' value on import.
Tavmjong Bah
1
-6
/
+41
2015-02-12
Bump Poppler dependency to 0.8.3
Alex Valavanis
1
-20
/
+0
2014-12-11
Fix build with poppler 0.29.0 (Bug #1399811)
su_v
1
-6
/
+26
2014-10-16
Cleanup of unintialized and leaked values.
Jon A. Cruz
1
-60
/
+122
2014-06-04
Fix build failure with poppler 0.26 (Bug #1315142)
Matthias Kilian
1
-9
/
+45
2014-06-03
Patch from comment 7. Fixes build with Poppler 0.26.
Matthias Kilian (no public email in lp)
1
-9
/
+45
2014-03-20
remove #pragma for 11 year old compiler that I cannot imagine anyone using at...
Johan B. C. Engelen
1
-8
/
+0
2014-03-13
Render zero-width PDF lines as 1px lines compensated for current transform.
Krzysztof Kosi??ski
1
-4
/
+1
2013-08-28
Improve code readability.
Matthew Petroff
1
-3
/
+3
2013-08-05
code cleanup (cppcheck)
Johan B. C. Engelen
1
-6
/
+5
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-4
/
+4
2013-03-11
cppcheck
Kris De Gussem
1
-280
/
+285
2012-06-30
Fix building with Poppler 0.20 (LP: #1005565)
Luca Bruno
1
-13
/
+208
2012-05-15
pdf import. set a default line width, see http://thread.gmane.org/gmane.comp....
Alvin Penner
1
-1
/
+4
2012-05-06
improved workaround to prevent GfxRadialShading from getting corrupted during...
Alvin Penner
1
-2
/
+15
2012-04-08
pdf import. temporary workaround to prevent GfxRadialShading from getting cor...
Alvin Penner
1
-1
/
+2
2012-03-21
pdf import. improve upon rev 11094. transform four corners of bbox separately...
Alvin Penner
1
-8
/
+14
2012-03-18
pdf import. transform the bbox associated with a clip path (Bug 919176)
Alvin Penner
1
-0
/
+11
2012-02-15
cppcheck
Kris De Gussem
1
-79
/
+78
2012-02-08
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-8
/
+8
2012-02-04
initialisation
Kris De Gussem
1
-0
/
+1
2012-01-07
Warning and uninitialized data cleanup.
Jon A. Cruz
1
-159
/
+245
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-3
/
+2
2010-11-21
Patch from Lubomir Rintel to fix build with Poppler 0.15.1
Krzysztof Kosi??ski
1
-0
/
+10
2010-03-21
Fix build with poppler >= 0.12.2
Krzysztof Kosi??ski
1
-0
/
+54
2009-12-30
Restore files that shouldn't have been touched. Grrr
Diederik van Lierop
1
-11
/
+11
2009-12-30
When combining paths: clear the selection before deleting the original objects
Diederik van Lierop
1
-11
/
+11
2009-12-25
fix build again for old poppler libs, by reverting a part of my previous commit
Diederik van Lierop
1
-11
/
+11
2009-12-24
refactoring the snapping code (laying the groundwork for my next commit which...
Diederik van Lierop
1
-11
/
+11
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
2008-07-19
noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for u...
Peter Moulder
1
-140
/
+13
2008-06-12
Fix to work with a changed api for 0.8.3's GfxFont::getNextChar(). many tha...
Bob Jamison
1
-0
/
+148
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-09-16
noop: Remove a couple of redundant casts.
Peter Moulder
1
-2
/
+2
2007-08-23
Avoid transforming a group with an already set clip-path
miklosh
1
-2
/
+2
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
1
-2
/
+3
2007-08-18
Added the ability to set the precision of gradient mesh approximation in PdfP...
miklosh
1
-34
/
+32
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
1
-0
/
+1
2007-08-17
Added initial transparency group and softmask support
miklosh
1
-18
/
+15
2007-08-13
Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...
miklosh
1
-15
/
+77
2007-08-09
To ease testing reduced fallback operations' precision for now
miklosh
1
-5
/
+5
[next]