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
/
user_interface.hh
Age
Commit message (
Expand
)
Author
2015-06-17
Move status/mode line drawing as a separate ui method
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-01-14
Even more memory tracking
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste
2014-11-25
Separate events between normal and urgent ones
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2014-11-10
Add ui_options option for UserInterface configuration
Maxime Coste
2014-11-10
Support hinting if an inline info should be above or below the anchor
Maxime Coste
2014-11-08
Add a MenuDoc style for info box, that will place it next to the menu
Maxime Coste
2014-08-12
Make safe_ptr able to track callstacks
Maxime Coste
2014-07-11
Rename ColorPair to Face and ColorRegistry to FaceRegistry
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-04-30
Use StringView in UserInterface and NCursesUI
Maxime Coste
2014-04-15
Add an explicit refresh method to user interface
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-04-09
sort includes directives
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-02-18
Fix class/struct mismatches
Maxime Coste
2013-01-14
move input watching responsibility into UserInterface implementations
Maxime Coste
2012-12-14
UserInterface: add info box support
Maxime Coste
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-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-26
Move UserInterface out of Client into Context
Maxime Coste
2012-09-24
Hide more Client Mode code in the cpp
Maxime Coste
2012-09-24
extract Client virtual methods to a UserInterface class
Maxime Coste