]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiCompleter.h
GuiBibtex: Use appropriate title when using Biblatex
[lyx.git] / src / frontends / qt4 / GuiCompleter.h
2017-07-03 Richard HeckFix whitespace at EOL.
2013-05-20 Pavel SandaHeader cleanup cont.
2013-05-02 Pavel SandaRemove some header leftovers based on Scott's script...
2011-12-02 Richard HeckThe Cursor argument here was not being used, so there...
2011-12-02 Richard HeckAdd constness in several places.
2011-12-02 Richard HeckRemove unused optional argument.
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
2008-11-16 Stefan Schimanski* complete-accept directly completes if the completion...
2008-06-03 Bernhard RoiderFix item delegate for qt 4.2:
2008-03-04 Stefan Schimanski* even setModel can trigger focus events. So move also...
2008-03-04 Stefan Schimanski* fix another crash due to the redraw opti-/minimizatio...
2008-02-28 Stefan Schimanski* small indicator in the cursor to show that a completi...
2008-02-28 Stefan Schimanski* completion cursor
2008-02-26 Stefan Schimanski* escape hides the completion
2008-02-26 Stefan Schimanski* factored out hidePopup and hideInline
2008-02-26 Stefan Schimanski* paragraph support for the global word list. To make...
2008-02-24 Stefan Schimanski* setItemDelegate does not free the old delegate. So...
2008-02-23 Stefan Schimanski* fix backspace at paragraph end. The inline completion...
2008-02-21 Stefan Schimanski* minimize redraws during completion
2008-02-21 Stefan Schimanski* completion infrastructure