summaryrefslogtreecommitdiff
path: root/src/json_ui.cc
AgeCommit message (Expand)Author
2019-01-24Replace std::tie with structured bindingsMaxime Coste
2018-12-20src: Add support for right click eventsFrank LENORMAND
2018-09-23Replace the `Exclusive` face attribute with `Final`Maxime Coste
2018-08-18src: Improve error messages in RPC requests parsingFrank LENORMAND
2018-06-03Add MenuStyle::Search that prevents the menu from hiding buffer textMaxime Coste
2018-05-16Print a newline after errors in the JSON UI.Tim Allen
2018-05-03Add support for explicit menu selection from the UIMaxime Coste
2018-05-03JsonUI: Add support for a "mouse" RPC calls from the UIMaxime Coste
2018-04-29Fix tests after changes to json_ui outputMaxime Coste
2018-04-29Rework the way UI can trigger a client quittingMaxime Coste
2018-04-29JsonUI: add support for set_ui_options RPC callMaxime Coste
2018-04-06Make error messages more consistentDelapouite
2018-04-05Fix some trailing spaces and a tab that sneaked into the code baseMaxime Coste
2018-02-20Json: Fix buffer overflow when reading json finishing with { or [Maxime Coste
2017-10-10Move all non-core string code to string_utils.{hh,cc}Maxime Coste
2017-09-12Rename some string conversion function to the common 'to_string'Maxime Coste
2017-08-29Rename containers.hh to ranges.hh (and Container to Range)Maxime Coste
2017-04-12Place hardware terminal cursor at the current main cursor/prompt cursor positionMaxime Coste
2017-03-07Replace IdMap with HashMapMaxime Coste
2017-03-07Replace uses of UnorderedMap with HashMapMaxime Coste
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