summaryrefslogtreecommitdiff
path: root/src/json_ui.cc
AgeCommit message (Expand)Author
2024-08-14Fix json-ui scroll supportMaxime Coste
2024-08-14Merge remote-tracking branch 'arrufat/support-double-underline'Maxime Coste
2024-08-12Reduce headers dependency graphMaxime Coste
2024-08-04Add support for double underlineAdrià Arrufat
2023-11-03Add support for 0-padding in format and replace uses of sprintfMaxime Coste
2023-03-11Implement bracketed pasteJohannes Altmanninger
2022-12-13Fix a couple bugs with underline highlightingMaxime Coste
2021-09-07Add support for curly underline and separate underline colorMaxime Coste
2021-07-12src: Support strikethrough facesJason Felice
2021-03-11Do not select on non-urgent fd when handling only urgent eventsMaxime Coste
2020-06-28Refactor mouse press/release handling to support 3 buttonsMaxime Coste
2019-12-10Fix build on FreeBSD againTobias Kortkamp
2019-12-03Merge remote-tracking branch 'lenormf/split-json'Maxime Coste
2019-11-22Add support for markup in info boxesMaxime Coste
2019-11-17src: Move JSON parsing code to its own fileFrank LENORMAND
2019-11-09Add static or const where usefulJason Felice
2019-10-23Only allow minus at the begining of json numbersMaxime Coste
2019-10-22Teach JSON parser negative numbersDan Rosén
2019-08-19Make scrolling speed configurableMaxime Coste
2019-07-06Fix build on FreeBSDTobias Kortkamp
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