f7ea9867 | 21-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Use file size in addition to date for file change polling on Win.
Fixes #65 |
02531d6a | 20-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a crash in CompressedLineStorage due to an unitialised value. |
d1edc4fc | 19-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Restore geometry regardless of "re-load" setting.
Fixes #130 |
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. |
f6034637 | 09-Nov-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update OSX build system to include static Boost. |
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 |
7029a38b | 29-Oct-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update scripts for Windows build (dynamic build). |
a3ee2aa1 | 27-Oct-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update OSX release script and README. |
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 |
de365675 | 25-Oct-2016 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #127 from ghost/master
Turn README into Markdown |
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 |
47845dbe | 18-Oct-2016 |
Andre Soares <andregsilv@gmail.com> |
Update and rename README to README.md |