Enrico Lumetti
|
c6da163cb3
|
Fix menu_select in the JSON ui
|
2016-08-27 17:57:48 +02:00 |
|
Maxime Coste
|
9124851029
|
JsonUi: try to handle all available requests, on input event, not just the first one
|
2016-08-24 23:47:09 +01:00 |
|
Maxime Coste
|
8270f9299f
|
Improve robustness of json parsing and execution
Fixes #720
|
2016-07-04 19:31:09 +01:00 |
|
Maxime Coste
|
c8f5204202
|
Try to make the json ui more tolerant with the json input
Should improve the issues raised #714
|
2016-06-29 21:08:16 +01:00 |
|
Enrico Lumetti
|
97680827b8
|
Fix JSON integer parsing
|
2016-06-20 16:59:32 +02:00 |
|
Maxime Coste
|
04d24b22bd
|
Fix parsing of empty json objects/arrays and recover parse errors
Fixes #694
|
2016-06-11 13:42:25 +01:00 |
|
Maxime Coste
|
e4b9e30b31
|
Fix missing include in json_ui.cc
|
2016-04-21 20:46:41 +01:00 |
|
Maxime Coste
|
815924e4da
|
Merge remote-tracking branch 'lenormf/buffer-padding'
|
2016-04-11 13:44:10 +01:00 |
|
Maxime Coste
|
23f52d591c
|
Support parsing booleans in json
|
2016-03-08 00:28:53 +00:00 |
|
Maxime Coste
|
6f78c7f910
|
Fix handling of bool when writing json
|
2016-03-07 23:14:28 +00:00 |
|
Maxime Coste
|
a15cdeae6e
|
Fix json escaping of strings
|
2016-03-07 22:38:37 +00:00 |
|
Maxime Coste
|
f1fb2114da
|
Handle <c-l> redrawing on the server side
That way we can force a redraw at any moment, including during
batch execution.
|
2016-03-07 21:44:50 +00:00 |
|
Maxime Coste
|
b832a61193
|
Cleanup JsonUI and add support for a resize method
|
2016-03-07 21:44:50 +00:00 |
|
Maxime Coste
|
433940485f
|
Initial, WIP json ui implementation
The JsonUI writes json rpc user interface commands on stdout and
reads json rpc requests on stdin.
|
2016-03-07 21:44:50 +00:00 |
|