summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-230.21.2poppler-0.21.2Albert Astals Cid6-6/+19
2012-11-23Update copyrightsAlbert Astals Cid5-1/+42
2012-11-22cairo: Fix crash in CairoImageOutputDev with setSoftMaskFromImageMaskAdrian Johnson2-0/+51
2012-11-20cairo: fix soft mask when image resolution != smask resolutionAdrian Johnson1-9/+3
2012-11-18cairo: make drawImage work with images > 32767 in width/heightAdrian Johnson3-218/+258
2012-11-17pdftocairo: add tiff supportAdrian Johnson2-28/+83
2012-11-17tiff: remove splash dependency and add RGBA supportAdrian Johnson3-33/+50
2012-11-15Don't do a check for sanity that then we don't useAlbert Astals Cid1-26/+0
2012-11-14Remove unused codeAlbert Astals Cid3-709/+2
2012-11-13Simplify >= 0 ifs for unsignedAlbert Astals Cid1-6/+2
2012-11-13Remove < 0 ifs for unsignedAlbert Astals Cid1-8/+0
2012-11-13Remove unused membersAlbert Astals Cid2-7/+1
2012-11-13Remove >= 0 checks for unsigned variablesAlbert Astals Cid2-5/+5
2012-11-13Remove unused varAlbert Astals Cid1-1/+1
2012-11-13size can't be smaller than 0 because it's a size_tAlbert Astals Cid1-21/+1
2012-11-13Removed unused varAlbert Astals Cid1-1/+0
2012-11-12Parse the args (so that -v says vesion only)Albert Astals Cid1-1/+3
2012-11-090.21.1poppler-0.21.1Albert Astals Cid8-8/+22
2012-11-09Merge remote-tracking branch 'origin/poppler-0.20'Albert Astals Cid0-0/+0
2012-11-07Replaced forward declaration of enum CryptAlgorithm with a proper #includeFabio D'Urso2-1/+2
2012-11-03qt4: Export information about the document form typeFabio D'Urso5-9/+72
2012-11-03Editable FormFieldChoice: Clear editedChoice when one of the predefined optio...Fabio D'Urso1-0/+10
2012-11-03FormFieldChoice ctor: Added support to recognize user strings as /V valueFabio D'Urso1-0/+5
2012-11-03FormFieldChoice ctor: Stop scanning if /V is a string and the corresponding o...Fabio D'Urso1-2/+9
2012-11-03FormFieldChoice::updateSelection: Fixed wrong loop conditionpoppler-0.20Fabio D'Urso1-1/+1
2012-11-03FormFieldChoice ctor: Look for selected options in /I instead of /V if /I is ...Fabio D'Urso1-29/+42
2012-11-03FormFieldChoice: Handle /V values containing the export value instead of the ...Fabio D'Urso1-15/+34
2012-11-03FormFieldChoice::updateSelection: Write /I tooFabio D'Urso1-14/+36
2012-11-03FormFieldChoice::updateSelection: Fixed wrong loop conditionFabio D'Urso1-1/+1
2012-11-03FormFieldChoice ctor: Don't convert "human-readable" option names to unicodeFabio D'Urso1-15/+1
2012-11-03Don't allow invalid unicode to be passed to backendsAdrian Johnson3-2/+24
2012-11-02Memory leak in CharCodeToUnicodeThomas Freitag1-0/+2
2012-11-02Implement overprint in qt interfaceThomas Freitag6-47/+169
2012-10-30cairo: support parameterized Gouraud shadingAdrian Johnson1-4/+15
2012-10-24dos2unixPino Toscano1-438/+438
2012-10-23Merge remote-tracking branch 'origin/poppler-0.20'Albert Astals Cid1-2/+2
2012-10-23Fix the or-ing of flagsAlbert Astals Cid1-2/+2
2012-10-21regstest: Add print_test_result_ln() and use it for failed test resultsCarlos Garcia Campos2-5/+8
2012-10-21regtest: Do not rewrite lines in verbose modeCarlos Garcia Campos1-1/+1
2012-10-19make staticAlbert Astals Cid1-2/+2
2012-10-19Compile with clangAlbert Astals Cid1-2/+4
2012-10-19Merge remote-tracking branch 'origin/poppler-0.20'Albert Astals Cid1-2/+2
2012-10-19Define the numbers a bit better so gcc in i386 understands them betterAlbert Astals Cid1-2/+2
2012-10-17added accessors for FormWidgetChoice::editChoice property to qt4 frontendAdam Reichold2-0/+38
2012-10-17Merge remote-tracking branch 'origin/poppler-0.20'Albert Astals Cid2-0/+16
2012-10-17Free entries in the xref form a linked list: terminate it properly when writi...Fabio D'Urso1-0/+1
2012-10-17Create the 24x24 rectangle for text annotation icons from the top-left corner...Fabio D'Urso1-1/+1
2012-10-16AnnotWidget: Avoid repeatedly deleting and creating xref entries for appearan...Fabio D'Urso2-12/+29
2012-10-16Generate and write the appearance stream in AnnotWidget::updateWidgetApperance()Fabio D'Urso1-5/+25
2012-10-16Killed FormField::isModified() in favor of a new AnnotWidget callbackFabio D'Urso4-23/+58