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
Daniel Collin
cb47ecdb1d
Implemented "Recent Files" on Mac OS X
...
Also added shortcut for each recent file (CMD + 1-4 for each entry in the list)
Closes #18
2012-12-29 16:35:11 +01:00
Daniel Collin
a50c6752fa
Added accelerator support
2012-12-28 12:45:35 +01:00
Daniel Collin
694b0b21e5
Fixed memory trashing (ouch)
2012-12-28 12:16:40 +01:00
Daniel Collin
d3f8721d14
Various Win32 fixes and additions
2012-12-28 12:15:41 +01:00
Daniel Collin
c2591baa20
Latest version
2012-12-27 23:22:58 +01:00
Daniel Collin
c6f52ad6c3
Various fixes
2012-12-27 20:42:22 +01:00
Daniel Collin
28cd240b2e
Lots of work on getting proper scrolling and track selection
2012-11-26 23:08:53 +01:00
Daniel Collin
9f5230de8e
Win32 fixes. Now opens up a window and displays the statusbar
2012-11-26 17:08:11 +01:00
Daniel Collin
bb784965d5
Latest
2012-11-26 00:07:30 +01:00
Daniel Collin
447a86b2b1
Support scrolling in X and Y
2012-11-25 16:44:20 +01:00
Daniel Collin
5a2201537f
Support for trackpad scrolling
2012-11-25 16:32:25 +01:00
Daniel Collin
5f1b90ee93
Lots of various fixes
2012-11-25 14:53:33 +01:00
Daniel Collin
860dba1aff
Support fullscreen on Mac OS X
...
Closes #27
2012-11-25 11:34:57 +01:00
Daniel Collin
3ca22c6f7f
Support for Mac OS X Fullscreen
2012-11-25 11:34:07 +01:00
Daniel Collin
3c31ba5ce5
Fixed crash when entering some bad value of tracks and then loading a .rocket file
2012-11-25 11:07:04 +01:00
Daniel Collin
d681d17ed0
Started with slider
2012-11-25 11:01:17 +01:00
Daniel Collin
f7984f0d1d
Added color selection for tracks
...
Closes #26
2012-11-25 11:01:07 +01:00
Daniel Collin
f1044ab3a7
Use hex for colors
2012-11-25 09:46:04 +01:00
Daniel Collin
0208c68c3f
Tweaked the position of tracks when folded
2012-11-24 17:47:01 +01:00
Daniel Collin
c339f131d8
ctrl + arrow up/down to goto prev/next key
2012-11-24 17:37:48 +01:00
Daniel Collin
baf1ae03de
Handle focus
2012-11-24 17:37:25 +01:00
Daniel Collin
4b4b64a6b8
New shiny icon with correct aspect ratio and alpha :) thanks to booster for fixing this one!
2012-11-24 15:17:51 +01:00
Daniel Collin
3faa0630a3
Support for groups when connecting to demo
2012-11-24 15:17:23 +01:00
Daniel Collin
83e62e15eb
Misc cleanup and rendering of selection
2012-11-24 15:16:48 +01:00
Daniel Collin
1d8c75ab7d
Fixed small issue that at startup the start screen wasn't rendered correct
2012-11-24 15:16:13 +01:00
Daniel Collin
0729d39720
More glfw dropping
2012-11-23 23:03:35 +01:00
Daniel Collin
e65e4f992f
Now using DoubleBuffered rendering under OS X for OpenGL. Should hopefully gives some perf gain
2012-11-23 23:03:26 +01:00
Daniel Collin
990ae399a1
Restore dialogs
2012-11-23 23:02:46 +01:00
Daniel Collin
e15452ff87
More glfw dropping
2012-11-23 23:02:37 +01:00
Daniel Collin
c4e2f3d06c
Dropped glfw
2012-11-23 23:02:22 +01:00
Daniel Collin
8d9417db03
Removed files
2012-11-23 19:09:07 +01:00
Daniel Collin
d8b9adbf8d
Moved some files around. Made glfw compile on windows, added main function to windows/glfw
2012-11-23 18:57:33 +01:00