1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-14 20:28:59 +00:00
6502bench/SourceGenWPF
Andy McFadden f32135e2c7 Set Owner for all modal dialogs
This turns out to be really important.  Otherwise the modal dialog
doesn't stay on top of the application's window stack, which can
make things awkward when ShowInTaskbar is set to false.  The easiest
way to ensure this is getting done is to make it part of the
constructor arguments.

The code now passes the parent window in explicitly.  WPF MessageBox
avoids this by calling UnsafeNativeMethods.GetActiveWindow(), but
that feels weird.  We could assume Application.Current.MainWindow
is the parent, but that seems like it could go quietly and horribly
wrong.
2019-06-16 16:55:40 -07:00
..
AsmGen Show formatted data in the code list 2019-05-27 18:52:25 -07:00
ProjWin Set Owner for all modal dialogs 2019-06-16 16:55:40 -07:00
Properties Add WPF app skeleton 2019-04-29 16:34:09 -07:00
Res Add Edit Address 2019-06-16 16:40:08 -07:00
Sandbox Fiddle with selection 2019-05-29 17:39:36 -07:00
AddressMap.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
Anattrib.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
App.config Add WPF app skeleton 2019-04-29 16:34:09 -07:00
App.xaml Load a hard-coded project file 2019-05-08 18:08:46 -07:00
App.xaml.cs Port project loader code 2019-05-05 16:50:28 -07:00
AppSettings.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
AutoLabel.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
ChangeSet.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
CodeAnalysis.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
DataAnalysis.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
DefSymbol.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
DisasmProject.cs Make ResetList() 1000x faster 2019-05-30 16:30:59 -07:00
DisplayList.cs Add addr/label target highlight 2019-06-16 09:29:54 -07:00
DisplayListSelection.cs Restore selection and top position after change 2019-06-10 15:46:35 -07:00
ExternalFile.cs Load a hard-coded project file 2019-05-08 18:08:46 -07:00
FormatDescriptor.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
HelpAccess.cs Wire up undo, redo, and F1 help 2019-06-11 16:27:15 -07:00
LineListGen.cs Finish wiring up code hint commands 2019-06-08 17:13:11 -07:00
MainController.cs Set Owner for all modal dialogs 2019-06-16 16:55:40 -07:00
MultiLineComment.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
NavStack.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
PlatformSymbols.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
ProjectFile.cs Show formatted data in the code list 2019-05-27 18:52:25 -07:00
ProjectProperties.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
PseudoOp.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
RuntimeDataAccess.cs Load a hard-coded project file 2019-05-08 18:08:46 -07:00
SourceGenWPF.csproj Add Edit Address 2019-06-16 16:40:08 -07:00
Symbol.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
SymbolTable.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
SystemDefaults.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
SystemDefs.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
UndoableChange.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
WeakSymbolRef.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
XrefSet.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00