Commit Graph

1982 Commits

Author SHA1 Message Date
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
SerpentSpirale
86ee2ed497 - Added file suffix verification. It allows to show to the user only the desired file type (such as .jar, or .zip). 2020-12-31 12:47:51 +01:00
khanhduytran0
65a64402eb [LWJGL3 GLFW] Add missing lib; Fix build target 2020-12-31 18:40:11 +07:00
Duy Tran Khanh
d9abcb94ca Fix broken CI config 2020-12-31 18:31:05 +07:00
khanhduytran0
c7a10ce187 Merge branch 'v3_openjdk' of https://github.com/PojavLauncherTeam/PojavLauncher into v3_openjdk 2020-12-31 18:28:58 +07:00
khanhduytran0
3c8bb36eed Integrate GLFW stub as project module 2020-12-31 18:28:34 +07:00
artdeell
48be7be01d Allow unicode input on LWJGL3 2020-12-31 14:25:41 +03:00
artdeell
012d4dd0d7 Specially treat the space key because it doesn't produce a glyph 2020-12-31 10:25:52 +03:00
artdeell
be6e2a1e57 Upgrade the key pipe 2020-12-31 09:54:55 +03:00
artdeell
5dd33170ee Change migration method 2020-12-30 23:35:16 +03:00
artdeell
472c288721 Fix the temporary account 2020-12-30 22:26:39 +03:00
artdeell
be621f7732 Fix an error that prevents users 2020-12-30 21:17:20 +03:00