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
/
context.cc
Age
Commit message (
Expand
)
Author
2024-08-12
Reduce exposed headers from context.hh
Maxime Coste
2024-06-23
Fix trailing whitespaces
Maxime Coste
2024-04-12
Introduce "local" scope in evaluate-commands
Maxime Coste
2024-03-27
Add ClientRenamed hook
Tobias Pisani
2022-12-27
Make selection undo skip over entries that are nop after buffer change
Johannes Altmanninger
2022-12-27
Tweak selection-undo interaction with WinDisplay hooks
Johannes Altmanninger
2022-12-27
Extract variable and add comment in selection change recording
Johannes Altmanninger
2022-12-27
Extract variable in selection undo
Johannes Altmanninger
2022-12-27
Share logic for undo/redo selection changes
Johannes Altmanninger
2022-09-02
Allow to undo and redo selection changes
Johannes Altmanninger
2022-08-29
Access selections via helper methods
Johannes Altmanninger
2021-10-06
src: Allow `ga` to skip removed buffers
Frank LENORMAND
2019-12-28
Redraw relevant clients after adding/removing highlighters
Maxime Coste
2019-07-22
Ensure current context switches away from buffer on delete-buffer
Maxime Coste
2019-06-23
Use register to store prompt history
Maxime Coste
2019-02-27
Fixed all reorder warnings
Justin Frank
2019-02-17
Collapse jumps based on current index change
Maxime Coste
2018-09-12
Only commit undo groups when buffer was modified
Maxime Coste
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-03-30
Support full redraws during shell execution and handle resize there
Maxime Coste
2017-12-12
Make `edit` command work fine when running from an empty context
Maxime Coste
2017-11-13
Add count support to jumps (<c-o> and <c-i>). Add jumps tests
Delapouite
2017-09-27
Add status info when navigating through jumplist (<c-o>, <c-i>)
Delapouite
2017-05-22
Fix bug where idle timers of disabled modes were still run
Maxime Coste
2017-05-13
Tweak buffer change code so that WinDisplay hooks can use info boxes
Maxime Coste
2017-02-14
Make numeric registers setable
Maxime Coste
2016-10-29
Display a status line message when Kakoune is waiting on a shell to complete
Maxime Coste
2016-06-16
Clear up info/menus and eventual prompts when reseting to normal mode
Maxime Coste
2016-02-27
Remove direct access to ui, go through client
Maxime Coste
2015-12-25
Set window dimensions when setting it in a context
Maxime Coste
2015-12-23
Remove drop jump (c-d)
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-11-27
Support dropping last jump and use it to fix :tag double jump push
Maxime Coste
2015-08-26
Fix segfault in edge case when jumping backwards in jumplist
Viktor Palmkvist
2015-07-13
Move Context scope access helpers as inline methods
Maxime Coste
2015-04-19
Make empty context construction more explicit
Maxime Coste
2015-04-19
Avoid unneeded update of selections when we are going to overwrite them
Maxime Coste
2015-04-19
Remove Context::set_selections, use Context::selections() = ...
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-12-18
Do not register timers for transient input handlers
Maxime Coste
2014-11-21
Do not reset edition level to 0 on buffer change
Maxime Coste
2014-10-30
Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in it
Maxime Coste
2014-10-30
Add scoped aliases
Maxime Coste
2014-10-10
Support changing buffer when an edition is in progress
Maxime Coste
2014-06-23
Fix crash in Context::main_sel_register_value
Maxime Coste
2014-06-21
Use main selection index as default when accessing only one register value
Maxime Coste
2014-06-05
Rework and fix corner cases in selection updating code
Maxime Coste
2014-06-01
Add Context::set_selections(std::vector<Selection>)
Maxime Coste
[next]