]> git.lyx.org Git - features.git/history - src/frontends/qt/GuiView.cpp
#12434 add event handler for pinch-to-zoom gesture
[features.git] / src / frontends / qt / GuiView.cpp
2022-01-03 Stephan Witt#12434 add event handler for pinch-to-zoom gesture
2022-01-01 Stephan WittCorrect white space.
2021-12-29 Stephan WittRemove unused local variable
2021-12-27 Scott KostyshakAllow toggling of Zoom elements without buffer
2021-12-27 Daniel RamoellerHide the zoom in the status bar from the status bar...
2021-11-02 Juergen SpitzmuellerAmend 59b8c209c41d
2021-11-02 Daniel RamoellerUse labels for zoom slider buttons
2021-10-31 Juergen SpitzmuellerRedraw all work areas while zooming (#12334)
2021-10-31 Daniel RamoellerFix for bug #11974
2021-10-18 Jean-Marc LasgouttesRevert "Update correctly completion after undo"
2021-10-14 Jean-Marc LasgouttesUpdate correctly completion after undo
2021-10-13 Stephan Witt#12368 correct spelling of toolbars visibility check...
2021-09-30 Yuriy SkalkoRemove useless casts reported by GCC with -Wuseless...
2021-09-29 Daniel RamoellerSVG replacement of busy.gif
2021-05-20 Daniel RamoellerOpen backup files via file open dialog
2021-05-05 Jean-Marc LasgouttesCache icons of dynamic menu buttons
2021-03-15 Enrico ForestieriAllow compiling with Qt6
2021-03-14 Juergen SpitzmuellerAmend [1bf53d47a5b8/lyxgit]
2021-03-14 Juergen SpitzmuellerUse customizable zoom context menu
2021-03-14 Juergen SpitzmuellerToom value: back to QLabel, this time with custom conte...
2021-03-14 Juergen SpitzmuellerProperly set minimum width with QToolButton
2021-03-12 Juergen SpitzmuellerSet zoom value after menu
2021-03-12 Juergen SpitzmuellerAdd forgotten parent
2021-03-11 Juergen SpitzmuellerAdd option to toggle zoom slider to zoom statusbar...
2021-03-11 Daniel RamoellerOption to hide the zoom slider
2021-03-11 Juergen SpitzmuellerAdd menu to statusbar zoom value
2021-03-11 Juergen SpitzmuellerDo not scale statusbar icons
2021-03-11 Juergen SpitzmuellerRemove zoom slider ticks
2021-03-09 Juergen SpitzmuellerRevert "Attempt to align slider and buttons in a widget"
2021-03-09 Juergen SpitzmuellerAttempt to align slider and buttons in a widget
2021-03-09 Juergen SpitzmuellerFix cut and paste error
2021-03-09 Juergen SpitzmuellerUse real minus char
2021-03-09 Juergen SpitzmuellerAdd +/- buttons to zoom slider
2021-03-09 Daniel RamoellerSmaller zoom slider on macOS
2021-03-08 Juergen SpitzmuellerKeep zoom label width constant (#12186)
2021-03-07 Juergen SpitzmuellerDisable zoom slider when there is no buffer open (...
2021-03-07 Juergen SpitzmuellerUpdate zoom display after zoom has been set
2021-03-07 Juergen SpitzmuellerShow zoom value in statusbar
2021-03-07 Juergen SpitzmuellerProperly set initial zoom value
2021-03-07 Juergen SpitzmuellerFix zoom slider with mouse wheel
2021-03-07 Juergen SpitzmuellerFix for Qt < 5.11
2021-03-07 Juergen SpitzmuellerAdd ticks to zoom slider
2021-03-07 Juergen SpitzmuellerZoom slider
2021-03-04 Juergen SpitzmuellerAllow for runtime (dark/light) mode switch
2021-02-26 Daniel RamoellerUse document mode on work area and docks on macOS
2021-02-16 Juergen SpitzmuellerGuiSearch: Properly delegate focus
2021-02-15 Juergen SpitzmuellerInitialize F&R dialog with selected text (#8448)
2021-02-03 Pavel SandaAttempt on #12066.
2021-02-03 Jean-Marc LasgouttesForce redraw of all bufferviews after zoom in/out
2021-01-13 Richard Kimberly... Simplify and polish
2021-01-13 Richard Kimberly... Fix bug #10635
2021-01-06 Jean-Marc LasgouttesFix use of BookmarkSection::size()
2021-01-04 Richard Kimberly... Fix bug #11568.
2020-12-17 Juergen SpitzmuellerImplement sane UI for switching tristate toolbars ...
2020-12-07 Jean-Marc LasgouttesMake spellchecker work in read-only document
2020-12-06 Yuriy SkalkoImplement proper Dialog factory instead of implicit...
2020-11-25 Yuriy SkalkoFix loop variable, amend d8e8a93a58
2020-11-21 Pavel SandaErase white frame in fullscreen mode.
2020-11-20 Kornel BenkoMissing '{'
2020-11-20 Jean-Marc LasgouttesUse range-based loops in GuiView
2020-11-14 Jean-Marc LasgouttesStore correctly the window position with Wayland
2020-10-24 Jean-Marc LasgouttesReplace QFontMetrics::width() by horizontalAdvance...
2020-10-19 Yuriy SkalkoReduce includes in header files (2)
2020-10-19 Yuriy SkalkoRemove duplicate and unused header includes in .cpp...
2020-10-12 Thibaut CuvelierFix compilation on Visual C++.
2020-10-12 Yuriy SkalkoRight exception rethrowing
2020-10-05 Yuriy SkalkoRefactoring
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-09-16 Jean-Marc LasgouttesRevert "Show toolbar context menu only when clicking...
2020-09-16 Daniel RamoellerShow toolbar context menu only when clicking on the...
2020-08-29 Juergen SpitzmuellerLocalize format prettyName in some more places (#11954)
2020-08-27 Juergen SpitzmuellerMake paper search function accessible and customizable
2020-08-24 Jean-Marc LasgouttesForgotten break in switch found by coverity scan.
2020-08-20 Pavel SandaAllow LyX to find pdfs and urls of citation references...
2020-08-07 Stephan WittAmend commit 3af8ff39fc - make it work with Qt 4.x...
2020-08-07 Stephan WittForce a uniform style for group boxes, on Mac non-flat...
2020-08-04 Stephan Witt#10571 improved handling of WM's signal when switching...
2020-05-18 Richard Kimberly... Fix bug #11456.
2020-05-18 Richard Kimberly... Fix bug #11405.
2020-05-01 Richard Kimberly... GUI for new counter inset.
2020-04-21 Enrico ForestieriRaise the window in single-instance mode
2020-03-31 Juergen SpitzmuellerImplement buffer-write force
2020-03-06 Scott KostyshakFix Qt deprecation warn for getContentsMargins()
2020-03-03 Richard Kimberly... Send a DispatchResult object with dispatch requests...
2020-02-28 Richard Kimberly... Fix a bunch of warnings.
2020-02-22 Stephan WittUse real path names for buffer lookup by name of tempor...
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-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-10-26 Jean-Marc LasgouttesRemove some useless expressions
2019-07-25 Kornel BenkoFix forward search
2019-07-20 Jean-Marc LasgouttesRename frontend qt4 to qt