]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiCompleter.cpp
Disable CheckTeX while buffer is processed
[lyx.git] / src / frontends / qt4 / GuiCompleter.cpp
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-02-14 Georg BaumFix missing symbols in math completer
2013-05-20 Pavel SandaHeader cleanup cont.
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-02-03 Stephan WittPrepare LyX code to compile and link with Qt5:
2012-06-28 Pavel SandaRevert a6e42e50791d.
2012-06-26 Uwe Stöhrremoved unused includes
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.
2011-10-16 Abdelrazak YounesGuiWorkArea: Move private stuff to GuiWorkArea_Private.h.
2011-07-18 Enrico ForestieriLimit fix for bug #6063 to math insets and only when...
2010-11-29 Jean-Marc LasgouttesFix part of bug #7072 by opening undo groups as needed.
2010-10-27 Vincent van RavesteijnRevert r32909: make input completion case sensitive...
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-06-09 Richard HeckMinor code cleanup.
2010-04-15 Vincent van RavesteijnMake Cursor::disp_ private as it should be.
2010-02-26 Vincent van RavesteijnFix bug #6552: Crash when inserting TeX-code in math...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-09 Vincent van RavesteijnMake the auto-completion case-insensitive.
2009-07-12 Enrico ForestieriFix bug #6063: Keylogger lyx::lyxbreaker: Crash in...
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 Stefan Schimanski* complete-accept directly completes if the completion...
2008-11-16 Stefan Schimanski* open popup on complete-accept if there is a completio...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-10-19 Abdelrazak YounesParagraph:
2008-06-04 Dov Feldsternthis entire method can now be removed (thanks for point...
2008-06-04 Dov Feldsternwhitespace
2008-06-04 Dov Feldsternfix completion painting for RTL (inline completion...
2008-06-03 Bernhard RoiderFix item delegate for qt 4.2:
2008-05-05 Pavel Sandafrom_utf8(fromqstr -> qstring_to_ucs4 .
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-21 André Pönitzfix #4758
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-06 André PönitzA hack to prevents an additional redraw when the scroll...
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-05 Stefan Schimanski* fix wrong slot name
2008-03-05 Stefan Schimanski* cosmetic
2008-03-05 Stefan Schimanski* rich text item delegate to draw the layout filter...
2008-03-04 Stefan Schimanski* even setModel can trigger focus events. So move also...
2008-03-04 Stefan Schimanski* cosmetic
2008-03-04 Stefan Schimanski* fix another crash due to the redraw opti-/minimizatio...
2008-03-04 Stefan Schimanski* work around for the bad memory of the treeview about...
2008-03-03 Stefan Schimanski* Hide popup asynchronously because we might be here...
2008-03-03 Stefan Schimanski* fix assert with 4.2.x when setting a null item delega...
2008-02-28 Stefan Schimanski* fix a memory corruption due to sligtly different...
2008-02-28 Stefan Schimanski* the longest completion does not depend on the competion.
2008-02-28 Stefan Schimanski* only remember the last selection if it didn't come...
2008-02-28 Stefan Schimanski* small indicator in the cursor to show that a completi...
2008-02-28 Stefan Schimanski* completion cursor
2008-02-28 Enrico ForestieriFix crash on cygwin with completion in text mode.
2008-02-26 Stefan Schimanski* set the column with in the popup before showing it...
2008-02-26 Stefan Schimanski* escape hides the completion
2008-02-26 Stefan Schimanski* undeflow fix for i == -1
2008-02-26 Stefan Schimanski* factored out hidePopup and hideInline
2008-02-26 Stefan Schimanski* don't show inline if the user did not want it, even...
2008-02-25 Stefan Schimanski* binary search can be tricky. I hope I got it right...
2008-02-25 Abdelrazak YounesChange CompletionList::data() signature and cosmetics.
2008-02-25 Stefan Schimanski* fix for binary search if string was not found
2008-02-25 Stefan Schimanski* fix longest prefix algorithm for sorted models: commo...
2008-02-25 Stefan Schimanski* special faster algorithms for sorted completion lists
2008-02-25 Stefan Schimanski* implemention of the WordList with iterator caching...
2008-02-24 Stefan Schimanski* setItemDelegate does not free the old delegate. So...
2008-02-24 Richard HeckFix drawing error on Linux, apprently caused by creatio...
2008-02-23 Stefan Schimanski* fix backspace at paragraph end. The inline completion...
2008-02-22 Stefan Schimanski* Qt does not reverse RTL strings for us. So it's a...
2008-02-22 Stefan Schimanski* another step for rtl completion: the popup is shown...
2008-02-22 Stefan Schimanski* following Andre's advice to rename the method into
2008-02-22 Stefan Schimanski* no need for QStyleOptionViewItemV3
2008-02-21 Stefan Schimanski* Reduce compilation time by removing the shared_ptr...
2008-02-21 Richard HeckCosmetics. And silence some warnings.
2008-02-21 Stefan Schimanski* show popup without delay even when the inline complet...
2008-02-21 Stefan Schimanski* silence warnings with null QPixmap
2008-02-21 Stefan Schimanski* minimize redraws during completion
2008-02-21 Stefan Schimanski* completion infrastructure