Commit Graph

65 Commits

Author SHA1 Message Date
Sergii Pylypenko
adeeb0ea78 Fixed Android compilation 2019-09-09 18:22:20 +03:00
Sergii Pylypenko
346f8d1223 Added lbidrm, because it's impossible to disable it via configure scripts 2019-09-09 14:55:59 +03:00
Sergii Pylypenko
55e19f4f1c Split SDL sources 2019-09-06 23:08:17 +03:00
Sergii Pylypenko
a81e23e3ec Fixed compilation on host 2019-09-06 22:30:20 +03:00
Sergii Pylypenko
dfd7403990 Fixed event loop 2019-09-04 23:14:01 +03:00
Sergii Pylypenko
e9a9c705c6 More fixes to linking 2019-02-20 19:22:20 +02:00
Sergii Pylypenko
854df8d5c3 Fixed linking 2019-02-20 18:54:00 +02:00
Sergii Pylypenko
eb8ee7e339 Removed more PulseAudio stuff 2019-02-19 21:19:54 +02:00
Sergii Pylypenko
1768de4e7a Fixing init functions 2019-02-19 21:13:02 +02:00
Sergii Pylypenko
6159a83903 Removed PulseAudio handlers, I'm planning to create standalone Pulseaudion daemon using OpenSLES 2019-02-19 21:00:24 +02:00
Sergii Pylypenko
e9be8a26f6 Fixed some compilation errors 2019-02-19 18:58:25 +02:00
Sergii Pylypenko
64227f3d8a Compilation fixes, unfinished 2019-02-18 22:08:56 +02:00
Sergii Pylypenko
708774e257 More configuration for screen buttons and overlay keyboard 2018-12-21 23:39:13 +02:00
Sergii Pylypenko
d59c2fafab Disabled Ctrl/Alt/Shift floating keys, we now have them in SDL built-in keyboard 2018-12-21 23:39:13 +02:00
Sergii Pylypenko
ae8e5b1325 Enabled built-in SDL keyboard 2018-12-21 23:39:12 +02:00
Sergii Pylypenko
da8bb4f2a8 Remove stale audio-out before running 2018-12-21 23:39:12 +02:00
Sergii Pylypenko
4995c67280 More debug for audio 2018-12-21 23:39:12 +02:00
Sergii Pylypenko
2150109622 Native PulseAudio support 2018-12-21 23:39:12 +02:00
pelya
e8b6c4ffcd List more videomodes to xrandr, but it cannot change videomode yet 2018-12-21 23:39:11 +02:00
Sergii Pylypenko
aed5b9b84e Slightly larger Ctrl/Alt/Shift keys 2018-12-21 23:39:11 +02:00
Sergii Pylypenko
7e44fbe608 Show Ctrl/Alt/Shift keys when Android screen keyboard is shown 2018-12-21 23:39:11 +02:00
pelya
b5fef844ef Do not set text selection clipboard, it does not work anyway 2018-12-21 23:36:06 +02:00
pelya
b1a4385669 Copy Android clipboard to XSDL clipboard whenever it changes 2018-12-21 23:36:06 +02:00
Sergii Pylypenko
53251e1255 Minor tweaks 2018-12-21 23:29:51 +02:00
Sergii Pylypenko
6a6018bdb6 Fixes to audio playback via PulseAudio pipe sink 2018-12-21 23:29:51 +02:00
pelya
16d0225083 Oops 2018-12-21 23:29:51 +02:00
pelya
aaf69debd5 Experimental audio support, using pulseaudio module-simple-protocol-unix 2018-12-21 23:29:51 +02:00
Sergii Pylypenko
ae9c8fe8a3 Better name for Android mouse input 2018-12-21 23:29:51 +02:00
Sergii Pylypenko
5ebfe977a3 Fixed compiler warnings 2018-12-21 23:29:51 +02:00
Sergii Pylypenko
99bae3b509 Set sensible names for Android mouse/keyboard devices 2018-12-21 23:29:51 +02:00
Sergii Pylypenko
a6a6edbe3d Removed screen update hack, it does not help, the bug is inside SDL 2018-12-21 23:29:51 +02:00
pelya
d2d6f0b70d Blit screen after each mouse click, to force SDL eventloop update 2018-12-21 23:28:14 +02:00
pelya
2ff5874b20 Force screen update on button press, so SDL virtual on-screen buttons will change their images 2018-12-21 23:28:14 +02:00
Sergii Pylypenko
3cdb8f29c4 Fixed minor bug with mouse pressure 2018-12-21 23:28:14 +02:00
pelya
ff38b971e7 Fixed international text input 2018-12-21 23:28:13 +02:00
pelya
19b0286010 Enabled international text input, via clipboard hack 2018-12-21 23:28:13 +02:00
Sergii Pylypenko
2a99b07d67 Compilation fix 2018-12-21 23:28:13 +02:00
Sergii Pylypenko
9aee40d079 Support for horizontal mouse wheel 2018-12-21 23:28:13 +02:00
Sergii Pylypenko
8ad3e8a7e2 Added mouse wheel support 2018-12-21 23:28:13 +02:00
pelya
1b4aa77c89 Calling SDL_Flip() when app is put to background fixes black screen on restore issue. 2018-12-21 23:28:12 +02:00
pelya
57189f4f43 Calling SDL_Flip() twice in a row certainly does not improve performance 2018-12-21 23:28:12 +02:00
pelya
2bf2d0e04b Somewhat fixed randr - it does not crash when rotating screen, but mouse cursor is off. 2018-12-21 23:28:05 +02:00
pelya
74ed295636 Fixed RandR not drawing, yay! Actual screen rotation not tested. 2018-12-21 23:26:47 +02:00
pelya
9b519bec60 Stupid randr does not work 2018-12-21 23:26:26 +02:00
pelya
baa2b57709 Added non-working implementation of XRandR 2018-12-21 23:26:26 +02:00
pelya
062da2afb8 Minor compilation fix 2018-12-21 23:26:26 +02:00
Sergii Pylypenko
60ded3c4ff Menu key will do Ctrl-Z 2018-12-21 23:26:25 +02:00
pelya
85bef5b8cb Disabled SDL_Quit(), it's buggy 2018-12-21 23:26:25 +02:00
Sergii Pylypenko
6e6ed28868 Enabled partial rect update 2018-12-21 23:26:25 +02:00
Sergii Pylypenko
cd28e9878b Partial update doesn't really work, there are GFX bugs everywhere 2018-12-21 23:26:25 +02:00