tuxpaint-pencil-sharpener/src
Mark Kim 92196bd69a 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 20:46:03 -04:00
..
manpage Noting that colorsrows can only be between 1 & 3 2021-02-05 18:05:25 -08:00
mouse Added 16x16 mouse pointer (cursor) shapes. (Useful for Mac OS X.) 2004-09-29 06:06:11 +00:00
po Albanian Tux Paint translation update 2021-03-15 22:12:40 -07:00
.cvsignore Attempting to debug/fix SDL_Pango stuff. 2007-07-17 18:41:16 +00:00
.indent.pro No tabs, spaces only, please 2017-10-15 10:48:45 -07:00
android_assets.c Data like brushes, starters,... now is loaded from assets in the android port. 2018-01-18 00:41:38 +01:00
android_assets.h Data like brushes, starters,... now is loaded from assets in the android port. 2018-01-18 00:41:38 +01:00
android_mbstowcs.c Integrating android support. 2017-12-06 06:39:40 +01:00
android_mbstowcs.h Integrating android support. 2017-12-06 06:39:40 +01:00
android_print.c Android prints were cut at the edges. 2020-04-04 19:25:35 +02:00
android_print.h Integrating android support. 2017-12-06 06:39:40 +01:00
BeOS_print.cpp More indentation! 2019-04-13 12:23:47 -07:00
BeOS_print.h Ran indent on .h files 2019-04-13 12:10:58 -07:00
colors.h indent colors.h 2017-10-15 10:49:43 -07:00
compiler.h Fix Haiku "unable to open saved files" bug 2020-06-22 23:04:13 -07:00
configure.in CVS Id tags added to several files for easier version tracking. 2005-11-27 08:09:37 +00:00
cursor.c More function documentation 2018-05-17 00:30:48 -07:00
cursor.h Mouse cursor can be hidden, useful on touchscreen devices. 2007-05-16 01:11:33 +00:00
debug.h Updating to master 2019/6/6 2019-06-06 20:22:55 +02:00
dirwalk.c Closing Tux Paint before the end of font scanning resulted in crashes in the Android port. 2020-05-14 00:48:50 +02:00
dirwalk.h Indentation. 2017-12-19 02:17:27 +01:00
fill.c Adapt Fill to SDL2 2021-03-12 00:14:36 +01:00
fill.h Adapt Fill to SDL2 2021-03-12 00:14:36 +01:00
fill_tools.h Fill tool docs & ensuring PO translations 2021-02-20 20:40:58 -08:00
fonts.c iOS port initial commit 2021-03-21 20:46:03 -04:00
fonts.h Undeffing FORKED_FONTS seems to improve things on Android. The system onscreen keyboard hid the progress bar, don't show it until fonts are already in place. 2020-05-05 00:24:42 +02:00
get_fname.c mkdir exportdir's parent, if necessary 2021-01-13 22:48:29 -08:00
get_fname.h mkdir exportdir's parent, if necessary 2021-01-13 22:48:29 -08:00
gifenc.c Get export directory for Windows 2020-08-16 17:00:58 +09:00
gifenc.h Beginning GIF export 2020-07-25 00:18:46 -07:00
great.h Attempting to debug/fix SDL_Pango stuff. 2007-07-17 18:41:16 +00:00
i18n.c Correcting Devaganari to Devanagari 2020-11-06 21:47:42 +01:00
i18n.h Correcting Devaganari to Devanagari 2020-11-06 21:47:42 +01:00
im.c Merge branch 'master' into sdl2.0 2019-09-24 14:52:40 +02:00
im.h Indentation. 2017-12-19 02:17:27 +01:00
install-dlls.sh Re-enable scripted dll install (Sorry, pushed wrong file before) 2020-10-18 21:50:20 +09:00
ios.c iOS port initial commit 2021-03-21 20:46:03 -04:00
ios.h iOS port initial commit 2021-03-21 20:46:03 -04:00
ios_print.h iOS port initial commit 2021-03-21 20:46:03 -04:00
ios_print.m iOS port initial commit 2021-03-21 20:46:03 -04:00
macos.c iOS port initial commit 2021-03-21 20:46:03 -04:00
macos.h iOS port initial commit 2021-03-21 20:46:03 -04:00
macos_print.h Ran indent on .h files 2019-04-13 12:10:58 -07:00
macos_print.m Re-add print dialog access to macOS. 2018-09-28 23:24:56 -04:00
Makefile use .PHONY 2008-04-27 17:22:01 +00:00
onscreen_keyboard.c Merge branch 'master' into sdl2.0 2020-10-28 17:03:05 +01:00
onscreen_keyboard.h Larger OSK on larger windows; larger OSK font 2020-08-25 22:00:43 -07:00
parse.gperf Doc'ing new "colorsrows" option 2021-02-05 17:56:20 -08:00
parse.h Activating the ability to have more than one colors row. 2021-02-05 22:14:39 +01:00
pixels.c indent pixels.c pixels.h 2017-10-15 11:02:51 -07:00
pixels.h lots of functions made static (some had to be moved) 2009-11-22 23:17:35 +00:00
platform.h iOS port initial commit 2021-03-21 20:46:03 -04:00
playsound.c Added --nostereo option 2019-09-21 16:33:55 -07:00
playsound.h Added --nostereo option 2019-09-21 16:33:55 -07:00
postscript_print.c Re-ran indent on .c files 2019-04-13 12:00:44 -07:00
postscript_print.h Indentation. 2017-12-19 02:17:27 +01:00
progressbar.c Merge branch 'master' into sdl2.0 2018-08-30 01:37:00 +02:00
progressbar.h Progressbar seems to work again 2017-12-06 06:39:39 +01:00
rgblinear.c More function documentation 2018-05-17 00:30:48 -07:00
rgblinear.h indent rgblinear.c rgblinear.h 2017-10-15 11:06:27 -07:00
shapes.h WIP: Shape controls -- center vs corner 2020-08-15 00:55:31 -07:00
sounds.h Elevate "Fill" from Magic Tool to real Tool 2019-09-12 23:04:13 -07:00
test-option.sh test-option.sh's dummy.c conflicted with the one Makefile wants. 2008-05-26 21:23:09 +00:00
tip_tux.h Added copyright/license to source files that lacked it. 2009-06-03 20:46:07 +00:00
titles.h Adding sub-tool support to Fill tool 2021-02-20 16:42:35 -08:00
tools.h WIP: Shape controls -- center vs corner 2020-08-15 00:55:31 -07:00
tp-magic-config.sh.in Magic tools (and tp-magic-config) supports local (user) plugins. 2007-08-08 06:56:04 +00:00
tp_magic_api.h.in "xorpixel()" function added to Magic Tools API 2021-02-20 15:19:40 -08:00
tuxpaint-completion.bash Noting that colorsrows can only be between 1 & 3 2021-02-05 18:05:25 -08:00
tuxpaint-import.sh tuxpaint-import tool uses BASHisms, so changed shebang to #!/bin/bash 2009-11-04 19:12:12 +00:00
tuxpaint.c iOS port initial commit 2021-03-21 20:46:03 -04:00
tuxpaint.conf Further work on animated GIF export: XDG Pictures 2020-07-25 16:45:17 -07:00
tuxpaint.desktop PO & POT updates after new Magic tools (2020-01-11) 2021-01-11 09:04:11 -08:00
tuxpaint.desktop.in Adhering to Debian & FreeDesktop.org standards regarding .desktop file. 2008-07-07 23:18:57 +00:00
tuxpaint.rsrc Added BeOS resource file. 2004-11-22 00:08:54 +00:00
win32_dirent.c Re-ran indent on .c files 2019-04-13 12:00:44 -07:00
win32_dirent.h Ran indent on .h files 2019-04-13 12:10:58 -07:00
win32_print.c Get export directory for Windows 2020-08-16 17:00:58 +09:00
win32_print.h indent win32_print.c win32_print.h 2017-10-15 11:10:29 -07:00