]> git.lyx.org Git - lyx.git/history - src/BufferParams.cpp
** fix bug 2114. Fileformat change.
[lyx.git] / src / BufferParams.cpp
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-10-12 Abdelrazak YounesSimplify and optimize a bit the special babel language...
2008-10-11 Uwe StöhrSupport for Mongolian, fileformat change
2008-10-11 Uwe StöhrBufferParams.cpp: typo
2008-10-07 Richard HeckThe default modules should be kept in order.
2008-10-05 Uwe Stöhrmake Latvian documents compilable, fixes http://bugzill...
2008-10-05 Uwe StöhrBufferParams.cpp: make Lithuanian documents compilable...
2008-09-29 Uwe StöhrGuiDocument.cpp, BufferParams.cpp: fix http://bugzilla...
2008-09-29 Uwe StöhrBufferParams.cpp, LaTeXFeatures.cpp: fix http://bugzill...
2008-09-21 André Pönitzcosmetics
2008-09-08 Uwe Stöhrvarious listings fixes by Vincent, see http://www.mail...
2008-08-19 Jürgen Spitzmüllerfinal touch.
2008-08-19 Jürgen Spitzmüller* adjust line lengths
2008-08-18 Jürgen Spitzmüller** proper implementation of pLaTeX by Tetsuya Makimura...
2008-07-27 Richard HeckSupport for removing "default" modules.
2008-07-25 Richard HeckMove the default module loading from makeDocumentClass...
2008-07-25 Richard HeckAdd UseModule tag for layout files. This allows the...
2008-07-18 Uwe StöhrBufferParams.cpp: clarify the babel loading logic:...
2008-07-15 Jürgen SpitzmüllerRestore 1.5.x babel loading order (bug 5024)
2008-07-11 Richard Heck'Default'-->'Empty' in Bo's recent commit. Default...
2008-07-11 Bo PengImprove the local layout feature by better handling...
2008-07-01 Enrico ForestieriFix bug 2721
2008-06-30 Jean-Marc Lasgouttesrewrap long lines
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-05-15 Uwe StöhrBufferParams.cpp: fix the order for page sizes, filefor...
2008-05-13 Uwe StöhrBufferParams.cpp: follow Jürgen's advice to load subfig...
2008-05-13 Uwe StöhrBufferParams.cpp: load the subfig package conditionally...
2008-05-10 Enrico ForestieriMake it less ugly and safer, as when adding to the...
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-04-18 Bo PengEmbedding: revert embedding options and extra_embedded_...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-05 André Pönitzlexer cosmetics
2008-03-31 Enrico ForestieriOnly add \makeatletter and \makeatother to the preamble...
2008-03-29 Uwe StöhrFileformat change.
2008-03-24 Richard HeckAdd support for document-local layout information....
2008-03-21 André Pönitzcosmetics
2008-03-15 Bo PengAdd use_bundled_format rc entry to allow creation of...
2008-03-15 André Pönitzcosmetics/#include cleanup
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-03-07 Richard HeckBaseClassList --> LayoutFileList
2008-03-01 Richard HeckImprove handling of local layout files. There are two...
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 Heckbaseclasslist --> BaseClassList singleton. Prep for...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-25 Richard HeckReplace boost::shared_ptr<TextClass> with a global...
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 HeckMore cleanup from Andre.
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-02-15 Jürgen SpitzmüllerFix a crash following the input of an invalid paragraph...
2008-02-14 Richard HeckFix TextClass::read API. Also some cleanup.
2008-02-01 Jean-Marc LasgouttesUse a set<string> instead of a vecctor<string> for...
2008-01-25 Jürgen Spitzmüller* src/BufferParams.{cpp,h}:
2008-01-24 Pavel SandaPDFoptions: improve the functionality in case the hyper...
2008-01-22 Jean-Marc LasgouttesMove spacing code around (and fix a bug)
2008-01-19 Jürgen SpitzmüllerFix hyperref-soul conflict and sanitize hyperref management
2008-01-09 Richard HeckThis commit adds some new functionality to the modules...
2008-01-07 Jürgen Spitzmüller*** Requires tag for classes, layouts and custom insets ***
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().
2008-01-05 Richard HeckImplement checks for available modules both in BufferPa...
2007-12-14 Jean-Marc LasgouttesMove part of Buffer::validate into a new method BufferP...
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-10 André Pönitzfix typo
2007-12-03 Jürgen Spitzmüller* src/BufferParams.cpp (readToken):
2007-12-02 Jürgen Spitzmüller* src/BufferParams.cpp (readToken):
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Abdelrazak Younes* FileName:
2007-11-26 Bo PengIf there exists a local layout file, use the local...
2007-11-17 Jürgen Spitzmüller* LaTeXFeatures.cpp (useLanguage):
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-03 André Pönitz*sigh*
2007-11-02 André Pönitzpimpl not needed here
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-17 André Pönitzcreate some helper functions in FileName
2007-10-13 Uwe StöhrThe huge URL patch:
2007-10-11 Uwe StöhrBufferParams.cpp: - load the japanese package only...
2007-10-09 Uwe StöhrBufferParams.cpp: babel must be loaded even when there...
2007-10-09 Uwe StöhrBufferParams.cpp: empty the encodings when the Japanese...
2007-10-09 Uwe StöhrBufferParams.cpp: next step for proper traditional...
2007-10-04 Uwe Stöhrsupport for the Vietnamese languages
2007-09-29 Uwe StöhrBufferParams.cpp: add comment
2007-09-25 Uwe StöhrBufferParams.cpp: change the package loading to:
2007-09-22 Uwe StöhrBufferParams.cpp: whitespace
2007-09-22 Uwe StöhrPDFOptions.cpp: clean up the appearance of the paramete...
next