.. |
AVOut
|
Use `DialogResult.IsOk` extension everywhere and clean up
|
2022-11-07 06:03:55 +10:00 |
Api
|
Replace specialised DisplayManager interfaces with DisplayManagerBase
|
2021-06-15 08:01:47 +10:00 |
CustomControls
|
Add missing import
|
2022-09-30 03:52:05 +10:00 |
DisplayManager
|
Use dynamic type for D3D VSync in `UpdateSourceDrawingWork`
|
2022-04-23 15:21:58 +10:00 |
Extensions
|
Use `DialogResult.IsOk` extension everywhere and clean up
|
2022-11-07 06:03:55 +10:00 |
GraphicsImplementations
|
Remove remaining `IGL_SlimDX9` type resolutions in cctors
|
2022-04-23 15:21:58 +10:00 |
Input
|
Fix key release events with modifiers not getting handled correctly (#3402)
|
2022-11-25 11:00:44 +01:00 |
Properties
|
Added 'Edit marker frame' feature (squashed PR #3351)
|
2022-09-03 12:08:23 +10:00 |
Resources
|
Extract WAV from nothawk.bin
|
2021-11-05 00:52:01 +10:00 |
RetroAchievements
|
RetroAchievements Support (#3407)
|
2022-11-30 23:51:17 -08:00 |
Sound
|
Add a level of indirection to DirectX/XAudio2 ctors and static calls
|
2022-04-23 15:21:58 +10:00 |
config
|
Move to NLua/KeraLua/Lua5.4 (#3361)
|
2022-12-01 00:51:02 -08:00 |
debug
|
Encapsulate `OpenFileDialog`/`SaveFileDialog`
|
2022-11-05 09:10:11 +10:00 |
images
|
Added 'Edit marker frame' feature (squashed PR #3351)
|
2022-09-03 12:08:23 +10:00 |
movie
|
MAME Waterbox (#3437)
|
2022-11-10 00:05:25 -08:00 |
tools
|
Fix #3417 and improve handling of `default.tasproj` (squashed PR #3462)
|
2022-12-02 03:44:56 +10:00 |
ArchiveChooser.Designer.cs
|
Revert "delete all regions"
|
2020-05-15 17:00:49 +10:00 |
ArchiveChooser.cs
|
Enable CA1825 and fix noncompliance (except in Cores)
|
2022-03-08 15:52:40 +10:00 |
ArchiveChooser.resx
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
BizBox.Designer.cs
|
mass replace System.Forms.Label with LocLabelEx
|
2020-06-29 09:00:05 -05:00 |
BizBox.cs
|
update some urls
|
2021-10-16 14:38:24 -04:00 |
BizBox.resx
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
BizBoxInfoControl.Designer.cs
|
Clean up ported vs hawk core handling in BizBoxInfoControl
|
2021-05-07 00:11:43 +10:00 |
BizBoxInfoControl.cs
|
EXTERMINATE SPACES
|
2021-05-08 08:16:10 +10:00 |
BizBoxInfoControl.resx
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
BizHawk.Client.EmuHawk.csproj
|
Move to NLua/KeraLua/Lua5.4 (#3361)
|
2022-12-01 00:51:02 -08:00 |
CoreFeatureAnalysis.Designer.cs
|
Unify setting of window titles, add static title option (fixes #1996)
|
2020-09-06 16:18:08 -05:00 |
CoreFeatureAnalysis.cs
|
Enable MA0029 and fix noncompliance
|
2022-07-22 03:51:47 +10:00 |
CoreFeatureAnalysis.resx
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
DialogControllerWinFormsExtensions.cs
|
Add Analyzer to enforce exception type for default switch branches
|
2022-07-14 23:46:34 +10:00 |
EmuHawkUtil.cs
|
Detect when running as Superuser/Administrator
|
2021-10-10 13:06:43 +10:00 |
FormBase.cs
|
Improve handling of exceptions thrown in `Form.Load` handlers
|
2022-12-02 03:48:36 +10:00 |
GLManager.cs
|
Remove remaining `IGL_SlimDX9` type resolutions in cctors
|
2022-04-23 15:21:58 +10:00 |
IControlMainform.cs
|
EXTERMINATE SPACES
|
2021-05-08 08:16:10 +10:00 |
IMainFormForTools.cs
|
Rename `IMainFormForTools.SetWindowText` to `UpdateWindowTitle`
|
2022-08-17 17:35:06 +10:00 |
JumpLists.cs
|
Enable CA1052 and fix noncompliance
|
2020-06-18 09:43:57 +10:00 |
LogWindow.Designer.cs
|
misc cleanups, mostly IDE nags, in files I had open
|
2020-11-28 14:32:05 -06:00 |
LogWindow.cs
|
Log window - when copying pasting "MD5:2345" and Sha1, strip the md5 and sha1 out. I just want the number if I'm copying pasting the single line. If someone finds this objectionable, feel free to revert, but this savesme a lot of time
|
2022-11-23 10:54:59 -06:00 |
LogWindow.resx
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
MainForm.Debug.cs
|
Add debug utility to byteswap N64 roms
|
2022-10-11 10:12:49 +10:00 |
MainForm.Designer.cs
|
Reorder items in Tools menu
|
2022-12-02 04:24:24 +10:00 |
MainForm.Events.cs
|
Move to NLua/KeraLua/Lua5.4 (#3361)
|
2022-12-01 00:51:02 -08:00 |
MainForm.FileLoader.cs
|
Add and use 2 extension methods for splitting path into dir+filename
|
2022-08-17 17:35:07 +10:00 |
MainForm.Hotkey.cs
|
RetroAchievements Support (#3407)
|
2022-11-30 23:51:17 -08:00 |
MainForm.Movie.cs
|
Use `Movie.NotActive` extension instead of negated `IsActive`
|
2022-11-07 06:10:37 +10:00 |
MainForm.cs
|
RetroAchievements Support (#3407)
|
2022-11-30 23:51:17 -08:00 |
MainForm.resx
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
OpenAdvancedChooser.Designer.cs
|
Fix line breaks in two labels in OpenAdvancedChooser (fixes #2407)
|
2020-09-18 02:52:42 +10:00 |
OpenAdvancedChooser.cs
|
Encapsulate `OpenFileDialog`/`SaveFileDialog`
|
2022-11-05 09:10:11 +10:00 |
OpenAdvancedChooser.resx
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
PlatformChooser.Designer.cs
|
mass replace System.Forms.Label with LocLabelEx
|
2020-06-29 09:00:05 -05:00 |
PlatformChooser.cs
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
PlatformChooser.resx
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
PresentationPanel.cs
|
Replace IBlitterFont w/ the type wrapped by its sole inheritor
|
2020-12-29 15:36:37 +10:00 |
Program.cs
|
Move to NLua/KeraLua/Lua5.4 (#3361)
|
2022-12-01 00:51:02 -08:00 |
QuickBmpFile.cs
|
Enable SA1129 and fix noncompliance (except in Cores)
|
2022-03-08 15:52:40 +10:00 |
RomStatusPicker.Designer.cs
|
mass replace System.Forms.Label with LocLabelEx
|
2020-06-29 09:00:05 -05:00 |
RomStatusPicker.cs
|
RomStatus picker - remove image setting out of designer before it gets eaten by a designer based change
|
2020-06-25 09:18:33 -05:00 |
RomStatusPicker.resx
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
ScreenSaver.cs
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
Throttle.cs
|
Enable SA1400 and fix noncompliance (except in Cores)
|
2020-09-08 21:57:14 +10:00 |
ToolAttribute.cs
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
UIHelper.cs
|
Enable CA1044 and fix noncompliance
|
2022-03-08 15:52:37 +10:00 |
UpdateChecker.cs
|
Merge UpdateChecker.ParseVersion into VersionInfo.VersionStrToInt
|
2020-12-06 07:35:12 +10:00 |
app.config
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |
app.manifest
|
Move projects to src subdir (breaks build)
|
2020-05-03 10:57:38 +10:00 |