]> git.lyx.org Git - lyx.git/history - src/TextClassList.cpp
Load local textclass in addTextClass(), reload local layout correctly in LFUN_TEXTCLA...
[lyx.git] / src / TextClassList.cpp
2008-02-24 Bo PengLoad local textclass in addTextClass(), reload local...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-05 Bo PengAvoid loading local layout file multiple times
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-15 André Pönitzreduce line noise
2007-10-21 André Pönitzcosmetics
2007-10-18 André Pönitzstart using FileName::exists()
2007-09-26 Bo PengLyx now starts and asks for reconfigure if no textclass...
2007-09-11 Richard HeckAdd layout-reload LFUN. This is useful for people creat...
2007-09-08 Richard HeckRevert accidental commit.
2007-09-08 Richard HeckFix crash when layout file cannot be read due to failur...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*