lyx_mirror/src/frontends
Jean-Marc Lasgouttes 967f4d661e Remove default parameter of UndoGroupHelper constructor
This can lead to mistakes. If no buffer is required at the beginning,
it is better to pass 'nullptr' explicitly.

Fix a case of missing parameter in GuiCompleter (introduced at
f3656600). This avoids some spurious "There is no group open (creating
one)" messages.
2020-09-23 17:33:17 +02:00
..
qt Remove default parameter of UndoGroupHelper constructor 2020-09-23 17:33:17 +02:00
tests Fix a number of issues that were stopping compilation with MSVC 19. 2020-05-04 19:45:58 -04:00
.gitignore
alert.h Rename for clarity. 2019-05-12 23:16:25 -04:00
Application.h Run codespell on src/frontends 2020-06-26 00:21:47 +02:00
Clipboard.h
CMakeLists.txt Amend c293be56: Cmake part of 'Rename frontend qt4 to qt' 2019-07-21 00:44:17 +02:00
Delegates.h
FontLoader.h
FontMetrics.h Add method FontMetrics::italic() 2020-09-14 16:26:19 +02:00
KeyModifier.h
KeySymbol.h Do not use GUI language for shortcut info inset if no translation is available 2019-03-09 12:00:40 +01:00
Makefile.am Rename frontend qt4 to qt 2019-07-20 23:39:40 +02:00
mouse_state.h
NullPainter.h Fix and simplify computation of painter monochrome mode 2020-07-12 00:01:46 +02:00
Painter.h Fix and simplify computation of painter monochrome mode 2020-07-12 00:01:46 +02:00
Selection.h Run codespell on src/frontends 2020-06-26 00:21:47 +02:00
WorkArea.h
WorkAreaManager.cpp
WorkAreaManager.h