1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-19 21:29:14 +00:00
6502bench/SourceGenWPF/WpfGui
Andy McFadden 8907197d58 Clean up clipboard format combo box
The order of items in XAML was tied to enum values, which isn't
great.  Since the value gets stored in the settings file, we want
the values to come from the code-behind.  So now we provide an
ItemsSource for the combo box from the code-behind instead of
defining the items in XAML.
2019-06-28 15:39:35 -07:00
..
CodeListItemStyle.xaml Implemented the first ("Code View") tab of settings 2019-06-26 17:11:58 -07:00
DataFileLoadIssue.xaml Wire up Open, Save, and Save As 2019-06-21 16:27:58 -07:00
DataFileLoadIssue.xaml.cs Wire up Open, Save, and Save As 2019-06-21 16:27:58 -07:00
DiscardChanges.xaml Rename ProjWin directory to WpfGui 2019-06-21 15:17:04 -07:00
DiscardChanges.xaml.cs Rename ProjWin directory to WpfGui 2019-06-21 15:17:04 -07:00
EditAddress.xaml Rename ProjWin directory to WpfGui 2019-06-21 15:17:04 -07:00
EditAddress.xaml.cs Rename ProjWin directory to WpfGui 2019-06-21 15:17:04 -07:00
EditAppSettings.xaml Clean up clipboard format combo box 2019-06-28 15:39:35 -07:00
EditAppSettings.xaml.cs Clean up clipboard format combo box 2019-06-28 15:39:35 -07:00
EditStatusFlags.xaml Rework Edit Status Flags layout 2019-06-22 13:09:49 -07:00
EditStatusFlags.xaml.cs Rework Edit Status Flags layout 2019-06-22 13:09:49 -07:00
FontPicker.xaml Implemented the first ("Code View") tab of settings 2019-06-26 17:11:58 -07:00
FontPicker.xaml.cs Implemented the first ("Code View") tab of settings 2019-06-26 17:11:58 -07:00
MainWindow.xaml Implemented the first ("Code View") tab of settings 2019-06-26 17:11:58 -07:00
MainWindow.xaml.cs Implement second settings tab ("Asm Config") 2019-06-27 15:15:58 -07:00
NewProject.xaml Implement "new project" 2019-06-22 17:38:07 -07:00
NewProject.xaml.cs Implement "new project" 2019-06-22 17:38:07 -07:00
ProjectLoadIssue.xaml Fiddle with failure report dialogs 2019-06-21 15:23:13 -07:00
ProjectLoadIssue.xaml.cs Rename ProjWin directory to WpfGui 2019-06-21 15:17:04 -07:00
WorkProgress.xaml Finish generate/assemble dialog 2019-06-24 14:41:08 -07:00
WorkProgress.xaml.cs Layout for app settings 2019-06-24 17:32:53 -07:00