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
/
json_ui.cc
Age
Commit message (
Expand
)
Author
2017-01-04
Higher level implementation of attributes to json formatting
Maxime Coste
2017-01-04
Add `Modal` InfoStyle used for bufer reload info box
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
Cleanup include dependencies a bit
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-08-30
Add a fd_readable(int fd) helper function
Maxime Coste
2016-08-27
Fix menu_select in the JSON ui
Enrico Lumetti
2016-08-24
JsonUi: try to handle all available requests, on input event, not just the fi...
Maxime Coste
2016-07-04
Improve robustness of json parsing and execution
Maxime Coste
2016-06-29
Try to make the json ui more tolerant with the json input
Maxime Coste
2016-06-20
Fix JSON integer parsing
Enrico Lumetti
2016-06-11
Fix parsing of empty json objects/arrays and recover parse errors
Maxime Coste
2016-04-21
Fix missing include in json_ui.cc
Maxime Coste
2016-04-11
Merge remote-tracking branch 'lenormf/buffer-padding'
Maxime Coste
2016-03-08
Support parsing booleans in json
Maxime Coste
2016-03-07
Fix handling of bool when writing json
Maxime Coste
2016-03-07
Fix json escaping of strings
Maxime Coste
2016-03-07
Handle <c-l> redrawing on the server side
Maxime Coste
2016-03-07
Cleanup JsonUI and add support for a resize method
Maxime Coste
2016-03-07
Initial, WIP json ui implementation
Maxime Coste