b81f8729 | 21-Sep-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Prevent the SearchLine to grow when very long lines are in the history. |
1da0abe7 | 12-Sep-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Exit "follow" mode when a match is selected. |
dc5d3cbc | 29-Aug-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Support searching the selected word (* and # keys).
Also correct a bug when searching backward for a word at the beginning of the line. |
522e7185 | 29-Aug-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix word selection at the beginning, the end of a line, or on line 0. |
68160a58 | 23-Aug-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Use the right timestamp when generating the source tarball. |
591a260c | 11-Aug-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update the docs to add keys /, n, N and f. |
f1051649 | 11-Aug-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Coloured bullets are now properly updated when the search is changed. |
084ce554 | 10-Aug-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add control of the debug output via the command line. |
eb89ad0f | 05-Aug-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct a bug where the window can't be reduced...
...below a certain size when it starts very big on Windows. |
5f32df0b | 04-Aug-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Merge remote branch 'origin/devel' into devel |
2f3d4448 | 29-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Remove Boost from the source repository. |
52db7e7f | 28-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Remove useless images from ressource file. |
2211d26e | 27-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement the 'follow mode' feature. |
92941d33 | 27-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Ignore the search/highlights when the search string is empty. |
4706d616 | 26-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Optimise repetitively pressing n/N on the last match of the file. |
c904cfdf | 23-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add '/' shortcut for quickfind. |
81ee06ae | 23-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add support for searching backward. |
f1ff9ae1 | 20-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implents the actual quickfind algorithm. |
185354d5 | 15-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
The QuickFind bar now colourises the matches. |
8fa6737c | 14-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add the QuickFind bar and rework the interfaces to handle it.
(not functional yet) |
461e6185 | 01-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
First implementation of the QuickFind class (non functional). |
e759a82c | 16-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add the build version in the title bar for dev builds. |
b82f9cfc | 16-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Range and portion selections are added to X11 global selection. |
492aa8f4 | 15-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct a bug: columns and lines limit to length() instead of length()-1 |
16817cde | 15-Jul-2010 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Double-clicking now selects a word. |