openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
PoDoFo
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 119 of 129
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Better documentation for viewer preferences
domseichter
More...
over 18 years ago
Tabs vs. spaces;
domseichter
More...
over 18 years ago
Tabs vs. spaces; Fix a memory leak: PdfDictionary::AddKey( const PdfName & rName, PdfObject* pObject ) copies the passed object.
Dominik Seichter
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.
Dominik Seichter
More...
over 18 years ago
Fix compilation on gcc... somehow gcc wants const PdfName & instead of PdfName&.
domseichter
More...
over 18 years ago
Added methods to get & set a document's PageMode
lrosenthol
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
Leonard Rosenthol
More...
over 18 years ago
Completed implementation of page copying - you can now copy an entire document or just part of it
lrosenthol
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
Leonard Rosenthol
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.
Leonard Rosenthol
More...
over 18 years ago
PdfImage now supports creating an image stream from a "raw bitmap", which can also be optionally Flate compressed
lrosenthol
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 :(
Leonard Rosenthol
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 :(
lrosenthol
More...
over 18 years ago
Refactored PdfWriter: removed Init() methods in favour of constructors.
domseichter
More...
over 18 years ago
Refactored PdfWriter: removed Init() methods in favour of constructors.
Dominik Seichter
More...
over 18 years ago
Updated Doxyfile;
domseichter
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;
Dominik Seichter
More...
over 18 years ago
Disabled podofomerge for release build
Dominik Seichter
More...
over 18 years ago
Disabled podofomerge for release build
domseichter
More...
over 18 years ago
So this definitly was bug: Only add the reference to the parent and not the whole parent object again!
Dominik Seichter
More...
over 18 years ago
So this definitly was bug:
domseichter
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 );
Dominik Seichter
More...
over 18 years ago
Added a podofomerge example, which is not yet working;
domseichter
More...
over 18 years ago
Optimized calls to PdfVariant::Clear()
domseichter
More...
over 18 years ago
Optimized calls to PdfVariant::Clear()
Dominik Seichter
More...
over 18 years ago
Save lot's of calls to malloc in PdfParser
domseichter
More...
over 18 years ago
Save lot's of calls to malloc in PdfParser
Dominik Seichter
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.
Dominik Seichter
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.
domseichter
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
Dominik Seichter
More...
over 18 years ago
←
1
2
…
115
116
117
118
119
120
121
122
123
…
128
129
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree