Commit Graph

85 Commits

Author SHA1 Message Date
pelya d00aef85b6 Fixed another bug in text input (thanks Kurosu) 2011-03-01 09:22:22 +00:00
pelya 418ab79db8 Do not send Backspace keycode for text input invoked with SDL_ANDROID_GetScreenKeyboardTextInput() 2011-02-28 11:16:47 +00:00
pelya d5413b3c15 Same SDL keycode for Camera and Focus keys 2011-02-25 14:59:32 +00:00
pelya 99f734c61c Added new API for toggling text input via Android EditText widget 2011-02-24 16:21:54 +00:00
pelya bcd5152abd Some fixes to text input with SDL 1.2 2011-02-23 12:23:29 +00:00
pelya 090ab8154c Optiuon to run video rendering in separate thread - available only for SW mode 2011-02-15 15:40:40 +00:00
pelya 29a7cff034 Cleaned up mouse events implementation - should fix problems with double-clicking with left-click emulation set to "normal" 2011-02-14 15:16:56 +00:00
pelya 892c4813b9 Small mouse tap enhancement 2011-02-11 15:30:48 +00:00
pelya ce2c3d3c47 Fixed bug with tap left click method, updated fheroes2 project 2011-02-10 11:51:23 +00:00
pelya a1573ce45c Updated readme, small bugfix 2011-02-10 11:25:09 +00:00
pelya c223d2eee3 glGet() in Android 1.6 is not implemented (blasphemy!), so I've disabled appropriate code in on-screen keyboard 2011-02-10 10:58:13 +00:00
pelya fd86b04d47 Fixed compilation for libcurl 2011-02-10 10:40:02 +00:00
pelya 0f221c5477 Fixed compiling for NDK r4b - note that I may have breaked some other compilation types 2011-02-09 15:13:32 +00:00
pelya 6add849746 Fixed some timeout coefficients, updated fheroes2 project, updated todo 2011-02-08 13:31:54 +00:00
pelya 5e4b450e74 Implemented speed and acceleration for relative mode 2011-02-08 12:58:12 +00:00
pelya 96ac2819ed Relative mouse movement implemented, witohut speed/accel though 2011-02-07 18:42:54 +00:00
pelya 0cb701bb24 Implemented clicking with tap and timeout 2011-02-07 17:49:14 +00:00
pelya d840a57e2c Added settings for relative mouse movement - to Java only, they are not processed on C side yet 2011-02-07 15:27:12 +00:00
pelya ac86215d58 Updated readme 2011-02-07 10:00:53 +00:00
pelya 3d40c99b3d Commented out redefining printf, because it generates lot of warnings in system headers 2011-02-07 09:52:44 +00:00
pelya 877d015c96 Fixed SDL compilation, added redefined printf to print to logcat 2011-02-07 09:25:57 +00:00
pelya e07c5cfd14 Added fake cin/cout/cerr to prevent application crashing on tablets 2011-02-04 14:47:18 +00:00
pelya a4cb94028c Moved all includes from LOCAL_CFLAGS to LOCAL_C_INCLUDES so it will work in Cygwin 2011-02-02 14:28:16 +00:00
pelya 36128968af Fixed on-screen keyboard not drawing 2011-02-02 10:26:35 +00:00
pelya fbaf44f09f Updated UfoAI project 2011-02-01 13:21:07 +00:00
pelya 36692f967f Added define SDL_GL_FIRST_SAFE_TEXTURE_ID for UfoAI which uses static texture ID-s 2011-01-31 16:55:09 +00:00
pelya 8418a37c02 Minor fix to on-screen keyboard 2011-01-27 16:21:31 +00:00
pelya 71edaa907a Replaced glTexEnvi with glTexEnvf 'cause glTexEnvi seems to be not supported on emulator 2011-01-26 16:22:29 +00:00
pelya b337e649b9 Added fake stdin/stdout/stderr streams, to prevent crashes on some tablets 2011-01-25 14:29:23 +00:00
pelya 727925fed2 Removed Ugly Arrows" keyboard theme, save/restore OpenGL context when drawing on-screen keyboard 2011-01-24 14:09:03 +00:00
pelya e41d56798a Updated SDL 1.3 to rev 5001 2011-01-14 12:23:36 +00:00
pelya 62acddf82f Added texture filtering setting 2011-01-06 11:27:45 +00:00
pelya 92fe366c81 Option to assign mouse click to any HW key 2011-01-04 16:19:40 +00:00
pelya 28b25e2224 Teeworlds: check if user redefined keyboard layout 2010-12-31 13:11:43 +00:00
pelya 62b6731332 Fixed broken joystick input in SDL 2010-12-31 10:35:52 +00:00
pelya 66f7928078 Option to customize on-screen keyboard layout 2010-12-30 15:23:46 +00:00
pelya c4c16ec1d8 Fixed Alien Blaster and SDL 1.3 compilation 2010-12-29 16:30:08 +00:00
pelya d6d9376b7f Fixed atan2i.h not included in SDL 1.3 2010-12-29 16:09:13 +00:00
pelya 858dd2fdb2 Option for calibrating touchscreen 2010-12-28 13:46:13 +00:00
pelya 2e2527a1a7 Fixed nasty bug in a mouse input 2010-12-27 11:27:21 +00:00
pelya 1228dbe4b0 Multitouch gestures 2010-12-23 16:07:37 +00:00
pelya c13ac6856f Updated Simple Theme by Beholder, fixed small bug in config dialogs 2010-12-23 08:19:17 +00:00
pelya 910035c859 Also swapped accelerometer joystick 2010-12-22 17:19:21 +00:00
pelya 420852470c Transparency option for on-screen keyboard, also swapped joystick axis as it is used this way in most games 2010-12-22 17:16:39 +00:00
pelya d86319f50d Fixed bug in on-screen keyboard layout 2010-12-20 14:23:42 +00:00
pelya e34e40f4c1 Fix for on-screen keymapping dialog, it's still buggy yet 2010-12-20 11:18:27 +00:00
pelya 278506fd45 Fixes for text input 2010-12-17 09:26:02 +00:00
pelya fed1bc383b Fixed typo in header file, implemented changing keycodes for on-screen keyboard 2010-12-16 15:20:29 +00:00
pelya 8c7f63e62b Menu for editing on-screen controls, not finished yet! 2010-12-15 17:56:20 +00:00
pelya 1490b815af Fixes to text input 2010-12-10 17:25:26 +00:00