]> git.lyx.org Git - lyx.git/history - src/frontends
Remove unused Counters::copy
[lyx.git] / src / frontends /
2020-11-28 Yuriy SkalkoFix buffer over-read on last Unicode code points
2020-11-28 Yuriy SkalkoCleanup included headers
2020-11-28 Jean-Marc Lasgouttesremove most traces of boost::regex
2020-11-27 Yuriy SkalkoAlways use std::regex
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-11-27 Jean-Marc LasgouttesRemove deprecated enum value with Qt5
2020-11-26 Jean-Marc LasgouttesImprove some debug messages
2020-11-25 Yuriy SkalkoFix loop variable, amend d8e8a93a58
2020-11-25 Yuriy SkalkoFix memory leak
2020-11-25 Yuriy SkalkoCleanup headers
2020-11-24 Jean-Marc LasgouttesForgot this.
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-21 Yuriy SkalkoRefactor checksum calculation
2020-11-21 Yuriy SkalkoRemove unused headers
2020-11-21 Yuriy SkalkoUse range-based loops
2020-11-21 Pavel SandaErase white frame in fullscreen mode.
2020-11-20 Yuriy SkalkoAdd more `override` specifiers
2020-11-20 Kornel BenkoMissing '{'
2020-11-20 Jean-Marc LasgouttesUse range-based loops in GuiView
2020-11-15 Sam CrawleyFix issue in running compare from the command line
2020-11-14 Jean-Marc LasgouttesStore correctly the window position with Wayland
2020-11-02 Richard Kimberly... whitespace and style
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-11-01 Yuriy SkalkoUse const references
2020-11-01 Yuriy SkalkoSimplify with std::map::insert
2020-10-30 Richard Kimberly... Change the logic of the indentation setting.
2020-10-29 Richard Kimberly... Const
2020-10-25 Yuriy SkalkoMove Windows-specific stuff into os_win32.h
2020-10-25 Yuriy SkalkoMove include of own header to the top. Fix dependencies
2020-10-25 Yuriy SkalkoFix obsoleted Qt values
2020-10-25 Yuriy SkalkoConstify
2020-10-24 Jean-Marc LasgouttesReplace QFontMetrics::width() by horizontalAdvance...
2020-10-24 Pavel SandaRevert da8b5de97 because of MSVC 2017.
2020-10-23 Yuriy SkalkoUnify naming of menu items
2020-10-19 Yuriy SkalkoReduce includes in header files (2)
2020-10-19 Yuriy SkalkoRemove duplicate and unused header includes in .cpp...
2020-10-19 Yuriy SkalkoRemove redundant `const &` for primitive types
2020-10-16 Yuriy SkalkoMove Cursor.h from TocWidget.h
2020-10-16 Yuriy SkalkoMove Cursor.h from Clipboard.h
2020-10-14 Pavel SandaMove <QTimer> from TocWidget.h
2020-10-14 Pavel SandaMove <QTimer> from GuiViewSource.h
2020-10-14 Pavel SandaMove <QKeyEvent> from DockView.h
2020-10-14 Pavel SandaMove GuiView.h from DockView.h
2020-10-14 Pavel Sanda<QCloseEvent> DialogView.h -> DialogView.cpp
2020-10-14 Pavel Sandainclude "GuiView.h": DialogView.h -> DialogView.cpp
2020-10-14 Pavel SandaMove <algorithm> from DocIterator.h
2020-10-13 Jean-Marc LasgouttesFix display of caret completion indicator
2020-10-13 Yuriy SkalkoRemove unused forward declarations
2020-10-12 Thibaut CuvelierFix compilation on Visual C++.
2020-10-12 Yuriy SkalkoRight exception rethrowing
2020-10-12 Yuriy SkalkoConstify
2020-10-10 Richard Kimberly... Const
2020-10-09 Yuriy SkalkoLoop refactoring
2020-10-06 Pavel SandaAdd few examples for lineno options.
2020-10-05 Jean-Marc Lasgouttesremove unused variable
2020-10-05 Yuriy SkalkoAmend efc0877f
2020-10-05 Yuriy SkalkoRefactoring
2020-10-05 Yuriy SkalkoAmend efc0877f
2020-10-03 Yuriy SkalkoAmend efc0877f
2020-10-03 Yuriy SkalkoRefactoring based on cppcheck suggestions
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-10-01 Jean-Marc LasgouttesCleanup the caret geometry code
2020-09-28 Pavel Sandaamend 6d6fc761be
2020-09-28 Pavel SandaQt4 compilable again
2020-09-28 Yuriy SkalkoUse real italic slope for slanted caret
2020-09-23 Jean-Marc LasgouttesRemove default parameter of UndoGroupHelper constructor
2020-09-18 Daniel RamoellerShow slanted caret (cursor) when text style emphasis...
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-09-14 Jean-Marc LasgouttesAdd method FontMetrics::italic()
2020-09-11 Jean-Marc LasgouttesFixup 5202d44e: make caret geometry update lazy
2020-09-10 Eugene ChornyiWorkaround Qtbug regarding the QAbstractScrollArea...
2020-09-08 Enrico ForestieriTry to use the right width for math symbols
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-09-06 Enrico ForestieriFix on-screen display of special math fonts
2020-09-05 Juergen SpitzmuellerAdd some hspacers
2020-09-03 Enrico ForestieriPersonalize fonts
2020-09-03 Juergen SpitzmuellerFoward-port tooltip addition from stable (3a7560dcb07)
2020-09-02 Richard Kimberly... Accelerators
2020-09-01 Enrico ForestieriAdjust debug output for fonts
2020-09-01 Richard Kimberly... Localization
2020-08-31 Richard Kimberly... Improved fix for edit button
2020-08-31 Richard Kimberly... Fix problem with edit button.
2020-08-31 Richard Kimberly... Fix bug 4475.
2020-08-30 Stephan Witt#11756 cleanup the view menu on Mac
2020-08-30 Stephan Witt#11756 hide additional menu items in edit menu on Mac
2020-08-29 Enrico ForestieriUse correct width for \fint
2020-08-29 Juergen SpitzmuellerLocalize format prettyName in some more places (#11954)
2020-08-28 Yuriy SkalkoPrevent permanent disabling of comboboxes in Vertical...
2020-08-27 Juergen Spitzmuelleraddress deprecation warning
2020-08-27 Pavel SandaFix Qt4 compilation.
2020-08-27 Juergen SpitzmuellerDisable citationSearchLE with citationSearchCB
2020-08-27 Juergen SpitzmuellerProperly report back if showDirectory() doesn't succeed
2020-08-27 Juergen SpitzmuellerReport back if citation target could not be opened
2020-08-27 Juergen SpitzmuellerMake paper search function accessible and customizable
2020-08-26 Juergen SpitzmuellerAbout: Fix cutting of icon (#11946)
2020-08-24 Jean-Marc LasgouttesForgotten break in switch found by coverity scan.
2020-08-24 Pavel SandaDo not hardcode launching of lyxpaperview script.
next