1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-04 01:29:55 +00:00
6502bench/SourceGen
Andy McFadden 5a88a805d0 Fix proportions for animated GIFs
As with still images, animations are rendered at original size and
then scaled with HTML properties.

Also, fixed the blurry scaling on animation thumbnails.  I couldn't
find a way to do nearest-neighbor scaling in the code-behind without
resorting to System.Drawing (WinForms), so I added an overlay image
to the various grids.
2019-12-25 10:28:40 -08:00
..
AsmGen Two changes to "dense hex" bulk data formatting 2019-12-10 17:41:00 -08:00
Examples
Properties
Res Render the animation overlay image instead of loading from a file 2019-12-22 14:02:39 -08:00
RuntimeData Fix proportions for animated GIFs 2019-12-25 10:28:40 -08:00
Sandbox Groundwork for animated Visualizations 2019-12-17 17:43:56 -08:00
SGTestData Serialize animations to project file 2019-12-22 16:56:57 -08:00
Tests
Tools
WpfGui Fix proportions for animated GIFs 2019-12-25 10:28:40 -08:00
Anattrib.cs
App.config
App.xaml Improve visualization 2019-12-04 15:59:37 -08:00
App.xaml.cs Version 1.5.0-dev2 2019-12-07 13:08:00 -08:00
AppSettings.cs Add visualization sets to exported HTML 2019-12-13 17:15:38 -08:00
AutoLabel.cs
ChangeSet.cs
CodeAnalysis.cs Tweak visualizer interface 2019-12-05 10:29:00 -08:00
DataAnalysis.cs Visualizer improvements 2019-12-06 15:05:49 -08:00
DefSymbol.cs
DisasmProject.cs Render the animation overlay image instead of loading from a file 2019-12-22 14:02:39 -08:00
DisplayList.cs Add visualization thumbnails 2019-12-03 16:11:21 -08:00
DisplayListSelection.cs
Exporter.cs Fix proportions for animated GIFs 2019-12-25 10:28:40 -08:00
ExternalFile.cs
FormatDescriptor.cs
FormattedOperandCache.cs
HelpAccess.cs
LineListGen.cs Add visualization sets to exported HTML 2019-12-13 17:15:38 -08:00
LocalVariableLookup.cs
LocalVariableTable.cs
MainController.cs More progress on animated visualizations 2019-12-21 18:13:36 -08:00
MessageList.cs
MultiLineComment.cs
NavStack.cs
PlatformSymbols.cs
ProjectFile.cs Serialize animations to project file 2019-12-22 16:56:57 -08:00
ProjectProperties.cs
PseudoOp.cs Two changes to "dense hex" bulk data formatting 2019-12-10 17:41:00 -08:00
RuntimeDataAccess.cs
SourceGen.csproj Render the animation overlay image instead of loading from a file 2019-12-22 14:02:39 -08:00
Symbol.cs
SymbolTable.cs
SystemDefaults.cs
SystemDefs.cs
UndoableChange.cs
Visualization.cs Fix proportions for animated GIFs 2019-12-25 10:28:40 -08:00
VisualizationAnimation.cs Fix proportions for animated GIFs 2019-12-25 10:28:40 -08:00
VisualizationSet.cs Serialize animations to project file 2019-12-22 16:56:57 -08:00
WeakSymbolRef.cs
XrefSet.cs