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
Application.h Run codespell on src/frontends 2020-06-26 00:21:47 +02:00
Clipboard.h
CMakeLists.txt
Delegates.h
FontLoader.h
FontMetrics.h Add method FontMetrics::italic() 2020-09-14 16:26:19 +02:00
KeyModifier.h
KeySymbol.h
Makefile.am
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