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.cc
Age
Commit message (
Expand
)
Author
2013-11-19
NCursesUI: info_show do not require previous call to info_hide
Maxime Coste
2013-11-19
NCursesUI: fix redraw when showing a new menu
Maxime Coste
2013-11-12
Do not require call to menu_hide before menu_show in ncurses ui
Maxime Coste
2013-11-09
Add support for function keys F1-F12
Maxime Coste
2013-10-26
Specify key modifiers using constexpr functions for brevity
Maxime Coste
2013-10-17
Code style cleanups in ncurses.{cc,hh}
Maxime Coste
2013-10-17
Improve NCurses UI menu scroll bar, use a variable height
Maxime Coste
2013-10-11
Pass title to UserInterface::info_show
Maxime Coste
2013-09-16
remove print_status from UserInterface, pass status line to draw
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-07-26
LineAndColumns: always pass by value
Maxime Coste
2013-07-26
Color,ColorPair: always pass by copy
Maxime Coste
2013-07-24
merge AtomContent into DisplayAtom
Maxime Coste
2013-07-24
DisplayLine no longer map to a single buffer line, but to a buffer range
Maxime Coste
2013-07-12
NCursesUI::draw_menu: be tolerant when the menu_win was not created
Maxime Coste
2013-06-19
more portable use of ncurses
Maxime Coste
2013-06-06
utf8_iterators: rename underlying_iterator to base
Maxime Coste
2013-05-16
fix ncurses info box placement
Maxime Coste
2013-05-16
fix NCurses info box, avoid trailing space on each lines
Maxime Coste
2013-05-16
more robust NCursesUI::menu_show
Maxime Coste
2013-05-13
support specifying colors with RGB components
Maxime Coste
2013-04-18
Ncurses: display status line in terminal title as well
Maxime Coste
2013-04-12
hide ncurses.h include in ncurses.cc
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-04
UserInterface: status line messages are now DisplayLines
Maxime Coste
2013-04-04
pass a color pair when displaying an information window
Maxime Coste
2013-04-04
Pass a fg and bg color when displaying a menu
Maxime Coste
2013-03-29
String: inherit from std::string rather than using it as a backend
Maxime Coste
2013-03-20
NCurses: draw a scroll bar
Maxime Coste
2013-03-14
NCurses: hand coded menu implementation
Maxime Coste
2013-03-12
NCurses: hook redraw on c-l
Maxime Coste
2013-03-11
NCurses: handle empty items in menu_show
Maxime Coste
2013-03-08
NCurses: fix redrawing when info or menu is hidden
Maxime Coste
2013-03-06
Use a ColorPair in DisplayAtoms instead of separate fg/bg colors
Maxime Coste
2013-03-06
do not redraw the whole screen each time
Maxime Coste
2013-03-06
ncurses: fix unicode handling in status line
Maxime Coste
2013-03-05
remove commented line in ncurses.cc
Maxime Coste
2013-02-26
NCurses: fix unneeded last line when displaying info box
Maxime Coste
2013-02-26
Use ncursesw in order to get correct utf8 handling
Maxime Coste
2013-02-19
Add support for Home/End key in prompts
Maxime Coste
2013-01-29
NCurses: fix multiline info
Maxime Coste
2013-01-22
NCursesUI::get_key(): move getch_iterator as a local type
Maxime Coste
2013-01-17
NCurses: use default background for '~'
Maxime Coste
2013-01-15
NCursesUI: redraw becomes a member
Maxime Coste
2013-01-14
NCurses: redraw after menu/info window is modified
Maxime Coste
2013-01-14
move input watching responsibility into UserInterface implementations
Maxime Coste
2012-12-15
NCurses: info window tries to avoid the menu one
Maxime Coste
2012-12-15
NCurses: some code refactoring
Maxime Coste
2012-12-14
UserInterface: add info box support
Maxime Coste
[next]