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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-23
0.21.2
poppler-0.21.2
Albert Astals Cid
6
-6
/
+19
2012-11-23
Update copyrights
Albert Astals Cid
5
-1
/
+42
2012-11-22
cairo: Fix crash in CairoImageOutputDev with setSoftMaskFromImageMask
Adrian Johnson
2
-0
/
+51
2012-11-20
cairo: fix soft mask when image resolution != smask resolution
Adrian Johnson
1
-9
/
+3
2012-11-18
cairo: make drawImage work with images > 32767 in width/height
Adrian Johnson
3
-218
/
+258
2012-11-17
pdftocairo: add tiff support
Adrian Johnson
2
-28
/
+83
2012-11-17
tiff: remove splash dependency and add RGBA support
Adrian Johnson
3
-33
/
+50
2012-11-15
Don't do a check for sanity that then we don't use
Albert Astals Cid
1
-26
/
+0
2012-11-14
Remove unused code
Albert Astals Cid
3
-709
/
+2
2012-11-13
Simplify >= 0 ifs for unsigned
Albert Astals Cid
1
-6
/
+2
2012-11-13
Remove < 0 ifs for unsigned
Albert Astals Cid
1
-8
/
+0
2012-11-13
Remove unused members
Albert Astals Cid
2
-7
/
+1
2012-11-13
Remove >= 0 checks for unsigned variables
Albert Astals Cid
2
-5
/
+5
2012-11-13
Remove unused var
Albert Astals Cid
1
-1
/
+1
2012-11-13
size can't be smaller than 0 because it's a size_t
Albert Astals Cid
1
-21
/
+1
2012-11-13
Removed unused var
Albert Astals Cid
1
-1
/
+0
2012-11-12
Parse the args (so that -v says vesion only)
Albert Astals Cid
1
-1
/
+3
2012-11-09
0.21.1
poppler-0.21.1
Albert Astals Cid
8
-8
/
+22
2012-11-09
Merge remote-tracking branch 'origin/poppler-0.20'
Albert Astals Cid
0
-0
/
+0
2012-11-07
Replaced forward declaration of enum CryptAlgorithm with a proper #include
Fabio D'Urso
2
-1
/
+2
2012-11-03
qt4: Export information about the document form type
Fabio D'Urso
5
-9
/
+72
2012-11-03
Editable FormFieldChoice: Clear editedChoice when one of the predefined optio...
Fabio D'Urso
1
-0
/
+10
2012-11-03
FormFieldChoice ctor: Added support to recognize user strings as /V value
Fabio D'Urso
1
-0
/
+5
2012-11-03
FormFieldChoice ctor: Stop scanning if /V is a string and the corresponding o...
Fabio D'Urso
1
-2
/
+9
2012-11-03
FormFieldChoice::updateSelection: Fixed wrong loop condition
poppler-0.20
Fabio D'Urso
1
-1
/
+1
2012-11-03
FormFieldChoice ctor: Look for selected options in /I instead of /V if /I is ...
Fabio D'Urso
1
-29
/
+42
2012-11-03
FormFieldChoice: Handle /V values containing the export value instead of the ...
Fabio D'Urso
1
-15
/
+34
2012-11-03
FormFieldChoice::updateSelection: Write /I too
Fabio D'Urso
1
-14
/
+36
2012-11-03
FormFieldChoice::updateSelection: Fixed wrong loop condition
Fabio D'Urso
1
-1
/
+1
2012-11-03
FormFieldChoice ctor: Don't convert "human-readable" option names to unicode
Fabio D'Urso
1
-15
/
+1
2012-11-03
Don't allow invalid unicode to be passed to backends
Adrian Johnson
3
-2
/
+24
2012-11-02
Memory leak in CharCodeToUnicode
Thomas Freitag
1
-0
/
+2
2012-11-02
Implement overprint in qt interface
Thomas Freitag
6
-47
/
+169
2012-10-30
cairo: support parameterized Gouraud shading
Adrian Johnson
1
-4
/
+15
2012-10-24
dos2unix
Pino Toscano
1
-438
/
+438
2012-10-23
Merge remote-tracking branch 'origin/poppler-0.20'
Albert Astals Cid
1
-2
/
+2
2012-10-23
Fix the or-ing of flags
Albert Astals Cid
1
-2
/
+2
2012-10-21
regstest: Add print_test_result_ln() and use it for failed test results
Carlos Garcia Campos
2
-5
/
+8
2012-10-21
regtest: Do not rewrite lines in verbose mode
Carlos Garcia Campos
1
-1
/
+1
2012-10-19
make static
Albert Astals Cid
1
-2
/
+2
2012-10-19
Compile with clang
Albert Astals Cid
1
-2
/
+4
2012-10-19
Merge remote-tracking branch 'origin/poppler-0.20'
Albert Astals Cid
1
-2
/
+2
2012-10-19
Define the numbers a bit better so gcc in i386 understands them better
Albert Astals Cid
1
-2
/
+2
2012-10-17
added accessors for FormWidgetChoice::editChoice property to qt4 frontend
Adam Reichold
2
-0
/
+38
2012-10-17
Merge remote-tracking branch 'origin/poppler-0.20'
Albert Astals Cid
2
-0
/
+16
2012-10-17
Free entries in the xref form a linked list: terminate it properly when writi...
Fabio D'Urso
1
-0
/
+1
2012-10-17
Create the 24x24 rectangle for text annotation icons from the top-left corner...
Fabio D'Urso
1
-1
/
+1
2012-10-16
AnnotWidget: Avoid repeatedly deleting and creating xref entries for appearan...
Fabio D'Urso
2
-12
/
+29
2012-10-16
Generate and write the appearance stream in AnnotWidget::updateWidgetApperance()
Fabio D'Urso
1
-5
/
+25
2012-10-16
Killed FormField::isModified() in favor of a new AnnotWidget callback
Fabio D'Urso
4
-23
/
+58
[next]