lyx_mirror/src/frontends
Guillaume Munch 6144bbfbf8 Replace foreach with for
C++11 allows foreach-style iterations with the following syntax:

for (auto & element : container) {
 ...
}
2016-06-12 19:17:33 +01:00
..
qt4 Replace foreach with for 2016-06-12 19:17:33 +01:00
tests Require a C++11 compiler 2016-06-07 20:34:52 +02:00
.gitignore
alert.h Remove heavy includes 2014-11-30 12:52:01 +01:00
Application.h Auto feature for minibuffer toolbar 2015-07-15 17:41:09 +02:00
Clipboard.h
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 Cleanup Painter text() API 2016-05-30 14:55:41 +02:00
Selection.h
WorkArea.h
WorkAreaManager.cpp
WorkAreaManager.h