]> git.lyx.org Git - lyx.git/history - src
Fixup cf9827df: do not forget keyboard bindings and docs
[lyx.git] / src /
2020-03-04 Richard Kimberly... Fix bug #10316.
2020-03-03 Richard Kimberly... Andr'e points out this is wrong. Of course it is, since...
2020-03-03 Jean-Marc LasgouttesDo not display caret when we're not ready
2020-03-03 Richard Kimberly... Fix nullptr warning
2020-03-03 Richard Kimberly... Send a DispatchResult object with dispatch requests...
2020-03-01 Richard Kimberly... Fix nullptr warnings
2020-02-29 Kornel BenkoCmake tests: Amend f6f51587
2020-02-29 Richard Kimberly... Avoid a copy.
2020-02-29 Richard Kimberly... Fix warnings and use ranges.
2020-02-29 Richard Kimberly... Fix warnings
2020-02-29 Richard Kimberly... Fix a bunch of warnings
2020-02-29 Richard Kimberly... Fix warnings in support/.
2020-02-29 Richard Kimberly... Fix header.
2020-02-29 Richard Kimberly... Null pointers.
2020-02-28 Richard Kimberly... Use ranges, fix warning
2020-02-28 Richard Kimberly... Use ranges, fix warning
2020-02-28 Richard Kimberly... Use range
2020-02-28 Richard Kimberly... Fix nullptr warnings
2020-02-28 Richard Kimberly... Use ranges, fix warnings
2020-02-28 Richard Kimberly... Fix nullptr warnings
2020-02-28 Richard Kimberly... Use ranges, fix warnings
2020-02-28 Richard Kimberly... Fix warnings
2020-02-28 Richard Kimberly... Fix warnings
2020-02-28 Richard Kimberly... Use range
2020-02-28 Richard Kimberly... Fix warnings
2020-02-28 Richard Kimberly... Use range and rename private variable
2020-02-28 Richard Kimberly... Use more ranges
2020-02-28 Richard Kimberly... Use ranges
2020-02-28 Richard Kimberly... Polish
2020-02-28 Richard Kimberly... More requires --> required, for C++2a.
2020-02-28 Richard Kimberly... Apparently, "requires" is a keyword in C++2a.
2020-02-28 Richard Kimberly... Remove code that has not been used since 2010.
2020-02-28 Richard Kimberly... Stop dialogs from updating twice all the time.
2020-02-28 Richard Kimberly... Fix warnings
2020-02-28 Richard Kimberly... Remove code that has not been used for 13 years.
2020-02-28 Richard Kimberly... Fix warnings.
2020-02-28 Richard Kimberly... Fix a bunch of warnings.
2020-02-27 Richard Kimberly... Revert unintended change
2020-02-27 Richard Kimberly... Fix null pointer warnings.
2020-02-27 Richard Kimberly... Fix warning (and simplify)
2020-02-27 Richard Kimberly... Fix bug #11748.
2020-02-27 Richard Kimberly... Fix a bunch of warnings
2020-02-27 Richard Kimberly... Fix problem with validation when using InsetLayout.
2020-02-25 Enrico ForestieriCleaner fix to ensure 32-bit XCB events
2020-02-25 Enrico ForestieriRevert "Fix write to uninitialized bytes for XCB event"
2020-02-24 Jean-Marc LasgouttesFixup d207e85c: paint sublabel with the correct backgro...
2020-02-23 Richard Kimberly... Fix alignment warnings from clang.
2020-02-23 Richard Kimberly... Use C++11 construct.
2020-02-23 Enrico ForestieriFix FileName::realPath() on Windows
2020-02-23 Richard Kimberly... Try again to fix memory leak reported by Scott.
2020-02-23 Richard Kimberly... Revert "Fix memory leak reported by Scott."
2020-02-23 Richard Kimberly... Fix memory leak reported by Scott.
2020-02-23 Richard Kimberly... Fix some clang warnings.
2020-02-23 Richard Kimberly... Fix nullptr warnings
2020-02-23 Richard Kimberly... Fix "no extern declaration" warning.
2020-02-22 Jean-Marc LasgouttesMake sure that spelling marks do not spill ouside of row
2020-02-22 Stephan WittUse real path names for buffer lookup by name of tempor...
2020-02-21 Stephan WittAvoid potential leak of memory pointed to by QTreeWidge...
2020-02-20 Pavel Sandagcc 4.7 leftover
2020-02-20 Stephan WittAvoid potential leak of memory pointed to by QTreeWidge...
2020-02-19 Scott KostyshakFix write to uninitialized bytes for XCB event
2020-02-18 Pavel SandaFix memory leak.
2020-02-18 Stephan WittAdd missing check for nullptr on check of language...
2020-02-18 Stephan WittAdd missing initialization for local variable.
2020-02-18 Stephan WittRemove useless assignments to a local variables never...
2020-02-18 Stephan WittRemove useless assignment to a local variables never...
2020-02-18 Stephan WittAvoid crashes in case of missing document buffer for...
2020-02-17 Richard Kimberly... Silence some clang warnings.
2020-02-17 Richard Kimberly... Fix a strange warning in QtCreator:
2020-02-17 Stephan WittRemove unnecessary assertion after explicit buffer...
2020-02-17 Stephan WittAvoid potential crashes with missing document buffer...
2020-02-17 Stephan WittCode cleanup: avoid repeating temp_dir method calls...
2020-02-17 Juergen SpitzmuellerRestore custom tmp directory
2020-02-15 Pavel SandaUnify handling in dispatchVC.
2020-02-15 Juergen Spitzmuellerwhitespace
2020-02-15 Juergen SpitzmuellerFix Python detection on windows
2020-02-14 Stephan WittAvoid uninitialized position variables in case of curre...
2020-02-13 Stephan WittAvoid potential leak of memory pointed to by QStandardI...
2020-02-13 Richard Kimberly... Fix bug #11737.
2020-02-12 Juergen SpitzmuellerRevert "Fix bug #11712."
2020-02-12 Richard Kimberly... Fix bug #11712.
2020-02-12 Stephan WittMake cell index of tabular local for column loop.
2020-02-12 Stephan WittRemove another unnecessary assignment
2020-02-10 Enrico ForestieriRemove unnecessary assignments
2020-02-10 Enrico ForestieriMake sure to not dereference a null pointer.
2020-02-07 Juergen SpitzmuellerProperly resize columns of child document table widget
2020-02-07 Juergen SpitzmuellerIndentation fixes
2020-02-07 Stephan WittFix a crash with uninitialized buffer member of MathData
2020-02-06 Stephan Wittupdate canAutoOpenFile/autoOpenFile implementation...
2020-02-03 Richard Kimberly... Don't need to remove the file if it doesn't exist....
2020-02-02 Scott KostyshakRemove a finishUndo() after a recordUndo()
2020-01-29 Juergen SpitzmuellerIgnore geometry-related settings if the class provides...
2020-01-27 Jean-Marc LasgouttesAdopt a 'belt and braces' approach to bidi forcing
2020-01-27 Jean-Marc LasgouttesFix warning with --disable-nls
2020-01-26 Jean-Marc LasgouttesFix distcheck target
2020-01-16 Juergen SpitzmuellerRemove terminating linebreak
2020-01-15 Jean-Marc LasgouttesMake graĥics and external insets tighter
2020-01-15 Jean-Marc LasgouttesFixup eeb4187a: copy-paste errors
2020-01-15 Jean-Marc LasgouttesRemove some spacing above InsetColapsible when possible
2020-01-15 Jean-Marc LasgouttesMake script inset much tighter in texted.
next