1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-08 14:28:55 +00:00
6502bench/CommonWPF
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
..
Properties Add multi-key combo handling for hints 2019-06-04 16:10:55 -07:00
AnimatedGifEncoder.cs Fix proportions for animated GIFs 2019-12-25 10:28:40 -08:00
CommonWPF.csproj Add animated GIF generation to HTML export 2019-12-24 18:15:03 -08:00
FrameAnimationControl.xaml Progress on animated visualizations 2019-12-20 15:09:57 -08:00
FrameAnimationControl.xaml.cs Serialize animations to project file 2019-12-22 16:56:57 -08:00
Helper.cs Improve save & restore of top line 2019-07-17 14:08:53 -07:00
InverseBooleanConverter.cs Add multi-key combo handling for hints 2019-06-04 16:10:55 -07:00
MultiKeyInputGesture.cs Fix multi-multi-key inputs 2019-06-07 13:10:52 -07:00
WindowPlacement.cs Save and restore grid column widths 2019-06-20 15:10:35 -07:00
WorkProgress.xaml Move WorkProgress dialog into CommonWPF library 2019-07-19 16:37:51 -07:00
WorkProgress.xaml.cs Move WorkProgress dialog into CommonWPF library 2019-07-19 16:37:51 -07:00
WPFExtensions.cs Fix ListView click locator 2019-10-06 10:46:55 -07:00