summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-21Fix crash when idx is out of rangeAlbert Astals Cid1-1/+1
2010-09-21Fix crash when idx is out of rangeAlbert Astals Cid1-1/+5
2010-09-21Give a value to color.c[i]Albert Astals Cid1-0/+8
2010-09-21Forgot my (C) hereAlbert Astals Cid1-1/+1
2010-09-21Properly initialize stackAlbert Astals Cid1-0/+1
2010-09-21Properly initialize parserAlbert Astals Cid1-0/+2
2010-09-21Fix crash in broken pdf (parser->getStream() is 0)Albert Astals Cid1-2/+7
2010-09-21Initialize properly charactersReadAlbert Astals Cid1-0/+2
2010-09-21Fix crash in broken pdf (code < 0)Albert Astals Cid1-2/+3
2010-09-21Fix memory leakAlbert Astals Cid1-0/+1
2010-09-20Fix copyrightAlbert Astals Cid2-0/+2
2010-09-17[cpp] More bits of API documentation.Pino Toscano3-0/+175
2010-09-17update copyrightsPino Toscano2-1/+19
2010-09-17[cpp] improve a bit the Unicode* -> ustring conversionPino Toscano1-4/+4
2010-09-17[Qt4/tests] check_strings: add a new test case for QStringToUnicodeGooStringPino Toscano1-0/+37
2010-09-17[Qt4] optimize UnicodeParsedString using less memory from QStringPino Toscano1-1/+3
2010-09-17[Qt4/tests] check_strings: add a test case for UnicodeParsedStringPino Toscano1-0/+48
2010-09-17[Qt4/tests] check_string: use a pool of GooStringPino Toscano1-5/+30
2010-09-17[Qt4/tests] first version of a unit test for stringsPino Toscano3-1/+110
2010-09-17[glib] docs: Document PopplerDocument propertiesCarlos Garcia Campos1-157/+223
2010-09-17[glib] Add accessor for all PopplerDocument propertiesCarlos Garcia Campos4-132/+498
2010-09-17[glib-demo] Show permanent/update ID in document info demoCarlos Garcia Campos1-0/+9
2010-09-17[glib] Add poppler_document_get_id() to get the PDF file identifierCarlos Garcia Campos3-0/+56
2010-09-17Add a method to get the PDF file identifiersrinivas adicherla2-0/+68
2010-09-16Add -s optionAlbert Astals Cid5-38/+93
2010-09-16new soversionspoppler-0.15.0Albert Astals Cid8-9/+9
2010-09-160.15.0 in the versionsAlbert Astals Cid4-4/+4
2010-09-160.15.0 NEWSAlbert Astals Cid1-0/+90
2010-09-16[CMake] disable the GObject introspection systemPino Toscano1-2/+2
2010-09-15update copyrightAlbert Astals Cid1-1/+1
2010-09-15[cpp/tests] poppler-dump: convert out_ustring() to an operator<<(std::ostream&)Pino Toscano1-8/+18
2010-09-15[cpp/tests] poppler-dump: add a "--show-text <physical|raw>" optionPino Toscano1-0/+29
2010-09-15[cpp] add a new page::text() for specifying a layout modePino Toscano2-2/+30
2010-09-15Set initial state of optional content groups based on BaseState fieldCarlos Garcia Campos1-5/+9
2010-09-13[glib] doc: Document PopplerPage:label propertyCarlos Garcia Campos1-0/+5
2010-09-13[glib] doc: Add poppler_page_get_label to poppler-sections.txtCarlos Garcia Campos1-0/+1
2010-09-13[glib-demo] Use poppler_page_get_label() instead of g_object_get()Carlos Garcia Campos1-1/+1
2010-09-13[glib] Add poppler_page_get_label()Carlos Garcia Campos2-13/+35
2010-09-13[glib] Avoid core headers to be parsed by the g-i scannerCarlos Garcia Campos3-0/+7
2010-09-12[glib] Fix a crash when building layer actionsCarlos Garcia Campos1-6/+9
2010-09-12[glib] Fix layers array generation when it contains multiple arraysCarlos Garcia Campos1-0/+1
2010-09-09Fix checking whether _WIN32 is definedJonathan Liu2-2/+2
2010-09-05Increase the number of cached glyphs for small sizesAlbert Astals Cid1-2/+6
2010-09-05Use std::sort instead of qsortAlbert Astals Cid3-31/+44
2010-09-01forgot the fileAlbert Astals Cid1-0/+40
2010-09-01add since and rename enumAlbert Astals Cid2-2/+5
2010-09-01Clarify the ownershipAlbert Astals Cid1-0/+2
2010-09-01Add a way to access the raw textSuzuki Toshiya5-6/+55
2010-09-01quadding is not a GBool but an intAlbert Astals Cid2-3/+3
2010-08-31Make GBool a bool instead of an intAlbert Astals Cid6-7/+8