adelikat
|
2fd1ffe824
|
VirtualListView - add a UseCustomBackground flag true by default, if set to false it will bypass custom background drawing logic resulting in that speedboost I keep doing checkins for. Refactor RamWatch to check if there is any need to draw ahead of time and set this flag. Most of the time this will result is a good speed boost for this dialog, only if they are watching a frozen address (which isn't very exciting anyway) or an out of range address (which they need to fix) do they suffer the speed cost of background drawing
|
2014-07-30 21:31:13 +00:00 |
adelikat
|
555370540a
|
VirtuallistView - at least do my previous speed hack when QueryItemBkColor is not set. Then at least tools that don't background drawing don't get an unnecessary speed cost
|
2014-07-30 21:03:06 +00:00 |
adelikat
|
3abd2da5c6
|
roll back last commit, more investigation is needed
|
2014-07-30 01:30:33 +00:00 |
adelikat
|
6fb0030e71
|
Speed up all virtuallistview's in the emulator by about 20%
|
2014-07-30 01:18:50 +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
|
a3914e84a4
|
TAStudio - make a RightScrolled event for when the right mouse is clicked and the mouse wheel is scrolled, as refactored some code, this give better (but still broken) refreshing. Now the main window updates when the mouse wheel is done movie at least, as opposed to when the right mouse button is released.
|
2014-07-25 00:57:06 +00:00 |
zeromus
|
0d674308b9
|
check for existence of xinput1_3.dll before calling on the slimdx code to attempt using it
|
2014-07-23 06:52:04 +00:00 |
adelikat
|
bee1dfcb02
|
Change the snes performance core recording nag so that it doesn't allow the choice to continue, as of this commit we do not support the use of the performance profile for movie recording
|
2014-07-21 18:30:54 +00:00 |
adelikat
|
e6c99db9ff
|
TAStudio - move the rightButtonHeld logic inside the TasListView object rather than being tastudio logic
|
2014-07-18 00:04:29 +00:00 |
adelikat
|
7b8b602f0f
|
TAStudio - double click the frame column to add a marker, make add marker button take the last selected index or current frame if nothing is selected
|
2014-07-16 01:37:50 +00:00 |
adelikat
|
7a8b5d9887
|
TAStudio - implement Select All and Deselect menu items
|
2014-07-11 18:36:23 +00:00 |
adelikat
|
6bbd3ca80d
|
Hex and Watch Boxes - prevent user from pasting invalid input, also if they do manage to get the textbox into an invalid state, interpret the value as 0 rather than throwing an exception
|
2014-07-03 16:43:39 +00:00 |
adelikat
|
1964f3754a
|
Merge InputValidate into StringExtensions
|
2014-07-03 16:00:57 +00:00 |
adelikat
|
0eb37ad36d
|
Convert IntHelpers to NumberExtensions and change namespace appropriately, remove StringHelpers.cs
|
2014-07-03 15:16:47 +00:00 |
adelikat
|
d5e2808944
|
Fix namespaces
|
2014-07-03 14:56:13 +00:00 |
adelikat
|
9fd640ff4b
|
Remove some unused code
|
2014-06-29 02:33:50 +00:00 |
adelikat
|
ab5cfab035
|
remove redundant code throughout the emuhawk project
|
2014-06-29 02:28:48 +00:00 |
zeromus
|
176c306439
|
proof of concept syncless recorder AV out module
|
2014-06-18 02:28:07 +00:00 |
adelikat
|
2774e9c252
|
Add a "Don't ask me again" checkbox on the Performance core recording nag
|
2014-06-14 02:23:13 +00:00 |
adelikat
|
e43dcbb5b2
|
Atari 2600 debugger - make flag checkbox buttons read-only
|
2014-05-31 18:41:56 +00:00 |
adelikat
|
1895e15ea5
|
Create StatusStripEx similar to MenuStripEx and ToolStripEx to allow click through, and replace all our status bars with it
|
2014-05-17 00:42:28 +00:00 |
scepheo
|
0add712863
|
Removed one-use MaxHexValueFromMaxDigits function from StringHelpers.cs.
|
2014-05-15 15:12:30 +00:00 |
adelikat
|
59ae076df7
|
add a TODO that I don't want to do yet, but don't want to forget about
|
2014-03-23 16:02:29 +00:00 |
adelikat
|
8b6bf3fc89
|
A hackish workaround to make Select All faster in the Cheat Dialog
|
2014-03-23 14:10:35 +00:00 |
adelikat
|
3cf2ba7afc
|
Some nitpicky code cleanup on a few files before I do something useful with them
|
2014-02-24 02:50:56 +00:00 |
adelikat
|
5849d2d80d
|
make the Select All feature built right into VirtualListView instead of writing the same code over and over in the tool dialogs, also make said code faster on large lists
|
2014-02-15 19:15:04 +00:00 |
adelikat
|
3dfcd8b22a
|
drastically cleanup the InputValidate class
|
2014-02-03 19:37:43 +00:00 |
adelikat
|
1c44d21562
|
Code clean up on Mainform and VirtuallistView.
|
2013-12-20 22:05:56 +00:00 |
adelikat
|
22ff2bff04
|
TasListView - track the current and last cells pointed to, add a Cell changed event handler, add a Input Drawing flag, and track if the user is click dragging. TAStudio - hook up input drawing feature with toggle, still work to do as it doesn't work as intelligently as it should yet
|
2013-12-08 19:30:57 +00:00 |
adelikat
|
14184c9ae9
|
TAStudio - Basic input toggling via clicking cells in the listview
|
2013-12-08 18:44:41 +00:00 |
adelikat
|
394650aae6
|
VirtualListView - add a public property: VScrollPos, TASListView - track the row index the mouse is currenlty pointing to
|
2013-12-08 18:14:00 +00:00 |
adelikat
|
ac56fb0883
|
Start a TasListView object that inherits VirtualListView, make TAStudio use it, have it have properties for which Column and Row is currently being pointed to by the mouse. Row isn't calculated yet, but column is
|
2013-12-07 23:20:44 +00:00 |
adelikat
|
9ccc214667
|
Make an extension method ShowHawkDialog() to use for modal dialog calls that does the Sound Stop/Start methods (and potentially any other EmuHawk specific logic that needs to be done). Use this in the bazillion places we were calling StopSound and StartSound.
|
2013-11-28 22:39:00 +00:00 |
adelikat
|
b42492ec02
|
Various Ram Search dialog fixes
|
2013-11-23 21:19:52 +00:00 |
adelikat
|
2586a04498
|
oops, fix a logic error in HexTextBox, fixes a number of bugs such as losing the address when editing a Ram watch entry
|
2013-11-20 01:53:49 +00:00 |
adelikat
|
999c884f13
|
Refactor WatchValueBox to better handle the Nullable property, fixes a lot of issues in the cheat form among other places
|
2013-11-08 23:55:45 +00:00 |
adelikat
|
c669680e07
|
Rename Multiclient folder
|
2013-11-03 04:05:56 +00:00 |