Gamer64
bb94cff886
[chore] Fixed a couple memory leaks using up ~15 MB each iteration ( #398 )
Co-authored-by: Jarrod Norwell <official.antique@gmail.com>
Co-authored-by: Gamer64 <76565986+Gamer64ytb@users.noreply.github.com>
Co-authored-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/398
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Co-authored-by: Gamer64 <gamer64@eden-emu.dev>
Co-committed-by: Gamer64 <gamer64@eden-emu.dev>
9 months ago
Liam
6925b78bd5
am: re-namespace frontend applets to frontend directory
3 years ago
Liam
eb8abae7eb
qt: implement RequestExit for applets
4 years ago
Lioncash
047c256fe4
applets/software_keyboard: Use aliases for callbacks
Deduplicates really long std::function declarations to make the
interface nicer to read.
4 years ago
Morph
9abacc2f86
applet/swkbd: Implement optional symbol keys
These are only used in the numeric keyboard, and correspond to the keys to the left and right of the "0" key on the numeric keyboard.
4 years ago
Morph
2b87305d31
general: Convert source file copyright comments over to SPDX
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
4 years ago
Morph
ab736f254f
applets/swkbd: Skip text checking if the text has been confirmed
Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation.
The confirmation text itself seems to be corrupted though, this needs to be investigated.
Fixes the software keyboard in Famicom Detective Club: The Missing Heir
5 years ago
ameerj
d27abf5546
core: Remove unused includes
5 years ago
Morph
66b9de4b04
applets: Append applet_ prefix to backend applets
5 years ago
Morph
01190506e8
applets/swkbd: Implement the Default Software Keyboard frontend
6 years ago
Morph
ac87713cb8
applets: Remove the previous software keyboard applet implementation
6 years ago
Zach Hilman
948e1b2f42
applet: Add operation completed callback
8 years ago
Zach Hilman
f0d2246b6a
software_keyboard: Make GetText asynchronous
a
8 years ago
Zach Hilman
04bc2fafbc
am: Allow applets to push multiple and different channels of data
8 years ago
Zach Hilman
27ebe123e9
am: Implement text check software keyboard mode
Allows the game to verify and send a message to the frontend.
8 years ago
Zach Hilman
efced53d38
am: Deglobalize software keyboard applet
8 years ago
Zach Hilman
25b03a89ce
frontend/applets: Add frontend software keyboard provider and default
Default implementation will return "yuzu" for any string. GUI clients (or CLI) can implement the Frontend::SoftwareKeyboardApplet class and register an instance to provide functionality.
8 years ago