« get me outta code hell

tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/ui/form/ListScrollForm.js
AgeCommit message (Expand)Author
2019-10-17Make ScrollBar an independent and published classFlorrie
2019-10-14Don't crash when getting scrollSizeFlorrie
2019-07-18Don't explode when no element is selected!Florrie
2019-05-12Automatically show/hide ListScrollForm scrollbarFlorrie
2019-05-12Adjust the way the scrollbar handle is drawnFlorrie
2019-04-02Avoid crashing when scrolled past end of formFlorrie
2018-12-15Optimize the h*ck out of ListScrollFormFlorrie
2018-12-15Optimize getScrollPositionOfElementAtEndOfViewFlorrie
2018-12-08Mouse supportFlorrie
2018-08-05(perf) Cache scrollItemsLengthFlorrie
2018-08-05(perf) Make sizeProp not a getterFlorrie
2018-07-25Fix ListScrollForm.firstInput not having an effect immediatelyFlorrie
2018-07-05ListScrollForm - fixLayout before checking dimensionsFlorrie
2018-06-07Scroll bar for ListScrollFormFlorrie
2018-06-07Remove page up/down controls from ListScrollFormFlorrie
2018-06-04ListScrollForm.scrollToBeginning functionFlorrie
2018-06-04ListScrollForm.scrollToEnd functionFlorrie
2018-06-04ListScrollForm - don't bubble key pressesFlorrie
2018-06-03Page up/down controls in ListScrollFormFlorrie
2018-06-01Add scrollSelectedElementIntoView functionFlorrie
2018-01-19Pass false to firstInput to not select the form if it wasn't already selectedFlorrie
2017-12-09Make firstInput reset scrollItems in ListScrollFormFlorrie
2017-12-09Hide items which are scrolled past in ListScrollFormFlorrie
2017-07-03Buttons and listsliam4
2017-01-07Initial commitLiam