summaryrefslogtreecommitdiff
path: root/src/json_ui.cc
AgeCommit message (Expand)Author
2017-01-04Higher level implementation of attributes to json formattingMaxime Coste
2017-01-04Add `Modal` InfoStyle used for bufer reload info boxMaxime Coste
2016-12-01Make FDWatcher support Read, Write and Except events, instead of just ReadMaxime Coste
2016-11-29Simplify greatly UI input handlingMaxime Coste
2016-11-28Cleanup include dependencies a bitMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-08-30Add a fd_readable(int fd) helper functionMaxime Coste
2016-08-27Fix menu_select in the JSON uiEnrico Lumetti
2016-08-24JsonUi: try to handle all available requests, on input event, not just the fi...Maxime Coste
2016-07-04Improve robustness of json parsing and executionMaxime Coste
2016-06-29Try to make the json ui more tolerant with the json inputMaxime Coste
2016-06-20Fix JSON integer parsingEnrico Lumetti
2016-06-11Fix parsing of empty json objects/arrays and recover parse errorsMaxime Coste
2016-04-21Fix missing include in json_ui.ccMaxime Coste
2016-04-11Merge remote-tracking branch 'lenormf/buffer-padding'Maxime Coste
2016-03-08Support parsing booleans in jsonMaxime Coste
2016-03-07Fix handling of bool when writing jsonMaxime Coste
2016-03-07Fix json escaping of stringsMaxime Coste
2016-03-07Handle <c-l> redrawing on the server sideMaxime Coste
2016-03-07Cleanup JsonUI and add support for a resize methodMaxime Coste
2016-03-07Initial, WIP json ui implementationMaxime Coste