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 (
Expand
)
Author
2016-06-21
Merge remote-tracking branch 'doppioandante/fix-json'
Maxime Coste
2016-06-21
Fix parameter order in fputs
Maxime Coste
2016-06-20
Use fputs and fflush in ncurses_ui direct stdout access to respect buffering
Maxime Coste
2016-06-20
Make window scope available to draft contexts
Maxime Coste
2016-06-20
Do not preserve registers by default when exec/eval in a non draft context
Maxime Coste
2016-06-20
Fix JSON integer parsing
Enrico Lumetti
2016-06-19
Trim trailing end of lines in %sh outputs
Maxime Coste
2016-06-19
Add a String::resize method
Maxime Coste
2016-06-18
Keep prompt displayed on <c-r> and <c-v> in prompt mode
Maxime Coste
2016-06-16
Clear up info/menus and eventual prompts when reseting to normal mode
Maxime Coste
2016-06-11
Fix parsing of empty json objects/arrays and recover parse errors
Maxime Coste
2016-06-11
Extract ui type parsing to its own function
Maxime Coste
2016-06-06
Check session valididty on kak -l and support kak -clear for clearing the dea...
Maxime Coste
2016-06-06
Diagnose empty selection desc string
Maxime Coste
2016-05-24
Fix string view created from a temporary string
Maxime Coste
2016-05-20
Fix RankedMatch ordering where 'a < a' was true
Maxime Coste
2016-05-20
Dont overwrite registers with empty macros
Maxime Coste
2016-05-20
Change dir to $HOME when no parameters are given to cd
Maxime Coste
2016-05-19
Reject '//' as a file completion prefix to avoid cygwin network hosts listing
Maxime Coste
2016-05-19
Go back to libc locale and use c_regex_traits
Maxime Coste
2016-05-19
fix bug in utf8_iterator
Maxime Coste
2016-05-17
Do not force recreate scratch buffers by default, require edit! for that
Maxime Coste
2016-05-17
Fix RankedMatch::operator< with matching prefix candidates
Maxime Coste
2016-05-17
Use variadic macros for kak_assert to remove the need for COMMA
Maxime Coste
2016-05-16
We do need a force redraw on resize for menu, info and status bar
Maxime Coste
2016-05-15
Make HookManager safe counted
Maxime Coste
2016-05-15
Fix duplicate buffer problem, fix real_path beahviour
Maxime Coste
2016-05-14
BufferManager now owns the Buffers instead of registering them
Maxime Coste
2016-05-14
Delay window deletion until we get back to main loop
Maxime Coste
2016-05-12
Tolerate failure in setting current locale
Maxime Coste
2016-05-11
Use C++ locale based functions instead of the libc ones
Maxime Coste
2016-05-11
Allow access to end of line with horizontal moves (h and l)
Maxime Coste
2016-05-10
Correctly set c++ locale on startup
Maxime Coste
2016-05-10
Use boost::wregex implementation and manually utf8 decode into it
Maxime Coste
2016-05-09
Make utf8_iterator codepoint type and difference type configurable
Maxime Coste
2016-05-09
Fix use of potentially null local_client
Maxime Coste
2016-05-09
Keep a pointer to current client in windows so that window hooks can access it
Maxime Coste
2016-05-06
time window display buffer update in debug profile mode
Maxime Coste
2016-05-04
Expose a WinResize hook when a window changes size
Maxime Coste
2016-05-04
Merge branch 'master' of git://github.com/pierroelmito/kakoune
Maxime Coste
2016-04-30
fix whitespace label
pierroelmito
2016-04-30
Fix splitting selecting the first buffer char when there is a match at buffer...
Maxime Coste
2016-04-30
add face to change whitespace colors
pierroelmito
2016-04-29
Check all buffer are saved in :kill, and add :kill! to avoid that
Maxime Coste
2016-04-27
Fix wrap_lines
Maxime Coste
2016-04-27
Add another missing include in shell_manager.cc
Maxime Coste
2016-04-27
Add missing include in file.cc
Maxime Coste
2016-04-27
Make use of strongly typed number to size_t conversion
Maxime Coste
2016-04-27
Add checked, explicit conversion from strongly typed number for size_t
Maxime Coste
2016-04-27
Fix comparison operators in utf8_iterator and tag it as bidirectional
Maxime Coste
[prev]
[next]