]> git.lyx.org Git - lyx.git/history - src/sgml.cpp
* Get rid of LFUN_TOC_INSERT: we use LFUN_INSET_INSERT "toc".
[lyx.git] / src / sgml.cpp
2010-01-20 Richard HeckMake the new argument to step() mandatory, and add...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-05-06 Abdelrazak Younesremove unneeded includes.
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-24 Richard HeckMore cleanup from Andre.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
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-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-06 André Pönitzsimplification
2007-11-06 André Pönitzwe assume (more or less) conforming compilers nowadays.
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-09-29 André Pönitzcosmetics
2007-09-20 Abdelrazak Younesshut down conversion warning and unicode fix.
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-26 Bo PengRename .C ==> .cpp for files in src/