summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-06-270.16.7poppler-0.16.7poppler-0.16Albert Astals Cid5-4/+12
2011-06-27Forgot my (C) hereAlbert Astals Cid1-1/+1
2011-06-08Do not crash if link does not have an actionAlbert Astals Cid1-0/+2
(cherry picked from commit 147ae4bf76a85768c9ed729ca10ee3dae93b8876)
2011-06-04Make sure catDict is a dictAlbert Astals Cid1-0/+5
(cherry picked from commit db2ae1bdbb7fcb64ba4c91dfc574d9f970bebdf6)
2011-06-04Make sure catDict is a dict before using itAlbert Astals Cid1-10/+16
KDE Bug 274888 shows it's possible to get aborts because of that (cherry picked from commit 58915affbdf1b5780f25d172a582c69fb2413230)
2011-06-04We need to free catDict on failureAlbert Astals Cid1-0/+1
(cherry picked from commit 4ebc7e364409fe303e7a5729b568913e3c92e7d4)
2011-06-040.16.6poppler-0.16.6Albert Astals Cid5-4/+11
Wops i forgot to commit this, sorry for the delay
2011-05-28Parse that as unicodeAlbert Astals Cid1-2/+2
Fixes KDE Bug #274055
2011-05-07Do not free a shallow copy of an object we'll free laterAlbert Astals Cid2-8/+6
Make sure we have our own copy we can free Fixes KDE BUG #268816
2011-04-270.16.5poppler-0.16.5Albert Astals Cid5-4/+15
2011-04-27update copyright yearsAlbert Astals Cid2-0/+2
2011-04-27Fix page_transition::operator=Albert Astals Cid1-1/+2
(cherry picked from commit 49d199fd1ea14383638739d95d019adb33b17768)
2011-04-26bbox coordinates are relative to MediaBox size, not CropBox sizeTom Gleason1-1/+1
2011-04-03Properly initialize pageObjectNum to 0Albert Astals Cid1-1/+2
Bug 35925
2011-03-31Fix a memleak in AnnotScreen::initializeJosé Aliste1-0/+1
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.