Commit Graph

2207 Commits (master)

Author SHA1 Message Date
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
8 hours ago
Tim Stack 4fd6b62380 [listview] set_selection() wasn't checking if the view was selectable
Fixes #1263
1 day ago
Tim Stack f9c49712c6 [wcwidth] remove override for now 1 day ago
Tim Stack 4cd2c1e344 [sections] drop open child sections at diff boundaries 2 days ago
Tim Stack 8d8467dfcb [markdown] add support for github alerts 2 days ago
Tim Stack 54b391e53f [sql] support doing an UPDATE on the lnav_top_view SQL view 3 days ago
Tim Stack 984e133292 [internal] add enumerate() helper 3 days 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 days ago
Tim Stack fdecf28699 [opid] add opids set by the user to session exports 5 days ago
Tim Stack a90fe01eab [indexing] index more of demuxed file 5 days ago
Tim Stack 48ed0ff458 [gantt] adjust time bounds to show the full range of all ops 6 days ago
Tim Stack 3b4db06f40 [build] try to use vcpkg 1 week ago
Tim Stack 95dde417d3 [tests] debug 1 week ago
Tim Stack efb85ed570 [tests] try to address some test issues 1 week ago
Tim Stack 74a01bba4d [piper] write header to temp file first
Fixes #1262
1 week ago
Tim Stack 71a1850dd3 [demux] some more testing 2 weeks ago
Tim Stack 954334ca98 [breadcrumb] pressing ` should close the crumb popup 2 weeks ago
Tim Stack 2b54ab2768 [top_status] reset notification statement so DB tables aren't locked 2 weeks ago
Tim Stack e27a7d8e9a [log_format] add support for synthetic opids 2 weeks ago
Tim Stack 40a93ca3d3 [misc] fixing some compiler warnings 2 weeks ago
Tim Stack dd47e66832 [datepp] check for TZDIR when looking up zoneinfo 2 weeks ago
Tim Stack 8aa72b16e4 [demux] add lnav_file_demux_metadata view 2 weeks ago
Tim Stack 30c8beeb2e [demux] add a demuxer for container with type 3 weeks ago
Tim Stack 964e84707b [demux] fixing various bugs 3 weeks ago
Tim Stack 8c7d7c3e82 [misc] fix a couple of memory issues 3 weeks ago
Tim Stack e1a1e7099b [java_log] add another java_log regex 3 weeks ago
Tim Stack d8ee0fa58d [mouse] do not enable mouse unless using the alt screen 3 weeks ago
Tim Stack 8aa84ad143 [build] more optional 3 weeks ago
Tim Stack e732267cfe [build] missing functional include 3 weeks ago
Tim Stack bf6b64c4ea [build] missing optional includes 3 weeks ago
Tim Stack 11c9952e03 [build] missing include 3 weeks ago
Tim Stack 46b2a9f1ee [piper] start support for demux
... and other misc things:

* Bump to C++17
* Add zookeeper_log
3 weeks ago
Tim Stack f521c7feda [listview] remove jump to top for down 4 weeks ago
Tim Stack 545a74f35b [:pipe-line-to] try to fix mysterious crash in child 4 weeks ago
Tim Stack 5b88dbd162 [keymap] handle invalid command better
Related to #1258
4 weeks ago
Tim Stack 99c6aabfdd [:prompt] add breadcrumb as an option
Related to #1258
4 weeks ago
Tim Stack 1e348993f9 [readline] skip adding append character to suggestion 4 weeks ago
Tim Stack ab606ca1b3 [db-view] don't reload the db-view after executing an UPDATE 4 weeks ago
Tim Stack 4c3c958ab1 [archive_manager] handle null error string 4 weeks ago
Tim Stack f69878eaf5 [format] move foreign_key flag to value meta
Fix some chart issues as well.
4 weeks ago
Tim Stack e805ca8a8a [mouse] move scrollbar on double click and handle mouse in spectro 4 weeks ago
Tim Stack 45d8e27ae4 [mouse] refactor overlay menu 4 weeks ago
Tim Stack 65634ad9b3 [ansi_scrubber] minor optimization and remove the str.erase()
Related to #1257
1 month ago
Tim Stack 84000f46f7 [prql] limit stats.hist to top 20 by default and order results 1 month ago
Tim Stack 5a744f0c66 [textview] handle mouse movement in overlay better 1 month ago
Tim Stack c465cc6d54 [mouse] missed adding the view left position to the X coord 1 month ago
Tim Stack 3bb21b25a2 [mouse] tweak the docs a bit 1 month ago
Tim Stack 96765e3abc [view_curses] support for selecting text in mouse mode 1 month ago
Tim Stack 53ab7b14a6 [mouse] flesh out things more 1 month ago
Tim Stack 7341dc1f1a [mouse] breathe some life back into mouse support 1 month ago