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
2015-10-13
Restore info box after a resize as well
Maxime Coste
2015-10-13
Try to restore menu after a resize
Maxime Coste
2015-10-13
Fix NCursesUI::m_items not being empty after a resize
Maxime Coste
2015-10-09
NCursesUI: Remove color restoring support
Maxime Coste
2015-10-08
Tweak handling of SIGINT
Maxime Coste
2015-10-08
Store color/color pairs mapping in the ncurses ui instance
Maxime Coste
2015-10-08
Check for terminal resize on SIGCONT
Maxime Coste
2015-10-06
Fix warning in ncurses_ui.cc
Maxime Coste
2015-10-05
Use DisplayLine for menu choices
Maxime Coste
2015-10-02
Add ncurses_enable_mouse ui option
Maxime Coste
2015-09-27
Add support for italic text attribute
Maxime Coste
2015-09-24
Add Haiku support.
Filip SzczepaĆski
2015-09-23
Cleanup compute_needed_size implementation
Maxime Coste
2015-09-23
Cleanup ncurses string writing code
Maxime Coste
2015-09-21
Fix some redrawing problems after resize
Maxime Coste
2015-09-19
Tweak NCursesUI behaviour to reduce flickering on resize
Maxime Coste
2015-09-16
Store key hash in IdMap
Maxime Coste
2015-09-14
Do not touch the first 16 colors in ncurses UI
Maxime Coste
2015-09-14
Restore redraw on <c-l> in ncurses ui
Maxime Coste
2015-09-12
Fix color restoring
Maxime Coste
2015-09-12
Fix ncurses info box avoiding dead menus
Maxime Coste
2015-09-12
Add some missing memory domains
Maxime Coste
2015-09-11
Restore keypad support in ncurses ui
Maxime Coste
2015-09-11
Slight refactor of NCursesUI ui_options handling
Maxime Coste
2015-09-11
Small code cleanup in ncurses_ui.cc
Maxime Coste
2015-09-11
Improve redraw behaviour on resize
Maxime Coste
2015-09-11
Use wgetch rather than getch to avoid unwanted redraws
Maxime Coste
2015-09-10
Refactor NCursesUI implementation, use pads instead of windows
Maxime Coste
2015-09-10
Try to restore colors to hard coded xterm palette on ncurses quit
Maxime Coste
2015-09-07
Delete all existig window before resizing
Maxime Coste
2015-09-07
Avoid wrapping lines with negative max width
Maxime Coste
2015-09-07
Small info box handling in cleanup in ncurses
Maxime Coste
2015-09-03
Change ncurses title logic, use hard coded \033]2;<title>\007 sequence
Maxime Coste
2015-08-23
Rework resize handling
Maxime Coste
2015-08-16
Cleanup mouse handling a little
Maxime Coste
2015-07-15
Add support for FocusIn/FocusOut events from UI
Maxime Coste
2015-07-03
Fix mouse coordinates in ncurses ui with status on top
Maxime Coste
2015-06-30
Use tparm instead of tiparm
Maxime Coste
2015-06-30
Force setting of terminal hardware scroll region on resize
Maxime Coste
2015-06-30
Refactor resize handling in NCursesUI
Maxime Coste
2015-06-29
Use StatusLine face as default for the status line
Maxime Coste
2015-06-21
Improve ncurses redraw behaviour
Maxime Coste
2015-06-17
Move status/mode line drawing as a separate ui method
Maxime Coste
2015-06-04
Add support for Default face
Maxime Coste
2015-05-11
Fix bug in ncurses mouse handling
Maxime Coste
2015-05-07
Fix dangling info window pointer in ncurses ui
Maxime Coste
2015-05-01
Add str_to_int_ifp that returns an Optional<int> instead of throwing
Maxime Coste
2015-04-30
Do not display info box when there is not enough room on screen for it
Maxime Coste
2015-04-28
Use unicode elipsis to mark trimmed mode line
Maxime Coste
2015-04-25
Move Colors enum class as NamedColor enum inside Color struct
Maxime Coste
[next]