a9518197 | 10-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix keyboard tab navigation on macOS.
Also add Chrome style Ctrl/Alt left/right arrows. |
fdcf994b | 01-Feb-2017 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #142 from jwakely/master
Include required header for std::function |
28399ec3 | 30-Jan-2017 |
Jonathan Wakely <jwakely@redhat.com> |
Include required header for std::function |
1311017a | 09-Dec-2016 |
Anton Filimonov <anton.filimonov@gmail.com> |
Allow multiple input files |
fcf40f17 | 26-Nov-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a crash when a big file is updated with partial lines. |
257b1c50 | 09-Nov-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix the misalignement of mouse click/line when displaying last line. |
1a836c55 | 08-Nov-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Clean up some extra debug messages. |
bc929c39 | 01-Nov-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a default font heigh to work around the overview being wrong on first draw. |
1cd16a46 | 18-May-2016 |
Anton Filimonov <anton.filimonov@gmail.com> |
Invalidate text cache for select all command |
78dc0425 | 31-Oct-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update 'Follow' option as the user switches between files. |
25d0072c | 31-Oct-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fixes a memory leak in the compressed line storage.
Fixes #129 |
5c2998cc | 31-Oct-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update main view when 'j'/'k' in the filtered.
Fixes #123 |
2d1bee56 | 27-Oct-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add debug and tidy integration of socket IPC. |
0374f408 | 23-Apr-2016 |
Anton Filimonov <anton.filimonov@gmail.com> |
Use local socket base implementation of external communicator on windows |
9f0249b2 | 26-Oct-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Change the handling of scrolling to permit showing the last line.
Fixes #116 |
94c98ff4 | 25-Oct-2016 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #108 from variar/case_insensitive_filter
Add ignore case option to filters |
468fe70f | 25-Oct-2016 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #104 from variar/load_last_session_option
Load last session option |
661d48b0 | 22-Apr-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Allow remote opening of file names with non-ASCII characters. |
b9c9a815 | 17-Mar-2016 |
Anton Filimonov <anton.filimonov@gmail.com> |
Add ignore case option to filters |
3b104697 | 10-Mar-2016 |
Anton Filimonov <anton.filimonov@gmail.com> |
Add option to not load last session |
35b21a36 | 09-Mar-2016 |
Anton Filimonov <anton.filimonov@gmail.com> |
Make general tab default one |
b99c4945 | 09-Mar-2016 |
Anton Filimonov <anton.filimonov@gmail.com> |
Make options dialog layout friendly to window resize |
8ea5bc4c | 02-Mar-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix replacing search with a new, empty one. |
a3dab889 | 15-Feb-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Don't show icons in menus. |
06d5d36c | 12-Feb-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make "pull-to-follow" easier for regular scroll wheels. |