]> git.lyx.org Git - lyx.git/history - src/BufferParams.h
lexer cosmetics
[lyx.git] / src / BufferParams.h
2008-03-24 Richard HeckAdd support for document-local layout information....
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-15 Stefan Schimanski* compile fix
2008-03-11 Bo PengEmbed: allow the use of embedded layout and class ...
2008-03-09 Bo PengEmbedding: add option \extra_embedded_files to buffer...
2008-02-29 Richard HeckCleanup.
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
2008-02-28 Richard HeckMore work towards type safety regarding TextClass's...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-24 Richard HeckRestore Andre's TextClassIndex, but now in the form...
2008-02-24 Richard HeckAndre's s/getBaseClass/baseClass/ cleanup.
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...
2008-02-19 Richard HeckAdd support for column separation in page margins....
2008-01-25 Jürgen Spitzmüller* src/BufferParams.{cpp,h}:
2008-01-06 Richard HeckPass by const reference. Thanks Andre and Peter.
2008-01-06 Richard HeckRemove commented out code.
2008-01-05 Richard HeckRationalize the handling of makeTextClass().
2007-12-14 Jean-Marc LasgouttesMove part of Buffer::validate into a new method BufferP...
2007-12-05 Abdelrazak YounesHeader cleanup.
2007-11-30 Abdelrazak Younes* Buffer:
2007-11-28 Abdelrazak Younes* FileName:
2007-11-07 Abdelrazak Younesadjust comment.
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-09-20 André PönitzPavel Sanda's "PDFOptions" patch
2007-09-19 André Pönitzreduce #includes
2007-09-18 Richard HeckFulfill promise to Andre: TextClass_ptr --> TextClassPtr.
2007-09-11 André Pönitzremove unnecessary includes
2007-09-01 Richard HeckThis patch continues 19964. It takes advantage of the...
2007-08-30 Bo PengEmbedding patch two: read/write embedded files'
2007-08-29 Richard HeckThis is one of a series of patches that will merge...
2007-08-23 Richard HeckThis is one of a series of patches that will merge...
2007-08-20 Richard HeckBiblio.{h,cpp} --> BiblioInfo.{h,cpp}
2007-08-14 Richard HeckMove the lyx::biblio namespace into src/. Also make...
2007-05-28 Jürgen Spitzmüller* src/BufferParams.{cpp, h}
2007-05-28 Jürgen SpitzmüllerFix bug 3522.
2007-05-09 Bo PengAdd support for listings package. Two listings command...
2007-05-08 Michael Schmittchange tracking:
2007-05-07 Uwe StöhrBufferParams.h: add comment
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src/