c93a3e3 Open Replay on double click (fixes#9)
8bb5d11 Update ReplayStudio
f3142a7 Pause replay after path playback (fixes#5)
3abaa1b Cleanup deleted corrupted replays after two days (fixes#1)
4b47f2c Add compatibility checking to ReplayViewer and ReplayCenter (fixes#7)
ada460c Deselect keyframe when left clicking empty space on timeline (fixes#6)
ad62060 Apply render settings only when their checkbox is enabled (fixes#3)
82246a5 Deselect Keyframe when timeline is changed (fixes#2)
Move everything to com.replaymod package
Add KeyBindingRegistry and SettingsRegistry
Recreate settings GUI with new GUI API and dynamically from SettingsRegistry
Use ReplayFile from ReplayStudio
ReplayHandler is now object oriented
Add GuiOverlay, GuiSlider and GuiTexturedButton to GUI API
Rewrite both overlays to use new GUI API
Fix size capping in vertical and horizontal layout
Allow CustomLayouts to have parents
Fix tooltip rendering when close to screen border
Allow changing of columns in GridLayout