e191a637 | 13-Aug-2018 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #235 from Seeraeuber/encoding
Additional encodings |
84a8a910 | 13-Aug-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Force a reopening of the file when the user presses 'reload'.
Allow to get out of some situation where the file has changed but glogg didn't register it. |
048334c9 | 09-Aug-2018 |
Seerauber <andreas.haamann@web.de> |
Added additional encodings as requested in #217 |
9f850936 | 05-Aug-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Ensure the file is re-opened when it is deleted and recreated.
Fix #151 |
c1f737e4 | 26-May-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Optimise reload of files when it is not changed but signalled (for kqueue) |
f869e41d | 16-May-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement file monitoring with kqueue FreeBSD / macOS.
This implementation is incomplete and does not deal well with deletion / renaming. |
c59cadb3 | 14-Feb-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Avoid marking the tab 'red' on the first search. |
f5d8bcb4 | 13-Feb-2018 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #178 from danberindei/preserve-scrollbars-after-search
Preserve scrollbars after search |
3ff6c941 | 28-Oct-2017 |
Anton Filimonov <anton.filimonov@gmail.com> |
Keep selected line visible when search pattern changes |
209000a6 | 28-Sep-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Rework encoding handling for multi-byte files. Add a test and fix a bug when copying from a utf-16 file. |
3d745936 | 13-Sep-2017 |
Dan Berindei <dan@infinispan.org> |
Preserve scrollbars after search
Search was setting the maximum marked line length to 0. |
8b941e12 | 11-Jul-2017 |
Anton Filimonov <anton.filimonov@gmail.com> |
Fix build on travis mac os version |
481c483c | 13-Jun-2017 |
Sergei Dyshel <qyron.private@gmail.com> |
Fix compiler warnings |
4fb0346e | 21-Mar-2016 |
Anton Filimonov <anton.filimonov@gmail.com> |
Switch from deprecated QRegExp to QRegularExpression |
f25e35f2 | 21-Jun-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add support for CP1251 and CP1252. |
4343ea42 | 21-Jun-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Show null characters as spaces. |
2f6fa462 | 21-Jun-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Re-work position calculation to display UTF-16 properly. |
05467f52 | 02-Jun-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix and end of line bug when a line is extended on a block (256) boundary. |
4a4a124e | 20-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add initial support for UTF-16. |
8e788202 | 23-May-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Allow [ and ] to move to next/prev mark.
Fixes #140 |
de1abac6 | 20-Apr-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
When doing a partial index, detect the start point in the worker thread.
It used to be done in the main thread and mangled the index in some cases.
Fixes #149. |
02531d6a | 20-Mar-2017 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a crash in CompressedLineStorage due to an unitialised value. |
fcf40f17 | 26-Nov-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a crash when a big file is updated with partial lines. |
1a836c55 | 08-Nov-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Clean up some extra debug messages. |
25d0072c | 31-Oct-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fixes a memory leak in the compressed line storage.
Fixes #129 |