Bochs/bochs/gui
Volker Ruppert 3986a0b703 Extended status bar LED feature to support dynamic indicators for removable
devices like USB disk, cdrom or floppy. Using this feature for the new USB
floppy. Removed static indicators for port activity from the USB HC code.
TODO: Implement status LEDs for USB disk and cdrom.
2015-07-13 16:56:06 +00:00
..
bitmaps - deleted executable properties from source files 2011-04-03 10:29:19 +00:00
font - moved vga font to gui/font 2011-07-10 14:00:58 +00:00
keymaps Fixed SVN Id line 2014-07-06 18:30:24 +00:00
amigagui.h - removed x/y tile size parameters from specific_init() since the tile dimensions 2012-03-03 12:41:24 +00:00
amigaos.cc Added / modified device log prefixes 2013-12-29 12:56:52 +00:00
carbon.cc Added / modified device log prefixes 2013-12-29 12:56:52 +00:00
enh_dbg.cc Save proportions of the Reg, Asm and Dump windows to INI file. 2014-11-06 17:13:27 +00:00
enh_dbg.h Added "DockOrder" setting to gui debugger INI file. 2014-09-14 19:36:13 +00:00
gtk_enh_dbg_osdep.cc Save and restore GTK font setting using INI file. 2014-11-09 19:09:11 +00:00
gui.cc Extended status bar LED feature to support dynamic indicators for removable 2015-07-13 16:56:06 +00:00
gui.h Extended status bar LED feature to support dynamic indicators for removable 2015-07-13 16:56:06 +00:00
icon_bochs.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
icon_bochs.xpm - fixed xpm-related warnings in 'x' and 'wx' 2011-02-10 23:00:56 +00:00
keymap.cc Added symbol BX_NULL_PREFIX and fixed textconfig log options table. 2013-12-31 09:20:08 +00:00
keymap.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
macintosh.cc Added / modified device log prefixes 2013-12-29 12:56:52 +00:00
Makefile.in Now build rules for all gui and device plugins supported by MSVC nmake depend 2014-12-28 19:13:02 +00:00
nogui.cc Added / modified device log prefixes 2013-12-29 12:56:52 +00:00
paramtree.cc Added capability to handle floating point values with save/restore. 2015-03-13 21:28:40 +00:00
paramtree.h Added capability to handle floating point values with save/restore. 2015-03-13 21:28:40 +00:00
rfb.cc Some work in the soundmod beep code and multithreading improvements. 2015-01-17 19:53:03 +00:00
rfb.h Prepare the RFB sources for the implementation of a new gui based on the 2013-05-30 09:31:21 +00:00
rfbkeys.h Some work on the new 'vncsrv' gui 2013-05-31 16:46:15 +00:00
scrollwin.cc Added new symbol BX_USE_WIN32CONFIG in config.h and cleaned up related code 2014-06-20 09:31:56 +00:00
scrollwin.h initial implementation of scrollable dialog items on WIN32 2013-03-18 19:08:26 +00:00
sdl2.cc Implemented yes/no dialog for SDL2 (e.g. for VVFAT commit). 2015-01-19 20:32:20 +00:00
sdl.cc Close enhanced gui debugger in gui exit() method if necessary. 2014-08-17 12:48:05 +00:00
sdl.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
sdlkeys.h Some more work on the new SDL2 gui 2014-06-28 13:25:52 +00:00
siminterface.cc Added Oracle(tm) VM VirtualBox image support (VDI version 1.1). Patch written 2015-03-29 14:27:32 +00:00
siminterface.h Added Oracle(tm) VM VirtualBox image support (VDI version 1.1). Patch written 2015-03-29 14:27:32 +00:00
svga.cc Added / modified device log prefixes 2013-12-29 12:56:52 +00:00
term.cc Attempt to fix the compilation failure on OpenBSD with debugger enabled 2015-05-09 17:01:24 +00:00
textconfig.cc fixed problems found by cppcheck tool (patch by Maxim Derbasov) - second round 2015-01-07 16:17:40 +00:00
textconfig.h Improvements and cleanups for the textconfig runtime menu 2013-12-20 17:53:00 +00:00
vncsrv.cc Some work in the soundmod beep code and multithreading improvements. 2015-01-17 19:53:03 +00:00
wenhdbg_res.h Added capability to use the gui debugger output window as a log viewer 2014-01-13 21:31:14 +00:00
win32_enh_dbg_osdep.cc Maximize debugger window if upper-left edge is outside of desktop. 2014-11-06 19:02:34 +00:00
win32.cc Partial rewrite of the win32 mouse motion handling. 2014-12-30 16:31:17 +00:00
win32dialog.cc Added new symbol BX_USE_WIN32CONFIG in config.h and cleaned up related code 2014-06-20 09:31:56 +00:00
win32dialog.h Added new symbol BX_USE_WIN32CONFIG in config.h and cleaned up related code 2014-06-20 09:31:56 +00:00
win32paramdlg.cc The win32ParamDialog now can handle bx_param_num_c values with full Bit64s size. 2015-04-23 18:44:51 +00:00
win32paramdlg.h Added new symbol BX_USE_WIN32CONFIG in config.h and cleaned up related code 2014-06-20 09:31:56 +00:00
win32res.h Replaced floppy dialog by a new implementation based on win32ParamDialog 2013-12-08 21:22:50 +00:00
wx.cc Fixed possible deadlock when pressing user shortcut or save/restore button. 2015-04-11 10:21:03 +00:00
wxdialog.cc fixed problems found by cppcheck tool (patch by Maxim Derbasov) - second round 2015-01-07 16:17:40 +00:00
wxdialog.h Applied Debian patch for wxWidgets 3.0 compatibility. 2014-12-23 19:30:03 +00:00
wxmain.cc fixed %d->%u format found by cppcheck (patch by Maxim Derbasov) 2015-01-25 21:24:13 +00:00
wxmain.h Key auto-release feature changed: now release the pressed keys when the Bochs 2014-12-27 15:57:30 +00:00
x.cc Show mouse messages only if capture status changes. 2015-01-03 17:13:54 +00:00