Bochs/bochs/gui
Bryce Denney c3d88c5924 - now ips, mouse_enabled, vga_update_interval, and rom_path are
declared as bx_param_c * types in the bx_options structure.  They are
  initialized in main.cc (bx_init_options) with default values.
  Access to parameters of this type should always be like this:
    bx_options.mouse_enabled->get ();
    bx_options.mouse_enabled->set (newval);
  Eventually I will be transferring all options to this format.
2001-06-16 23:08:32 +00:00
..
bitmaps - entered original Bochs snapshot bochs-2000_0325a.tar.gz from 2001-04-10 01:04:59 +00:00
beos.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
control.cc - now ips, mouse_enabled, vga_update_interval, and rom_path are 2001-06-16 23:08:32 +00:00
control.h - changed "Boot" options menu to "Memory" Options, this seems like a 2001-06-13 08:14:49 +00:00
gui.cc - now ips, mouse_enabled, vga_update_interval, and rom_path are 2001-06-16 23:08:32 +00:00
gui.h - now ips, mouse_enabled, vga_update_interval, and rom_path are 2001-06-16 23:08:32 +00:00
icon_bochs.h - update copyright dates to 2001 for all mandrake headers 2001-04-10 02:20:02 +00:00
macintosh.cc merge in BRANCH-io-cleanup. 2001-05-15 14:49:57 +00:00
Makefile.in - add dependency rule so gui directory will actually recompile when 2001-06-16 19:29:07 +00:00
nogui.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
rfb.cc - fixed type, BX_EROR -> BX_ERROR 2001-06-02 03:01:01 +00:00
rfb.h - imported Don Becker's Bochs-RFB version 0.01a 2001-05-24 00:36:27 +00:00
rfbproto.h - imported Don Becker's Bochs-RFB version 0.01a 2001-05-24 00:36:27 +00:00
siminterface.cc - now ips, mouse_enabled, vga_update_interval, and rom_path are 2001-06-16 23:08:32 +00:00
siminterface.h - now ips, mouse_enabled, vga_update_interval, and rom_path are 2001-06-16 23:08:32 +00:00
term.cc strip '\n' from BX_{INFO,DEBUG,ERROR,PANIC} 2001-05-30 18:56:02 +00:00
win32.cc - disable mouse capture on startup, to avoid confusing the heck out of 2001-06-04 02:45:28 +00:00
x.cc - now ips, mouse_enabled, vga_update_interval, and rom_path are 2001-06-16 23:08:32 +00:00