lyx_mirror/src/frontends
Uwe Stöhr d5099c8605 - introduce option to suppress the LaTeX package mhchem, fileformat change
The fileformat change is also needed because of our mistake that we load mhchem since LyX 1.6.4 automatically so that files created with LyX 1.6.4 won't compile under LyX 1.6.3. Now at least all files created or opened with LyX 1.7 can be reverted to the fileformat of LyX 1.6.x and can therefore be read by all LyX 1.6.x versions.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31941 a592a061-630c-0410-9148-cb99ea01b6c8
2009-11-11 01:48:07 +00:00
..
qt4 - introduce option to suppress the LaTeX package mhchem, fileformat change 2009-11-11 01:48:07 +00:00
tests fix "make check" with gcc 4.3 2009-03-18 22:49:51 +00:00
alert.h Implement a warning dialog with a "Do not show this warning again!" checkbox. 2009-04-19 11:57:52 +00:00
Application.h Transfer all keyboard related code and actions from LyXFunc to GuiApplication. Part of it should be transfered later to GuiView and BufferView. This code can probably be simplified a lot... 2009-10-04 20:58:20 +00:00
Clipboard.h Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5560. 2009-01-04 23:31:32 +00:00
Delegates.h * Pop up error dialog if issuing master-buffer-[view|update] and errors occured. 2009-06-21 12:26:41 +00:00
FontLoader.h
FontMetrics.h
KeyModifier.h
KeySymbol.h
LyXView.h Cleanup virtual interfaces. 2009-10-05 21:32:20 +00:00
Makefile.am fix compilation with external boost 2009-02-11 14:27:42 +00:00
mouse_state.h
Painter.h Forgot that in previous commit. 2009-03-28 17:33:20 +00:00
Selection.h
WorkArea.h Make WorkArea a pure virtual interface. 2009-10-05 21:39:23 +00:00
WorkAreaManager.cpp
WorkAreaManager.h