0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add work directory & render only parameter to file.
gxf
More... almost 15 years ago
Image rotation: Add NOGL macro to enable/disable GL coordinate flipping
gxf
More... almost 15 years ago
ARM specific fix: 1. strtod is not supported @ ARM. Rewrite the getFloat function in DocParser.cpp to get right functionality. 2. ARM forbids addressing offset 3 from base. (Must be 1, 2, 4). Thus rewrite the Convert function in Graph.cpp to get right functionality.
gxf
More... almost 15 years ago
Bug fix: 1. Convert PNG exceeds the range of vector. 2. Replace getFloat in DocParser.cpp, since the library function strtod is not portable for arm chip.
gxf
More... almost 15 years ago
Bug fixes: 1. Delay imageview static memory allocation to the time it demands. 2. Refine the memory usage of Char class. The Char bitmap will be freed as soon as one page ends. 3. Bug fix about Table class. It previously leads to some memory leak at flipping pages. 4. Some mismatched new/delete in DocParser.
gxf
More... almost 15 years ago
1. Change stream to enable offset counting by hgMaster rather than file stream. This unifies the interface of pipe and file. 2. Backward page searching is enabled at background parsing (async) mode. 3. Test bookmark passes. 4. Know issue: Large page range accessing will result in some error. However, this could be avoided in application side since it is seldom met.
gxf
More... almost 15 years ago
Bug fix: GPS.doc fails at segmentation fault This is caused by the insufficient buffer size inside of imageview. Now the default buffer is enlarged to hold large pictures.
gxf
More... almost 15 years ago
Bug fix: hgMaster fails to terminate rendering at 5.doc. Root cause: The DocStream fails to get EOF exception due to incorrect ret type.
gxf
More... almost 15 years ago
Bug fix: wv fails to open 5.doc: This is caused by the bitmap reading elimination from last change. However, now we read the bitmap at the time we really needs it. That would save much CPU cycles and keep the program right.
gxf
More... almost 15 years ago
1. wv performance hack modified: wv-1.2.4/fbse.c modified: wv-1.2.4/support.c modified: wv-1.2.4/text.c modified: wv-1.2.4/wvConfig.c modified: wv-1.2.4/wvWare.c More... almost 15 years ago
hgMaster memory requirement fix: 1. Fix that the font cache evict at one line over; 2. Reduce the static memory pre-allocation. (from 28M to 12M);
gxf
More... almost 15 years ago
wv performance hack: 1. Eliminate redudant picture writing to disk. 2. Modify the function from "GetBlip" to "GetBlipNoFill", which saves the runtime memory. 3. Some trivial I/O modification to promote I/O effecience. 4. Eliminate stream objects destruction (which is not well managed and consume large time).
gxf
More... almost 15 years ago
Performance fix: 1. picf.c: wvGetPICF reading performance fix. 2. fbse.c: wvGetBlip, wvGetFBSE reading performance fix. 3. support.c: read_8ubit, read16ubit reading performance fix. 4. Eliminated emitting of unsupported file (wmf, emf, etc) type.
gxf
More... almost 15 years ago
Performance fix: 1. Fix the I/O issue of wv while reading GSF file.
gxf
More... almost 15 years ago
Feature: 1. Add interface for get current max page number which is processed.
gxf
More... almost 15 years ago
Feature: 1. Interface development is completed. 2. Add more test cases to test.cpp 3. Bug fix for interface HG_Term
gxf
More... almost 15 years ago
Feature: 1. BufferManager is added to manage buffer for client interface. 2. Interface functionality is coding complete. Need full validation.
gxf
More... almost 15 years ago
Feature: 1. Asynchronized wv parsing is OK for use. 2. The test case is updated.
gxf
More... almost 15 years ago
Feature: 1. Interface creating for async/background wv run. 2. Test example for the interface is done.
gxf
More... almost 15 years ago
Bug fix: 1. Fix table spliting condition judgement.
gxf
More... almost 15 years ago
Merge git://github.com/gxf/heigong
gxf
More... almost 15 years ago
Feature: 1. Add support for .gif file.
gxf
More... almost 15 years ago
fixed minor bug in listchm.c More... almost 15 years ago
add chm support. More... almost 15 years ago
fixed bug in strip() when node has no children More... almost 15 years ago
add html support, with test files More... almost 15 years ago
Bug fix: 1. Jpeg segmentation fault to handle large image loading. Now enlarge the buffer to 4086*4086 to fix. 2. Jpeg image size depends on the info of html. Now Jpeg does not depend on such info.
gxf
More... almost 15 years ago
Support opening pre-formatted html files directly More... almost 15 years ago
Bug fixes: 1. Fix the negative indent val. 2. Fix table render out of boundary after deserialization. 3. Fix the incomplete stream clear status. 4. Fix the first glyph render status after deserialization.
gxf
More... almost 15 years ago
Add guard to Framebuffer objects to avoid write failure.
gxf
More... almost 15 years ago