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_manager.cc
Age
Commit message (
Expand
)
Author
2013-06-06
remove Buffer:char_{distance,advance} use line access instead
Maxime Coste
2013-06-04
Use coord instead of iterators for selections
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-04-18
Tweak status line
Maxime Coste
2013-04-15
move Client as a public class instead of a ClientManager implementation detail
Maxime Coste
2013-04-11
exceptions: use const char* what() instead of String description()
Maxime Coste
2013-04-11
display character column instead of byte column in status line
Maxime Coste
2013-04-10
Use the buffer manager to delete buffer, throw when a client is inserting
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-09
move context implementation to context.cc
Maxime Coste
2013-04-04
UserInterface: status line messages are now DisplayLines
Maxime Coste
2013-03-25
move absolute path logic to Buffer class
Maxime Coste
2013-03-25
Always use absolute path for file buffer names, compact paths for display
Maxime Coste
2013-03-20
Add a RuntimeError hook called when a runtime_error exception is catched at c...
Maxime Coste
2013-03-15
Editor: replace selections().back() with main_selection()
Maxime Coste
2013-02-18
move status line generation code to client manager
Maxime Coste
2013-02-07
ClientManager: move the Client inner class detail in the cpp file
Maxime Coste
2013-01-29
Do not pass a context to InputHandler methods
Maxime Coste
2013-01-28
InputHandler have it's own context
Maxime Coste
2013-01-14
move input watching responsibility into UserInterface implementations
Maxime Coste
2013-01-10
Refactor EventManager
Maxime Coste
2013-01-07
Autoname client on creation, and access client name from shell with $kak_client
Maxime Coste
2012-12-28
new clients always takes last used buffer, support multiple file on command line
Maxime Coste
2012-12-19
Client: catch errors when executing init commands
Maxime Coste
2012-12-18
Support initial command passing when a client is connecting
Maxime Coste
2012-12-03
ClientManager: support naming clients and accessing client's context by name
Maxime Coste
2012-11-26
EventManager: avoid erasing an event handler while it may be in use
Maxime Coste
2012-11-22
ClientManager: store client with a unique_ptr
Maxime Coste
2012-11-22
move Window ownership to the ClientManager instead of the Buffer
Maxime Coste
2012-11-20
Fix FIFO double deregistering issue when closing the buffer after EOF
Maxime Coste
2012-11-20
Let client manager handle deleting client
Maxime Coste
2012-11-12
Add jump list support to context
Maxime Coste
2012-11-07
Fix buffer deletion from a client when another is editing it
Maxime Coste
2012-11-06
ClientManager: tweak on input event lambda
Maxime Coste
2012-11-05
Move client drawing responsiblity to the ClientManager
Maxime Coste
2012-11-05
Rework Window creation, avoid using the same window in multiple clients
Maxime Coste
2012-10-31
refactor Client creation
Maxime Coste
2012-10-30
Add a ClientManager for managing client lifetimes
Maxime Coste
[prev]