Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-19 | Fix whitespace. | Tor Andersson | |
2013-02-13 | Update doc/multi-threaded.c for passing rect/matrix by reference. | Tor Andersson | |
2013-01-30 | Introduce fz_irect where the old fz_bbox was useful. | Tor Andersson | |
Inside the renderer we often deal with integer sized areas, for pixmaps and scissoring regions. Use a new fz_irect type in these places. | |||
2013-01-30 | Eliminate fz_bbox in favor of fz_rect everywhere. | Tor Andersson | |
2012-12-13 | Bug 693487: fix error handling in doc/multi-threaded.c | Robin Watts | |
A user (av1474) points out that pthread error codes are non zero, not negative; hence fix the example code to test for these correctly. | |||
2012-03-15 | Add multi-threading example based on pthreads. | Sebastian Rasmussen | |
Also update example code compilation instructions. |