Commit Graph

  • 6a5c2dd77e Cleanup: applied fixes from #3599 Boulay Mathias 2023-02-01 21:48:59 +01:00
  • b9e443b818 Cleanup: Apply fixes from #2774 Boulay Mathias 2023-02-01 21:39:35 +01:00
  • 9db4912f9c Add a space VenomousSteam81 2023-01-04 16:51:12 -06:00
  • 5d687a7a17 Update README.md gh-pages RetroSourceCode 2023-02-02 01:04:52 +08:00
  • ce6b5de957 Update changelog-en.html RetroSourceCode 2023-02-02 01:03:44 +08:00
  • 41b9ff61de Update changelog.html RetroSourceCode 2023-02-02 01:02:51 +08:00
  • 213d75d2bc Seemingly beg people to update their launcher (v3* to pre-dahlia* only) RetroSourceCode 2023-02-01 23:10:35 +08:00
  • e8959a3df7 Revert "enforce non focusable when disabled" TarikBR 2023-02-01 17:00:04 -03:00
  • 0ade45665d Fix #2912 (and other tiny sanitizations) artdeell 2023-02-01 22:01:22 +03:00
  • 470fdfb46d New translations strings.xml (Czech) Duy Tran Khanh 2023-02-02 00:31:19 +07:00
  • 27a3bb8121 Feature: Gyroscope controls artdeell 2023-02-01 19:13:13 +03:00
  • c9e9466977 Try to prevent clipped DrawerLayout artdeell 2023-02-01 16:55:39 +03:00
  • 191c37161d Revert "Workaround: fix clipped drawer by widening the invisible edittext" Mathias-Boulay 2023-02-01 14:19:53 +01:00
  • 362a49620b Feature: OldVersionsUtils now handles dates without T correctly artdeell 2023-01-31 20:58:50 +03:00
  • 13f55e21bc Compromise: remove Android < 28 notch support because it breaks virtual navbars artdeell 2023-01-31 20:35:26 +03:00
  • 4c435228cc Finally! Fix window size for Minecraft 1.2.1-1.2.4 artdeell 2023-01-31 17:57:49 +03:00
  • ef9d5e347c Fix[input]: enforce non focusable when disabled Mathias-Boulay 2023-01-31 14:17:28 +01:00
  • e264181356 Change AWT Canvas size inside Display.create() (to force older MC versions to resize ASAP) artdeell 2023-01-31 07:33:18 +03:00
  • f0aad00211 Workaround[input]: remove hardware keyboard detection Mathias-Boulay 2023-01-30 21:05:25 +01:00
  • 246bf5c1dc Fix: synchronize method bodies instead of completely relying on synchronized colelctions artdeell 2023-01-30 22:58:19 +03:00
  • 3004503b84 Feature: download source inheritsFrom JSON automatically artdeell 2023-01-30 20:25:46 +03:00
  • 693cff45b0 Infdev cursor grab: the Pojav part artdeell 2023-01-29 22:17:24 +03:00
  • 328581c2a9 Feat (parser): handle javaagent and verbose args Duy Tran Khanh 2023-01-29 20:05:59 +07:00
  • 4716e99df1 Don't call Display.create in AWTGLCanvas constructor (fixes Minecraft 1.2.1-1.2.4) artdeell 2023-01-28 14:36:18 +03:00
  • 1f28b3a6a7 Fix the FolderProvider findDocumentPath implementation to make paths actually visible artdeell 2023-01-28 07:57:11 +03:00
  • 2293664bd4 Workaround: Initialize GL capabilities early for gl4es artdeell 2023-01-27 22:22:42 +03:00
  • db7881792f Implement file/folder opening along with link opening artdeell 2023-01-27 21:41:55 +03:00
  • 94f99d58a1 New translations strings.xml (Italian) Duy Tran Khanh 2023-01-27 23:01:09 +07:00
  • 33d7d854ae Implement AWT (1.12.2-) link opening artdeell 2023-01-27 07:33:52 +03:00
  • 6714813eec Fix: Locale not being forced to english Boulay Mathias 2023-01-26 21:02:54 +01:00
  • aa1685fae1 Fix: Error can be displayed when not launched from an activity Boulay Mathias 2023-01-26 20:55:16 +01:00
  • 0dfd7d96e9 New translations strings.xml (Tatar) Duy Tran Khanh 2023-01-26 22:42:29 +07:00
  • e683c24a46 New translations strings.xml (Chinese Simplified) Duy Tran Khanh 2023-01-26 22:42:19 +07:00
  • 383916edd1 New translations strings.xml (Ukrainian) Duy Tran Khanh 2023-01-26 22:42:18 +07:00
  • c7d40ffb41 New translations strings.xml (Russian) Duy Tran Khanh 2023-01-26 22:42:14 +07:00
  • d5aaec5249 New translations strings.xml (German) Duy Tran Khanh 2023-01-26 22:42:08 +07:00
  • bf2ead43ef New translations strings.xml (Spanish) Duy Tran Khanh 2023-01-26 22:42:03 +07:00
  • 293c0b6d3a New translations strings.xml (French) Duy Tran Khanh 2023-01-26 22:42:02 +07:00
  • 1d30eabfdf Fix: Improper character encoding upon default control selection Boulay Mathias 2023-01-26 13:30:33 +01:00
  • 3f8e49f530 Style: Ensure alpha value on TextureView Boulay Mathias 2023-01-26 00:04:31 +01:00
  • c51809e6b7 Fix: Force disable mouse touchpad emulation on chromebooks Boulay Mathias 2023-01-25 23:33:31 +01:00
  • dfc36ab2b2 Fix: Special unicode chars breaking on controls. Boulay Mathias 2023-01-25 23:10:29 +01:00
  • 843e13bd6b Text descriptions during Microsoft login artdeell 2023-01-25 21:43:55 +03:00
  • ca2e9f8199 Fix: Scroll inside menus Boulay Mathias 2023-01-25 19:10:27 +01:00
  • 9459bb8d24 Rename ControlledDownloaderException and fix comment artdeell 2023-01-25 20:46:59 +03:00
  • 35c01793a5 Better download handling artdeell 2023-01-25 18:44:19 +03:00
  • ffd07c2e28 Menu button 2 electic boogaloo artdeell 2023-01-24 21:41:44 +03:00
  • c4880416e6 Menu button artdeell 2023-01-24 21:34:54 +03:00
  • a197b906a2 Fix: Reduce the max allocation on 32 bits devices Boulay Mathias 2023-01-24 19:04:48 +01:00
  • 6c29bc6161 New translations strings.xml (German) Duy Tran Khanh 2023-01-24 06:23:42 +07:00
  • 6a33087aa0 Workaround: fix clipped drawer by widening the invisible edittext Boulay Mathias 2023-01-23 23:09:46 +01:00
  • 6888cb7d87 Make newly created profiles non-null artdeell 2023-01-23 22:04:54 +03:00
  • 530a73e5c7 A bunch of fixes for old android and storage artdeell 2023-01-23 20:30:25 +03:00
  • 28b02953f7 New translations strings.xml (English) Duy Tran Khanh 2023-01-23 06:09:26 +07:00
  • 07f28e956e New translations strings.xml (Russian) Duy Tran Khanh 2023-01-22 05:50:39 +07:00
  • dec0324092 New translations strings.xml (LOLCAT) Duy Tran Khanh 2023-01-21 05:55:06 +07:00
  • 89c70737c0 New translations strings.xml (English (upside down)) Duy Tran Khanh 2023-01-21 05:55:05 +07:00
  • ae7bf09654 New translations strings.xml (Tatar) Duy Tran Khanh 2023-01-21 05:55:02 +07:00
  • b57b7c51c3 New translations strings.xml (Filipino) Duy Tran Khanh 2023-01-21 05:55:01 +07:00
  • d5a9eb20f9 New translations strings.xml (Estonian) Duy Tran Khanh 2023-01-21 05:54:57 +07:00
  • b5a9fd0ea3 New translations strings.xml (Indonesian) Duy Tran Khanh 2023-01-21 05:54:54 +07:00
  • 65b3851b24 New translations strings.xml (Portuguese, Brazilian) Duy Tran Khanh 2023-01-21 05:54:53 +07:00
  • e48a1cd197 New translations strings.xml (English) Duy Tran Khanh 2023-01-21 05:54:52 +07:00
  • 53ce553e0c New translations strings.xml (Chinese Traditional) Duy Tran Khanh 2023-01-21 05:54:51 +07:00
  • 03bb73c878 New translations strings.xml (Chinese Simplified) Duy Tran Khanh 2023-01-21 05:54:51 +07:00
  • 1060e07dec New translations strings.xml (Ukrainian) Duy Tran Khanh 2023-01-21 05:54:50 +07:00
  • e7401a281d New translations strings.xml (Turkish) Duy Tran Khanh 2023-01-21 05:54:49 +07:00
  • 49ce8432b1 New translations strings.xml (Slovak) Duy Tran Khanh 2023-01-21 05:54:47 +07:00
  • f9ada29384 New translations strings.xml (Russian) Duy Tran Khanh 2023-01-21 05:54:46 +07:00
  • c0f474712b New translations strings.xml (Portuguese) Duy Tran Khanh 2023-01-21 05:54:45 +07:00
  • 0d3ab6b5b0 New translations strings.xml (Polish) Duy Tran Khanh 2023-01-21 05:54:44 +07:00
  • a486676a6f New translations strings.xml (Lithuanian) Duy Tran Khanh 2023-01-21 05:54:41 +07:00
  • ed96b11fa6 New translations strings.xml (Italian) Duy Tran Khanh 2023-01-21 05:54:40 +07:00
  • fe12a27500 New translations strings.xml (Hebrew) Duy Tran Khanh 2023-01-21 05:54:39 +07:00
  • 41f527a8ec New translations strings.xml (German) Duy Tran Khanh 2023-01-21 05:54:37 +07:00
  • 618aa83f2f New translations strings.xml (Czech) Duy Tran Khanh 2023-01-21 05:54:36 +07:00
  • d89f6ddc3d New translations strings.xml (Arabic) Duy Tran Khanh 2023-01-21 05:54:34 +07:00
  • 6d447e9219 New translations strings.xml (Spanish) Duy Tran Khanh 2023-01-21 05:54:33 +07:00
  • f3182043bf New translations strings.xml (French) Duy Tran Khanh 2023-01-21 05:54:32 +07:00
  • 6365173bea New translations strings.xml (Romanian) Duy Tran Khanh 2023-01-21 05:54:31 +07:00
  • a319a0e274 New translations strings.xml (Vietnamese) Duy Tran Khanh 2023-01-21 05:54:30 +07:00
  • d84c8ef695 New translations strings.xml (Korean) Duy Tran Khanh 2023-01-21 05:54:29 +07:00
  • 88bba2d3ba New translations strings.xml (Japanese) Duy Tran Khanh 2023-01-21 05:54:27 +07:00
  • f0c4fef803 Move the sandbox switch to Java Tweaks, update strings.xml khanhduytran0 2023-01-20 17:38:03 +07:00
  • ee1c304a32 Add Java sandbox switch, for Quilt installer #3113 #3187 khanhduytran0 2023-01-20 17:19:30 +07:00
  • feece7665a New translations strings.xml (Vietnamese) Duy Tran Khanh 2023-01-20 05:58:32 +07:00
  • 314c87c7b6 refactor: migrate gamepad grabbing state management Boulay Mathias 2023-01-19 19:17:05 +01:00
  • 0a329af8ea Fix: improperly applied depth for control buttons. Boulay Mathias 2023-01-18 23:58:56 +01:00
  • 66d677545e Workaround: Skip notify grab if it last less than a frame. Boulay Mathias 2023-01-18 23:45:56 +01:00
  • caa9606bc8 Update cacio-tta: software keyboard support khanhduytran0 2023-01-18 10:48:54 +07:00
  • 715337b588 New translations strings.xml (Greek) Duy Tran Khanh 2023-01-17 15:30:14 +07:00
  • abbaa598b5 New translations strings.xml (Korean) Duy Tran Khanh 2023-01-16 00:02:49 +07:00
  • 1cd946af3c Fix: Timezone is now set properly Mathias-Boulay 2023-01-14 18:03:30 +01:00
  • 0044cf0bfd New translations strings.xml (Bengali) Duy Tran Khanh 2023-01-13 23:49:14 +07:00
  • 0a485c9b04 Update all lwjgl binaries ArtDev 2023-01-10 22:34:56 +06:00
  • 8e99e183fe Fix: minecraft restart upon theme switch Mathias-Boulay 2023-01-10 01:19:17 +01:00
  • fced17c8b6 Whoops, forgot to commit some changes artdeell 2023-01-08 23:36:18 +03:00
  • be587ec40b Wait for all tasks to finish before starting the game artdeell 2023-01-08 22:55:54 +03:00
  • 4d67e5cf92 Handle natives_directory variable artdeell 2023-01-08 22:21:14 +03:00
  • adad00f834 Fix modded client library priority Removed ancient(v2) parameter: optifineLib Duy Tran Khanh 2023-01-07 21:24:08 +07:00