project64/Source/Project64/UserInterface
Joe Eagar 82463fbdd8 Fixed a few bugs with the scripts system. I suspect there are more; the
threading code needs some refactoring.  List of changes:

* Script threads no longer call the debugger UI (e.g. refresh) nor do
  they call the script system's cleanup function
  (deleteStoppedInstances).
* Changed API.js Server.on method to queue calls to nativeAccept if .listen()
  hasn't been called yet (otherwise winsock gives errors).
* Added various paranoia thread locks.
* Forced termination of script threads now works.  The (commented) call
  to TerminateThread didn't work because getCurrentThread() doesn't return
  a "real" HANDLE.  The solution is to pass the result of getCurrentThread
  to DuplicateHandle to get a "real" handle.
2019-04-28 23:28:12 -07:00
..
Bitmaps Make Status Bar, About Dialog and Language Selector DPI Aware 2019-04-19 13:51:42 -07:00
Debugger Fixed a few bugs with the scripts system. I suspect there are more; the 2019-04-28 23:28:12 -07:00
Icons [Icon] Add 256x256 size 2019-04-19 14:41:13 -07:00
Settings [Game Settings] Restore Overclock Modifier 2019-04-20 11:57:33 -07:00
WTLControls [User Interface] Rename CEditNumber to CEditNumber32 2017-11-22 07:37:45 +11:00
API.js Fixed a few bugs with the scripts system. I suspect there are more; the 2019-04-28 23:28:12 -07:00
CheatClassUI.cpp [Cheats] Improved UI layout 2019-04-18 22:41:49 -07:00
CheatClassUI.h [Project64] Cleanup CheatClassUI.cpp 2015-12-24 06:26:17 +11:00
EnhancementConfig.cpp Change some error message boxes to warnings 2019-04-15 08:58:22 -07:00
EnhancementConfig.h [Project64] Add enhancements right click edit 2019-01-18 12:30:19 +10:30
LoggingUI.cpp line ends ? 2016-01-27 20:11:59 +11:00
LoggingUI.h line ends ? 2016-01-27 20:11:59 +11:00
MainMenu.cpp [Debugger UI] Center CPU Exception Breakpoints dialog 2019-04-15 08:58:22 -07:00
MainMenu.h [Debugger] Add CPU exception breakpoint window 2019-01-17 03:34:24 -06:00
MainWindow.cpp [Frame Rate Counter] Shrink it a little bit 2019-04-20 13:17:42 -07:00
MainWindow.h Make Status Bar, About Dialog and Language Selector DPI Aware 2019-04-19 13:51:42 -07:00
MenuClass.cpp line ends ? 2016-01-27 20:11:59 +11:00
MenuClass.h line ends ? 2016-01-27 20:11:59 +11:00
MenuShortCuts.cpp [Project64] Fix short cuts for full screen 2017-05-01 17:23:07 +10:00
MenuShortCuts.h [Project64] Try to fix key assignments 2017-04-29 15:55:30 +10:00
Notification.cpp Change some error message boxes to warnings 2019-04-15 08:58:22 -07:00
Notification.h Change some error message boxes to warnings 2019-04-15 08:58:22 -07:00
RomBrowser.h [Rom Browser] Add "Name" column 2018-12-09 03:27:53 -07:00
RomBrowserClass.cpp Make Rom Browser DPI Aware 2019-04-19 17:08:24 -07:00
RomInformationClass.cpp Replace tabs with spaces 2019-01-25 21:32:26 +01:00
RomInformationClass.h Replace tabs with spaces 2019-01-25 21:32:26 +01:00
SettingsConfig.cpp [Project] Fix up showing/hiding advanced tab 2019-01-13 09:21:10 +11:00
SettingsConfig.h [Project] Fix up showing/hiding advanced tab 2019-01-13 09:21:10 +11:00
SupportEnterCode.cpp [Project64] Add Support window 2016-08-11 20:38:45 +10:00
SupportEnterCode.h [Project64] Add Support window 2016-08-11 20:38:45 +10:00
SupportWindow.cpp [Project64] Preserve current dir when calling GetOpenFileName 2017-01-21 10:31:09 +11:00
SupportWindow.h [Project64] Add Support window 2016-08-11 20:38:45 +10:00
UIResources.rc [Game Settings] Restore Overclock Modifier 2019-04-20 11:57:33 -07:00
resource.h [Game Settings] Restore Overclock Modifier 2019-04-20 11:57:33 -07:00