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
Age
Commit message (
Collapse
)
Author
2012-10-31
refactor Client creation
Maxime Coste
2012-10-30
use custom Client::operator=(Client&&) to drop safe counts first
Maxime Coste
2012-10-30
Add a ClientManager for managing client lifetimes
Maxime Coste
2012-10-29
tweak cpp highlighting
Maxime Coste
2012-10-29
fix crashes when cycling through menu with an active filter
Maxime Coste
2012-10-29
NCurses: refactor status line handling, and disambiguate status line from ↵
Maxime Coste
mode line
2012-10-29
fix adapt_for_linewise for Replace mode
Maxime Coste
2012-10-29
validate key in InputHandler before sending to mode, and minor refactor
Maxime Coste
2012-10-29
Use a Server object instead of just calling setup_server
Maxime Coste
2012-10-28
NCurses: fix long lines handling
Maxime Coste
2012-10-28
Handle all available input before redrawing
Maxime Coste
2012-10-27
Remote: fix resize handling
Maxime Coste
2012-10-27
NCurses::draw: maintain current column without using ncurses
Maxime Coste
2012-10-27
EventManager: handle forced events even when poll return -1
Maxime Coste
2012-10-27
NCursesUI: force input handling reexecution when resizing
Maxime Coste
2012-10-27
EventManager: add force_signal method to force event execution
Maxime Coste
2012-10-27
NCurses: rework terminal resize handling
Maxime Coste
2012-10-27
utf8: use CharCount instead of size_t
Maxime Coste
2012-10-26
remote: send resize message when needed
Maxime Coste
2012-10-26
remote: check read/write results, detect disconnections
Maxime Coste
2012-10-25
send actual dimensions of remote client at connection
Maxime Coste
2012-10-24
add initial (and buggy) unix socket based client/server code
Maxime Coste
2012-10-23
Add some remote client support protocol code
Maxime Coste
2012-10-23
DisplayBuffer: store lines in a vector, not a list
Maxime Coste
2012-10-23
use Colors and Attributes are char
Maxime Coste
2012-10-22
merge contiguous DisplayAtoms after highlighting DisplayBuffer
Maxime Coste
2012-10-22
add basic utf8 unit test
Maxime Coste
2012-10-21
some minor cleanups/refactorings in main
Maxime Coste
2012-10-20
make UserInterface unaware of Window, only of DisplayBuffer
Maxime Coste
2012-10-20
memoryview: include cstddef for size_t
Maxime Coste
2012-10-19
assert: throw if launching xmessage fails
Maxime Coste
2012-10-18
avoid utf8 errors with invalid keys, like ncurse KEY_RESIZE
Maxime Coste
2012-10-17
main: prepare for multi client support
Maxime Coste
2012-10-17
utf8: replace InvalidBytePolicy::Throw with InvalidBytePolicy::Assert
Maxime Coste
2012-10-17
assert: simplify header
Maxime Coste
2012-10-17
rename Client to InputHandler
Maxime Coste
2012-10-16
verious refactoring
Maxime Coste
2012-10-16
assert: use xmessage to block on assert failed
Maxime Coste
2012-10-16
add a _str user defined literal to create String
Maxime Coste
2012-10-16
create_buffer_from file return nullptr on file not found instead of throwing
Maxime Coste
2012-10-15
Menu: support searching through choices with /
Maxime Coste
when hitting / while in a menu, a regex filter can be entered so that only entries matching it are selectable, <esc> disable filtering while a second <esc> close the menu as usual.
2012-10-14
Extract basic line editing functionality from PromptMode to LineEditor
Maxime Coste
2012-10-13
utf8::codepoint: configurable invalid byte policy
Maxime Coste
2012-10-11
fix Window::scroll_to_keep_cursor_visible_ifn
Maxime Coste
2012-10-11
Client: never call substr(CharCount, String::npos);
Maxime Coste
2012-10-11
Makefile: add -Wall to CXXFLAGS
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
(that is most of the time when we are not concerned with displaying)
2012-10-11
Return something in utf8::distance, thanks again gcc for letting this work
Maxime Coste
2012-10-11
Add a ByteCount unit
Maxime Coste
2012-10-10
fix make tags
Maxime Coste
[prev]
[next]