1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-08-20 11:28:58 +00:00
6502bench/SourceGenWPF/WpfGui
Andy McFadden c13daa7085 Implemented the first ("Code View") tab of settings
Notable items include the column show/hide buttons, which were
straightforward except for the "determine the default width" part,
and the font picker, which is no longer a standard dialog.  The
latter was complicated by the absence of a good way to detect
whether a font is mono-spaced or not without calling back into code
meant for WinForms font manipulation (with a dash of PInvoke).
Yay WPF.

Also, enabled character ellipsis for code list items.
2019-06-26 17:11:58 -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 Implemented the first ("Code View") tab of settings 2019-06-26 17:11:58 -07:00
EditAppSettings.xaml.cs Implemented the first ("Code View") tab of settings 2019-06-26 17:11:58 -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 Implemented the first ("Code View") tab of settings 2019-06-26 17:11: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