]> git.lyx.org Git - lyx.git/history - src/frontends/qt/GuiWorkArea.cpp
Introduce new helpers ParagraphMetrics::top/bottom
[lyx.git] / src / frontends / qt / GuiWorkArea.cpp
2024-04-05 Jean-Marc LasgouttesIntroduce new helpers ParagraphMetrics::top/bottom
2024-04-03 Jean-Marc LasgouttesCompilation fix with Qt < 5.7
2024-02-29 Jean-Marc LasgouttesFix support for screen fractional scaling with Wayland
2023-12-25 Koji YakotaTemporary fix for #11723.
2023-08-18 Juergen SpitzmuellerRemove Qt < 5.2 conditionals and special code
2023-07-24 Juergen SpitzmuellerAdd accelerators
2023-07-24 Juergen SpitzmuellerFix casing
2023-07-03 Pavel SandaAdd bug reference.
2023-07-03 Juergen SpitzmuellerFix inset context menu offset with keyboard (#12811)
2023-06-13 Pavel SandaActivate work area by tab click.
2023-05-11 Jean-Marc LasgouttesFixup 7f1b1729: restore lazy caret handling
2023-05-03 Jean-Marc LasgouttesNever not show caret when window does not have focus
2023-05-03 Jean-Marc LasgouttesCode factoring: introduce BufferView::busy()
2023-03-09 Daniel RamoellerFix text color of "file changed on disk" notification
2023-02-08 Jean-Marc Lasgouttesfix comment.
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-19 Jean-Marc LasgouttesRemove all uses of Q_WS_* macros
2022-11-18 Jean-Marc LasgouttesGet rid of Qt4 code in src/
2022-10-26 Juergen SpitzmuellerSync with master
2022-07-25 Jean-Marc LasgouttesFix flicker due to changing metrics while selecting...
2022-06-13 Jean-Marc LasgouttesHonor key bindings for commit string
2021-12-17 Jean-Marc LasgouttesAdd lyxrc option to force the use of backing store
2021-10-05 Yuriy SkalkoAmend d3c335a5d5
2021-09-29 Jean-Marc LasgouttesMake paragraph-goto and friends set paragraph to the top
2021-03-21 Juergen SpitzmuellerFix Qt6 deprecation warning (QMouseEvent::x() ::y())
2021-03-11 Juergen SpitzmuellerFix deprecation warning
2021-03-02 Daniel RamoellerFix Disable Editing "Lock" icon protrudes into tab...
2021-02-26 Daniel RamoellerUse document mode on work area and docks on macOS
2021-01-29 Enrico ForestieriAvoid deprecation warnings
2020-12-01 Jean-Marc LasgouttesSimplify GuiWorkarea::Private constructor
2020-11-28 Yuriy SkalkoCleanup included headers
2020-11-27 Jean-Marc LasgouttesRemove deprecated enum value with Qt5
2020-11-24 Jean-Marc LasgouttesRewrite (again!) the code for caret drawing
2020-11-21 Jean-Marc LasgouttesCorrect caret position from the start
2020-11-01 Yuriy SkalkoUse const references
2020-10-13 Jean-Marc LasgouttesFix display of caret completion indicator
2020-10-05 Jean-Marc Lasgouttesremove unused variable
2020-10-05 Yuriy SkalkoRefactoring
2020-10-01 Jean-Marc LasgouttesCleanup the caret geometry code
2020-09-28 Yuriy SkalkoUse real italic slope for slanted caret
2020-09-18 Daniel RamoellerShow slanted caret (cursor) when text style emphasis...
2020-09-11 Jean-Marc LasgouttesFixup 5202d44e: make caret geometry update lazy
2020-09-10 Eugene ChornyiWorkaround Qtbug regarding the QAbstractScrollArea...
2020-09-07 Jean-Marc LasgouttesRevert "Fixup 5202d44e: make caret geometry update...
2020-09-07 Jean-Marc LasgouttesFixup 5202d44e: make caret geometry update lazy
2020-08-04 Stephan Witt#10571 improved handling of WM's signal when switching...
2020-07-12 Jean-Marc LasgouttesRevert "Improve handling of top and bottom margin"
2020-07-12 Jean-Marc LasgouttesImprove handling of top and bottom margin
2020-07-09 Eugene ChornyiWorkaround Qtbug where QAbstractScrollArea::mouseMoveEv...
2020-06-25 Jean-Marc LasgouttesRun codespell on src/frontends
2020-05-18 Richard Kimberly... Fix warnings
2020-04-04 Jean-Marc LasgouttesDo not compute caret geometry when we are not ready...
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-07 Scott KostyshakRevert "Do not display caret when we're not ready"
2020-03-03 Jean-Marc LasgouttesDo not display caret when we're not ready
2019-10-21 Jean-Marc LasgouttesMark insets with invalid buffer() in red in devel-mode.
2019-10-07 Jean-Marc Lasgouttestypo
2019-10-07 Jean-Marc LasgouttesRevert "typo"
2019-10-07 Jean-Marc Lasgouttestypo
2019-10-07 Jean-Marc LasgouttesFix bad caret position with horizontal scrolling
2019-07-20 Jean-Marc LasgouttesRename frontend qt4 to qt