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_ui.cc
Age
Commit message (
Expand
)
Author
2018-06-20
Tweak search style menu completion display
Maxime Coste
2018-06-20
Do not draw menu if it would hide prompt content
Maxime Coste
2018-06-19
Change Search completion to display on top of the modeline
Maxime Coste
2018-06-11
Add position offset to Window to limit moves with search menu style
Maxime Coste
2018-06-03
NCursesUI: Use only 3 line menu for MenuStyle::Search
Maxime Coste
2018-06-03
Add MenuStyle::Search that prevents the menu from hiding buffer text
Maxime Coste
2018-06-03
Code cleanup and slight refactor in NCursesUI menu code
Maxime Coste
2018-05-17
Small code cleanups
Maxime Coste
2018-04-29
Rework the way UI can trigger a client quitting
Maxime Coste
2018-04-29
Remove implicit conversion from String to DisplayAtom/DisplayLine
Maxime Coste
2018-04-11
NCursesUI: Add support for shifted function keys
Maxime Coste
2018-04-11
Add support for the shift modifier.
Tim Allen
2018-04-04
NCurses: Tolerate failure to open /dev/tty and to ioctl for resize
Maxime Coste
2018-03-31
src: Make code more readable, assert function calls that shouldn't fail
Frank LENORMAND
2018-03-20
NCursesUI: Rework menu_show to shrink menu height when needed
Maxime Coste
2018-03-19
NCursesUI: refactor info_show code
Maxime Coste
2018-03-13
NCursesUI: Show full menu rather than triming to respect anchor
Maxime Coste
2018-03-13
ranges: Add transform overload taking directly a pointer to member
Maxime Coste
2018-03-13
NCursesUI: Use accumulate algorithm to gather the longest element in menu
Maxime Coste
2018-02-22
NCursesUI: Rework menu placement to fix missing menu on small window
Maxime Coste
2018-01-30
ncurses: change handling of <c-z> suspend to improve terminal state
Maxime Coste
2017-11-12
NCurses: use the general face merging function to handle default face
Maxime Coste
2017-10-24
Rename br* colors to bright-*
Net
2017-10-22
Support bright named colors
Net
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-06-09
Remove unused only_buffer mode for DisplayLine::trim
Maxime Coste
2017-05-29
Re-hide hardware cursor, seems its causing troubles with various terminal emu...
Maxime Coste
2017-05-28
Change ncurses_ui info box generation logic to use a Vector<String>
Maxime Coste
2017-05-27
Parse meta as 8 bit in Normal mode to fix the terminals using that
Maxime Coste
2017-05-26
Small formatting tweak
Maxime Coste
2017-05-24
Fix hardware cursor positioning in prompt when status bar is on bottom
Maxime Coste
2017-05-18
Make hardware cursor visible in ncurses ui
Maxime Coste
2017-05-10
Use LineCount instead of int for ncurses assistant margin
Maxime Coste
2017-05-10
Merge remote-tracking branch 'lenormf/fix-assistant-align'
Maxime Coste
2017-04-19
Fix uninitialised value for cursor mode
Maxime Coste
2017-04-12
Place hardware terminal cursor at the current main cursor/prompt cursor position
Maxime Coste
2017-04-04
ncurses: When hiding the menu, recompute the info position
Maxime Coste
2017-03-14
src: Align the assistant in the middle of the popup
Frank LENORMAND
2017-03-10
Merge remote-tracking branch 'lenormf/assistant-dilbert'
Maxime Coste
2017-03-08
ncurses: Add a Dilbert assistant
Frank LENORMAND
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-02-13
Fix non-returning parse_key lambda
Maxime Coste
2017-01-30
Rework NCurses key parsing to properly handle <a-special key>
Maxime Coste
2017-01-10
Treat <c-h> as backspace in ncurses ui
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2017-01-04
Add `Modal` InfoStyle used for bufer reload info box
Maxime Coste
2016-12-30
Dont use constexpr to fix OSX compilation
Maxime Coste
2016-12-30
Add a ncurses_change_colors option that can disable color palette change
Maxime Coste
2016-12-01
Make FDWatcher support Read, Write and Except events, instead of just Read
Maxime Coste
[next]