Tim Stack
|
c824b64840
|
[filter] fix a case where top time was not maintained when a filter was applied
|
2022-08-11 21:03:45 -07:00 |
|
Tim Stack
|
1fd274ce24
|
[docs] some more updates to docs
Also, add support for overstruck/backspace-underscore for
doing bold/underline.
|
2022-08-08 23:14:02 -07:00 |
|
Tim Stack
|
5259da4f4f
|
[highlights] reprioritize highlighters to prefer formats over themes
Fixes #992
|
2022-08-03 06:48:59 -07:00 |
|
Tim Stack
|
e2e491ec41
|
[search-table] improve preview highlighting
|
2022-07-31 07:44:22 -07:00 |
|
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
|
2022-07-27 21:49:14 -07:00 |
|
Timothy Stack
|
7ed2437a01
|
[ux] remove redundant code for staying at the same time in lss that fixes a jump on reset
|
2022-07-22 21:09:19 -07:00 |
|
Timothy Stack
|
6712a33163
|
[cmds] add :export-session command
|
2022-07-20 22:01:17 -07:00 |
|
Timothy Stack
|
45270505e3
|
[status] some more user notification tweaks
|
2022-07-15 21:41:47 -07:00 |
|
Timothy Stack
|
39763b2d31
|
[vtab] add indexes for text columns
|
2022-07-10 21:00:45 -07:00 |
|
Timothy Stack
|
52fe2db376
|
[spectro] add a summary overlay to the selected position and show log messages in a panel
|
2022-07-05 11:06:37 -07:00 |
|
Timothy Stack
|
f9f797fc9d
|
[logfile_sub_source] add log message watch expressions
Fixes #539
|
2022-06-28 22:23:56 -07:00 |
|
Timothy Stack
|
906494ebfa
|
[errors] try to improve some errors
|
2022-06-22 22:53:52 -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 |
|
Timothy Stack
|
0785a432fa
|
[console] colorize console output
|
2022-04-12 16:07:13 -07:00 |
|
Timothy Stack
|
99c1688c2e
|
[attr_line] use variant instead of a union for attribute values
|
2022-03-31 23:21:59 -07:00 |
|
Timothy Stack
|
81e63784e7
|
[modernize] some more cleanups
|
2022-03-31 08:59:33 -07:00 |
|
Timothy Stack
|
b856cd9657
|
[build] silence some warnings
|
2022-03-28 22:00:49 -07:00 |
|
Timothy Stack
|
66ef5fdae1
|
[clang-format] init
|
2022-03-16 15:38:08 -07:00 |
|
Timothy Stack
|
4564e162d0
|
[build] try to optimize compile time
|
2022-03-13 15:49:41 -07:00 |
|
Timothy Stack
|
5089347e82
|
[views] fix some issues on shutdown
|
2021-10-01 22:34:39 -07:00 |
|
Timothy Stack
|
db7173caec
|
[views] fix some issues with empty views
Related to #908
|
2021-09-07 21:08:01 -07:00 |
|
Timothy Stack
|
b64342ca47
|
[log_format] display log_body for the body field instead of the format name and add :mark-expr command
|
2021-05-13 22:00:26 -07:00 |
|
Timothy Stack
|
f6128240ab
|
[sql] add lnav_top_file() SQL function
|
2021-03-07 14:29:22 -08:00 |
|
Timothy Stack
|
d45d7d6c58
|
[docs] add report generation to cookbook
|
2021-02-25 15:47:36 -08:00 |
|
Timothy Stack
|
f5e88b7158
|
[docs] add ARCHITECTURE.md and various other things
|
2021-02-13 12:41:48 -08:00 |
|
Timothy Stack
|
49ebde5953
|
[build] remove pcrecpp and other stuff
Linking against a binary c++ lib suuuucckkkkkssss...
|
2021-01-29 11:12:02 -08:00 |
|
Timothy Stack
|
cac1175973
|
[services] initial pass at injecting services and a bunch of other stuff
|
2021-01-23 13:00:51 -08:00 |
|
Timothy Stack
|
8235f9af5d
|
[tests] try to make scripty output readable
|
2021-01-08 14:08:52 -08:00 |
|
Timothy Stack
|
642fce3548
|
[build] minor fixes
|
2020-12-07 09:04:14 -08:00 |
|
Timothy Stack
|
836fc83203
|
[pretty-print] pay attention to hidden fields
Fixes #653
|
2020-12-06 23:52:09 -08:00 |
|
Timothy Stack
|
32f112b8de
|
[formats] add w3c extended log format impl
Fiexes #798
|
2020-12-05 21:51:46 -08:00 |
|
Timothy Stack
|
22c2e95df0
|
[filters] sql filter
Related to #568
|
2020-11-29 13:20:07 -08:00 |
|
Timothy Stack
|
2aad7985a6
|
[build] opt build
Defect Number:
Reviewed By:
Testing Done:
|
2020-11-25 14:46:39 -08:00 |
|
Timothy Stack
|
8e629b166a
|
[build] some more compiler profiling
Defect Number:
Reviewed By:
Testing Done:
|
2020-11-19 21:36:51 -08:00 |
|
Timothy Stack
|
51d1204a96
|
[arc] add content hash to archive temp dir and tech debt
|
2020-11-17 10:04:23 -08:00 |
|
Timothy Stack
|
0765c07010
|
[view] migrate view_action stuff to function objects
|
2020-11-14 21:39:12 -08:00 |
|
Timothy Stack
|
5e42b4cb8a
|
[debt] include cleanup
|
2020-10-28 21:23:46 -07:00 |
|
Timothy Stack
|
a63cf003a0
|
[themes] move highlights to theme definitions
Fixes #783
|
2020-10-28 21:19:57 -07:00 |
|
Timothy Stack
|
276f71423e
|
[readline] add alternate enter command
|
2020-09-30 21:55:37 -07:00 |
|
Timothy Stack
|
cc7cba6514
|
[search] start searching a couple thousand lines before the top
|
2020-09-14 21:29:06 -07:00 |
|
Timothy Stack
|
4fa4a7057b
|
[log_format] gracefully handle a misconfigured log format
Fixes #742
|
2020-08-27 13:42:10 -07:00 |
|
Timothy Stack
|
e442f84e80
|
[textview] pause loading of files by pressing =
Fixes #670
|
2019-07-30 06:28:42 -07:00 |
|
Timothy Stack
|
d381197195
|
[highlights] a little too quick on the last checkin
|
2019-07-24 13:43:01 -07:00 |
|
Timothy Stack
|
e6590e94e2
|
[highlight] fix highlights
Fix #667
|
2019-07-24 13:37:05 -07:00 |
|
Timothy Stack
|
a9e9613214
|
[textfile] fix search issue
|
2019-06-18 06:28:40 -07:00 |
|
Timothy Stack
|
02c53976b4
|
Some refactoring for the line buffer and other cleanups
Fixes #649
|
2019-06-15 06:32:02 -07:00 |
|
Timothy Stack
|
fb7d6eafaf
|
[build] some refactoring of files
|
2019-05-08 05:30:59 -07:00 |
|
Timothy Stack
|
efa6aded3a
|
[filter] fix for multiple files
|
2019-03-05 12:33:46 -08:00 |
|