Bochs/bochs/gui
Bryce Denney cd4d17a363 - min and max in shadow params were broken recently when I changed the
constructors around.  The min,max that were being passed to the parent
  class constructor had junk in them.  In config.h.in, I defined the minimum
  and maximum values for each integer datatype so now we pass correct
  min and max values to the parent class.  These replace the BX_MAX_[U]INT
  and BX_MIN_[U]INT values.
- modified: main.cc config.h.in gui/siminterface.cc
2002-10-21 11:13:54 +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 - the keyboard mapping feature for wxbochs (wxGTK version) now works with the 2002-10-16 16:32:55 +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 ---------------------------------------------------------------------- 2002-10-18 11:46:19 +00:00
control.cc - clean up the command line argument parsing. Before, we had two slightly 2002-10-14 13:37:20 +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 - userbutton shortcut feature improved. The shortcut string can be a combination 2002-10-16 19:50:27 +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 - ascii chars are always Bit8u values (Bit32s has generated negative values for 2002-10-09 17:49:44 +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 - keysym for the "AltGr" key added (SDLK_RMETA = BX_KEY_ALT_R) 2002-10-12 13:10:09 +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 - min and max in shadow params were broken recently when I changed the 2002-10-21 11:13:54 +00:00
siminterface.h - in a recent revision, I made bx_param_num_c::get() return a 64 bit 2002-10-21 01:05:53 +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 - the keyboard mapping feature for wxbochs (wxGTK version) now works with the 2002-10-16 16:32:55 +00:00
wxdialog.cc - shouldn't have default values for method parameters in the .cc! oops. 2002-10-16 19:27:17 +00:00
wxdialog.h - I was having compile problems because when BX_DEBUGGER==0 the declaration 2002-10-16 20:39:43 +00:00
wxmain.cc - clean up the command line argument parsing. Before, we had two slightly 2002-10-14 13:37:20 +00:00
wxmain.h - make menu text more clear: now it says "Debug Console" instead of "Show Log" 2002-10-10 15:44:34 +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