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
/
normal.cc
Age
Commit message (
Expand
)
Author
2014-07-01
Accept upper case macro names, convert them to lower case
Maxime Coste
2014-06-24
Rename utf8::utf8_iterator to utf8::iterator
Maxime Coste
2014-06-21
Use main selection index as default when accessing only one register value
Maxime Coste
2014-06-11
add ' ' for whitespaces object
Alex Leferry 2
2014-06-10
Fix tabs-to-spaces an spaces-to-tabs with the selection refactor
Maxime Coste
2014-06-09
Merge branch 'master' into remove-buffer-change-listener
Maxime Coste
2014-06-09
Do not touch the reference line in copy_indent
Maxime Coste
2014-06-06
Merge branch 'master' into remove-buffer-change-listener
Maxime Coste
2014-06-02
Move compute_modified_ranges to selection.cc and use an optimized approach
Maxime Coste
2014-06-01
Add Context::set_selections(std::vector<Selection>)
Maxime Coste
2014-06-01
Extract merge_overlapping as a free function template
Maxime Coste
2014-05-29
Use forward iteration on selections, and take advantage of it when updating
Maxime Coste
2014-05-27
Add 'n' for number object (inner number does not recognise '.')
Maxime Coste
2014-05-27
Merge branch 'master' into remove-buffer-change-listener
Maxime Coste
2014-05-26
Rename select_whole_.* to just select_.*
Maxime Coste
2014-05-26
Remove Modification
Maxime Coste
2014-05-26
Go back to Buffer::Change based implementation for SelectionList::update
Maxime Coste
2014-05-25
Move insert/erase methods from normal.cc to member functions in SelectionList
Maxime Coste
2014-05-24
Fix selection update in when doing a 'replace' insert
Maxime Coste
2014-05-19
Remove duplicated logic and fix insert in Replace mode
Maxime Coste
2014-05-17
Minor cleanup in SelectionList methods
Maxime Coste
2014-05-14
Iterate in reversed order on selections when modifing buffer
Maxime Coste
2014-05-14
Use a plain SelectionList for Context, remove DynamicSelectionList
Maxime Coste
2014-05-14
use plain SelectionList for regex_prompt
Maxime Coste
2014-05-13
Make it harder to have an invalid SelectionList
Maxime Coste
2014-05-13
SelectionList know its buffer and timestamp
Maxime Coste
2014-05-13
Use a Buffer::changes_since based implementation for undo/redo
Maxime Coste
2014-05-13
Pass a at_end param to BufferChangeListener::on_{insert,erase}
Maxime Coste
2014-05-12
SelectionList no longer inherit from std::vector
Maxime Coste
2014-05-08
Catch std::runtime_errors that can be thrown by regex_search
Maxime Coste
2014-05-08
fix tabs_to_space on consecutive tabs
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-05-05
Add '$' for keeping selections that passes a shell command
Maxime Coste
2014-05-05
Use c++ code for 'gf' command rather than running a user :edit command
Maxime Coste
2014-04-28
Move some buffer related utility functions to buffer_utils.{cc,hh}
Maxime Coste
2014-04-27
Add -init switch to :prompt to set the initial text
Maxime Coste
2014-04-07
Add g. command to go to the last buffer modification position
Maxime Coste
2014-04-03
Fix some more constexpr issues for clang
Jimmy Thrasher
2014-03-29
Fix indent/deindent when only empty lines are selected
Maxime Coste
2014-03-29
Remove Range struct, merge it back in Selection
Maxime Coste
2014-03-27
rotate selection content count parameter groups selections
Maxime Coste
2014-03-02
Display command info only when the autoinfo option is true
Maxime Coste
2014-03-02
Add command switches information, and automatically display it
Maxime Coste
2014-03-02
Add @ command for tabs to spaces and alt-@ for spaces to tabs
Maxime Coste
2014-03-02
Rename align indent to more correct copy indent
Maxime Coste
2014-02-15
Add support for `strings`
Maxime Coste
2014-02-12
Use a scoped edition when pasting
Maxime Coste
2014-01-28
Rename selections first,last to more explicit anchor,cursor
Maxime Coste
2014-01-27
Fix autoinfo for angle bracket object
Maxime Coste
2014-01-27
Fix compilation with clang 3.4
Maxime Coste
[next]