adelikat
|
17c6a2c1f6
|
Snes - use the compatibility profile override option in the game db, note that it will be a temporary override for the game if detected, the user setting will not be permanently changed. This touched a bunch of things, and many other things had to be considered, there's a reasonable chance that this broke something
|
2014-11-19 00:32:51 +00:00 |
jlennox
|
a64017366c
|
Create ISettable<T,T2>/ISettable interfaces. This checkin has not been extensively tested.
|
2014-10-19 01:22:47 +00:00 |
zeromus
|
29307e4935
|
fix bug in recent roms explore option for paths with commas
|
2014-10-01 22:27:31 +00:00 |
zeromus
|
5ebb1b1e2e
|
clean up recent roms contextmenu processing, and add support for launching the whole shell contextmenu.. its kind of cruddy though.
|
2014-09-30 08:51:48 +00:00 |
zeromus
|
203626f1e1
|
crazy idea: rightclick a recent rom
|
2014-09-29 04:47:21 +00:00 |
adelikat
|
a9bb4162fd
|
Ram Search - when deciding to disable domains, take the special meaning of Size 0 into account
|
2014-09-11 21:50:06 +00:00 |
adelikat
|
3e80e59f2d
|
TAStudio - rip out uneeded stuff
|
2014-08-23 16:00:56 +00:00 |
adelikat
|
982d134cd2
|
More stuff for input roll and other tinkerings in preparation for obsoleting TasView
|
2014-08-23 14:30:12 +00:00 |
adelikat
|
9de16f8af3
|
Don't offer to remove a recent menu item if the list is frozen
|
2014-08-02 23:03:29 +00:00 |
adelikat
|
3c39a91977
|
slight tweak to Freeze menu item - disable Clear if frozen
|
2014-08-02 22:52:22 +00:00 |
adelikat
|
a65e4a2be7
|
Add a Freeze/Unfreeze option to recent menus
|
2014-08-02 22:49:27 +00:00 |
adelikat
|
4346504e24
|
Make some extension methods for doing the icon and text logic for the core statusbar item, makes for some prettier syntax, but also makes it easier to use this logic elsewhere
|
2014-07-29 01:11:57 +00:00 |
adelikat
|
7ec866ced5
|
add some extensions to the ControlExtension class for converting cruddy .NET 1.0 collection objects to IEnumerable<T>, and start removing some code in specific forms that work around cruddy .NET 1.0 stuff
|
2014-07-28 03:01:57 +00:00 |
adelikat
|
5d4ff76ed6
|
Convert a copy/pasted method in a bunch of tool dialogs to an extension method
|
2014-07-28 02:31:51 +00:00 |
adelikat
|
c988466942
|
Convert some more toolhelper methods to extensions
|
2014-07-28 02:10:31 +00:00 |
adelikat
|
3bbe3990ed
|
convert ToolHelper methods for freezing/unfreezing a collection of watch items into extensions
|
2014-07-28 01:55:20 +00:00 |
adelikat
|
ce4ce0bacc
|
Convert some static methods in ToolHelpers to extension methods
|
2014-07-28 01:51:11 +00:00 |
adelikat
|
0397ea1ff4
|
Remove the CustomControls/Util file and move all the classes into the Form Extensions file, since they were all extension methods for window form objects
|
2014-07-27 15:22:30 +00:00 |
adelikat
|
216796c29e
|
Remove enum helper and move the remaining method to ReflectionExtensions since that is more accurate to what it is doing
|
2014-07-03 17:41:55 +00:00 |
adelikat
|
00ac231a2a
|
More extension reorg
|
2014-07-03 17:29:01 +00:00 |
adelikat
|
393057d33a
|
Convert a helper method into an extension method
|
2014-07-03 17:01:10 +00:00 |
adelikat
|
bf2ba0841a
|
make recent n64 plugin UI logic I added be more clever
|
2014-05-14 22:04:47 +00:00 |