summaryrefslogtreecommitdiff
path: root/poppler/PageLabelInfo.cc
AgeCommit message (Collapse)AuthorFilesLines
2007-09-23Reduce number of compiler warnings.Krzysztof Kowalczyk1-0/+2
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-1/+0
Testing more than welcome
2006-12-28* goo/GooString.ccAlbert Astals Cid1-0/+1
* goo/GooString.h * goo/gmem.c * goo/gmem.h * poppler/Lexer.cc * poppler/Lexer.h * poppler/PageLabelInfo.cc * poppler/Parser.cc * poppler/UGooString.cc * poppler/UGooString.h: Patch by Krzysztof Kowalczyk <kkowalczyk@gmail.com> to improve performance. See bug 7808 for details.
2006-05-01revert thing that should not have gone inAlbert Astals Cid1-0/+43
2006-05-01 * qt4/src/poppler-document.cc:Albert Astals Cid1-43/+0
* qt4/src/poppler-private.h: * qt4/src/poppler-qt4.h: Add the possibility of setting the paper color One step more to make oKular fully use the qt4 bindings
2006-02-282006-02-28 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-11/+28
* glib/poppler-document.cc (info_dict_get_string): Refactor _popper_goo_string_to_utf8() out into it's own function. * glib/poppler-page.cc (poppler_page_get_property): Use _popper_goo_string_to_utf8() here to convert ucs2 page labels. * glib/poppler-page.cc (poppler_page_get_selection_region): Add braces to fix warning. * poppler/PageLabelInfo.cc: If the label prefix string has a ucs2 marker, append the number part of the label as ucs2 (#5952).
2006-01-18Brad patch for embedded document extraction, only has Qt4 bindings for now, ↵Albert Astals Cid1-0/+1
needs Qt3 and glib work
2005-07-28Fix memory leaks in PageLabelInfo.ccAlbert Astals Cid1-0/+11
2005-03-212005-03-21 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+346
* glib/poppler-document.cc: * glib/poppler-document.h: Expose the documenttitle as a GObject property. * glib/poppler-page.cc: Expose the page label as a GObject property. * glib/poppler-private.h: Add the page index to PopplerPage. * glib/test-poppler-glib.c: Print out page label and document title. * poppler/Catalog.cc: * poppler/Catalog.h: Add page label accessors. * poppler/PageLabelInfo.cc: * poppler/PageLabelInfo.h: New files. * poppler/Makefile.am: Add new files to sources.