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-02-03
Migrate the raw troff `kakoune` man page to the asciidoc format
Frank LENORMAND
2016-02-03
Do not use a hash to determine if a window must be redrawn
Maxime Coste
2016-02-02
Add a basic man page
Frank LENORMAND
2016-01-28
Small cleanup
Maxime Coste
2016-01-28
Support user given text objects
Maxime Coste
2016-01-27
StringView based surround selection
Maxime Coste
2016-01-27
Make BufferIterator::operator* return a const ref to be more compatible
Maxime Coste
2016-01-26
Make find_surrounding more reusable and add unit tests
Maxime Coste
2016-01-20
Support connecting to other users sessions by using <user>/<session>
Maxime Coste
2016-01-16
Fix the name of ranges highlighters upon initialization
Frank LENORMAND
2016-01-10
Rename set_signal_wrapper to set_signal_handler and tweak SignalHandler def
Maxime Coste
2016-01-10
Merge remote-tracking branch 'danlrobertson/safe_signal'
Maxime Coste
2015-12-29
Merge remote-tracking branch 'occivink/master'
Maxime Coste
2015-12-28
Cleanup InsertCompleter get rid of unneeded candidate vector copy
Maxime Coste
2015-12-27
Fix uses of non-keyword logical operators (replace &&, || and ! with and, or ...
Maxime Coste
2015-12-27
Remove the exec_keys function
Maxime Coste
2015-12-27
Slight refactor
Maxime Coste
2015-12-27
Formatting fix
Maxime Coste
2015-12-27
Keep match whose end is closest to the selection in reverse regex
O. Perret
2015-12-27
Add a static_words str-list option always considered for word completion
Maxime Coste
2015-12-25
Center the initial target line
Maxime Coste
2015-12-25
Set window dimensions when setting it in a context
Maxime Coste
2015-12-24
Do not try to access the local client if it was not succesfully created
Maxime Coste
2015-12-23
Support passing +<line number> parameter to specify the first buffer target l...
Maxime Coste
2015-12-23
Pass flags to the regex engine to correct anchors
Maxime Coste
2015-12-23
Add a signal function using sigaction
Daniel Robertson
2015-12-23
Remove drop jump (c-d)
Maxime Coste
2015-12-23
Support collapsing jumps in eval and exec
Maxime Coste
2015-12-23
Use an index for jump list current rather than an iterator
Maxime Coste
2015-12-23
Extract jump list handling in a JumpList struct
Maxime Coste
2015-12-22
Tweak Context::push_jump implementation, simplify code
Maxime Coste
2015-12-17
Slight refactor in selection update code
Maxime Coste
2015-12-17
Initial, WIP spelling implementation
Maxime Coste
2015-12-15
Add missing erasing of invalid line flags
Maxime Coste
2015-12-14
Support quitting while executing RuntimeError hooks
Maxime Coste
2015-12-12
Fix input mode keep alive handling, use a refcount for input modes
Maxime Coste
2015-12-12
Fix Buffer::changes_since if we get passed an invalid timestamp
Maxime Coste
2015-12-12
Use markup for line-flags instead of a single face
Maxime Coste
2015-12-12
Merge remote-tracking branch 'doppioandante/safer-autoload'
Maxime Coste
2015-12-12
Merge remote-tracking branch 'lenormf/fix-face-format-check'
Maxime Coste
2015-12-12
Store the buffer timestamp in line flags options respect it for highlighting
Maxime Coste
2015-12-12
Pass directly the StringView to option_add and let it do the option parsing
Maxime Coste
2015-12-12
Avoid instanciation of a `String` object everytime the `parse_color`
Frank LENORMAND
2015-12-12
Optimize the dynregex case where the expression refers directly to a regex op...
Maxime Coste
2015-12-12
Remove deprecated userconfig rule
Enrico Lumetti
2015-12-11
Ensure that at least one character follows a ',' or a '+' sign in a face
Frank LENORMAND
2015-12-10
Fix "unused result" warnings for several system calls.
Frank LENORMAND
2015-12-08
Filter mode require an event manager
Maxime Coste
2015-12-08
Move grench.rc in the correct directory
Maxime Coste
2015-12-07
Merge remote-tracking branch 'alexherbo2/grench-rc'
Maxime Coste
[prev]
[next]