summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-280.16.4poppler-0.16.4Albert Astals Cid5-22/+37
2011-03-28Fix (C) yearsAlbert Astals Cid2-2/+2
2011-03-24glib: Add g_return macros to make sure index is correct in form field choice ↵Carlos Garcia Campos1-0/+4
methods
2011-03-24glib-demo: Fix a crash when a choice form field has no items selectedCarlos Garcia Campos1-2/+2
2011-03-01Fix yearsAlbert Astals Cid2-2/+2
2011-02-27small fixes to the pdftohtml manpagePino Toscano1-9/+9
- capitalize HTML, PDF, XML, PNG - dont -> do not - fix UTF-8 character - fix hypens used as minus
2011-02-27[qt4] fix caption of push button fieldsPino Toscano1-4/+22
instead of asking the 'onStr' of the underlying form widget, take (if available) the 'MK' entry, i.e. the appearance characteristics dictionary, and use the normal caption of that
2011-02-27annots: 'CA', 'RC' and 'AC' are strings, not namesPino Toscano1-6/+6
2011-02-27Fix descriptionAlbert Astals Cid1-1/+1
Won't regenerate the tarball though, no biggie
2011-02-270.16.3 i saidpoppler-0.16.3Albert Astals Cid1-1/+1
2011-02-270.16.3Albert Astals Cid3-3/+3
2011-02-27Increase sonameAlbert Astals Cid2-3/+3
PreScanOutputDev got bigger
2011-02-27Update NEWS for poppler 0.16.3Albert Astals Cid1-0/+22
2011-02-27Add 2011 yearsAlbert Astals Cid3-3/+3
2011-02-27Fix crash in some pdfAlbert Astals Cid1-1/+1
Has to be 3 and not nComps since it's a output buffer, a the input one Bug 34357
2011-02-26annots: Don't assume y1 > y3 for quad points of a highlight annotationCarlos Garcia Campos1-1/+1
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=643028
2011-02-26cairo: Handle font type fontCIDType2OT when creating freetype fontCarlos Garcia Campos1-1/+1
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=643273
2011-02-26glib: Add some more introspection annotationsCarlos Garcia Campos4-7/+7
2011-02-26glib: Add missing "out" annotation to poppler_page_get_size()Peter Ward1-2/+2
2011-02-25Do not ask freetype for a font of size 0x0Albert Astals Cid1-1/+4
Fixes rendering bug at 34602
2011-02-24Fix rendering of some substituted fontsAdrian Johnson1-1/+2
More info in bug 34522
2011-02-21Use gfree since we allocate with gmallocAlbert Astals Cid1-2/+2
Bug 34512
2011-02-19Do not delete textOut twice when using -bboxAlbert Astals Cid1-2/+1
2011-02-11Do not infinite loop in some broken filesAlbert Astals Cid1-1/+2
2011-02-08Make really sure the uMap static pointer is validAlbert Astals Cid2-38/+47
It might happen you are extremely unlucky and get the same globalParams after a new delete/creation
2011-02-07Make sure tx is inside the bitmapAlbert Astals Cid1-5/+5
Seems to be what the code tried to do, fixes crash in bug 33948 depending on the resolution you render it
2011-02-02Workaround bug when converting pdf to ps with level1Albert Astals Cid3-1/+15
See bug 31926 for more info
2011-01-30Increase precisionWilliam Bader1-100/+100
Fixes some issues with pdf from bug 27482
2011-01-29demo: don't use an uninitialized local variableJim Meyering1-0/+1
* text.c (pgd_text_get_text): Before this change, when poppler_page_get_text returned NULL, we'd use "n_recs" uninitialized.
2011-01-280.16.2poppler-0.16.2Albert Astals Cid5-4/+11
2011-01-28Make sure uMap is still valid before using itAlbert Astals Cid1-2/+4
Fixes KDE bug 264667
2011-01-28Extract text of a pdf correctlyAxel Strübing2-1/+15
See "[poppler] text extraction does not work" in the mailing list for more info
2011-01-27forgot this is aprt of 0.16.1 toopoppler-0.16.1Albert Astals Cid1-0/+1
Let's see if i can retag...
2011-01-270.16.1Albert Astals Cid5-4/+22
2011-01-26fix labelToIndex on multiple prefixesSimon Kellner1-4/+3
A PDF document can use page label prefixes, for example, to label only inside a chapter ("A-1" .. "A-<n>", "B-1" .. "B-<m>" et cetera). When calculating a page index for a given label, poppler would disregard the page range for all preceding prefixes that do not match the given prefix.
2011-01-25Fix leak in SplashOutputDev::axialShadedFillAlbert Astals Cid1-1/+2
2011-01-24Include zlib header since we use things defined thereThomas Klausner1-0/+3
2011-01-24Poppler: Fix line selection, dont check y for Line selectionSam Liao1-8/+8
When a line is selected while the Y values of selection is not in the y range of words, the render will render the line with reverse color while the words does not show up. This fix neglect the Y vaules to make sure that the words also displayed when line is selected.
2011-01-21Fix rendering for some pdf with -level1sepWilliam Bader2-50/+170
Also some speed improvemensts. Bug #32365
2011-01-21fix (C) yearsAlbert Astals Cid4-4/+4
2011-01-21Access the correct variableAlbert Astals Cid1-2/+2
Fixes asert on bug 33063
2011-01-17fix unicodeToQString() to correctly decode the Unicode sequencePino Toscano2-6/+45
Use a UnicodeMap to convert the sequence to UTF-8, and convert from that to QString. Also, ignore the last character of the Unicode sequence if it is 0x0. Add a couple of testcases for it.
2011-01-09Do not crash in case jpeg_create_decompress failsDaiki Ueno2-11/+18
Bug 32890
2011-01-08Remove declaration of function without implementationAlbert Astals Cid1-2/+1
2011-01-08glib: Fix memory leak when calling poppler_page_get_text_layout() for pages ↵Carlos Garcia Campos1-1/+4
with no text
2011-01-08glib: Use NULL instead of FALSE in g_return_val_if_fail() for functions ↵Carlos Garcia Campos1-6/+6
returning a pointer
2011-01-04cairo: Don't set JPX mime data if the stream specifies a colorspaceAdrian Johnson2-15/+32
The stream colorspace overides, and may be different to, the colorspace in the JPX data. https://bugs.freedesktop.org/show_bug.cgi?id=32746
2010-12-27bump soname just in case the getPage change is not BCpoppler-0.16.0Albert Astals Cid2-2/+2
2010-12-27Make distcheck workAlbert Astals Cid1-1/+1
2010-12-27increase core sonameAlbert Astals Cid2-2/+2