Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | Throw exceptions for read errors. | Tor Andersson | |
2011-09-21 | Add warning context. | Tor Andersson | |
2011-09-15 | Add context to mupdf. | Robin Watts | |
Huge pervasive change to lots of files, adding a context for exception handling and allocation. In time we'll move more statics into there. Also fix some for(i = 0; i < function(...); i++) calls. | |||
2011-09-14 | Initial import of exception handling code | Robin Watts | |
Import exception handling code from WSS, modified to fit into the fitz world. With this code we have 'real' fz_try/fz_catch/fz_rethrow functions, handling a fz_except type. We therefore rename the existing fz_throw/ fz_catch/fz_rethrow to be fz_error_make/fz_error_handle/fz_error_note. We don't actually use fz_try/fz_catch/fz_rethrow yet... | |||
2011-04-08 | Remove inline keyword where it is not strictly necessary for performance. | Tor Andersson | |
Also put the function on the same line for inline functions, so they stick out and are easy to find with grep. | |||
2011-04-04 | Le Roi est mort, vive le Roi! | Tor Andersson | |
The run-together words are dead! Long live the underscores! The postscript inspired naming convention of using all run-together words has served us well, but it is now time for more readable code. In this commit I have also added the sed script, rename.sed, that I used to convert the source. Use it on your patches and application code. | |||
2011-04-04 | Incorporate small fixes from SumatraPDF. | Tor Andersson | |
2011-03-06 | Add explicit EOF testing functions. | Tor Andersson | |
2010-08-18 | Fix bugs in RunLengthDecode filter. | Tor Andersson | |
2010-08-02 | Use 'while (rp < wp)' idiom for filter output buffering state. | Tor Andersson | |
2010-08-02 | Initialize variable for AES decoding. | Sebastian Rasmussen | |
2010-08-02 | Place last bytes of ASCII85 and AES decoded data at the correct buffer location. | Sebastian Rasmussen | |
2010-08-02 | Fix bugs where pointer to remaining data in filters was not updated, also ↵ | Sebastian Rasmussen | |
make all occurances of the code follow a common idiom. | |||
2010-07-29 | Use chained reader like interface for filters instead of process interface. | Tor Andersson | |
2010-07-17 | Minor edits of multi-line comments. | Tor Andersson | |
2010-07-09 | Rearrange and merge some files in the fitz directory. | Tor Andersson | |
2009-12-03 | Consolidate include lines to a single fitz.h. | Tor Andersson | |
2009-11-29 | Fix up indentation. | Tor Andersson | |
2009-11-20 | Malloc cannot return null. Clean up streams and filters. | Tor Andersson | |
2009-11-19 | Remove unused and largely untested encoding filters. | Tor Andersson | |