lyx_mirror/src/frontends
Guillaume Munch e0e765f6a9 Get rid of dirty BufferView pointer
Now that there is a signal to inform the controller when the buffer view has
changed, it is no longer necessary to store a perishable pointer to a buffer
view in the dialog view. (Indeed, it was only really useful for checking whether
the new buffer view pointer was different from the old one.)

TODO: other dialogs should be audited for similar hazards.
2016-10-17 00:16:59 +02:00
..
qt4 Get rid of dirty BufferView pointer 2016-10-17 00:16:59 +02:00
tests Require a C++11 compiler 2016-06-07 20:34:52 +02:00
.gitignore
alert.h
Application.h Simplifications, mainly removal of boost::function and useless std::bind 2016-07-03 01:39:32 +02:00
Clipboard.h Remove using directives from headers 2016-06-26 18:22:59 +02:00
CMakeLists.txt
Delegates.h
FontLoader.h
FontMetrics.h Use QFontMetrics information for underlines (and friends) width and position 2015-09-08 10:44:03 +02:00
KeyModifier.h
KeySymbol.h
Makefile.am Configure included iconv with autotools 2016-05-29 17:55:43 -04:00
mouse_state.h
Painter.h Remove obviously wrong documentation in Painter.h 2016-07-18 16:17:38 +02:00
Selection.h
WorkArea.h
WorkAreaManager.cpp
WorkAreaManager.h