Commit Graph

2522 Commits (1e63cfc5aebffba379441f0d205332fd8bbefbb6)
 

Author SHA1 Message Date
Tim Stack 1e63cfc5ae [lss] fix issue with crumbs 2 years ago
Tim Stack 1c440ecb6f [release] bump lib versions 2 years ago
Tim Stack d9e699fd09 [docs] add docs for new SQL tables 2 years ago
Tim Stack 061e3690de [build] fix 32-bit build 2 years ago
Tim Stack ca7efa822f [spectro] show DB overlay and handle values in an empty range 2 years ago
Tim Stack ebe2e0d8e6 [docs] add config panel screenshots 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 c52615c424 [docs] start updating screenshots 2 years ago
Tim Stack 3df07139b3 [line_buffer] fix long line issue
Fixes #980
2 years ago
Tim Stack 4e74491e84 [blog] post about markdown support 2 years ago
Tim Stack deb0e21554 [tests] fix export session test 2 years ago
Tim Stack bbedca5940 [export-session] add missing line-feeds 2 years ago
Tim Stack 01405ffbd6 [log-crumbs] turn off semantic highlights for crumbs 2 years ago
Tim Stack 1832303bde [lo-fi] try to maintain the position of lines on the display
Fixes #815
2 years ago
Tim Stack b829b6ddde [blog] add a post about error message improvements 2 years ago
Tim Stack 8941f28c3e [time_util] cap large year in tm2sec() instead of returning BAD_DATE 2 years ago
Tim Stack c5d11f36e1 [logfile] need to flush the buffer for single line files as well 2 years ago
Tim Stack 3ade11a449 [remote] clear file error on reconnect
Fixes #940
2 years ago
Tim Stack 7077495389 [crash] missed expanding the alt buffer in line_buffer 2 years ago
Tim Stack 4e0dab843a [session] try avoid using absolute file paths in session exports 2 years ago
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.
2 years ago
Tim Stack c5b8bd0ba4 [ui] handle resizes during sql execution
Also, fix reporting of init command errors
2 years ago
Tim Stack a4fadb56f6 [build] missed new textfile 2 years ago
Tim Stack 7c3df44fc4 [pretty] handle ANSI escapes
Fixes #1020
2 years ago
Tim Stack 056754a926 [session] some improvements to session export 2 years ago
Tim Stack c6d7206a1e actually remove the flag 2 years ago
Tim Stack ab3f01bbf5 [config] GLOB_BRACE is not supported in musl 2 years ago
Tim Stack 5259da4f4f [highlights] reprioritize highlighters to prefer formats over themes
Fixes #992
2 years ago
Tim Stack bdacaa6f86 [stdin] fix handling of stdin piper
Fixes #1011
2 years ago
Tim Stack 010198531b [tests] some coverage for blobs 2 years ago
Tim Stack 7b32ea9d39 [logfile] fix handling of partial lines 2 years ago
Tim Stack df082eaf16 [highlighter] fix string range for pcrepp input 2 years ago
Tim Stack 363eb35da3 [pcrepp] handle defined capture groups
Fixes #1013
2 years ago
Tim Stack 3cafcf3c77 [attr_line] tweak shifting of attributes
Fixes #1017
2 years ago
Tim Stack 40037b0fd1 [highlight] for format highlights, only set semantic color if nothing else is specified
Fixes #1016
2 years ago
Tim Stack d22727242a [formats] pickup old macos syslog format 2 years ago
Tim Stack 9675eb5902 [build] fix cmake build 2 years ago
Tim Stack 1ae1600f7b [line_buffer] cache compressed files 2 years ago
Tim Stack c17046b2fa [formats] fix error message if pattern does not fully match sample 2 years ago
Tim Stack e2e491ec41 [search-table] improve preview highlighting 2 years ago
Tim Stack 3b9bc57ab0 [sql] consolidate the encoders to a single function 2 years ago
Tim Stack c9c573d2ad [sql] handle null in base64_encode() 2 years ago
Tim Stack 94aab91d38 [sql] add base64_encode()/base64_decode() functions 2 years ago
Tim Stack 1f8e2bd46c [sql] add uri_encode()/uri_decode() functions
Fixes #1014
2 years ago
Tim Stack be862e0eab [scn] more scnlib conversions 2 years ago
Tim Stack f234b37fe0 [build] some more scnlib stuff 2 years ago
Tim Stack 9c03938ff3 use scnlib instead of sscanf/strtod 2 years ago
Tim Stack 390bc132e2 [build] updates for arm64 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 0f2d38df50 [ui/sql] the y/Y hotkey pair is no longer a thing 2 years ago