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
/
client.hh
Age
Commit message (
Expand
)
Author
2025-07-08
Replace std::unique_ptr with a custom implementation
Maxime Coste
2024-12-09
Print elapsed time when blocked on opening file for writing
Johannes Altmanninger
2024-08-15
Remove unused ConstexprVector and rename constexpr_utils.hh to array.hh
Maxime Coste
2024-08-12
Move most info/status clear logic to client
Maxime Coste
2024-08-08
Delay NormalMode clearing of status line and info box to next idle
Maxime Coste
2023-08-27
Remove Window::force_redraw()
Maxime Coste
2022-09-02
Allow to undo and redo selection changes
Johannes Altmanninger
2019-11-22
Add support for markup in info boxes
Maxime Coste
2019-11-09
Add static or const where useful
Jason Felice
2019-10-17
Remove explicit sizes from make_array calls
Maxime Coste
2019-07-22
Ensure current context switches away from buffer on delete-buffer
Maxime Coste
2018-05-17
Small code cleanups
Maxime Coste
2018-05-09
Mark Client, Window, Buffer and OptionManager as final
Maxime Coste
2018-04-29
Rework the way UI can trigger a client quitting
Maxime Coste
2018-04-01
Restore previous status line after notifying wait for shell
Maxime Coste
2018-03-30
Support full redraws during shell execution and handle resize there
Maxime Coste
2018-01-21
Do not block when waiting for next event if we have pending input
Maxime Coste
2017-11-12
Move Array and ConstexprVector to a constexpr_utils.hh header
Maxime Coste
2017-08-28
Expose client pid as $kak_client_pid
Maxime Coste
2017-08-23
Support specifying an exit status on `quit` commands
Maxime Coste
2017-08-18
Respecify EnumDescs array sizes manually to workaround clang-3.6 bug
Maxime Coste
2017-08-12
Remove size redundancy in enum_desc function declaration
Maxime Coste
2017-06-16
Hide info/menu when they are anchored to an invisible buffer coord
Maxime Coste
2017-05-22
Remove virtual destructor from OptionManagerWatcher
Maxime Coste
2017-03-15
Migrate to a more value based meta programming model
Maxime Coste
2017-01-29
Fix some uninitialized values
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2017-01-04
Add `Modal` InfoStyle used for bufer reload info box
Maxime Coste
2016-11-30
Ensure all available input is handled before going back to main loop
Maxime Coste
2016-11-29
Simplify greatly UI input handling
Maxime Coste
2016-11-29
Clean up includes of user_interface.hh
Maxime Coste
2016-10-29
Display a status line message when Kakoune is waiting on a shell to complete
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-03-30
Replace menu and info when they actually moved
Maxime Coste
2016-03-07
Rework client redrawing, delay menu/info methods until next refresh
Maxime Coste
2016-03-07
Handle <c-l> redrawing on the server side
Maxime Coste
2016-03-06
Only call UserInterface::refresh when the UI has been modified
Maxime Coste
2016-02-27
Remove direct access to ui, go through client
Maxime Coste
2015-11-20
Move enum option handling in enum.hh and refactor enum options
Maxime Coste
2015-11-07
Store the last used buffer in clients
Maxime Coste
2015-09-16
Store key hash in IdMap
Maxime Coste
2015-08-23
Remove Client::window() method, use a force_redraw() one
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2015-02-12
Cleanup and refactor externally modified buffer reloading
Maxime Coste
2015-01-14
Even more memory tracking
Maxime Coste
2015-01-12
Yet more tracking
Maxime Coste
2014-12-20
Small code tweak
Maxime Coste
2014-11-29
Rework client pending key handling, fix insert/normal timers
Maxime Coste
2014-11-25
Separate events between normal and urgent ones
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
[next]