lyx_mirror/src
Jean-Marc Lasgouttes 9f33db8f53 Fix up 5577e877: remove logic error
Commit 5577e877 introduces forceUpdateBuffer() to delay actual
updatBuffer() calls to a central place.

In Cursor::upDownInText, the updateNeeded flag (which triggers
Update::Force update flag) is set to true when Cursor::checkDepm
returns true. This is fine, except that checkDepm also leads to a
forceBufferUpdate() call.

The logic in the method was such that, when updateNeeded is already
true when entering, forceBufferUpdate() will be called even though
checkDepm did not request it.

Fixes a slight delay with selecting in MergedManual (the manual of
manuals).
2024-05-03 14:38:32 +02:00
..
client
convert
frontends Fix up 'Reduce metrics updates from 4 to 1 when loading file' 2024-04-29 18:02:14 +02:00
graphics Convert $${python} placeholder for graphic conversions 2024-04-14 21:30:02 +01:00
insets Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
mathed Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
support Remove unused #include 2024-04-28 12:33:33 +02:00
tests Fixup 2660df9b99: missing stuff after moving Lexer to support/ 2024-05-01 16:54:10 +02:00
tex2lyx Fixup 2660df9b99: missing stuff after moving Lexer to support/ 2024-05-01 16:54:10 +02:00
.gitignore
AppleSpellChecker.cpp
AppleSpellChecker.h
AspellChecker.cpp
AspellChecker.h
Author.cpp
Author.h
BiblioInfo.cpp DocBook: amend e3020a6b. 2024-03-01 13:45:28 +01:00
BiblioInfo.h DocBook: amend e3020a6b. 2024-03-01 13:45:28 +01:00
boost.cpp
Box.cpp
Box.h
BranchList.cpp
BranchList.h
buffer_funcs.cpp
buffer_funcs.h
Buffer.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
Buffer.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
BufferEncodings.cpp CharInfo: allow to store several commands (both text and math) for each character. 2022-02-20 01:33:03 +01:00
BufferEncodings.h
BufferList.cpp
BufferList.h
BufferParams.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
BufferParams.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
BufferView.cpp Avoid full metrics computation with Update:FitCursor 2024-04-30 15:18:13 +02:00
BufferView.h Improve stats update times for buffer switches and toolbar toggles. 2024-04-05 22:59:07 +02:00
Bullet.cpp Whitespace 2022-03-05 13:45:27 +01:00
Bullet.h Use a more transparent lexic for bullet label functions 2022-03-05 09:00:47 +01:00
Changes.cpp Fix bug #11781. Patch from Daniel. 2022-11-27 13:20:17 -05:00
Changes.h
Chktex.cpp
Chktex.h
Citation.h
CiteEnginesList.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
CiteEnginesList.h
CMakeLists.txt
CmdDef.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
CmdDef.h
Color.cpp Introduce color_selectionmath 2023-10-04 13:10:07 +02:00
Color.h
ColorCode.h Introduce color_selectionmath 2023-10-04 13:10:07 +02:00
ColorSet.h
Compare.cpp Fix bug #11781. Patch from Daniel. 2022-11-27 13:20:17 -05:00
Compare.h Fix bug #11781. Patch from Daniel. 2022-11-27 13:20:17 -05:00
CompletionList.h
Converter.cpp Amend 12e3d46b 2023-09-23 16:18:28 +02:00
Converter.h Revert "Do not return copies of string members" 2023-05-15 17:13:41 +02:00
ConverterCache.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
ConverterCache.h
CoordCache.cpp Group most verbose dbg output into more intuitive categories. 2023-07-18 22:25:28 +02:00
CoordCache.h Revert a9c6fb0c. 2023-07-27 22:39:49 +02:00
Counters.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
Counters.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
Cursor.cpp Fix up 5577e877: remove logic error 2024-05-03 14:38:32 +02:00
Cursor.h Fix up 5577e877: remove logic error 2024-05-03 14:38:32 +02:00
CursorSlice.cpp
CursorSlice.h
CutAndPaste.cpp Fix crash when deleting inset with backspace 2024-04-07 19:29:53 +02:00
CutAndPaste.h Introduce new function copyInsetToTemp 2022-11-04 21:44:24 +01:00
DepTable.cpp
DepTable.h
Dimension.cpp
Dimension.h
DispatchResult.h
DocIterator.cpp Allow using the text properties dialog in mathed 2023-11-06 18:04:44 +01:00
DocIterator.h Allow using the text properties dialog in mathed 2023-11-06 18:04:44 +01:00
DocumentClassPtr.h
EnchantChecker.cpp
EnchantChecker.h
Encoding.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
Encoding.h Amend 3f9e21b8 2022-03-06 23:01:56 +01:00
ErrorList.cpp
ErrorList.h
Exporter.cpp
Exporter.h
factory.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
factory.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
Floating.cpp Rename LATEX debug level to OUTFILE and use it for DocBook, HTML, and XML messages. 2022-03-01 16:05:42 +01:00
Floating.h Another indentation fix 2022-02-27 14:53:01 +01:00
FloatList.cpp
FloatList.h
Font.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
Font.h
FontEnums.h
FontInfo.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
FontInfo.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
FontList.cpp
FontList.h
Format.cpp
Format.h
FuncCode.h Allow relative statistics values in statusbar. 2024-04-05 19:36:23 +02:00
FuncRequest.cpp Add != operator to FuncRequest and special value FuncRequest::prefix 2022-12-10 20:30:58 +01:00
FuncRequest.h Add != operator to FuncRequest and special value FuncRequest::prefix 2022-12-10 20:30:58 +01:00
FuncStatus.cpp
FuncStatus.h
Graph.cpp
Graph.h
HunspellChecker.cpp
HunspellChecker.h
IndicesList.cpp
IndicesList.h
InsetIterator.cpp
InsetIterator.h
InsetList.cpp
InsetList.h
Intl.cpp
Intl.h
KeyMap.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
KeyMap.h Detect when one tries to bind a lfun to a prefix of longer commands 2023-07-22 00:01:34 +02:00
KeySequence.cpp
KeySequence.h
Language.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
Language.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
LaTeX.cpp Limit nomencl backwards support to case when old package is really used 2023-11-08 16:17:58 +01:00
LaTeX.h
LaTeXFeatures.cpp Limit nomencl backwards support to case when old package is really used 2023-11-08 16:17:58 +01:00
LaTeXFeatures.h LyXHTML: switch the doctype to (X)HTML5 and only output XML entities. 2022-12-25 20:48:14 +01:00
LaTeXFonts.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
LaTeXFonts.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
LaTeXPackages.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
LaTeXPackages.h Handle the case of outdated chkconfig.ltx in user directory 2024-04-20 14:57:12 +02:00
Layout.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
Layout.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
LayoutEnums.h
LayoutFile.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
LayoutFile.h
LayoutModuleList.cpp Sync with master 2022-10-26 10:52:21 +02:00
LayoutModuleList.h Sync with master 2022-10-26 10:52:21 +02:00
lyx_commit_hash.h.in
LyX.cpp Fix support for screen fractional scaling with Wayland 2024-02-29 10:28:15 +01:00
LyX.h Fix support for screen fractional scaling with Wayland 2024-02-29 10:28:15 +01:00
LyXAction.cpp * quote-insert lfun description 2024-04-05 19:47:20 +02:00
LyXAction.h
lyxfind.cpp Force a Buffer * argument to MathData constructor 2024-04-24 16:26:57 +02:00
lyxfind.h
LyXRC.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
LyXRC.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
LyXVC.cpp
LyXVC.h
lyxwinres.rc
main.cpp
Makefile.am Fixup 2660df9b99: missing stuff after moving Lexer to support/ 2024-05-01 16:54:10 +02:00
MetricsInfo.cpp Little bit more debug info for unset Buffer members. 2024-04-18 18:25:47 -04:00
MetricsInfo.h Fix display of a math hull inset in a tight inset 2024-03-22 15:40:40 +01:00
ModuleList.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
ModuleList.h
Mover.cpp
Mover.h Move LYX_(BEGIN|END)_MUTE_GCC_WARNING macros to their own header. 2023-11-10 13:14:34 +01:00
output_docbook.cpp Update comment: a function was renamed. 2024-02-26 02:17:48 +01:00
output_docbook.h DocBook: add some TODOs for the future. 2022-12-27 00:03:07 +01:00
output_latex.cpp Pass a two parameters parameter by reference 2024-01-12 15:55:45 +01:00
output_latex.h
output_plaintext.cpp
output_plaintext.h
output_xhtml.cpp XHTML: support NONE as item tag when no item tag should be output. 2022-12-09 02:48:52 +01:00
output_xhtml.h
output.cpp
output.h
OutputEnums.h
OutputParams.cpp Account for babel's bidi option (#12866) 2023-08-17 14:25:33 +02:00
OutputParams.h Account for babel's bidi option (#12866) 2023-08-17 14:25:33 +02:00
paper.h
Paragraph.cpp Rename hasToString() to findUsesToString() 2024-04-02 09:22:53 +02:00
Paragraph.h Fix brokenBiblio() and fixBiblio() with change tracking (#12909) 2023-09-16 08:34:43 +02:00
ParagraphList.h
ParagraphMetrics.cpp At metrics time, store paragraph id too 2023-03-03 10:34:18 +01:00
ParagraphMetrics.h Introduce new helpers ParagraphMetrics::top/bottom 2024-04-05 13:03:22 +02:00
ParagraphParameters.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
ParagraphParameters.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
ParIterator.cpp
ParIterator.h
PDFOptions.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
PDFOptions.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
PersonalWordList.cpp
PersonalWordList.h
Row.cpp Revert "Fix display of a math hull inset in a tight inset" 2024-03-22 15:08:26 +01:00
Row.h Avoid row breaking at inconvenient places. 2023-09-25 12:46:54 +02:00
RowFlags.h Sync with master 2022-10-26 10:52:21 +02:00
RowPainter.cpp Revert "Fix display of a math hull inset in a tight inset" 2024-03-22 15:08:26 +01:00
RowPainter.h
Server.cpp
Server.h
ServerSocket.cpp
ServerSocket.h
Session.cpp Fix compiler warning about unused string consts 2023-04-26 14:06:25 -04:00
Session.h Sync with master 2022-10-26 10:52:21 +02:00
Spacing.cpp
Spacing.h
SpellChecker.h
TexRow.cpp Sync with master 2022-10-26 10:52:21 +02:00
TexRow.h
texstream.cpp Sync with master 2022-10-26 10:52:21 +02:00
texstream.h
Text.cpp Fix up 5577e877: remove logic error 2024-05-03 14:38:32 +02:00
Text.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
TextClass.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
TextClass.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
TextMetrics.cpp Comment out too verbose debug output 2024-04-10 14:06:30 +02:00
TextMetrics.h Improve the code that limits scrolling at top/bottom 2024-04-05 13:03:22 +02:00
Thesaurus.cpp
Thesaurus.h
Toc.h
TocBackend.cpp Sync with master 2022-10-26 10:52:21 +02:00
TocBackend.h Display equation/theorem numbers in insert cross reference dialog. 2023-07-26 13:35:42 -04:00
TocBuilder.cpp Fix wrong nesting in Outline. 2023-07-28 10:31:54 +02:00
TocBuilder.h
Trans.cpp Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
Trans.h Move Lexer to support/ directory (and lyx::support namespace) 2024-04-28 12:23:13 +02:00
Undo.cpp Implement undo coalescing 2024-04-05 12:50:20 +02:00
Undo.h
update_flags.h
VCBackend.cpp
VCBackend.h
version.cpp
version.h Introduce default box frame color (#12921) 2023-09-30 09:56:27 +02:00
VSpace.cpp Sync with master 2022-10-26 10:52:21 +02:00
VSpace.h
WordLangTuple.h
WordList.cpp
WordList.h Move LYX_(BEGIN|END)_MUTE_GCC_WARNING macros to their own header. 2023-11-10 13:14:34 +01:00
xml.cpp DocBook: fix case with emphasis at end of footnote 2023-09-25 10:41:21 -04:00
xml.h DocBook: fix case with emphasis at end of footnote 2023-09-25 10:41:21 -04:00