1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-29 16:54:50 +00:00
6502bench/SourceGen
Andy McFadden 365864ccdf More progress on visualization
Implemented Apple II hi-res bitmap conversion.  Supports B&W and
color.  Uses essentially the same algorithm as CiderPress.

Experimented with displaying non-text items in ListView.  I assumed
it would work, since it's the sort of thing WPF is designed to do,
but it's always wise to approach with caution.  Visualization Sets
now show a 64x64 button as a placeholder for the eventual thumbnail.

Some things were being flaky, which turned out to be because I
wasn't Prepare()ing the plugins before using them from Edit
Visualization.  To make this a deterministic failure I added an
Unprepare() call that tells the plugin that we're all done.

NOTE: this breaks all existing plugins.
2019-11-30 18:02:03 -08:00
..
AsmGen Label rework, part 6 2019-11-18 13:36:53 -08:00
Examples Label rework, part 7 (of 7) 2019-11-18 17:45:41 -08:00
Properties
Res Show code/data/junk percentages in status bar 2019-11-19 18:18:41 -08:00
RuntimeData More progress on visualization 2019-11-30 18:02:03 -08:00
Sandbox More progress on visualization 2019-11-30 18:02:03 -08:00
SGTestData More progress on visualization 2019-11-30 18:02:03 -08:00
Tests Label rework, part 6 2019-11-18 13:36:53 -08:00
Tools
WpfGui More progress on visualization 2019-11-30 18:02:03 -08:00
Anattrib.cs
App.config
App.xaml
App.xaml.cs Version 1.5.0-dev1 2019-11-19 14:03:16 -08:00
AppSettings.cs Finish removal of "disable label localizer" feature 2019-11-16 17:15:03 -08:00
AutoLabel.cs Label rework, part 1 2019-11-08 21:02:15 -08:00
ChangeSet.cs
CodeAnalysis.cs More progress on visualization 2019-11-30 18:02:03 -08:00
DataAnalysis.cs
DefSymbol.cs Label rework, part 1 2019-11-08 21:02:15 -08:00
DisasmProject.cs More progress on visualization 2019-11-30 18:02:03 -08:00
DisplayList.cs More progress on visualization 2019-11-30 18:02:03 -08:00
DisplayListSelection.cs
Exporter.cs Groundwork for visualization sets 2019-11-22 20:45:57 -08:00
ExternalFile.cs
FormatDescriptor.cs
FormattedOperandCache.cs
HelpAccess.cs
LineListGen.cs More progress on visualization 2019-11-30 18:02:03 -08:00
LocalVariableLookup.cs Label rework, part 6 2019-11-18 13:36:53 -08:00
LocalVariableTable.cs
MainController.cs Work in progress on visualization 2019-11-25 14:27:38 -08:00
MessageList.cs Check for bank overrun 2019-11-05 13:29:51 -08:00
MultiLineComment.cs Tweak line folding code 2019-11-01 19:47:56 -07:00
NavStack.cs
PlatformSymbols.cs
ProjectFile.cs Label rework, part 4 2019-11-16 16:44:08 -08:00
ProjectProperties.cs
PseudoOp.cs Label rework, part 6 2019-11-18 13:36:53 -08:00
RuntimeDataAccess.cs
SourceGen.csproj Work in progress on visualization 2019-11-25 14:27:38 -08:00
Symbol.cs Label rework, part 5 2019-11-17 16:05:51 -08:00
SymbolTable.cs Label rework, part 6 2019-11-18 13:36:53 -08:00
SystemDefaults.cs
SystemDefs.cs
UndoableChange.cs Groundwork for visualization sets 2019-11-22 20:45:57 -08:00
Visualization.cs More progress on visualization 2019-11-30 18:02:03 -08:00
VisualizationSet.cs More progress on visualization 2019-11-26 18:54:42 -08:00
WeakSymbolRef.cs
XrefSet.cs