]> git.lyx.org Git - lyx.git/history - src/BufferParams.h
get rid of the \use_escape_chars pref, which was not used
[lyx.git] / src / BufferParams.h
2009-05-22 Jürgen Spitzmüller* Per-document setting for bibtex and makeindex.
2009-04-16 Jürgen SpitzmüllerIntroduce splitindex support. File format change.
2009-04-11 Uwe Stöhrsupport for \pagecolor, fileformat change
2009-04-10 Jürgen Spitzmüller* new per-document default output format. File format...
2009-04-06 Jürgen Spitzmüllerstart XeTeX support.
2009-02-21 Richard HeckMove some more code around so as to make module-related...
2009-02-19 Richard HeckMake Andre a little happier.
2009-02-11 Richard HeckMove some code around in an effort to make information...
2008-12-19 Jürgen Spitzmüller* BufferParams.{cpp,h}:
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-05 Richard HeckThis patch fixes a set of bugs reported by Philippe...
2008-11-05 Richard HeckRevert the last few patches. I'll commit a more general...
2008-11-05 Richard HeckFix bug reported by Philippe relating to excluded modul...
2008-10-23 Richard HeckThis patch introduces ProvidesModule and ExcludesModule...
2008-10-20 Richard HeckFix LFUN_LAYOUT_MODULE_ADD: We need to make sure that...
2008-10-16 Richard HeckFactorize out some of this. Just a bit more cleanup...
2008-10-14 Richard HeckChange some vectors to lists. This is preparatory for...
2008-10-12 Uwe Stöhrbabel handling: revert r26857 and r26858 for the reason...
2008-10-12 Jürgen Spitzmüller** fix bug 2114. Fileformat change.
2008-10-12 Abdelrazak YounesFactorize out the hardcoded babel tests. This whole...
2008-07-27 Richard HeckSupport for removing "default" modules.
2008-06-05 Jürgen Spitzmüller** support for CJK font argument. File Format change **
2008-05-22 Richard HeckAdd some constness where we can.
2008-04-28 Jürgen Spitzmüllersupport for default master document.
2008-04-20 André Pönitzmove citation enums into header of their own
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
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/