Commit Graph

28 Commits

Author SHA1 Message Date
Tim Stack
2adf96fe89 [perf] some optimizations 2024-01-30 20:09:08 -08:00
Tim Stack
a9eac0520d [indexing] remove file from files_to_front when promoting to log
Related to #1223
2024-01-10 21:01:12 -08:00
Tim Stack
c92290e922 [logfile] prevent duplicate from being hidden a second time
Related to #1070
2023-10-10 12:20:49 -07:00
Tim Stack
cb5b02b220 [docs] pass for next release 2023-09-02 22:35:15 -07:00
Tim Stack
29d0af47cb [keymap] half-page up near the top should go to zero
Some performance improvements
2023-08-30 20:20:21 -07:00
Tim Stack
01c973868d [file_collection] handle large file counts better 2023-08-28 22:43:33 -07:00
Tim Stack
d8b7dc40db [gantt] reduce memory usage 2023-08-27 23:29:54 -07:00
Tim Stack
fbb89a73ab [lss] missed a full_sort and improve error handling when too many files are opened 2023-08-25 21:03:00 -07:00
Tim Stack
dd8a23ad51 [ansi_scrubber] handle unknown sequences
... and many other tweaks.
2023-08-24 21:10:54 -07:00
Tim Stack
b791c573e1 [tests] add some more gantt tests 2023-08-06 07:20:06 -07:00
Suresh Sundriyal
4489277672 Remove redundant includes in lnav.{hh,cc}
Remove the redundant includes in lnav.hh and lnav.cc and add the
includes in the actual cc files that break due to the removal.
2023-08-05 03:54:09 -07:00
Tim Stack
14e61acda7 [gantt] support filtering 2023-08-03 21:04:47 -07:00
Tim Stack
f71300ba1d [gantt] add a gantt chart view 2023-08-02 10:44:13 -07:00
Tim Stack
401ec5181f [piper] add metadata to piper file header and cleanup workdir 2023-07-18 22:14:45 -07:00
Tim Stack
4a24d8797f [sql] logline table was not checking if format matched the template line format
Some more cursor mode tweaks...
2023-06-23 23:03:23 -07:00
Tim Stack
29837caf52 [log_format] fix hiding/showing JSON fields not in the line-format
Related to #1081
2023-06-22 06:06:30 -07:00
Tim Stack
e3bebedbad [cursor] following should only be done when the last line is selected 2023-06-15 21:52:33 -07:00
Tim Stack
93a53c4224 [fini] fix a destruction ordering issue 2022-09-21 18:54:45 -07:00
Tim Stack
87791ec94b [markdown] add support for going to an anchor 2022-08-28 18:55:32 -07:00
Tim Stack
0603b1e756 [session] support for :hide-file and some related fixes 2022-08-13 07:31:46 -07:00
Tim Stack
f73e71cf30 [perf] issues with matching filenames and ansi scrubbing 2022-08-11 11:16:49 -07:00
Tim Stack
1c793f6f28 [remote] notify main when desired paths are initially synced
Need to wait for remote paths referenced by sessions to be
synced before progressing.
2022-08-03 23:01:38 -07:00
Timothy Stack
a5a02d6243 [tests] text file handling and make sure the progress status bar is updated during SQL processing 2022-07-22 22:21:16 -07:00
Timothy Stack
f5cc4b298f [ui] add back top status bar 2022-07-14 22:32:38 -07:00
Timothy Stack
6c52760cc9 [events] initial events work
Related to #811
2022-06-09 12:49:06 -07:00
Timothy Stack
31a670ce27 [md4c] initial markdown support 2022-05-22 20:44:18 -07:00
Timothy Stack
f03f9e704f [views] add a breadcrumb view 2022-05-10 21:58:32 -07:00
Timothy Stack
a27198e8ca [regex101] add an integration with regex101
... and a pile of other changes
2022-04-30 13:06:01 -07:00