]> git.lyx.org Git - lyx.git/history - src/frontends
DocBook: add a layout tag to tell whether an item is the abstract or not.
[lyx.git] / src / frontends /
2020-05-03 Juergen SpitzmuellerRe-fix layout
2020-05-03 Richard Kimberly... Use GuiNames for counters.
2020-05-03 Richard Kimberly... More polishing of counter dialog. Thanks to Jürgen...
2020-05-01 Richard Kimberly... Polish the counter UI a bit and add some to the documen...
2020-05-01 Juergen SpitzmuellerFix build with qt4
2020-05-01 Juergen SpitzmuellerFix Ui layouts.
2020-05-01 Richard Kimberly... Fix thinkos for counter value type
2020-05-01 Richard Kimberly... GUI for new counter inset.
2020-04-28 Jean-Marc LasgouttesAvoid some more copies in range-based for loops
2020-04-23 Juergen SpitzmuellerHint at (new) filter function in tooltip.
2020-04-23 Juergen SpitzmuellerUse CategorizedCombo for font selection
2020-04-23 Juergen SpitzmuellerCategorized Combo: Do not draw category line if the...
2020-04-21 Enrico ForestieriRaise the window in single-instance mode
2020-04-16 Jean-Marc LasgouttesSimplify code for bidi icons
2020-04-14 Jean-Marc LasgouttesReimplement properly bidi icons
2020-04-14 Jean-Marc LasgouttesRevert "Add mechanism to change icons in RTL mode"
2020-04-04 Jean-Marc LasgouttesDo not compute caret geometry when we are not ready...
2020-03-31 Juergen SpitzmuellerImplement buffer-write force
2020-03-28 Richard Kimberly... Fix crash after 24926b2e239.
2020-03-28 Richard Kimberly... Remove newlines from shortcut LFUNs.
2020-03-26 Juergen SpitzmuellerFix typo.
2020-03-21 Scott KostyshakRestore XLFD code for Qt 4
2020-03-20 Scott KostyshakChange a couple instances of QFontMetrics::width()
2020-03-20 Scott KostyshakRemove redundant font loader code
2020-03-19 Scott KostyshakRemove remnants regarding old XLFD font handling
2020-03-19 Scott KostyshakFix Qt dep warn and remove XLFD font workaround
2020-03-19 Scott KostyshakFix Qt deprecation warns for setTextColor()
2020-03-19 Scott KostyshakFix commented out code
2020-03-19 Scott KostyshakFix Qt deprecation warns for setAutoCompletion()
2020-03-15 Juergen SpitzmuellerOutliner: Add filter combo for non-output items
2020-03-13 Juergen SpitzmuellerFixup tooltips
2020-03-13 Jean-Marc LasgouttesRevert "Do not display caret when we're not ready"
2020-03-13 Jean-Marc LasgouttesDo not display caret when we're not ready
2020-03-13 Juergen SpitzmuellerIntroduce maintain unincluded children "mostly"
2020-03-12 Juergen SpitzmuellerFix UI quirk in IncludeOnly settings
2020-03-08 Scott KostyshakFix Qt deprecation warns for setting tab
2020-03-07 Scott KostyshakRevert "Do not display caret when we're not ready"
2020-03-07 Richard Kimberly... Revert b7509419.
2020-03-07 Scott KostyshakFix Qt deprecation warn for QPixmapCache::find()
2020-03-07 Scott KostyshakFix Qt deprecation warn for QList::fromSet()
2020-03-06 Scott KostyshakFix Qt deprecation warn for setConfirmOverwrite()
2020-03-06 Scott KostyshakFix Qt deprecation warn for getContentsMargins()
2020-03-06 Scott KostyshakFix Qt deprecation warning for isItemSelected()
2020-03-06 Scott KostyshakFix Qt deprecation warning for setItemHidden()
2020-03-05 Scott KostyshakRename a var "sort" to not mask std::sort()
2020-03-05 Scott KostyshakFix deprecation warnings from use of qSort()
2020-03-05 Scott KostyshakFix a few deprecation warnings in Qt 5.14.1
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-02-28 Richard Kimberly... More requires --> required, for C++2a.
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... Fix null pointer warnings.
2020-02-27 Richard Kimberly... Fix bug #11748.
2020-02-27 Richard Kimberly... Fix a bunch of warnings
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-23 Richard Kimberly... Fix some clang warnings.
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 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-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-15 Pavel SandaUnify handling in dispatchVC.
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-07 Juergen SpitzmuellerProperly resize columns of child document table widget
2020-01-27 Jean-Marc LasgouttesAdopt a 'belt and braces' approach to bidi forcing
2020-01-14 Juergen SpitzmuellerFix typo in tooltip
2020-01-13 Juergen SpitzmuellerAdd pref to keep ct markup on copy/paste
2020-01-12 Jean-Marc LasgouttesRevert "Automatically show the review toolbar if the...
2020-01-10 Juergen SpitzmuellerAdd buffer param to opt-out fragile content movement
2020-01-07 Jean-Marc LasgouttesUpdate to boost 1.72
2020-01-02 Juergen SpitzmuellerNew helper lfun ifrelatives
2020-01-02 Juergen SpitzmuellerFurther improve status check of master-buffer-forall
2019-12-31 Juergen SpitzmuellerSlightly better status of master-buffer-forall
2019-12-31 Juergen SpitzmuellerImplement master-buffer-forall
2019-12-27 Juergen SpitzmuellerIntroduce buffer-reset-export
2019-12-27 Juergen SpitzmuellerAdd pref option to disable underlining of added text...
2019-12-26 Juergen SpitzmuellerShow modified text in merge changes dialog as far as...
2019-12-26 Juergen SpitzmuellerImprove info in changes dialog
2019-12-25 Juergen SpitzmuellerForgot this
2019-12-24 Juergen SpitzmuellerDisable changebar checkbox if show changes in output...
2019-12-24 Juergen SpitzmuellerAdd native changebars
2019-12-24 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2019-12-24 Juergen SpitzmuellerProvide way to add (optional) user initials
2019-12-22 Juergen SpitzmuellerDon't hide qualified citation list individual pre-...
2019-12-15 Juergen SpitzmuellerReport makeindex/xindy errors
2019-11-20 Juergen SpitzmuellerGuiSelectionManager: fix getSelectedIndex for availableLV
2019-11-19 Juergen SpitzmuellerFix crash in selection manager
next