Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-18 | iOS: Fix two warnings in MuPrintPageRenderer with latest Xcode | Joseph Heenan | |
MuPrintPageRenderer.h:2:9: error: 'MuDocRef.h' file not found with <angled> include; use "quotes" instead MuPrintPageRenderer.m:35:16: warning: if statement has empty body [-Wempty-body] MuPrintPageRenderer.m:35:16: note: put the semicolon on a separate line to silence this warning | |||
2014-10-04 | iOS: Move instance variables from .h to .m | Joseph Heenan | |
These are private details that, since changes in Xcode, no longer need to be exposed in the headers. | |||
2014-04-22 | Fix iOS formatting. | Tor Andersson | |
2014-04-18 | iOS: use bitmap based printing | Paul Gardiner | |
allows printing of file types other than PDF |