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 |
4b904fec | 05-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 |
5a3039f1 | 05-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. |
9f850936 | 05-Aug-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Ensure the file is re-opened when it is deleted and recreated.
Fix #151 |
afd246c8 | 13-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. |
3d913e04 | 13-Jul-2018 |
Alexander Hirsch <alexander.hirsch@gin.de> |
Reset disabled FiltersDialog buttons |
e15651d2 | 06-Jul-2018 |
Alexander Hirsch <alexander.hirsch@gin.de> |
Disable useless FiltersDialog buttons if no filter is selected. |
5abdd94b | 18-Jun-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a FCFS in the version checker introduced in 4fb0346. |
39967f5a | 18-Jun-2018 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #226 from variar/glogg_multidrag
allow multiple files drop |
fa36e4dd | 16-Jun-2018 |
Anton Filimonov <anton.filimonov@gmail.com> |
[skip ci] allow multiple files drop (nickbnf/glogg#209) |
5751f354 | 14-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 ...
|
c1f737e4 | 26-May-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Optimise reload of files when it is not changed but signalled (for kqueue) |
933a5744 | 26-May-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make the kqueue monitor to monitor changes in directories too.
Fixes #174 |
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. |
8b54586c | 14-Feb-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a regression when 'follow' mode is disabled when file is updated. |
c59cadb3 | 14-Feb-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Avoid marking the tab 'red' on the first search. |
af94bdd6 | 14-Feb-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Persist the "follow" mode across sessions.
Fixes #183 |
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 |
71df3a3b | 08-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 |
bb5e255b | 07-Nov-2017 |
Anton Filimonov <anton.filimonov@gmail.com> |
Fix small memory leak |
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. |