YoshiRulz
|
8f93a954e1
|
Move Lua hacks to Lua libs
Changed parameter of IInputMovie.SetRerecordCount to ulong to match internal
|
2019-12-16 15:04:35 +10:00 |
adelikat
|
51df281d38
|
Tastudio - fix NRE when running a .tasproj through the normal movie system, making changes, then opening tastudio
|
2019-12-14 09:58:10 -06:00 |
adelikat
|
03dbcc3607
|
Tastudio - tweak follow cursor logic in horizontal orientation
|
2019-12-13 18:29:30 -06:00 |
adelikat
|
858aef59db
|
TAStudio - fix erroenous use of RefreshTasView when hiding/showing columns
|
2019-12-13 17:49:11 -06:00 |
adelikat
|
5e40305d1c
|
fix recent regression if auto-load is set, and default.tasproj is the most recent movie
|
2019-12-13 17:40:39 -06:00 |
adelikat
|
a77b7ce2fc
|
TAstudio - fix NRE that can happen from a sloppy right-click that causes a sloppy right-click context menu to open
|
2019-12-13 17:33:54 -06:00 |
adelikat
|
24d84f3f08
|
Tastudio - don't setup columns when loading a file, the file has the column settings
|
2019-12-11 11:43:05 -06:00 |
adelikat
|
515f409246
|
Tastudio - Make mainform hotkeys out of a bunch of built in hotkeys
|
2019-12-10 19:26:23 -06:00 |
YoshiRulz
|
f309c831b3
|
Move icons out of InitializeComponent
cc9ff8022
|
2019-12-11 06:58:53 +10:00 |
adelikat
|
f900a1ba69
|
Tastudio - fix another usage of ShortCut instead of ShortCutDisplayStr in the context menu
|
2019-12-10 14:28:48 -06:00 |
adelikat
|
a05fdfe18c
|
Tastudio - show binded hotkey in context menu for Clear/Insert/Delete/Clone instead of the hard-coded path. Also use ShortcutDisplayStr instead of ShortCut for Insert # Frames context menu item
|
2019-12-10 14:17:05 -06:00 |
adelikat
|
373979395d
|
Tastudio - reset branch and marker columns when switching movies
|
2019-12-08 14:46:58 -06:00 |
adelikat
|
35fdb5dbdd
|
Tastudio - Integrate branches with the statusbar slot icons
|
2019-12-08 13:53:36 -06:00 |
adelikat
|
6ae1eac464
|
better handling of tastudio interaction with select slot, previous slot, and next slot functions
|
2019-12-08 13:01:55 -06:00 |
adelikat
|
6107bc4553
|
TasMovie - rip out input caching attempt that wasn't even working
|
2019-12-07 12:21:42 -06:00 |
adelikat
|
891df3512a
|
MarkerControl - do full refresh on restart
|
2019-12-07 10:31:00 -06:00 |
adelikat
|
21a0b65305
|
Tastudio - fix mouse up logic, only navigate if in bool painting mode
|
2019-12-06 21:19:35 -06:00 |
adelikat
|
f944cd65a7
|
Tastudio - LoadState() - properly dispose of IDisposables, avoid unnecessary .ToArray() call
|
2019-12-06 17:20:01 -06:00 |
adelikat
|
7ac720d931
|
Tastudio - use global references less in favor of internal properties
|
2019-12-06 17:14:27 -06:00 |
adelikat
|
0c3cb5b053
|
Tastudio - simplify PoitnCellChanged handler, lot's of if checks that were always true
|
2019-12-06 17:01:40 -06:00 |
adelikat
|
2b3a114e1e
|
Tastudio - fix improper invalidation caused by waiting until mouse up to invoke navigation
|
2019-12-06 15:19:34 -06:00 |
YoshiRulz
|
7f07949816
|
Migrate serialised images to separate files, removing duplicates
|
2019-12-07 05:24:24 +10:00 |
adelikat
|
aa94ddccd5
|
Tastudio - expand message column to fix text, similarly to branches
|
2019-12-03 20:10:00 -06:00 |
adelikat
|
1a6c1e7ebe
|
InputRoll - simplify
|
2019-12-03 20:05:32 -06:00 |
adelikat
|
eb63fa5a92
|
Tastudio - Branches - fix width calculation when expanding to fix user text
|
2019-12-03 20:03:10 -06:00 |
adelikat
|
c2b942d9a4
|
InputRoll - remove some vestigial code
|
2019-12-03 18:57:50 -06:00 |
adelikat
|
b230502228
|
Tastudio - cleanup
|
2019-12-03 18:44:01 -06:00 |
adelikat
|
6640146c0a
|
InputRoll - add a flag for whether the control can be toggled into HorizontalOrientation, and only enable it on tastudio
|
2019-12-02 20:29:29 -06:00 |
adelikat
|
d687babb41
|
TAStudio - expose Horizontal Orientation in non-developer builds
|
2019-12-02 20:23:14 -06:00 |
adelikat
|
2a12cac9e5
|
InputRoll - implement shift+Up/Down logic to highlight rows
|
2019-11-29 16:12:23 -06:00 |
adelikat
|
68797f18f7
|
Tastudio - fix crash when attempting to use right-click column autohold if the movie was loaded via autoload
|
2019-11-27 20:10:06 -06:00 |
adelikat
|
f926142921
|
cleanup OSDManager
|
2019-11-26 19:36:04 -06:00 |
adelikat
|
1b8b4b4926
|
Tastudio - rip out option to do autorestore on mouse up vs down, make it on up only, and fix autorestore logic
|
2019-11-26 18:54:46 -06:00 |
adelikat
|
223cef2620
|
Tastudio - cleanups
|
2019-11-26 18:50:56 -06:00 |
adelikat
|
943454554d
|
Tastudio - don't update bookmark view on UpdateValues()
|
2019-11-26 17:34:50 -06:00 |
adelikat
|
e1b91d13ab
|
InputRoll - cleanups and simplifications
|
2019-11-26 15:55:07 -06:00 |
adelikat
|
24a0bdbbed
|
Tastudio/InputRoll - improve performance in UpdateValues some
|
2019-11-26 14:37:49 -06:00 |
adelikat
|
1e53d8221f
|
tastudio - set branches and marker views to the same font as the main inputroll
|
2019-11-26 14:24:31 -06:00 |
adelikat
|
ea6b67ac39
|
cleanups in Bookmarks and Marker Controls
|
2019-11-26 14:10:54 -06:00 |
adelikat
|
9a54a461b5
|
don't redraw twice on Branches and Markers UpdateValues()
|
2019-11-26 13:34:24 -06:00 |
adelikat
|
31114e6abf
|
FastUpdate - do nothing, super speed up for shift+tab. UpdateValues - remove unnecessary Draw
|
2019-11-26 13:16:32 -06:00 |
adelikat
|
fed8cd335d
|
fix a few designer files I missed when refactoring default values
|
2019-11-26 13:11:24 -06:00 |
adelikat
|
47273f1278
|
Tastudio - fix FastUpdate being slower than Update, it seems to need the same logic but just forgot all the logic, let's ensure it doesn't forget
|
2019-11-26 13:03:28 -06:00 |
adelikat
|
69e5a3b088
|
Tastudio - fix major slowdown when moving the mouse over the InputRoll
|
2019-11-26 12:58:04 -06:00 |
adelikat
|
22fdbd08d0
|
InputRoll - don't hardcode padding variables in the constructor
|
2019-11-26 12:51:36 -06:00 |
adelikat
|
bab5877d1a
|
InputRoll - don't hardcode GrideLines to true
|
2019-11-26 12:44:31 -06:00 |
adelikat
|
56b33498d9
|
InputRoll - rip out the UseCustomBackGround flag, and only key off the existence of the override. Seems to be a speed hack, but the only attempt to make it faster (in ram watch) was actually making things slower
|
2019-11-26 12:33:39 -06:00 |
adelikat
|
a45b33b8c6
|
move arrow key hack from tastudio to inputroll so it applies to all inputrolls
|
2019-11-26 12:07:00 -06:00 |
adelikat
|
cd672da319
|
a few inputroll/tastudio cleanups
|
2019-11-26 11:36:55 -06:00 |
adelikat
|
9b93c557b8
|
InputRoll - don't hardcode disabling of Home and End, make it a flag instead (true by default, false for tastudio's inputroll), also fix home/end to be expected listview behavior and delete ctrl+home, ctrl+end those aren't expected behaviors
|
2019-11-26 10:09:24 -06:00 |