Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-03 | updated copyright to 2017 | Robin Haberkorn | 1 | -1/+1 | |
2016-01-31 | CursesInfoPopup: separated the Curses popup widget from the rest of the UI code | Robin Haberkorn | 1 | -0/+39 | |
* this has been prepared a long time ago * the popup widget does not in any way depend on the InterfaceCurses class and could be used elsewhere. * common and generic Curses drawing functions required by both the Curses UI and the CursesInfoPopup widget have been factored out into curses-utils.cpp (namespace Curses) * this improved the UI-logic separation and helped in making interface-curses.cpp smaller |