This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-14 05:30:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
History
John Willis
8b1a6b1b6d
Virtual Keyboard: Add some quick changes to the virtual keyboard to activate submit and cancel events from the default lowercase keyboards. This makes it possible to cancel and submit without having to call Common::KEYCODE_F7 again. Sorry for the nasty (temp) graphics.
...
svn-id: r41385
2009-06-08 20:31:49 +00:00
..
events
/default
Virtual Keyboard: Move vkeybd.zip into packs folder and rename default keyboard pack to vkeybd_default(.zip) with updates to default-events.cpp. Also update vkeybdpack.py to use zlib compression if Python zlib is found. Update GP2X and GP2XWiz bundle files to get new vkeybd_default.zip.
2009-06-08 14:47:38 +00:00
fs
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
keymapper
Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting".
2009-06-06 17:52:44 +00:00
midi
The error() and warning() functions add ! and newline automatically. (I didn't
2009-05-31 10:02:16 +00:00
platform
Virtual Keyboard: Move vkeybd.zip into packs folder and rename default keyboard pack to vkeybd_default(.zip) with updates to default-events.cpp. Also update vkeybdpack.py to use zlib compression if Python zlib is found. Update GP2X and GP2XWiz bundle files to get new vkeybd_default.zip.
2009-06-08 14:47:38 +00:00
plugins
Fix for bug
#2548995
: AmigaOS4: Compiler error (and taking care of some potential errors in WinCE & GP2x, too)
2009-01-30 14:26:34 +00:00
saves
The error() and warning() functions add ! and newline automatically. (I didn't
2009-05-31 10:02:16 +00:00
timer
/default
Remove misleading comment.
2009-02-28 19:31:42 +00:00
vkeybd
Virtual Keyboard: Add some quick changes to the virtual keyboard to activate submit and cancel events from the default lowercase keyboards. This makes it possible to cancel and submit without having to call Common::KEYCODE_F7 again. Sorry for the nasty (temp) graphics.
2009-06-08 20:31:49 +00:00
base-backend.cpp
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
2009-02-15 21:20:21 +00:00
base-backend.h
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
2009-02-15 21:20:21 +00:00
module.mk
Moved default implementations for various OSystem methods into a new class BaseBackend
2009-01-30 03:35:47 +00:00