Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | Fix exception handling in pdfdraw to avoid leaks. | Robin Watts | |
Remove use of 'die', in place of proper exception handling. | |||
2011-12-06 | Move antialias levels into context. | Robin Watts | |
In builds that support configurable layers of antialiasing, move the variables that control this into the context. This makes it possible to safely use different levels of antialiasing in different threads. | |||
2011-11-28 | Move Freetype globals into context. | Robin Watts | |
Freetype globals are not shared between threads currently - to do that we'll need to introduce a lock. | |||
2011-10-04 | Reintroduce alloc context section. | Robin Watts | |
This was removed during a previous commit to make the editing easier. Now added back in. | |||
2011-09-21 | Add warning context. | Tor Andersson | |
2011-09-21 | Rename malloc functions for arrays (fz_calloc and fz_realloc). | Tor Andersson | |
2011-09-21 | Don't thread ctx through safe fz_obj functions. | Tor Andersson | |