History log of /glogg/src/data/ (Results 1 – 25 of 53)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e191a63713-Aug-2018 Nicolas Bonnefon <nickbnf@users.noreply.github.com>

Merge pull request #235 from Seeraeuber/encoding

Additional encodings

84a8a91013-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.

048334c909-Aug-2018 Seerauber <andreas.haamann@web.de>

Added additional encodings as requested in #217

9f85093605-Aug-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Ensure the file is re-opened when it is deleted and recreated.

Fix #151

c1f737e426-May-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Optimise reload of files when it is not changed but signalled (for kqueue)

f869e41d16-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.

c59cadb314-Feb-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Avoid marking the tab 'red' on the first search.

f5d8bcb413-Feb-2018 Nicolas Bonnefon <nickbnf@users.noreply.github.com>

Merge pull request #178 from danberindei/preserve-scrollbars-after-search

Preserve scrollbars after search

3ff6c94128-Oct-2017 Anton Filimonov <anton.filimonov@gmail.com>

Keep selected line visible when search pattern changes

209000a628-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.

3d74593613-Sep-2017 Dan Berindei <dan@infinispan.org>

Preserve scrollbars after search

Search was setting the maximum marked line length to 0.

8b941e1211-Jul-2017 Anton Filimonov <anton.filimonov@gmail.com>

Fix build on travis mac os version

481c483c13-Jun-2017 Sergei Dyshel <qyron.private@gmail.com>

Fix compiler warnings

4fb0346e21-Mar-2016 Anton Filimonov <anton.filimonov@gmail.com>

Switch from deprecated QRegExp to QRegularExpression

f25e35f221-Jun-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Add support for CP1251 and CP1252.

4343ea4221-Jun-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Show null characters as spaces.

2f6fa46221-Jun-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Re-work position calculation to display UTF-16 properly.

05467f5202-Jun-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Fix and end of line bug when a line is extended on a block (256) boundary.

4a4a124e20-Mar-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Add initial support for UTF-16.

8e78820223-May-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Allow [ and ] to move to next/prev mark.

Fixes #140

de1abac620-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.

02531d6a20-Mar-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Fix a crash in CompressedLineStorage due to an unitialised value.

fcf40f1726-Nov-2016 Nicolas Bonnefon <nicolas@bonnefon.org>

Fix a crash when a big file is updated with partial lines.

1a836c5508-Nov-2016 Nicolas Bonnefon <nicolas@bonnefon.org>

Clean up some extra debug messages.

25d0072c31-Oct-2016 Nicolas Bonnefon <nicolas@bonnefon.org>

Fixes a memory leak in the compressed line storage.

Fixes #129

123