Commit Graph

99 Commits (master)

Author SHA1 Message Date
Tim Stack 5355b6854e [gantt] allow selection in the details view 1 week ago
Tim Stack 3b4db06f40 [build] try to use vcpkg 3 weeks ago
Tim Stack e1a1e7099b [java_log] add another java_log regex 1 month 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 45d8e27ae4 [mouse] refactor overlay menu 1 month 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 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 96e6950884 [cmds] add more env vars to :pipe-line-to
Related to #1224
5 months ago
Tim Stack 37eb9cfa36 [listview] fix a couple of glitches with the selection 9 months ago
Tim Stack d8b7dc40db [gantt] reduce memory usage 9 months ago
Tim Stack c464827737 [views_vtab] programmatic control of the overlay toggle 10 months ago
Tim Stack d13a6e8b2d [overlay] fix some overlay issues 10 months ago
Tim Stack cc445cc78f [listview] use ctrl-] to focus on overlays 10 months ago
Tim Stack e952dc6340 [date_time_scanner] do not try to read millis if it is already set
Also, pay attention to the gmtoff when converting exttm to a timeval.

Fixes #1034
10 months ago
Suresh Sundriyal ec100cdc99 Remove redundant headers - 2
Remove redundant headers from:
  - listview_curses.{cc,hh}
  - top_status_source.{cc,hh}
  - vtab_module.{cc,hh}
  - sql_util.{cc,hh}

Also add the appropriate headers in:
  - log.watch.cc
  - log_format.cc
  - regexp_vtab.cc
10 months ago
Tim Stack 7c8d32308a [listview] scroll within overlay 10 months ago
Tim Stack a16a8cf3fa [log-annotations] add :annotate command 10 months ago
Tim Stack 29e2db5cc3 [textview] fix backwards search for cursor mode and mention it in FAQ
Related to #385
11 months ago
Tim Stack 4a24d8797f [sql] logline table was not checking if format matched the template line format
Some more cursor mode tweaks...
11 months ago
Tim Stack 1a1272bbfb [cursor] when the parser overlay is displayed, sync the selection and top
Related to #1088
12 months ago
Tim Stack f44e04d854 [cursor] some more fixes for the new cursor support
related to #1088
12 months ago
Tim Stack df80e75586 [overlay] try to fix issues between overlay and selection (related to #1088) 1 year ago
Tim Stack 2062c7003b [views_vtab] add a movement column to lnav_views and other stuff (related to #1088)
I've plumbed the "movement" control through the lnav_views table
so that it can be controlled through the keymap definition instead
of hard-coded in hotkeys.cc.  (Trying to move most stuff out of
there...)

Removed listview_curses::lv_displayed_rows since it seemed to
cause some glitchy behavior when moving to the last line.

Call invoke_scroll() when changing the selection and change the
bottom status to reflect the selected line instead of just the
top.  Also, changing the selectability should set "needs update".

Change more commands to use the selection instead of the top.
1 year ago
Florian Münchbach 2b5c291a86 Revert 'cursor mode as default' 1 year ago
Florian Münchbach 2c3b76c936 Move the displayed 'fields' details view with the cursor line 2 years ago
Florian Münchbach e426a63731 Allow only visible log rows being selected
This solves the issue of the cursor going out of the visible screen
area. Wrapped rows were previously counted as single row but displayed
as multiple which led to the problem.
2 years ago
Florian Münchbach e5f7e5c8c5 Make lines selectable by default. 2 years ago
Tim Stack 116b40f28c [bottom_status] fix out-of-bounds when with word-wrap
Related to #1058
2 years ago
Tim Stack 056754a926 [session] some improvements to session export 2 years ago
Timothy Stack 8b3b8a6e3c [perf] fix some text file loading issues 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 84ec014a8d [coverity] fix some issues found by coverity 2 years ago
Timothy Stack 31a670ce27 [md4c] initial markdown support 2 years ago
Timothy Stack f03f9e704f [views] add a breadcrumb view 2 years ago
Timothy Stack a27198e8ca [regex101] add an integration with regex101
... and a pile of other changes
2 years ago
Timothy Stack 0785a432fa [console] colorize console output 2 years ago
Timothy Stack 66ef5fdae1 [clang-format] init 2 years ago
Timothy Stack db7173caec [views] fix some issues with empty views
Related to #908
3 years ago
Timothy Stack 75ead0eb60 [ui] update status on keypress and delay rescan/rebuild 3 years ago
Timothy Stack f6128240ab [sql] add lnav_top_file() SQL function 3 years ago
Timothy Stack cac1175973 [services] initial pass at injecting services and a bunch of other stuff 3 years ago
Timothy Stack 63c31838eb [debt] fixing some more debt 3 years ago
Timothy Stack 6d0054d3b6 [logfile] refactor visibility 4 years ago
Timothy Stack 8e629b166a [build] some more compiler profiling
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Timothy Stack 51d1204a96 [arc] add content hash to archive temp dir and tech debt 4 years ago
Timothy Stack 0765c07010 [view] migrate view_action stuff to function objects 4 years ago
Timothy Stack db8a3c4d38 [debt] doing some cleanup
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Timothy Stack df3df8369c [session] stages 4 years ago