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.hh
Age
Commit message (
Expand
)
Author
2025-03-24
Fix prompt history recording when using mapped keys
Johannes Altmanninger
2024-08-16
include headers cleanup
AdriĆ Arrufat
2024-08-12
Reduce exposed headers from context.hh
Maxime Coste
2024-04-27
Don't capture local-scoped faces in prompt
Johannes Altmanninger
2024-04-12
Introduce "local" scope in evaluate-commands
Maxime Coste
2024-03-27
Add ClientRenamed hook
Tobias Pisani
2023-10-25
Default comparison operators that can be
Maxime Coste
2023-10-25
Remove redundant comparison operators
Maxime Coste
2023-09-02
Do not make cursor visible after mouse scrolling and view commands
Maxime Coste
2023-08-23
Revert "Only make cursor visible after buffer or selection change"
Maxime Coste
2023-08-16
Only make cursor visible after buffer or selection change
Maxime Coste
2023-06-17
Rename "disable_history" stack state to "noninteractive"
Johannes Altmanninger
2023-01-28
Merge remote-tracking branch 'krobelus/selection-undo-fix-standstill-after-bu...
Maxime Coste
2023-01-08
Remove bogus assertions preventing mouse clicks in insert mode
Johannes Altmanninger
2022-12-27
Share logic for undo/redo selection changes
Johannes Altmanninger
2022-12-10
Do not record selection history in draft context
Johannes Altmanninger
2022-09-02
Allow to undo and redo selection changes
Johannes Altmanninger
2022-09-02
Prepare to record selection changes as perceived by the user
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-07-22
Ensure current context switches away from buffer on delete-buffer
Maxime Coste
2019-02-17
Collapse jumps based on current index change
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-09-12
Only commit undo groups when buffer was modified
Maxime Coste
2018-07-25
Fix uninitialized context flags
Maxime Coste
2018-07-05
Do not reparse %sh{...} strings
Maxime Coste
2018-05-14
Rename Context::Flags::Transient to Context::Flags::Draft
Maxime Coste
2018-05-14
Do not push jumps implicitely in transient contexts
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-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-06-07
Move NestedBool to utils.hh
Maxime Coste
2017-05-23
Remove unneeded forward declaration
Maxime Coste
2017-03-15
Small code tweaks regarding flags handling
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2016-10-29
Display a status line message when Kakoune is waiting on a shell to complete
Maxime Coste
2016-10-11
Add support for repeating the last object/char find command
Maxime Coste
2016-10-10
Small formatting fixup
Maxime Coste
2016-09-26
Make hook disabling work for all hooks, not only user hooks
Maxime Coste
2016-02-27
Remove direct access to ui, go through client
Maxime Coste
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-11-27
Support dropping last jump and use it to fix :tag double jump push
Maxime Coste
2015-08-19
No reason for NestedBool operator bool to be explicit
Maxime Coste
2015-08-18
Rename Disableable to more general NestedBool
Maxime Coste
2015-07-13
Move Context scope access helpers as inline methods
Maxime Coste
2015-04-19
Make empty context construction more explicit
Maxime Coste
[next]