Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-26 | Partially revert "Add missing fz_var() and fix potential memory leak." | Matt Holgate | |
(Revert the fix for potential memory leak - there wasn't a potential memory leak as the device only takes ownership of it's display list if dev->free_user is set). This reverts commit ada560eb015e7b2208c492d47f28da8093733c4a. | |||
2014-06-26 | Add missing fz_var() and fix potential memory leak. | Matt Holgate | |
2013-09-27 | don't reset the clipping rectangle for accumulated text | Simon Bünzli | |
FZ_CMD_CLIP_TEXT behaves quite differently whether the accumulate flag is set or not (see fz_list_clip_text). fz_run_display_list handles this correctly but fz_append_display_node doesn't do so yet. | |||
2013-06-26 | Silence compiler warnings. | Tor Andersson | |
2013-06-20 | Rearrange source files. | Tor Andersson | |