Bochs/bochs/gui
Bryce Denney c74b8c55fc - add key mapping for SDL gui, to demonstrate/verify that key mapping is not
specific to X windows.  I changed a few names of variables and methods to
  sound less X windows specific, for example in the BXKeyEntry struct
  the "xwinKey" field is now called "hostKey".
- remove the hacks in bx_keymap_c::loadKeymap that checked that every
  keysym started with "XK_".  Now I can still make that check, but it
  is done in x.cc's convertStringToXKeysym() instead.
- in sdl.cc, load the keymap in specific_init function.  I had to
  create a conversion function from SDL key names to SDLkey values.
  I created a table of key names and associated values, and I just
  do a strcmp on each name.  It's not a fast algorithm obviously but this
  conversion only has to be done for maybe 200 keys at startup time.
- added a key map file for SDL called sdl-pc-us.map.  Since this has
  basically all the SDLK_* symbols defined, it is a good starting point
  if you need to make any other keymaps.
- modified: gui/keymap.cc gui/keymap.h gui/sdl.cc gui/x.cc iodev/keyboard.cc
- added: gui/sdlkeys.h gui/keymaps/sdl-pc-us.map
2002-10-08 06:14:53 +00:00
..
bitmaps - new "user" button added to the headerbar. It can send keyboard shortcuts to 2002-08-09 06:16:43 +00:00
keymaps - add key mapping for SDL gui, to demonstrate/verify that key mapping is not 2002-10-08 06:14:53 +00:00
amigagui.h - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
amigaos.cc - Improvements for dimension_update() in text mode and text_update() 2002-04-20 07:19:35 +00:00
beos.cc - I've added lots of comments in siminterface.h, and tried to clean up 2002-08-26 15:31:23 +00:00
carbon.cc - apply patch.carbon-jusansai from Chris Thomas. This is associated with 2002-09-30 14:03:20 +00:00
control.cc - fixed up ParamDialog to correctly handle "trees" of parameters. A 2002-10-06 02:37:28 +00:00
control.h - I've added lots of comments in siminterface.h, and tried to clean up 2002-08-26 15:31:23 +00:00
gui.cc - fixed up ParamDialog to correctly handle "trees" of parameters. A 2002-10-06 02:37:28 +00:00
gui.h - new variable 'charmap_updated', 'charmap_changed' array renamed to 2002-09-21 19:38:47 +00:00
icon_bochs.h - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
keymap.cc - add key mapping for SDL gui, to demonstrate/verify that key mapping is not 2002-10-08 06:14:53 +00:00
keymap.h - add key mapping for SDL gui, to demonstrate/verify that key mapping is not 2002-10-08 06:14:53 +00:00
macintosh.cc - Improvements for dimension_update() in text mode and text_update() 2002-04-20 07:19:35 +00:00
Makefile.in - add -lwinmm to the link lines anytime you use --enable-sb16=win. Now 2002-10-01 23:37:50 +00:00
nogui.cc - Improvements for dimension_update() in text mode and text_update() 2002-04-20 07:19:35 +00:00
rfb.cc - Improvements for dimension_update() in text mode and text_update() 2002-04-20 07:19:35 +00:00
rfb.h - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
rfbproto.h - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
sdl.cc - add key mapping for SDL gui, to demonstrate/verify that key mapping is not 2002-10-08 06:14:53 +00:00
sdl.h - add a few more missing keys: left&right windows keys, pause 2002-09-25 07:24:41 +00:00
sdlkeys.h - add key mapping for SDL gui, to demonstrate/verify that key mapping is not 2002-10-08 06:14:53 +00:00
siminterface.cc - fixed up ParamDialog to correctly handle "trees" of parameters. A 2002-10-06 02:37:28 +00:00
siminterface.h - fixed up ParamDialog to correctly handle "trees" of parameters. A 2002-10-06 02:37:28 +00:00
term.cc - avoid segfaults by checking if the term gui has already been initialized 2002-09-26 02:53:58 +00:00
win32.cc - force a text screen update after a charmap change 2002-10-04 10:52:44 +00:00
wx.cc - fix bug 619320 "wx: clicking mouse enable btn different". Now both 2002-10-07 04:49:50 +00:00
wxdialog.cc - fixed up ParamDialog to correctly handle "trees" of parameters. A 2002-10-06 02:37:28 +00:00
wxdialog.h - fixed up ParamDialog to correctly handle "trees" of parameters. A 2002-10-06 02:37:28 +00:00
wxmain.cc - Always enable the line that does 2002-10-07 17:18:04 +00:00
wxmain.h - fix bug 619320 "wx: clicking mouse enable btn different". Now both 2002-10-07 04:49:50 +00:00
x.cc - add key mapping for SDL gui, to demonstrate/verify that key mapping is not 2002-10-08 06:14:53 +00:00