3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better documentation for viewer preferences More... over 18 years ago
Tabs vs. spaces; More... over 18 years ago
Tabs vs. spaces; Fix a memory leak: PdfDictionary::AddKey( const PdfName & rName, PdfObject* pObject ) copies the passed object. More... over 18 years ago
Fix compilation on gcc... somehow gcc wants const PdfName & instead of PdfName&. Also fixed intendentation. Can we agree on 4 spaces instead of tabs? Makes the code look the same everywhere. More... over 18 years ago
Fix compilation on gcc... somehow gcc wants const PdfName & instead of PdfName&. More... over 18 years ago
Added methods to get & set a document's PageMode More... over 18 years ago
Added methods to get & set a document's PageMode Added methods to set a document's FullScreen mode Added methods to set all the various ViewerPreferences for a document Added methods to set the document's PageLayout Added functionality to podofomerge to test the new features More... over 18 years ago
Completed implementation of page copying - you can now copy an entire document or just part of it More... over 18 years ago
Completed implementation of page copying - you can now copy an entire document or just part of it Added new DeletePages method to PdfDocument (and PdfPagesTree) to handle deletion of pages Created VCProj for podofomerge More... over 18 years ago
PdfImage now supports creating an image stream from a "raw bitmap", which can also be optionally Flate compressed Renamed methods from FlateDecode to FlateCompress, since that is really what it does. More... over 18 years ago
PdfImage now supports creating an image stream from a "raw bitmap", which can also be optionally Flate compressed More... over 18 years ago
Fixed the paths to the subprojects in the VCProjs - for some reason, some of them were still pointing to an explicit path on my disk :( More... over 18 years ago
Fixed the paths to the subprojects in the VCProjs - for some reason, some of them were still pointing to an explicit path on my disk :( More... over 18 years ago
Refactored PdfWriter: removed Init() methods in favour of constructors. More... over 18 years ago
Refactored PdfWriter: removed Init() methods in favour of constructors. More... over 18 years ago
Updated Doxyfile; More... over 18 years ago
Updated Doxyfile; Readded podofomerge to build; Fixed compiler warning by adding virtual destructor to PdfCanvas; Fixed compilation of PdfRect on SuSE 10.1; More... over 18 years ago
Disabled podofomerge for release build More... over 18 years ago
Disabled podofomerge for release build More... over 18 years ago
So this definitly was bug: Only add the reference to the parent and not the whole parent object again! More... over 18 years ago
So this definitly was bug: More... over 18 years ago
Added a podofomerge example, which is not yet working; It used a new PdfDocument function: PdfDocument::Append( const PdfDocument & rDoc ); More... over 18 years ago
Added a podofomerge example, which is not yet working; More... over 18 years ago
Optimized calls to PdfVariant::Clear() More... over 18 years ago
Optimized calls to PdfVariant::Clear() More... over 18 years ago
Save lot's of calls to malloc in PdfParser More... over 18 years ago
Save lot's of calls to malloc in PdfParser More... over 18 years ago
Fixed a memory leak and bug in PdfDictionary: PdfObjects allocated in the map were never deleted and instead of copying them only the pointers were copied. More... over 18 years ago
Fixed a memory leak and bug in PdfDictionary: PdfObjects allocated in the map were never deleted and instead of copying them only the pointers were copied. More... over 18 years ago
Use callgrind for profiling instread of gprof: Avoid construction of a PdfError object in PdfVariant::Parse and faster comparisons in PdfName as PdfName::operator< is the most often called function in the whole library More... over 18 years ago