Commit Graph

144 Commits (8df83d562a1811dda5ef6b5541eaa37f47974e18)

Author SHA1 Message Date
Tim Stack 8df83d562a [config] simplify file format detection by moving it into the log format definition 11 months ago
Tim Stack 5e8800872b [build] try using prebuilt image 1 year ago
Tim Stack a56cee67e6 [view-cursor] support for theming of the cursor line (#1088)
Add a role for the cursor line so that it can be themed.
The role is now optionally applied in textviews, which
fixes issues with other textviews having the wrong
selection highlight (e.g. filters, breadcrumb menus)

Still need to fix some issues with overlays...
2 years ago
Tim Stack b86d272c29 [view_curses] remove fallback arg in to_attrs() 2 years ago
Fulvio Scapin 4b7c9ef54c [view_curses] Fix for fg colour and reverse attribute for separator bars
Elements of type VC_GRAPHIC used as column separators, when used
along with background coloured bars to express numeric column values,
maintain alternate-line reversing of colours when inside the bar range
and take the foreground color of the last coloured bar on the line even
though are not placed in the coloured range of characters.
This commit fixes this.
2 years ago
Tim Stack 7309352c97 [view_curses] add a unit type to line_range
Fixes #1033
2 years ago
Tim Stack 679e9f0771 [build] try to fix brew build error 2 years ago
Tim Stack 87791ec94b [markdown] add support for going to an anchor 2 years ago
Tim Stack d01db38d51 [init] fix handling of unknown TERM 2 years ago
Tim Stack ebe2e0d8e6 [docs] add config panel screenshots 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 1832303bde [lo-fi] try to maintain the position of lines on the display
Fixes #815
2 years ago
Tim Stack 056754a926 [session] some improvements to session export 2 years ago
Tim Stack 010198531b [tests] some coverage for blobs 2 years ago
Tim Stack e2e491ec41 [search-table] improve preview highlighting 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 f5cc4b298f [ui] add back top status bar 2 years ago
Timothy Stack f9f797fc9d [logfile_sub_source] add log message watch expressions
Fixes #539
2 years ago
Timothy Stack bcc7436f66 [console] syntax highlight some snippets 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 1019714409 [rescan] automatically pop the text view when the last text file is promoted 2 years ago
Timothy Stack 99c1688c2e [attr_line] use variant instead of a union for attribute values 2 years ago
Timothy Stack ffd364ec12 [view_curses] fix ident length calculation 2 years ago
Timothy Stack 66ef5fdae1 [clang-format] init 2 years ago
Cristian Chiru e2fe64e536 Fix for building on msys2; Closes #795 2 years ago
Timothy Stack 0de76b29c8 [files] fix refreshing files with errors and auto-switching to text view
Fixes #909
3 years ago
Timothy Stack 7eb1d17bef [files] highlight issues with opening files
Fixes #904
3 years ago
Timothy Stack ce8397b5cf [view_curses] only write OSC;send-input in the test env
Fixes #895
3 years ago
Timothy Stack 9575f9c7d7 [view_curses] fix color pair allocation
fixes #839
3 years ago
Timothy Stack 43bb384199 fix color var lookup issue 3 years ago
Timothy Stack f5e88b7158 [docs] add ARCHITECTURE.md and various other things 3 years ago
Timothy Stack cac1175973 [services] initial pass at injecting services and a bunch of other stuff 3 years ago
Timothy Stack 8235f9af5d [tests] try to make scripty output readable 3 years ago
Timothy Stack 1d17ac7f29 [build] compress data files embedded in the binary to save some space
Fixes #763
3 years ago
Timothy Stack 7476dd5bb9 [misc] misc bugs 4 years ago
Timothy Stack 9c1f2ca4fa [view_curses] use VC_ROLE instead of VC_STYLE where possible and fix segv in mvwattrline
Fixes #806
4 years ago
Timothy Stack 836fc83203 [pretty-print] pay attention to hidden fields
Fixes #653
4 years ago
Timothy Stack 32f112b8de [formats] add w3c extended log format impl
Fiexes #798
4 years ago
Timothy Stack 51d1204a96 [arc] add content hash to archive temp dir and tech debt 4 years ago
Timothy Stack 9d87cfa2f0 [debt] more tech debt 4 years ago
Timothy Stack f192cb7c3e [input_dispatcher] fix handling of unicode input
Fixes #791
4 years ago
Timothy Stack 00dcd86f79 [view_curses] always apply utf adjustments in mvwattrline
doh

Fixes #786
4 years ago
Timothy Stack df3df8369c [session] stages 4 years ago
Timothy Stack 5e42b4cb8a [debt] include cleanup 4 years ago
Timothy Stack a63cf003a0 [themes] move highlights to theme definitions
Fixes #783
4 years ago
Timothy Stack 48d4b51fd7 [view_curses] fix mvwattrline for utf chars
Fixes #675
4 years ago