index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ncurses.hh
Age
Commit message (
Expand
)
Author
2012-10-29
NCurses: refactor status line handling, and disambiguate status line from mod...
Maxime Coste
2012-10-28
Handle all available input before redrawing
Maxime Coste
2012-10-27
NCurses: rework terminal resize handling
Maxime Coste
2012-10-20
make UserInterface unaware of Window, only of DisplayBuffer
Maxime Coste
2012-09-30
Menus can be placed anywhere on the screen, and takes a style parameter
Maxime Coste
2012-09-24
extract Client virtual methods to a UserInterface class
Maxime Coste
2012-09-11
NCursesClient::show_menu: stop displaying counts in front of items
Maxime Coste
2012-09-05
simplify menu api
Maxime Coste
2012-09-05
ncurses: colorize the menu
Maxime Coste
2012-09-03
move input handling, including menu and prompt, to the Client class
Maxime Coste
2012-08-30
Change client menu api to give more control to the caller
Maxime Coste
2012-08-30
More useable menu implementation on ncurses
Maxime Coste
2012-08-05
Registers need a context to return their values
Maxime Coste
2012-06-28
Rename UI to Client
Maxime Coste
2012-06-05
abstract ui functions in a UI base class
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-02-16
move ncurses function to ncurses.{cc,hh}
Maxime Coste