History log of /glogg/src/ (Results 26 – 50 of 224)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ba1adacf16-Jul-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Respond to FileOpen event on macOS.

Fixes #145

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

Fix build on travis mac os version

e85b29cc02-Jul-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Make quickfind interruptible.

Fixes #60

ef0c51b010-Jul-2017 Nicolas Bonnefon <nickbnf@users.noreply.github.com>

Merge pull request #165 from variar/fix_mouse_button_check

Fix mouse button check

c6557e6e30-Jun-2017 Anton Filimonov <anton.filimonov@gmail.com>

Use clicked signal instead of toggled

2f6e624b30-Jun-2017 Anton Filimonov <anton.filimonov@gmail.com>

Fix mouse button check

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

Fix compiler warnings

51fe49c122-Jun-2017 Sergei Dyshel <qyron.private@gmail.com>

Remove connect to followDisabled (no such slot)

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

Remove support for 'Wildcard' searches.

Thy are untested and probably not used much.
Also fix a bug in QRegularExpression implementation of QuickFind.

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.

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

Add automatic support for UTF16.

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.

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

Add shortcuts 'v', '+' and '-' to manipulate filtered view size and content.

Fixes #156

7552c46123-May-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Add [space] and 'm' shortcuts to switch view and set/unset a mark.

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.

90d2843c21-Mar-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Change comment and desktop file to support opening multiple files.

23e0246821-Mar-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

Merge remote-tracking branch 'variar/f_open_several_files'

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

Use file size in addition to date for file change polling on Win.

Fixes #65

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

Fix a crash in CompressedLineStorage due to an unitialised value.

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

Restore geometry regardless of "re-load" setting.

Fixes #130

123456789