lyx_mirror/src/tex2lyx
José Matox 7ef2816cd0 remove lengthcommon.cpp and use it as a link from the upper dir
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23849 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-20 13:20:18 +00:00
..
boost.cpp
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
Font.h
gettext.cpp
Makefile.am remove lengthcommon.cpp and use it as a link from the upper dir 2008-03-20 13:20:18 +00:00
math.cpp
Parser.cpp
Parser.h
pch.h
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 * comments 2008-03-10 12:57:45 +00:00