Commit graph

4 commits

Author SHA1 Message Date
Mark Kim
1425db0578 add back noquit option to ios default config
must have failed to get merged from the sdl2.0 branch.
2021-03-24 00:00:31 -04:00
Mark Kim
3d11ee1181 disable lockfile in ios
ios doesn't allow an app to be started more than once so it's not necessary,
and can confuse users who tries to reopen the app after an accidental closure.
2021-03-24 00:00:15 -04:00
Mark Kim
5c57cd9c53 ios splash screen update
It looks sightly better to align the copyright text to the bottom of the splash
screen.
2021-03-22 22:15:22 -04:00
Mark Kim
39cc096ece iOS port initial commit
Known Issues
------------
- No printing support.
- No typing support using the OS virtual keyboard.  iOS needs to be signalled
  to bring up the virtual keyboard when the text tool is active.  We also may
  need to do some finagling to make IM work with the virtual keyboard.
- OS language detection doesn't work yet.
- Quitting doesn't close the app.  It just displays a black screen until it is
  force-closed.
- Need to include cross-compilation instructions.

Possible Issues
---------------
- No text display.  This is likely an issue with how pango and related
  libraries were cross-compiled rather than an issue with Tux Paint code.  From
  the error output it appears to be a font rendering issue.
- SVG integration couldn't be tested because RSVG library has not yet be
  cross-compiled successfully.
- Only tested under the iOS Simulator (and not on an actual iOS device yet.)
2021-03-21 23:01:49 -04:00