Age | Commit message (Expand) | Author |
2019-10-23 | Fix error on quit without ever opening text editor | Florrie |
2019-10-23 | Add text/notes editor, using tui-text-editor | Florrie |
2019-10-17 | Don't include non-tracks in total track count | Florrie |
2019-10-17 | Import tui-lib with npm instead of as a submodule | Florrie |
2019-10-17 | New todo.txt shenanigans | Florrie |
2019-10-16 | Skip non-playables when determening next/prev item | Florrie |
2019-10-15 | Rename paneLeft/paneRight to tabberPane/queuePane | Florrie |
2019-10-15 | Don't process metadata of non-tracks | Florrie |
2019-10-15 | Dim selected non-playable when not focused | Florrie |
2019-10-15 | Make BasicGrouplikeItems respond to menu key | Florrie |
2019-10-15 | Make next/previous tab controls wrap around | Florrie |
2019-10-15 | Open JSON playlist files in new tab | Florrie |
2019-10-15 | (o) to open through system; show non-music files | Florrie |
2019-10-14 | Fix crash when clearing the queue | Florrie |
2019-09-30 | Make menubar select first item, like context menus | Florrie |
2019-09-26 | Make menubar easter-egg color/attribute draw deps | Florrie |
2019-09-25 | Stop players from playing after they're removed! | Florrie |
2019-09-23 | Multiple player UI interaction shenanigans | Florrie |
2019-09-23 | Re-add download function to fix process metadata | Florrie |
2019-09-22 | Basic multiple player UI | Florrie |
2019-09-20 | Jump to menubar options with keyboard | Florrie |
2019-09-20 | WIP - support multiple players at once | Florrie |
2019-09-18 | Don't reload the listing if it's unnecessary | Florrie |
2019-09-18 | Default to 'after selected song' in context menu | Florrie |
2019-09-18 | Update tui-lib with label.text draw dependency | Florrie |
2019-09-17 | Fix toggling pause not updating screen | Florrie |
2019-09-17 | Keep selected track/group visible when resizing | Florrie |
2019-09-17 | Fix select-el keys not working w/ context menus | Florrie |
2019-09-16 | Update tui-lib with basic Element class | Florrie |
2019-09-15 | Reformat keybindings documentation | Florrie |
2019-09-15 | Add Home/End support to scroll to top/bottom | Florrie |
2019-09-15 | Jump to top/bottom in context menus | Florrie |
2019-09-15 | Make InlineListPickerElement update screen | Florrie |
2019-09-15 | Only render when stuff on-screen actually changes! | Florrie |
2019-09-11 | Make Q key queue after selected track | Florrie |
2019-09-10 | 'Clear past / up to this track' queue menu options | Florrie |
2019-09-06 | Fix songs from before insert index queuing wrongly | Florrie |
2019-09-04 | Fix reprocess metadata option not working | Florrie |
2019-08-27 | Keep selected item in view (wrt shift selecting) | Florrie |
2019-08-25 | Remove dead 'defaultIndex' argument | Florrie |
2019-08-25 | Select already selected option from dropdown menu | Florrie |
2019-08-25 | Submenu support, add inline list picker dropdown | Florrie |
2019-08-25 | Fix menuLayer capturing all mouse events! | Florrie |
2019-08-25 | Dynamically create context menu instead of reusing | Florrie |
2019-08-25 | Make shift-up/down still move on non-item inputs | Florrie |
2019-08-25 | Avoid conflict in isToggleLoop/isFocusLabels keys | Florrie |
2019-08-25 | Shift+up/down to select multiple items at once | Florrie |
2019-08-25 | Use control+up/down to play next/previous tracks | Florrie |
2019-08-24 | Fix skipIfCurrent causing a crash | Florrie |
2019-08-22 | Basic label interaction | Florrie |