Source code checked in, #ddd16b4937f3
Updated PDFRenderer so that if compiled/used on a BlackBerry running OS 7.0 or higher it takes advantaged of the 32bit Bitmaps and the new Bitmap types. Minor bug fix in PDFViewer's PageField so that...
View ArticleSource code checked in, #55570cf22b68
Minor reorginization of Info.txt Bug fixes to processing of Composite (TranslatedBitmaps weren't getting handled with respect to their location) Updates to support BlackBerry 7.0 changes in Bitmap and...
View ArticleSource code checked in, #0cede32eb6e7
PDFViewer demo app now actually draws the PDF full screen. The implemented graphics system isn't done so as of this version it just draws "blocks".
View ArticleSource code checked in, #b03d00e28f74
Some small updates to shadow. showThumbnail now has a use (changes focus) FullPageField updated so that rotation ans scale are drawn properly and shadow drawn using a constant offset.
View ArticleSource code checked in, #a57396ed1177
Minor update so that FullPageField uses the built in getImage function instead of drawing it to seperate Bitmap.
View ArticleSource code checked in, #8e8c93e3ad7c
Minor bug fix in paint of FullPageField. Rotation and scaling now take place properly. Also, if the PDF is changed without closing and reopening the app the drawing matrix will always be reset.
View ArticleSource code checked in, #5fb52b33cbc6
Transformations performed on the PDF's current page now display correctly. Mutliple PDFs can be opened (one at a time) and now display (before if you opened a PDF then opened another, it wouldn't display)
View ArticleSource code checked in, #7d977f664a58
Updated to revision 131 which include: Updates to PDFImage to handle JPEGs (this doesn't effect the BlackBerry version since EncodedImage takes care of this and there isn't much without writing a...
View ArticleSource code checked in, #fc344e75ee7d
Minor update to revision 132: Removes some debug code from Type1CFont. Minor change AffineTransform in PDFTextFormat. Only other changes have been to PDFGraphics: Placeholder for "smart" PDFGraphics...
View ArticleSource code checked in, #bb8709cbb17c
Basic framework for performance/system specific PDFGraphics implemented (for the default Graphics PDFGraphics). Instead of a centeral function/class that determines the final PDFGraphics, the "drawing...
View ArticleSource code checked in, #fcfbd2d06f22
Begining implementation of OpenVG drawing code. Slight modification to AffineTransform to make it easier to get the transform's value in an array that is compatable with OpenVG (and OpenGL for that...
View ArticleSource code checked in, #8152c57df5c3
Small updates to Paint and Composite for use by the new GfxUtil class. VG10 now has safety code, intial cleanup code. clear, getTransform, setBackgroundColor, setColor, and setStroke functions have...
View ArticleSource code checked in, #09e500be824f
Full implementation of OpenVG wrapper for Graphics. Support for "additional properties" in PDFGraphics. Implemented additional properties support in VG10 implementation for use in binding and releasing...
View ArticleSource code checked in, #6d978af7f8ed
Finalization of some functions in VG10 Impl. More work on masking/clipping (mainly in VG11 impl, though some in VG10 impl).
View ArticleSource code checked in, #56aa44de6d70
Minor optimization to Geometry so that it doesn't allocate the coords array every time it tries to append a new segment. Support for drawing has been implemented in VG10 impl (which is inherited in...
View ArticleSource code checked in, #ed32178b84c6
Added vgFinish use in releasing target VG to make sure that graphics operations are completed. Finished (though not in most efficent manner) VG11 impl (which was just a modifed use of clips/masks....
View ArticleSource code checked in, #4815b08d04be
Rewrote path handling in VG impls so that there was only one path and it was reused for each path operation, saving memory and CPU ops for creating and destroying path objects. Fixed bug where mask...
View ArticleSource code checked in, #eb803e5490bd
Masking implementation for VG impl is complete. It has an issue where it seems to mask out everything and nothing is drawn, this is being looked into. setRenderingHints in VG impl has been implemented....
View ArticleSource code checked in, #31a09c71627b
Originally this was supposed to be a very minor update. It appears that I forgot to commit the last update. Now up to revision 140 of the original project. ColorSpace support for YCCK. Better...
View ArticleSource code checked in, #55248321f9b9
Fixed bug where a ASCIIHex encoded value would go past the EOD marker (thus, throwing an exception).
View Article