History log of /glogg/src/ (Results 1 – 25 of 224)
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

4b904fec05-Aug-2018 Nicolas Bonnefon <nickbnf@users.noreply.github.com>

Merge pull request #232 from gin-ahirsch/select-previous-filter

When removing filters at the end, select the previous filter

5a3039f105-Aug-2018 Nicolas Bonnefon <nickbnf@users.noreply.github.com>

Merge pull request #231 from gin-ahirsch/disable-filters-buttons

Disable useless FiltersDialog buttons if no filter is selected.

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

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

Fix #151

afd246c813-Jul-2018 Alexander Hirsch <alexander.hirsch@gin.de>

When removing filters at the end, select the previous filter

Previously it would attempt to select the current index, which is empty
then.

3d913e0413-Jul-2018 Alexander Hirsch <alexander.hirsch@gin.de>

Reset disabled FiltersDialog buttons

e15651d206-Jul-2018 Alexander Hirsch <alexander.hirsch@gin.de>

Disable useless FiltersDialog buttons if no filter is selected.

5abdd94b18-Jun-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Fix a FCFS in the version checker introduced in 4fb0346.

39967f5a18-Jun-2018 Nicolas Bonnefon <nickbnf@users.noreply.github.com>

Merge pull request #226 from variar/glogg_multidrag

allow multiple files drop

fa36e4dd16-Jun-2018 Anton Filimonov <anton.filimonov@gmail.com>

[skip ci] allow multiple files drop (nickbnf/glogg#209)

5751f35414-Jun-2018 Alexander Hirsch <alexander.hirsch@gin.de>

Improve ObservedFileList::heartBeat_

Instead of just being a shared_ptr with a dummy value, we store the
this-pointer in it, which makes the closure in addWatchedDirectory
smaller since we can use t

Improve ObservedFileList::heartBeat_

Instead of just being a shared_ptr with a dummy value, we store the
this-pointer in it, which makes the closure in addWatchedDirectory
smaller since we can use the weak_ptr in favor of additionally passing
in the ObservedFileList-pointer.
As a bonus, this may make the intent of the heartBeat_ more clear.

show more ...

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

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

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

Make the kqueue monitor to monitor changes in directories too.

Fixes #174

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.

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

Fix a regression when 'follow' mode is disabled when file is updated.

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

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

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

Persist the "follow" mode across sessions.

Fixes #183

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

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

Preserve scrollbars after search

71df3a3b08-Nov-2017 Nicolas Bonnefon <nickbnf@users.noreply.github.com>

Merge pull request #186 from variar/glogg_keep_selected_line

Keep selected line visible when search pattern changes

bb5e255b07-Nov-2017 Anton Filimonov <anton.filimonov@gmail.com>

Fix small memory leak

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.

123456789