Commit Graph

140 Commits (master)

Author SHA1 Message Date
Tim Stack 9694d93ff3 [files] add a detail view to the files panel 1 week ago
Tim Stack 5355b6854e [gantt] allow selection in the details view 2 weeks ago
Tim Stack 9a1f383ce1 [textview] some more support for handling hyperlinks 3 weeks ago
Tim Stack 50e895c289 [theme] use default styles for cursor-line/selected-text if they are missing from the current theme
Some markdown-related changes as well
3 weeks ago
Tim Stack 77b9829224 [mouse] treat ctrl+click the same as shift+click
Some terminals capture shift+click so add ctrl+click as
an alternate way to highlight/mark lines.
4 weeks ago
Tim Stack 46b2a9f1ee [piper] start support for demux
... and other misc things:

* Bump to C++17
* Add zookeeper_log
1 month ago
Tim Stack f69878eaf5 [format] move foreign_key flag to value meta
Fix some chart issues as well.
2 months ago
Tim Stack 45d8e27ae4 [mouse] refactor overlay menu 2 months ago
Tim Stack 84000f46f7 [prql] limit stats.hist to top 20 by default and order results 2 months ago
Tim Stack 5a744f0c66 [textview] handle mouse movement in overlay better 2 months ago
Tim Stack c465cc6d54 [mouse] missed adding the view left position to the X coord 2 months ago
Tim Stack 3bb21b25a2 [mouse] tweak the docs a bit 2 months ago
Tim Stack 96765e3abc [view_curses] support for selecting text in mouse mode 2 months ago
Tim Stack 53ab7b14a6 [mouse] flesh out things more 2 months ago
Tim Stack 7341dc1f1a [mouse] breathe some life back into mouse support 2 months ago
Tim Stack 554f0e2439 [partitions] revive partition functionality 3 months ago
Tim Stack 53b0a606d6 [textview] try to preserve textview location better when reloading 3 months ago
Tim Stack 272bb8d840 [all_logs] add log_msg_value column 5 months ago
Tim Stack 6fdb56cd4e [lss] handle invalid row number 10 months ago
Tim Stack cc445cc78f [listview] use ctrl-] to focus on overlays 10 months ago
Suresh Sundriyal b244543719 [cleanup] More include cleanup. 10 months ago
Tim Stack 6e1a664286 [iwyu] more include cleanup 10 months ago
Tim Stack 14e61acda7 [gantt] support filtering 10 months ago
Tim Stack 7dfecc556f [config] fix static init ordering issue 10 months ago
Tim Stack b0589d14d9 [tidy] use factory_container for theme highlights
And... a bunch of other stuff
11 months ago
Tim Stack 0361ed5700 [build] some tidying up of the headers 11 months ago
Tim Stack 5787f47767 [piper] replace piper_proc with a thread
Related to #1029
11 months ago
Tim Stack 29e2db5cc3 [textview] fix backwards search for cursor mode and mention it in FAQ
Related to #385
12 months ago
Tim Stack 29837caf52 [log_format] fix hiding/showing JSON fields not in the line-format
Related to #1081
12 months ago
Tim Stack dd21bdfd82 [text_filter] scrub ansi when testing a filter
Related to #1163
1 year ago
Tim Stack c3abaee445 [log/text-views] reload selectable config
Related to #1088
1 year ago
Tim Stack a56cee67e6 [view-cursor] support for theming of the cursor line (#1088)
Add a role for the cursor line so that it can be themed.
The role is now optionally applied in textviews, which
fixes issues with other textviews having the wrong
selection highlight (e.g. filters, breadcrumb menus)

Still need to fix some issues with overlays...
2 years ago
Florian Münchbach 572ed130aa Disable highlighting of selected line if not in cursor mode 2 years ago
Florian Münchbach a8a668b40a Make the highlighting of the selected line more visible 2 years ago
Florian Münchbach 1f9c08856f Highlight the selected line in text view. 2 years ago
Tim Stack 5a63ece31d [pcre2] migrate from pcre to pcre2
Fixes #974
2 years ago
Tim Stack 87791ec94b [markdown] add support for going to an anchor 2 years ago
Tim Stack c824b64840 [filter] fix a case where top time was not maintained when a filter was applied 2 years ago
Tim Stack 1fd274ce24 [docs] some more updates to docs
Also, add support for overstruck/backspace-underscore for
doing bold/underline.
2 years ago
Tim Stack 5259da4f4f [highlights] reprioritize highlighters to prefer formats over themes
Fixes #992
2 years ago
Tim Stack e2e491ec41 [search-table] improve preview highlighting 2 years ago
Timothy Stack 8ef581177c [line_buffer] add some performance counters for tracking SQL perf
Also, check for keyboard input during SQL execution
so we can cancel.

Fixes #894
2 years ago
Timothy Stack 7ed2437a01 [ux] remove redundant code for staying at the same time in lss that fixes a jump on reset 2 years ago
Timothy Stack 6712a33163 [cmds] add :export-session command 2 years ago
Timothy Stack 45270505e3 [status] some more user notification tweaks 2 years ago
Timothy Stack 39763b2d31 [vtab] add indexes for text columns 2 years ago
Timothy Stack 52fe2db376 [spectro] add a summary overlay to the selected position and show log messages in a panel 2 years ago
Timothy Stack f9f797fc9d [logfile_sub_source] add log message watch expressions
Fixes #539
2 years ago
Timothy Stack 906494ebfa [errors] try to improve some errors 2 years ago
Timothy Stack 31a670ce27 [md4c] initial markdown support 2 years ago