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
/
event_manager.hh
Age
Commit message (
Expand
)
Author
2024-11-22
Take a timeout argument in EventManager::handle_next_events
Maxime Coste
2023-05-21
Add <c-g> to cancel current operation
Maxime Coste
2021-07-07
Add support for $kak_command_fifo and $kak_response_fifo
Maxime Coste
2021-03-11
Do not select on non-urgent fd when handling only urgent events
Maxime Coste
2020-12-20
Add Timer::disable() to be more explicit than set_next_date(TimePoint::max())
Maxime Coste
2018-06-03
EventManager: Never block if a forced file descriptor is present
Maxime Coste
2018-05-17
Handle all pending events before redrawing
Maxime Coste
2018-01-21
Do not block when waiting for next event if we have pending input
Maxime Coste
2017-07-07
Formatting fixes
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-12-01
Make FDWatcher support Read, Write and Except events, instead of just Read
Maxime Coste
2016-11-29
Simplify greatly UI input handling
Maxime Coste
2016-11-28
Add more memory domains to certain data
Maxime Coste
2016-07-24
Introduce chrono.hh
Maxime Coste
2016-01-10
Rename set_signal_wrapper to set_signal_handler and tweak SignalHandler def
Maxime Coste
2015-12-23
Add a signal function using sigaction
Daniel Robertson
2015-10-02
Refactor ShellManager process spawning
Maxime Coste
2015-06-09
Fix race condition ShellManager::eval with SIGCHLD
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-12-10
Fix OSX compilation
Maxime Coste
2014-12-09
Get rid of uses of unordered_set, vector is just simpler and faster...
Maxime Coste
2014-12-03
Use a select based event handling and fix deadlock
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-03-25
FDWatchers are non copiable and non movable
Maxime Coste
2013-01-31
Remove Set and use unordered_set
Maxime Coste
2013-01-14
EventManager: add support for timers
Maxime Coste
2013-01-11
Add and use a Set template class for recuring small sets
Maxime Coste
2013-01-10
Refactor EventManager
Maxime Coste
2012-12-03
EventManager: fix forced event processing
Maxime Coste
2012-11-27
EventManager: refactor (again)
Maxime Coste
2012-11-26
EventManager: avoid erasing an event handler while it may be in use
Maxime Coste
2012-11-06
EventManager: store event handlers in an unordered_map instead of a vector
Maxime Coste
2012-10-27
EventManager: add force_signal method to force event execution
Maxime Coste
2012-08-28
add a poll based EventManager and use it for ncurse client update
Maxime Coste