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
Sergii Pylypenko
94795ad286
Lowered FPS for better CPU usage, added support for DAMAGE extension
2018-12-21 23:26:24 +02:00
pelya
f90fd099e1
Touchpen pressure support
2018-12-21 23:23:42 +02:00
pelya
49c7d3a86d
Back key invokes text input
2018-12-21 23:19:55 +02:00
pelya
c29c1be8a6
Added data package
2018-12-21 23:13:12 +02:00
pelya
4a8fa4287a
Android build compiles but does not link
2018-12-21 22:50:21 +02:00
pelya
c6435621ca
Fixes to input events
2018-12-21 22:49:43 +02:00
pelya
b9b81c9a75
Compilation fixes for Xsdl
2018-12-21 22:49:41 +02:00
pelya
4d640117fb
Added back SDL backend, did not try to compile it yet
2018-12-21 22:49:00 +02:00
Peter Hutterer
52bc6d9449
kdrive: Purge Xsdl
...
From the original Xsdl commit:
"sdl x server so that we can x-on-x the fb stuff for ease of debugging. if
anyone uses this in production, a big scary monster will eat them.
hrm, perhaps i should make it have a --i-know-what-i'm-doing
param that it doens't start without, heh"
That should be reason enough to not spend time maintaing it. Also, no more
elephants.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2009-10-20 13:32:47 +10:00
Yaakov Selkowitz
9bc4e88d84
Define ddxBeforeReset stubs in platform-neutral DDXs
...
XWin uses ddxBeforeReset, which is called in DIX. Other DDXs need to
define these in order to avoid an undefined symbol error at link time
when building alongside XWin. Xnest and Xvfb already provide empty stubs;
this does the same for Xdmx and the platform-neutral KDrive servers.
Also add a prototype to avoid a warning in all DDXs.
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net >
Signed-off-by: Keith Packard <keithp@keithp.com >
2009-10-15 08:06:53 -07:00
Peter Hutterer
447bd4ce90
kdrive: fix sdl build by removing old keySymsRec references.
...
These are set in kinput now through InitKeyboardDeviceStruct.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2009-09-09 10:31:15 +10:00
Adam Jackson
4d76075dbb
Death to RCS tags.
2007-06-29 14:06:52 -04:00
Daniel Stone
332f179db7
kdrive/sdl: fix compilation
2006-11-08 15:30:03 +02:00
Adam Jackson
7fd73d2953
Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h
2005-12-27 08:29:50 +00:00
Jaymz Julian
6c412a43e4
sdl x server so that we can x-on-x the fb stuff for ease of debugging. if
...
anyone uses this in production, a big scary monster will eat them. hrm,
perhaps i should make it have a --i-know-what-i'm-doing param that it
doens't start without, heh
2004-02-28 09:47:55 +00:00