adelikat
|
dee45888de
|
TAStudio - disable tab, shift+tab, and space, because people like to use these as important hotkeys and because FCEUX's taseditor does this, and people seem to want it that way
|
2014-10-23 00:47:30 +00:00 |
adelikat
|
2e36ab5cbb
|
Tastudio - set Always on Top immediately, not when it is restarted
|
2014-10-22 23:15:59 +00:00 |
adelikat
|
8b5c9dc129
|
InputRoll - also Home and End hotkeys
|
2014-10-22 23:11:29 +00:00 |
adelikat
|
ade5cfa8e6
|
InputRoll - implement PageUp/PageDown logic
|
2014-10-22 23:03:17 +00:00 |
adelikat
|
6099d4006e
|
Tastudio - just in case do a triggered auto-restore on mouse leave, I think this code should never fire, but you never know what edge cases could trick winform events
|
2014-10-22 22:43:42 +00:00 |
zeromus
|
a2722ae10f
|
do some work which _should_ have supported rotated text. not sure why it isn't working though...
|
2014-10-22 07:59:06 +00:00 |
adelikat
|
c71aaf4e4a
|
Tastudio - support drag n drop of tasproj files onto the Tastudio dialog
|
2014-10-21 13:12:12 +00:00 |
adelikat
|
5a2e8071d6
|
Tastudio - break some code into a function in preparation for stuff
|
2014-10-21 01:31:41 +00:00 |
adelikat
|
1610555dbe
|
Tastudio - double click a marker in the marker list will allow user to edit the message
|
2014-10-20 23:03:39 +00:00 |
adelikat
|
f76211822f
|
Tastudio - slight fix to the enabling of "Export to Bk2" menuitem
|
2014-10-20 21:26:01 +00:00 |
adelikat
|
d0aee55059
|
Tastudio - a bit of simplifying some code
|
2014-10-20 19:04:59 +00:00 |
adelikat
|
31c564ad06
|
Tastudio - fix stack overflow when user opens tastudio then clicks close rom in emuhawk
|
2014-10-20 00:31:05 +00:00 |
adelikat
|
590766d147
|
Tastudio - speed up selection by reducing unnecessary refresh calls
|
2014-10-20 00:11:07 +00:00 |
adelikat
|
4e3188e091
|
Tastudio - some metadata dialogs are modeless, make the mainform the owner
|
2014-10-19 22:25:13 +00:00 |
adelikat
|
8ac0576c54
|
Tastudio - refresh after cloning or inserting frames
|
2014-10-19 21:45:02 +00:00 |
adelikat
|
6c9e902ebe
|
Tastudio - truncate -> fix off by one
|
2014-10-19 16:36:47 +00:00 |
adelikat
|
09ec0322a7
|
Tastudio - delete no longer clears selection
|
2014-10-19 16:33:59 +00:00 |
adelikat
|
8feeb080d0
|
tastudio - insert # frames - change max digits from 3 to 5
|
2014-10-19 16:30:34 +00:00 |
adelikat
|
e0cab40431
|
TAStudio - flag changes when tasview changes that are saved into the tasproj occur
|
2014-10-19 15:29:03 +00:00 |
adelikat
|
12e0215914
|
Tastudio add a Restore Defaults menu item to the Columns menu
|
2014-10-19 15:13:53 +00:00 |
adelikat
|
3593588d5f
|
InputRoll - ColunReorder event handler, Tastudio - subscribe to this event handler and flag changes to the movie (since this information is saved into the tasproj file)
|
2014-10-19 14:46:01 +00:00 |
adelikat
|
bcb8a00c77
|
InputRoll - column reordering, including saving and loading
|
2014-10-19 14:04:59 +00:00 |
adelikat
|
2401de6ba2
|
Tastudio - don't open the context menu when user right-clicks a column header
|
2014-10-19 00:24:33 +00:00 |
adelikat
|
26a37544ac
|
ditto for RightColumnClick
|
2014-10-19 00:19:17 +00:00 |
adelikat
|
e54a731ada
|
InputRoll - change the column click event to fire on mouse up instead of down
|
2014-10-19 00:16:58 +00:00 |
adelikat
|
e2004133f2
|
tastudio - make sure changes are not flagged when starting a new project
|
2014-10-18 21:29:02 +00:00 |
adelikat
|
559884c0c0
|
tastudio - I dont' like this unnecessary osd message
|
2014-10-18 21:09:19 +00:00 |
adelikat
|
2599893b02
|
Tastudio - handle if user chooses stop movie in emuhawk
|
2014-10-18 20:40:20 +00:00 |
adelikat
|
97721ddcc3
|
InputRoll - fix logic in vertical view that was not drawing text in a column if any pixel of the column went off screen, save HorizontalOrientation in settings
|
2014-10-18 20:29:23 +00:00 |
adelikat
|
560a04e20a
|
tastudio - another fix to autoload
|
2014-10-18 19:23:14 +00:00 |
adelikat
|
59ef98562b
|
tastudio - a slight fix for autoload
|
2014-10-18 19:12:36 +00:00 |
adelikat
|
6b3c631702
|
Tastudio - Marker list - fix rather messed up background coloring logic
|
2014-10-18 16:34:41 +00:00 |
adelikat
|
27ca9bc1a3
|
tastudio - since there is no immediate plans to add anything else to the dialog, extend the marker list to the bottom of the dialog and anchor it
|
2014-10-18 16:24:25 +00:00 |
adelikat
|
a3d58399a2
|
Tastudio - some ui fixups for the Marker list
|
2014-10-18 16:22:24 +00:00 |
adelikat
|
32898f0584
|
When doing Save logic, also revert to Save As if project name matches the default name
|
2014-10-18 15:53:58 +00:00 |
adelikat
|
ceb79a4c26
|
Tastudio - make a new project called default.tasproj rather than gamename, only use gamename when suggesting a movie in a Open/SaveFileDialog
|
2014-10-18 15:50:12 +00:00 |
adelikat
|
2ba9d090ac
|
Tastudio - reset row count when starting a new project
|
2014-10-18 15:31:51 +00:00 |
adelikat
|
2e7ee97de9
|
Tastudio - various fixes to restart and initializing logic, still some flaws but makes things less catastrophic
|
2014-10-18 15:27:53 +00:00 |
adelikat
|
cfd756feb0
|
Tastudio - greenzone shall now be called Savestate history when exposed to the user
|
2014-10-18 01:35:59 +00:00 |
adelikat
|
35b28e92ee
|
Tastudio - on Movie/System mismatch, recalculate columns of the new platform when making a new default project
|
2014-10-18 01:26:30 +00:00 |
adelikat
|
305dea53ab
|
Tastudio - a dialog to change the default "greenzone" settings
|
2014-10-18 01:01:45 +00:00 |
adelikat
|
f930622b5e
|
Move TasStateManagerSettings to its own file
|
2014-10-17 22:39:40 +00:00 |
adelikat
|
e0525ebbe4
|
TAStudio - when input painting and other mouse events, wait to do AutoRestore until mouse up
|
2014-10-17 20:10:21 +00:00 |
adelikat
|
13f86451f4
|
tastudio - some cleanup
|
2014-10-17 19:31:42 +00:00 |
adelikat
|
a820d95306
|
InputRoll - another round of fix!
|
2014-10-17 18:29:09 +00:00 |
adelikat
|
a08e2f9a79
|
Tastudio - another round of fix cleanup
|
2014-10-17 18:14:21 +00:00 |
adelikat
|
02062a4589
|
Tastudio - some reorg and cleanup
|
2014-10-17 17:58:48 +00:00 |
adelikat
|
464102effe
|
tastudio - some code cleanup
|
2014-10-17 17:40:11 +00:00 |
adelikat
|
c0f484fc91
|
tastudio - greenzone settings - slight ui change
|
2014-10-17 17:14:47 +00:00 |
adelikat
|
b8925d2635
|
InputRoll - oops, fix to highlighted text
|
2014-10-16 22:28:48 +00:00 |