1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-30 01:50:10 +00:00
6502bench/SourceGen/WpfGui
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
..
AboutBox.xaml
AboutBox.xaml.cs
CodeListItemStyle.xaml Fix proportions for animated GIFs 2019-12-25 10:28:40 -08:00
DataFileLoadIssue.xaml
DataFileLoadIssue.xaml.cs
DiscardChanges.xaml
DiscardChanges.xaml.cs
EditAddress.xaml
EditAddress.xaml.cs
EditAppSettings.xaml
EditAppSettings.xaml.cs Add F6 as a shortcut for the Project Symbols editor 2019-12-13 13:05:29 -08:00
EditBitmapAnimation.xaml Fix proportions for animated GIFs 2019-12-25 10:28:40 -08:00
EditBitmapAnimation.xaml.cs Add animated GIF generation to HTML export 2019-12-24 18:15:03 -08:00
EditComment.xaml
EditComment.xaml.cs
EditDataOperand.xaml
EditDataOperand.xaml.cs
EditDefSymbol.xaml
EditDefSymbol.xaml.cs
EditInstructionOperand.xaml
EditInstructionOperand.xaml.cs
EditLabel.xaml
EditLabel.xaml.cs
EditLocalVariableTable.xaml
EditLocalVariableTable.xaml.cs
EditLongComment.xaml
EditLongComment.xaml.cs
EditLvTableLocation.xaml
EditLvTableLocation.xaml.cs
EditNote.xaml
EditNote.xaml.cs
EditProjectProperties.xaml
EditProjectProperties.xaml.cs Add F6 as a shortcut for the Project Symbols editor 2019-12-13 13:05:29 -08:00
EditStatusFlags.xaml
EditStatusFlags.xaml.cs
EditVisualization.xaml Progress on animated visualizations 2019-12-20 15:09:57 -08:00
EditVisualization.xaml.cs Progress on animated visualizations 2019-12-20 15:09:57 -08:00
EditVisualizationSet.xaml Fix proportions for animated GIFs 2019-12-25 10:28:40 -08:00
EditVisualizationSet.xaml.cs Add animated GIF generation to HTML export 2019-12-24 18:15:03 -08:00
Export.xaml Add visualization sets to exported HTML 2019-12-13 17:15:38 -08:00
Export.xaml.cs Add visualization sets to exported HTML 2019-12-13 17:15:38 -08:00
FindBox.xaml
FindBox.xaml.cs
FontPicker.xaml
FontPicker.xaml.cs
FormatAddressTable.xaml
FormatAddressTable.xaml.cs
GotoBox.xaml
GotoBox.xaml.cs
MainWindow.xaml Add F6 as a shortcut for the Project Symbols editor 2019-12-13 13:05:29 -08:00
MainWindow.xaml.cs Add F6 as a shortcut for the Project Symbols editor 2019-12-13 13:05:29 -08:00
NewProject.xaml
NewProject.xaml.cs
ProjectLoadIssues.xaml
ProjectLoadIssues.xaml.cs