index
:
~cloos/poppler
cpp-frontend
kjk
master
poppler-0.10
poppler-0.12
poppler-0.14
poppler-0.16
poppler-0.18
poppler-0.20
poppler-0.22
poppler-0.24
poppler-0.26
poppler-0.4
poppler-0.5
poppler-0.6
poppler-0.8
roundoff
tagged-pdf
xpdf302merge
xpdf303merge
The poppler pdf rendering library
cloos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-15
build: remove extra fontconfig CFLAGS and LIBS
Pino Toscano
2
-6
/
+1
2012-07-19
pdfseparate: Return 0 on success
Albert Astals Cid
1
-1
/
+5
2012-05-28
pdftohtml: Add -fontfullname
Luis Parravicini
3
-1
/
+10
2012-05-28
Make the output more xhtml compliant
Gerald Schmidt
1
-52
/
+53
2012-05-21
pdfseparate.1: Syntax fixes.
Ville Skyttä
1
-3
/
+3
2012-05-15
Determine if font is bold or italic based on FontDescriptor.
Igor Slepchin
3
-10
/
+21
2012-05-10
Make it be something closer to real english
Albert Astals Cid
1
-1
/
+1
2012-05-10
More gs cleanup and forgot the (C) on modification
Albert Astals Cid
1
-4
/
+0
2012-05-10
pdftohtml: Remove the option to invoke gs
Albert Astals Cid
2
-121
/
+36
2012-04-26
Refactoring of XRef table write support (in preparation for XRef stream write...
Fabio D'Urso
1
-4
/
+6
2012-04-18
Remove duplicate call
Albert Astals Cid
1
-1
/
+0
2012-04-16
Fix crash when the destination file does not exist
Albert Astals Cid
1
-8
/
+10
2012-04-13
man pages: add missing section heading
Adrian Johnson
1
-0
/
+1
2012-04-12
Fix the mask inversion
Ihar Filipau
1
-1
/
+1
2012-04-09
Add producer and version to xml output
Ihar Filipau
2
-1
/
+5
2012-03-29
Fix: annotDisplayDecideCbk was not propagated
Fabio D'Urso
1
-1
/
+4
2012-03-28
update Makefile.am to reflect LIBJPEG_CFLAGS, LIBTIFF_CFLAGS, LIBPNG_CFLAGS f...
suzuki toshiya
1
-0
/
+6
2012-03-16
Flip images if they need to
Ihar Filipau
1
-2
/
+48
2012-03-15
pdftohtml: extract mask images even if they are not JPEG
Ihar Filipau
2
-75
/
+131
2012-03-13
Add possibilty of controlling word breaks percentage
Ihar Filipau
3
-2
/
+17
2012-03-04
pdffonts: list the encoding of each font
Adrian Johnson
2
-3
/
+7
2012-03-02
Fix pdftops -passfonts regression
William Bader
1
-5
/
+5
2012-03-01
Update copyrights
Albert Astals Cid
8
-2
/
+8
2012-03-01
pdftocairo: document that -scale-to will preserve aspect ratio
Adrian Johnson
1
-1
/
+3
2012-03-01
pdftocairo: allow one of -scale-to-[xy] = -1 to mean the aspect ratio is to b...
Adrian Johnson
2
-4
/
+12
2012-02-29
Change nnnnnn to number
Albert Astals Cid
1
-2
/
+2
2012-02-28
pdftoppm: document that -scale-to will preserve aspect ratio
Adrian Johnson
1
-1
/
+3
2012-02-28
pdftoppm: allow one of -scale-to-[xy] = -1 to mean the aspect ratio is to be ...
Adrian Johnson
2
-4
/
+12
2012-02-23
Combine UTF16 surrogate pairs
Albert Astals Cid
1
-1
/
+13
2012-02-23
Generate outlines in pdftohtml in -xml mode.
Albert Astals Cid
4
-41
/
+108
2012-02-22
pdfinfo: decode utf-16 surrogate pairs
Albert Astals Cid
1
-2
/
+12
2012-02-20
cmake: support for lcms2
Pino Toscano
1
-0
/
+3
2012-02-20
Add support for lcms2
Koji Otani
1
-0
/
+17
2012-02-19
Consistently check if pdftohtml needs to generate outlines.
Igor Slepchin
1
-1
/
+8
2012-02-19
update .gitignore
Adrian Johnson
1
-0
/
+1
2012-02-18
pdfimages: add -list option to list all images
Adrian Johnson
4
-30
/
+307
2012-02-14
Overprint implementation in postscript and splash device
Thomas Freitag
1
-0
/
+13
2012-02-14
Merge remote-tracking branch 'origin/xpdf303merge'
Albert Astals Cid
29
-128
/
+640
2012-02-12
man pages: fix minor issues with hypens and %
Pino Toscano
2
-5
/
+5
2012-02-09
[xpdf303] Fix merge issue
xpdf303merge
Thomas Freitag
1
-1
/
+1
2012-02-09
Close li tags in generated outlines.
Igor Slepchin
1
-3
/
+6
2012-02-09
Get rid of static data members; merge duplicated jpeg dumping code.
Igor Slepchin
2
-93
/
+65
2012-02-09
Fix memory leak when using HtmlOutputDev::mapEncodingToHtml
Albert Astals Cid
2
-26
/
+28
2012-02-09
Fix leak in pdftohtml getInfoString
Albert Astals Cid
1
-2
/
+1
2012-02-06
[xpdf303] Adapt better to what we did and what xpdf303 does
Albert Astals Cid
1
-1
/
+1
2012-02-06
Merge branch 'master' into xpdf303merge
Albert Astals Cid
18
-194
/
+321
2012-02-06
[xpdf303] TextOutputDev and associated changes
Albert Astals Cid
2
-2
/
+12
2012-02-05
[xpdf303] More merges from Thomas, basically PSOutputDev and some other small...
Albert Astals Cid
1
-1
/
+1
2012-02-05
Proper unicode support when dumping PDF outline.
Igor Slepchin
3
-94
/
+112
2012-01-30
pdftocairo/automake: link with lcms
Suzuki Toshiya
1
-0
/
+5
[next]