0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
reconstruct headings More... over 9 years ago
Correct a compilation warning... More... over 9 years ago
Try to implement drawRectangle, drawEllipse, ... (by creating automatically a SVG picture) More... over 9 years ago
Add some files to transform drawRectangle, ... calls in SVG pictures, to be continued... More... over 9 years ago
Force locale to be "C" when using std::stringstream... More... over 9 years ago
Force image in frame to be sent as-char + replace a call to RVNGString::sprintf by std::streamstring to avoid problem with locale... More... over 9 years ago
Try to do not create frame in header/footer + try to recover left table's margin(if defined). More... over 9 years ago
Don't inherit from std::containers More... over 9 years ago
Make code to retrieve embedded spreadsheet work... More... over 9 years ago
Add the image to the ImageCheckerHandler + minor corrections... More... over 9 years ago
Add an interface to reconstruct a table from a librevenge::RVNGSpreadsheetInterface... More... over 9 years ago
As AbiWord seems to want header/footer to be defined related to the first section, ignore header/footer which appear on different sections... More... over 9 years ago
Small corrections... More... over 9 years ago
Define an handler to redefine the list of valid mime-types... More... over 9 years ago
remove unused class : InternalHandler... More... over 9 years ago
Check that each cell is correctly defined before sending a table... More... over 9 years ago
More cleaning... More... over 9 years ago
Create dummy sections if the main content does not appear between openSection/closeSection + add default start-value when a list element is opened without this attribute... More... over 9 years ago
Remove ABWStringDocumentHandler from main libraries + add some test files + avoid crash if openSection is called but not closeSection... More... over 9 years ago
Update the meta-data functions... More... over 9 years ago
Try to better rebuild frames... More... over 9 years ago
Replace sscanf by some std::string functions... More... over 9 years ago
Try to retrieve wrapping + some cleaning... More... over 9 years ago
Remove some g++ and some wineg++ warnings More... over 9 years ago
Picture: try to create frames of type image when possible... More... over 9 years ago
Add code to retrieve comments... More... over 9 years ago
Picture.*xx: add a audio/picture/video mime-type checker and check that AbiWord "know" a picture's mime-type before inserting a picture, ABWGenerator.*xx: move basic functions of ABWTextGeneratorPrivate in this class... More... over 9 years ago
Better list's reconstruction... More... over 9 years ago
Begin to rewrite the list's state and simplify the actual code, to be continued... More... over 9 years ago
Begin to try to reconstruct list, ie. add code to generate list definitions, to be continued... More... over 9 years ago