1993 Commits

Author SHA1 Message Date
artdeell
081a618a0f same improvements, but for the virtual mouse 2021-01-06 12:13:45 +03:00
artdeell
5c932b0851 make mouse more pleasing 2021-01-06 10:18:51 +03:00
artdeell
dbacdb7873 fix broken backspace 2021-01-05 22:06:28 +03:00
artdeell
becb6d0681 sort some code 2021-01-05 21:50:48 +03:00
artdeell
3b124c55ca Fix the real mouse and grabbing 2021-01-05 15:23:05 +03:00
Duy Tran Khanh
c9f10317bb ARBShaderObjects.java: duplicate methods 2021-01-05 15:33:22 +07:00
Duy Tran Khanh
2152c4f6e1 ARBShaderObjects.java: add more missing methods 2021-01-01 15:24:10 +07:00
artdeell
dd02868155 Change the mouse handler 2021-01-04 22:05:30 +03:00
artdeell
2ce3bb4b76 More direct PX obtaining, now buttons are creatable again! 2021-01-04 21:33:40 +03:00
artdeell
5b2c191b09 Another fix for Bluetooth boards + additional mouse support 2021-01-04 11:22:49 +03:00
artdeell
75e582d006 preinit buffers 2021-01-03 19:48:23 +03:00
artdeell
ddb68b6c41 add another missing method 2021-01-03 19:37:08 +03:00
artdeell
13957d0ffb fix again 2021-01-03 19:30:31 +03:00
artdeell
d3f3d83055 fix method 2021-01-03 19:20:57 +03:00
artdeell
07b72b410f Add some GLFW stubs 2021-01-03 19:04:49 +03:00
artdeell
2a93ef6b07 LWJGL2 experimental controller support 2021-01-03 17:33:57 +03:00
artdeell
afed2315af Hide keyboard when out-of-focus 2021-01-02 19:07:15 +03:00
ArtDev
dfdf9e8670
Update version 2021-01-02 11:37:14 +03:00
ArtDev
15cd507035
Put Keyboard.java back 2021-01-02 10:47:32 +03:00
artdeell
f4ed9f30bd Merge remote-tracking branch 'origin/v3_openjdk' into v3_openjdk 2021-01-02 10:45:14 +03:00
artdeell
578d7bc3cf New input pipe for LWJGL2 2021-01-02 10:43:54 +03:00
ArtDev
7af28269fa
Update version 2021-01-01 18:39:15 +03:00
artdeell
317da14fc9 LWJGL2-specific event handling 2021-01-01 17:56:37 +03:00
artdeell
5e238da0bc Revert the mouse to the usable state 2021-01-01 17:40:07 +03:00
artdeell
61a143a64f Create separate class for mouse events 2021-01-01 14:41:17 +03:00
artdeell
f781e241d6 Set default readability for mouse events 2021-01-01 14:19:38 +03:00
artdeell
f68b976e4f Attempt to fix Flan's not reading input events (8/?) 2021-01-01 13:52:23 +03:00
artdeell
9860c7c0db Merge remote-tracking branch 'origin/v3_openjdk' into v3_openjdk 2021-01-01 13:47:04 +03:00
artdeell
57cc02bd8c Attempt to fix Flan's not reading input events (7/?): Disallow concurrent reads 2021-01-01 13:46:37 +03:00
LegacyGamerHD
f3d4d3ae36
Change to ubuntu 20.04 2021-01-01 11:40:58 +01:00
artdeell
c3f21c60f0 Attempt to fix Flan's not reading input events (6/?) 2021-01-01 13:34:50 +03:00
artdeell
2c888214d5 Attempt to fix Flan's not reading input events (5/?) 2021-01-01 13:27:40 +03:00
artdeell
5f43a3dd6c Attempt to fix Flan's not reading input events (5/?) 2021-01-01 13:21:22 +03:00
artdeell
90a4b8d068 Attempt to fix Flan's not reading input events (4/?) 2021-01-01 11:40:54 +03:00
artdeell
dffcb9e9f8 Attempt to fix Flan's not reading input events (3/?) 2021-01-01 11:32:02 +03:00
artdeell
2831311d08 Attempt to fix Flan's not reading input events (2/?) 2021-01-01 11:23:07 +03:00
artdeell
748333da51 Attempt to fix Flan's not reading input events (1/?) 2021-01-01 11:13:47 +03:00
ArtDev
57b669228e
Update EventQueue.java 2021-01-01 09:21:54 +03:00
artdeell
e7e202bff5 Fix the pointer 2020-12-31 21:25:46 +03:00
ArtDev
27d746095a
Merge pull request #557 from serpentspirale/options_ui_update
Little Options UI update
2020-12-31 20:56:28 +03:00
SerpentSpirale
478d6e4ad1 - Updated icons in the settings menu and added one that seemed to be missing
- Made seekbars non selectable, clicking outside of the seekbar won't trigger an animation anymore
- Icons size are more consistent (256x256 for everything in the settings menu)
2020-12-31 18:39:15 +01:00
SerpentSpirale
8a088ac35c - Added an attribute to make values along seekbars visible, required since the dependency has been updated. Those values are now updated iin real time, instead of only when the user remove his fingers. 2020-12-31 18:38:56 +01:00
SerpentSpirale
d92c63e081 - Updated a graddle dependency (androidx.preference:preference) from 1.0.0 to 1.1.1 2020-12-31 18:38:46 +01:00
artdeell
a40eff3fb1 Final fix on Russian character doubling; remove redundant debugging 2020-12-31 19:39:45 +03:00
artdeell
882be4cbf8 Fix the URI crash on startup; Rename a class 2020-12-31 19:14:34 +03:00
artdeell
83251c7bbe Final fix for Bluetooth keyboards 2020-12-31 18:51:56 +03:00
artdeell
a17ba2170f Reimplement the key pipe as Android docs suggest 2020-12-31 15:50:55 +03:00
ArtDev
5400f82323
Merge pull request #555 from serpentspirale/file_filtering_update
More user friendly FileListView system
2020-12-31 15:10:44 +03:00
artdeell
d340b1d6a8 Disable enhanced soft input if hardware keyboard is present 2020-12-31 14:56:29 +03:00
SerpentSpirale
3195edbfc5 - Made use of the file filtering system to hide files that aren't wanted to the user. 2020-12-31 12:48:07 +01:00