summaryrefslogtreecommitdiff
path: root/qt4
AgeCommit message (Collapse)AuthorFilesLines
2005-07-28Fontconfig patch is here, rejoiceAlbert Astals Cid1-1/+0
2005-07-07Add support for page layout to the Qt4 bindings, plusBrad Hards5-3/+99
test cases.
2005-07-07Update for page mode - new mode from PDF-1.6, API docs fixesBrad Hards8-6/+142
and some tests.
2005-07-07Suppress noise from new test files.Brad Hards1-0/+6
2005-07-06Add unit tests for the isLinearized() property.Brad Hards2-1/+28
2005-07-06Remove boolean for unicode table lookup from FontBrad Hards3-24/+8
2005-07-06Update to reflect recent changes.Brad Hards1-0/+2
2005-07-05Don't crash with files that have fonts with no nameAlbert Astals Cid2-4/+11
2005-07-05Check in a couple more test appsBrad Hards3-1/+93
2005-07-05Add Qt4 bindings for new user permission properties.Brad Hards2-5/+71
2005-07-04Change path to sample file to point to test moduleBrad Hards1-1/+1
2005-07-04Fix typo causing failure to pick up upside down pages.Brad Hards1-1/+1
2005-07-04Update to reflect recent changesBrad Hards1-0/+2
2005-07-04Add in a simple demo/test application, similar to the pdffontsBrad Hards2-1/+84
application in xpdf.
2005-07-04Update to reflect changes to rendering API.Brad Hards2-3/+4
2005-07-04Qt4 update.Brad Hards3-8/+77
* qt4/src/poppler-qt4.h: * qt4/src/poppler-document.cc complete Qt4 font metadata handling * qt4/src/poppler-qt4.h: * qt4/src/poppler-page.cc: change the render API to make it more Qt-like.
2005-07-04Fix up the unit test, now that I have a real sampleBrad Hards1-4/+4
file.
2005-06-28Reduce cvs up noiseBrad Hards3-0/+18
2005-06-28Initial import of Qt4 bindings, and for a Qt4 "Arthur" (QPainter)Brad Hards11-0/+2301
backend renderer. The bindings are currently unstable - you can expect substantial change in both source and binary interfaces. The Arthur renderer currently does a reasonable job of rendering path and fill, but the image rendering doesn't work (for reasons that aren't clear to me) and text rendering doesn't use the right glyphs - it just draws with the current font. There is a lot of work to do on this too. Help is, of coure, welcome.