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
2024-08-14
Fix json-ui scroll support
Maxime Coste
2024-08-14
Merge remote-tracking branch 'arrufat/support-double-underline'
Maxime Coste
2024-08-12
Reduce headers dependency graph
Maxime Coste
2024-08-04
Add support for double underline
Adrià Arrufat
2023-11-03
Add support for 0-padding in format and replace uses of sprintf
Maxime Coste
2023-03-11
Implement bracketed paste
Johannes Altmanninger
2022-12-13
Fix a couple bugs with underline highlighting
Maxime Coste
2021-09-07
Add support for curly underline and separate underline color
Maxime Coste
2021-07-12
src: Support strikethrough faces
Jason Felice
2021-03-11
Do not select on non-urgent fd when handling only urgent events
Maxime Coste
2020-06-28
Refactor mouse press/release handling to support 3 buttons
Maxime Coste
2019-12-10
Fix build on FreeBSD again
Tobias Kortkamp
2019-12-03
Merge remote-tracking branch 'lenormf/split-json'
Maxime Coste
2019-11-22
Add support for markup in info boxes
Maxime Coste
2019-11-17
src: Move JSON parsing code to its own file
Frank LENORMAND
2019-11-09
Add static or const where useful
Jason Felice
2019-10-23
Only allow minus at the begining of json numbers
Maxime Coste
2019-10-22
Teach JSON parser negative numbers
Dan Rosén
2019-08-19
Make scrolling speed configurable
Maxime Coste
2019-07-06
Fix build on FreeBSD
Tobias Kortkamp
2019-01-24
Replace std::tie with structured bindings
Maxime Coste
2018-12-20
src: Add support for right click events
Frank LENORMAND
2018-09-23
Replace the `Exclusive` face attribute with `Final`
Maxime Coste
2018-08-18
src: Improve error messages in RPC requests parsing
Frank LENORMAND
2018-06-03
Add MenuStyle::Search that prevents the menu from hiding buffer text
Maxime Coste
2018-05-16
Print a newline after errors in the JSON UI.
Tim Allen
2018-05-03
Add support for explicit menu selection from the UI
Maxime Coste
2018-05-03
JsonUI: Add support for a "mouse" RPC calls from the UI
Maxime Coste
2018-04-29
Fix tests after changes to json_ui output
Maxime Coste
2018-04-29
Rework the way UI can trigger a client quitting
Maxime Coste
2018-04-29
JsonUI: add support for set_ui_options RPC call
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-04-05
Fix some trailing spaces and a tab that sneaked into the code base
Maxime Coste
2018-02-20
Json: Fix buffer overflow when reading json finishing with { or [
Maxime Coste
2017-10-10
Move all non-core string code to string_utils.{hh,cc}
Maxime Coste
2017-09-12
Rename some string conversion function to the common 'to_string'
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-04-12
Place hardware terminal cursor at the current main cursor/prompt cursor position
Maxime Coste
2017-03-07
Replace IdMap with HashMap
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
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
[next]