Commit Graph

12 Commits

Author SHA1 Message Date
YoshiRulz f256c164d1
Replace concatenation and StringBuilder with string.Concat/string.Join 2019-03-28 00:40:18 +10:00
YoshiRulz 2b7443bd83
Create and use IEnumerable.OrderByInDir extension 2019-03-27 15:57:49 +10:00
YoshiRulz c82ff6077a
Remove ToList call when the returned List is used as an IEnumerable 2019-03-27 13:56:10 +10:00
YoshiRulz 5f80e9d8e5
Use indexer instead of First() or Last() 2019-03-25 00:42:30 +10:00
YoshiRulz b72f40808b
Create and use IEnumerable.SelectAsIndexOf extension 2019-03-24 21:06:05 +10:00
YoshiRulz 13152d670f
Rewrite MovieView_ColumnClick, also fixes typo 2019-02-24 15:49:10 +10:00
YoshiRulz a572b220f6
Fix typo copying to clipboard during loop 2019-02-24 15:48:09 +10:00
nattthebear ebe789eed2 heh 2017-05-10 07:45:23 -04:00
adelikat 2fbcaba8f4 Multihawk - pass the Emulator instance into the RecordMovie dialog instead of using Global.Emulator 2016-12-06 10:49:55 -06:00
zeromus 66683b16ed replace "Ok" with "OK" 2016-03-26 21:50:33 -05:00
Hathor86 1e2f4e12be Watch refactoring
Some improvement when you get Available types. Used to return a new
array each time you call the function. It has been transformed into an
IEnumrable and yield return.
DisplayType, PreviousType and Watchsize have been moved outside the
Watch Class
2015-11-28 22:52:00 +01:00
adelikat e4c2eddc1f MultiHawk - remove more stuff 2015-03-09 20:51:33 +00:00