lyx_mirror/src/tex2lyx
Abdelrazak Younes cab2fe4cce MSVC compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23533 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-07 07:21:13 +00:00
..
boost.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
Context.cpp Changes LayoutList from a vector<LayoutPtr> to a vector<Layout>. 2008-03-06 20:01:30 +00:00
Context.h This is the last of the commits that hopes to enforce the distinction between "layout files" and "document classes" that was introduced by the modules code. For the most part, these changes just refactor code from TextClass between: (a) a TextClass base class; (b) a LayoutFile subclass, which represents the information in a .layout file; and (c) a DocumentClass subclass, which represents the layout information associated with a Buffer---a LayoutFile plus Modules. Methods from TextClass have been apportioned between the three classes depending upon what is needed where, and signatures have been changed where necessary so that the right kind of class is required. 2008-02-29 02:45:33 +00:00
Font.cpp 'using namespace std' instead of 'using std::xxx' 2007-12-12 10:16:00 +00:00
Font.h fix wrong tex2lyx hack 2007-12-08 10:50:30 +00:00
gettext.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
lengthcommon.cpp
Makefile.am This is the last of the commits that hopes to enforce the distinction between "layout files" and "document classes" that was introduced by the modules code. For the most part, these changes just refactor code from TextClass between: (a) a TextClass base class; (b) a LayoutFile subclass, which represents the information in a .layout file; and (c) a DocumentClass subclass, which represents the layout information associated with a Buffer---a LayoutFile plus Modules. Methods from TextClass have been apportioned between the three classes depending upon what is needed where, and signatures have been changed where necessary so that the right kind of class is required. 2008-02-29 02:45:33 +00:00
math.cpp 'using namespace std' instead of 'using std::xxx' 2007-12-12 10:16:00 +00:00
Parser.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
Parser.h
pch.h shuffle stuff around 2007-11-08 00:09:58 +00:00
preamble.cpp BaseClassList --> LayoutFileList 2008-03-07 03:53:21 +00:00
Spacing.h
table.cpp Get rid of the boost::shared_ptr's in TextClass.{h,cpp}. It's not clear what these were really doing here now, and they will cause bugs now that DocumentClass objects are more dynamic. 2008-03-07 03:41:12 +00:00
test-insets.tex
test-structure.tex
test.ltx
tex2lyx.cpp Improve performance of TextClass type objects by making BaseClassList and DocumentClassBundle containers of pointers rather than of objects, thus reducing the need to copy. Since these classes are singletons that live the life of the process, there's not much need to worry about memory leaks. 2008-03-06 23:31:40 +00:00
tex2lyx.h Improve performance of TextClass type objects by making BaseClassList and DocumentClassBundle containers of pointers rather than of objects, thus reducing the need to copy. Since these classes are singletons that live the life of the process, there's not much need to worry about memory leaks. 2008-03-06 23:31:40 +00:00
tex2lyx.man
text.cpp MSVC compile fix 2008-03-07 07:21:13 +00:00