Commit Graph

176 Commits (master)

Author SHA1 Message Date
Tim Stack 53b883d015 [internal] remove ghc::filesystem 2 weeks ago
Tim Stack 50e895c289 [theme] use default styles for cursor-line/selected-text if they are missing from the current theme
Some markdown-related changes as well
2 weeks ago
Tim Stack 8d8467dfcb [markdown] add support for github alerts 2 weeks ago
Tim Stack e27a7d8e9a [log_format] add support for synthetic opids 4 weeks ago
Tim Stack d8ee0fa58d [mouse] do not enable mouse unless using the alt screen 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 65634ad9b3 [ansi_scrubber] minor optimization and remove the str.erase()
Related to #1257
1 month ago
Tim Stack 96765e3abc [view_curses] support for selecting text in mouse mode 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 49aea165d4 [view_curses] fix wrapping issues with CJK characters
Related to #935
2 months ago
Tim Stack 03d000736f [sql] add humanize_id function
Related to #1061
2 months ago
Tim Stack 844147bc27 [security] improve handling of file names with escape sequences 2 months ago
Tim Stack a2b573aa58 [view_curses] check color
Related to #1245
2 months ago
Tim Stack 3a63791b22 [view_curses] check for -1 bg
Related to #1245
2 months ago
Tim Stack 45b7a6c33f [misc] fix a few random issues 2 months ago
Tim Stack 554f0e2439 [partitions] revive partition functionality 2 months ago
Tim Stack 6bb616e034 [readline] add support for default completions 3 months ago
Tim Stack db5db6a07e [help] add default command help 3 months ago
Tim Stack ee345321f7 [hotkeys] change curly braces to move to the next/prev section
and... a bunch of other stuff
4 months ago
Tim Stack 272bb8d840 [all_logs] add log_msg_value column 4 months ago
Tim Stack c0e3931729 [ansi] add support for 256/rgb colors 5 months ago
Tim Stack 21377958ca [hex-view] add a new view 8 months ago
Tim Stack dd8a23ad51 [ansi_scrubber] handle unknown sequences
... and many other tweaks.
9 months ago
Tim Stack 4ee3b91111 [doc.meta] detect indents for guidelines 9 months ago
Tim Stack f3bdc50e70 [pretty] use an attribute to draw the guidelines to keep copy & paste clean 9 months ago
Tim Stack be377dea27 [pretty-print] fix an issue with shifting attributes when rewriting
Related to #705
9 months ago
Tim Stack 5c0333fd64 [themes] add dracula theme
Various improvements to styling.

Empty opids are not valid.
10 months ago
Tim Stack cc445cc78f [listview] use ctrl-] to focus on overlays 10 months ago
Tim Stack 7dfecc556f [config] fix static init ordering issue 10 months ago
Tim Stack 0361ed5700 [build] some tidying up of the headers 11 months ago
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 12 months 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...
1 year 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