Commit Graph

1467 Commits (5fff4d8784f93589e8d9bf5d9d67299b3a865ca2)
 

Author SHA1 Message Date
Timothy Stack e5c6c180eb [cmds] fix preview for :write-raw-to 6 years ago
Timothy Stack 5f5e2d5c4e [cleanup] prune some includes and some other cleaning
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Timothy Stack c715807657 [perf] minor improvement in indexing 6 years ago
Timothy Stack 658931a145 [cleanup] remove cdefs.h include and other stuff
Fix #486
6 years ago
Timothy Stack 70f7bcacd9 Don't update the top if the time is not different 6 years ago
Timothy Stack 9664b015c6 [textview] preserve location in view when changing filters
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Timothy Stack d1856b53ba [build] avoid adding -I/usr/include to CPPFLAGS
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Timothy Stack 26ad05dd80 [build] try to remove some old defines 6 years ago
Timothy Stack 686ce639a0 [build] use cmath instead of math.h
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Tim Stack 2e827da102
Merge pull request #545 from bennyz/fix-typo
Remove redundant the
6 years ago
Benny Zlotnik bec91a458e Remove redundant the
Signed-off-by: Benny Zlotnik <uber442@gmail.com>
6 years ago
Timothy Stack 562362ed67 missed including this file with the last commit 6 years ago
Timothy Stack 6a3b1f2d94 Search results are not reversed for bookmarked lines
Fix #313

Sorry for the delay
6 years ago
Timothy Stack d7699cfb96 add an ifdef for a symbol, Fix #289 6 years ago
Timothy Stack 1e6689a7ee add back source 6 years ago
Timothy Stack 7aded62db8 try to bump to xenial 6 years ago
Timothy Stack db6c619e4e [keymap] support for /dev/clipboard in :write commands
The copy hotkey is now implemented in the keymap and the
':write-*' commands were enhanced to recognize /dev/clipboard
as a special file name for writing to the system clipboard.
6 years ago
Timothy Stack 0b822739ea [readline] wait for focus before processing input
Fix for #543

Mistakenly had the read-ready bit set for stdin before the
command to focus was processed.  The result being the
readline child would exit.
6 years ago
Timothy Stack f65df7c762 [readline] tweak fuzzy matching threshold
Change the threshold for cutting off the remaining fuzzy matches
that was added for #541

Also, fix an error when filtering is added when viewing
the tail of the log.
6 years ago
Timothy Stack f241704a93 [readline] do a fuzzy match if the prefix match fails to find anything
Prototype for #541
6 years ago
Timothy Stack def35d1ae7 [release] version bump to v0.8.4
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Timothy Stack d09e1509dd [test] remove debugging 6 years ago
Tim Stack 90c761d654
Merge pull request #537 from tramseyer/patch-2
Added -a hint to journald usage.
6 years ago
Tristan Ramseyer 4c4f2a071d
Added -a hint to journald usage. 6 years ago
Tim Stack 8f4b5d54e8
Merge pull request #536 from tramseyer/patch-1
Updated description for usage with journald.
6 years ago
Tristan Ramseyer 714077c087
Updated description for usage with journald. 6 years ago
Timothy Stack 265f80c60d [test] locale tweak 6 years ago
Timothy Stack 2c36d97a35 [build] try some more things to fix travis test failures 6 years ago
Timothy Stack bc26b92199 [json] some more journald log tweaks
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Timothy Stack 491c5a5496 [build] try to fix test-suite.log again... 6 years ago
Timothy Stack 691c954d63 [build] fix the test-suite.log path 6 years ago
Timothy Stack ca7b4b2168 [lint] fix a couple more struct/class complaints 6 years ago
Timothy Stack 65b6ecb6ba [lint] change log_state_dumper tag 6 years ago
Timothy Stack 178bd8728b add french locale to travis and switch to trusty 6 years ago
Timothy Stack 26cccdafce [locale] some tweaks for recognizing non-english logs
Try to address some locale issues brought up in #533
6 years ago
Timothy Stack 069650153f add journald to NEWS 6 years ago
Timothy Stack 0b36da15a6 add monotonic timestamp back to the journald format, map priority 1 to fatal as well 6 years ago
Timothy Stack dcf24f34ee use UTC for json log timezone 6 years ago
Timothy Stack f360732957 missed new file 6 years ago
Timothy Stack b1ff6b3a3b [json-log] fix some inconsistencies with json logs
Fill some gaps brought up in #535
6 years ago
Timothy Stack 00baf0a1d9 [cmds] return an error when :hide-unmarked-lines is run when no lines are marked 6 years ago
Timothy Stack 470e317d87 [overlay] shift the comment/tag overlays when the filename is displayed on the left 6 years ago
Timothy Stack ae460526da [tests] disable test_view_colors for now 6 years ago
Timothy Stack a554d67875 [build] try to fix a build issue 6 years ago
Timothy Stack 3e457e30ca [json-format] fix json file recognition for crlf line-endings
Fixes #528
6 years ago
Timothy Stack 00ed12557b [keymap] add more keys to the keymap 6 years ago
Timothy Stack c3097db7af [filter] fix some nits in the filter command 6 years ago
Timothy Stack 59c31925de [log_format] missing highlight colors
The highlighter copy constructor wasn't copying the colors over
6 years ago
Timothy Stack d805dee15f [line_buffer] avoid a crash with binary files, but still not handled well 6 years ago
Timothy Stack 086eb2e552 [build] update news and fix test failure 6 years ago