Daniel Collin
b35639dfba
Fixed missing lines in track view
...
Closes #55
2013-01-04 19:03:29 +01:00
Daniel Collin
6cfd4bfe2b
Only create menu at startup and not every time the recent list is populated
2013-01-04 18:52:28 +01:00
Daniel Collin
ed55845ac3
Implemented saving of bookmarks
...
Closes #52
2013-01-04 15:24:31 +01:00
Daniel Collin
d84d46b35d
Implemented support for clearing all bookmarks (undoable)
...
Closes #54
2013-01-04 14:49:57 +01:00
Daniel Collin
dbbc2c7b4a
Implemented undo support for breakpoints
...
Closes #53
2013-01-04 14:41:41 +01:00
Daniel Collin
027dc6001d
Win32 fixes
2013-01-04 14:11:38 +01:00
Daniel Collin
2f668c14d0
Big refactoring of key handling and added menus for all items.
...
Keyboard layout is now based on the physical locations (scan/key codes) for the shortcuts instead of the actual characters.
2013-01-04 01:10:17 +01:00
Daniel Collin
ecfb900047
More fixes with menus and keyboard
2013-01-03 20:52:40 +01:00
Daniel Collin
30d9c79be0
Big WIP on keyboard handling and Menu support
2013-01-02 21:43:27 +01:00
Erik Faye-Lund
d5b05fc778
editor: prevent warning on MSVC
2013-01-02 20:43:15 +01:00
Daniel Collin
59f0e0a875
Removed old submodule that isn't in use anymore
2013-01-01 17:39:49 +01:00
Daniel Collin
74bd0fba9c
Implemented support for unicode on Win32
...
Closes #51
2013-01-01 12:25:48 +01:00
Daniel Collin
6e64405aee
Warning fixes
2013-01-01 12:03:37 +01:00
Daniel Collin
b8cda2d8eb
W4 win32 waring fixes
2013-01-01 12:03:20 +01:00
Daniel Collin
57b5dd0a6a
Use ctrl instead of win on Windows for first/last track
2013-01-01 10:36:42 +01:00
Daniel Collin
9c61746887
Use correct encoding (UTF8) when loading recent files from settings
...
Closes #50
2013-01-01 10:36:16 +01:00
Daniel Collin
c80425efd5
Fixed issue with scrollbars not working on Win32 and also added support for mouse wheel
...
Closes #47
2012-12-31 20:04:55 +01:00
Daniel Collin
31e19296f8
Win32 fixes (esp for modifier key handling)
2012-12-31 19:50:57 +01:00
Daniel Collin
11be62cdcf
Ugly but functional vertical slider
...
Closes #15
2012-12-31 16:17:42 +01:00
Daniel Collin
3d1f747f62
Show "*" next to filename if it needs to be saved
...
Closes #46
2012-12-31 15:36:55 +01:00
Daniel Collin
7654f01277
Added support for Remote Export
...
Closes #32
2012-12-31 14:28:37 +01:00
Daniel Collin
8c00cec3ac
Support for saving fold status of groups
...
Closes #38
2012-12-31 14:18:51 +01:00
Daniel Collin
90bdae707a
Some minor cleanup
2012-12-31 13:37:01 +01:00
Daniel Collin
421e8c47c3
Fully implemented bookmark support
...
Closes #36
2012-12-31 13:36:36 +01:00
Daniel Collin
807ed05721
Fixed jumping between bookmarks. Also use binary search for finding if row is bookmarked or not
2012-12-31 13:34:35 +01:00
Daniel Collin
f6a94f38b5
Refactoring of arrow handling (reduced the code with ~100 lines)
2012-12-31 12:38:44 +01:00
Daniel Collin
20aab75c7b
WIP on cleanup of arrow handling code
2012-12-31 11:04:10 +01:00
Daniel Collin
cf2edb5145
WIP on Bookmark support
2012-12-31 01:03:39 +01:00
Daniel Collin
0350811701
Fixed so loaded keys are sent to demo
...
Closes #33
2012-12-30 21:54:18 +01:00
Daniel Collin
5b6f358429
Removed "New" button
2012-12-30 21:43:45 +01:00
Daniel Collin
56021dd3f9
Fixed crash when having no trackData
2012-12-30 21:39:51 +01:00
Daniel Collin
f954f214de
Implemented selection of whole track (cmd + T)
...
Closes #39
2012-12-30 21:39:35 +01:00
Daniel Collin
f2489fa0b7
Fixed so paste of a region is being stored in undo buffer
2012-12-30 21:18:54 +01:00
Daniel Collin
235c044b0a
Fixed missed biasing for 'Y'
2012-12-30 21:18:31 +01:00
Daniel Collin
39c9a309b2
Cleanup
2012-12-30 21:16:40 +01:00
Daniel Collin
4a4ca8e682
Implemented dialog that asks if the user wants to save before quit (Mac OS X only for now)
...
Closes #40
2012-12-30 21:10:26 +01:00
Daniel Collin
49af1595f0
Fully implemented undo for: add/delete/edit of keys
...
Also takes into account if more than one key is being modified at once and such being handled as a collection of commands in a multi-command so it looks hand behaves correct from the users perspective.
Closes #6
2012-12-30 19:07:33 +01:00
Daniel Collin
f4c315c137
Fixed issue that Start/Endrow wasn't saved and loaded
...
Closes #37
2012-12-30 12:29:41 +01:00
Daniel Collin
7683965dba
Fixed issue that text would get "stuck" while editing and starting playback
...
Closes #31
2012-12-30 12:07:09 +01:00
Daniel Collin
660c4b418a
Fixed issues that row numbers would use wrong font now and then
...
Closes #42
2012-12-30 11:57:24 +01:00
Daniel Collin
b0c29d2ed9
Fixed issue that last selected item wasn't highlighted
...
Closes #43
2012-12-30 11:56:01 +01:00
Daniel Collin
e37c271ccb
Some more cleanup
2012-12-30 11:55:33 +01:00
Daniel Collin
5dc96476fe
Minor cleanup
2012-12-30 11:49:33 +01:00
Daniel Collin
23d0cb2fc9
Fixed broken formatting of the rocket files (xml)
...
Closes #35
2012-12-30 11:47:19 +01:00
Daniel Collin
fdb92f4e00
Fixed selection when jumping between keyframes
2012-12-30 11:45:59 +01:00
Daniel Collin
e3ac4ed673
Fixed weird issue with connection
2012-12-30 11:04:17 +01:00
Daniel Collin
77799725e8
Can now use arrow keys during playback
...
Also fixed that selection was reset when doing jump prev/next keyframe.
Closes #41
2012-12-30 11:04:02 +01:00
Daniel Collin
8c1aba73a4
Fixed issue that some non-grouped channels would render the name with wrong font
2012-12-29 18:17:20 +01:00
Daniel Collin
cc2543fe17
Added support for pressing "return" between keys to create a new key based on the current interpolated value
2012-12-29 18:16:59 +01:00
Daniel Collin
b0911f26d5
Removed duplicated Recent Files menu
2012-12-29 18:16:17 +01:00