1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-02-21 12:29:00 +00:00
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
..
2019-10-25 18:16:09 -07:00
2019-10-25 18:16:09 -07:00
2019-09-21 18:49:03 -07:00
2019-09-18 18:11:48 -07:00
2019-10-18 21:00:28 -07:00
2019-11-16 16:44:08 -08:00
2019-11-12 17:44:51 -08:00
2019-09-17 19:13:28 -07:00
2019-11-18 17:45:41 -08:00
2019-11-18 13:36:53 -08:00
2019-11-01 19:47:56 -07:00
2019-10-09 17:47:07 -07:00
2019-10-09 17:47:07 -07:00
2019-11-16 16:44:08 -08:00
2019-07-20 17:36:12 -07:00
2019-10-27 10:38:29 -07:00