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-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
2015-04-23
NCurses: When mode line is too long, trim it rather hiding it
Maxime Coste
2015-04-22
Use puts instead of printf in ncurses_ui
Maxime Coste
2015-04-06
Use default values for ncurses options when not specified
Maxime Coste
2015-04-06
Make ncurses wheel scroll button configurable
Maxime Coste
2015-04-03
Avoid zstr call in ncurses addutf8str
Maxime Coste
2015-03-25
Flip the cat assistant
Maxime Coste
2015-03-22
Add support for mouse wheel
Maxime Coste
2015-03-22
Experimental support for mouse
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-02-10
Replace some <cstring> function usage with c++ algorithms
Maxime Coste
2015-02-09
Refactor ncurses assistant option handling
Maxime Coste
2015-02-08
add `assistant=cat|trombon' option
robin moussu
2015-02-08
Add a cat assistant!
robin moussu
2015-01-12
replace all std::vector with Vector
Maxime Coste
2015-01-09
Track String memory allocations
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-23
Unify completion from container content logic
Maxime Coste
2014-12-23
Move containers utils to containers.hh and add filtered/transformed utils
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste
2014-12-14
Always use plain ncurses.h
Maxime Coste
2014-12-09
Rename ncurses.{cc,hh} to ncurses_ui.{cc,hh}
Maxime Coste
[prev]