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
2015-08-18
Cleanup key to codepoint conversion
Maxime Coste
2015-08-16
Cleanup mouse handling a little
Maxime Coste
2015-08-14
Tweak notify_fatal_error message box title, might not be an assert failed
Maxime Coste
2015-08-14
Clamp m_anchor in mouse handler, nothing garantees that it is still valid
Maxime Coste
2015-08-13
More performant escape/unescape
Maxime Coste
2015-08-12
Detect face being aliased to itself
Maxime Coste
2015-08-12
Try to fix compilation on travis
Maxime Coste
2015-08-11
Display auto info on register insertion/explicit insert completion
Maxime Coste
2015-08-11
Handle registers insert/explicit completion with a nested on_next_key mode
Maxime Coste
2015-08-11
Ensure the command exist before adding an alias
Maxime Coste
2015-08-10
Add an unset command to remove an option value (falling back to parent)
Maxime Coste
2015-08-10
Move option docstring obtention to OptionRegistry
Maxime Coste
2015-08-10
Move option name completion to the OptionRegistry
Maxime Coste
2015-08-09
clamp coordinates find_buffer_coord
Maxime Coste
2015-08-08
Use a struct rather than a std::pair for InputHandler::Insertion
Maxime Coste
2015-08-06
ensure a buffer is not referenced a second time, just before actually deletin...
Maxime Coste
2015-08-04
Support flags getting modified by hooks at buffer creation
Maxime Coste
2015-08-03
Enable more invariant checking in selection lists
Maxime Coste
2015-07-30
Fix command parsing bug
Maxime Coste
2015-07-29
Merge remote-tracking branch 'lenormf/autoinfo_number'
Maxime Coste
2015-07-29
Add the 'n' flag to the autoinfo popup window
Frank LENORMAND
2015-07-28
Use forward declaration instead of include in commands.hh
Maxime Coste
2015-07-27
Small formatting fix
Maxime Coste
2015-06-26
Always inline Allocator::construct/destroy
Maxime Coste
2015-07-25
Tweak regex constructor calls
Maxime Coste
2015-07-25
Avoid appending chars one by one in some parsing functions in CommandManager
Maxime Coste
2015-07-25
CPPFLAGS should use to specify flags for C pre-processor
TSUYUSATO Kitsune
2015-07-24
Fix warning
Maxime Coste
2015-07-23
Disable notifications when disabling an option temporarly
Maxime Coste
2015-07-23
Rewrite select_lines and trim_partial_lines
Maxime Coste
2015-07-23
Improve column highlighter to cooperate better with other highlighters
Maxime Coste
2015-07-23
fix crash in trim_partial_lines
Maxime Coste
2015-07-22
Avoid copying selection before the first line
Maxime Coste
2015-07-22
Fix potential crash
Maxime Coste
2015-07-22
Add /usr/include/ncursesw in the include dirs list
Maxime Coste
2015-07-22
Style tweak in client.cc
Maxime Coste
2015-07-20
Remove -rdynamic from cygwin LDFLAGS
Maxime Coste
2015-07-15
Add support for FocusIn/FocusOut events from UI
Maxime Coste
2015-07-14
Merge remote-tracking branch 'ekie/makefile_fix'
Maxime Coste
2015-07-14
Transform boost/std regex_error to Kakoune::regex_error at Regex construction
Maxime Coste
2015-07-14
Install color schemes
Eike Plack
2015-07-14
Only allow 'sane' register names
Maxime Coste
2015-07-14
Add missing support for Codepoint in format
Maxime Coste
2015-07-13
Formatting tweak
Maxime Coste
2015-07-13
Use different variable for pipe command in/out text
Maxime Coste
2015-07-13
Move Context scope access helpers as inline methods
Maxime Coste
2015-07-11
Move selection saving/restoring to z/Z
Maxime Coste
2015-07-10
Use a named struct Empty in optional
Maxime Coste
2015-07-09
Fix formatting
Maxime Coste
2015-07-08
Notify user when some hooks failed
Maxime Coste
[next]