]> git.lyx.org Git - lyx.git/history - src/BufferParams.cpp
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / BufferParams.cpp
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...
2007-09-22 Uwe StöhrPDF-support patches by Pavel
2007-09-20 André Pönitzcosmetics
2007-09-20 André PönitzPavel Sanda's "PDFOptions" patch
2007-09-18 Richard HeckFulfill promise to Andre: TextClass_ptr --> TextClassPtr.
2007-09-13 Richard HeckWhitespace.
2007-09-08 Richard HeckFix crash when layout file cannot be read due to failur...
2007-09-08 Richard HeckRevert accidental commit.
2007-09-08 Richard HeckFix crash when layout file cannot be read due to failur...
2007-09-02 Richard HeckClarify comment.
2007-09-01 Richard HeckThis patch continues 19964. It takes advantage of the...
2007-08-31 Bo PengEmbedding feature patch 3: basic gui support
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-12 André Pönitzdisable some tests for standard C++ features; add a...
2007-07-23 Jürgen Spitzmüller* src/BufferParams.cpp (writeEncodingPreamble):
2007-07-09 Michael Schmitt * src/Author.h:
2007-06-26 Uwe Stöhr- Fileformat change: rename "arabic" to "arabic_arabtex"
2007-06-22 Uwe StöhrBufferParams.cpp: correct wrong previous commit
2007-06-22 Uwe StöhrFixes for Farsi:
2007-06-12 Bo PengAdd bypass validation checkboxes to listings related...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-28 Jürgen Spitzmüller* src/BufferParams.{cpp, h}
2007-05-28 Jürgen SpitzmüllerFix bug 3522.
2007-05-12 Uwe StöhrBufferParams.cpp: forgot this in last commit
2007-05-12 Uwe StöhrBufferParams.cpp: the long discussed babel call logic...
2007-05-09 Uwe StöhrBufferParams.cpp: only whitespace
2007-05-09 Uwe StöhrBufferParams.cpp: Simplify babel call
2007-05-09 Bo PengAdd support for listings package. Two listings command...
2007-05-08 Uwe StöhrBufferParams.cpp: fix bug 3569:
2007-05-08 Michael Schmittchange tracking:
2007-05-07 Uwe StöhrBufferParams.cpp: fix bug 3568:
2007-05-06 Uwe StöhrGeorg's patch for bug 3043:
2007-05-06 Uwe Stöhrfix inputenc handling bug introduced with r18198
2007-05-05 Uwe Stöhrset infrastructure to allow not to call babel
2007-05-04 Jürgen Spitzmüller* lib/encodings:
2007-05-01 Uwe Stöhrfile format change: support for Armenian
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-30 André Pönitzdistribute content sof tex-strings.cpp to their respect...
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-28 André Pönitzrename/merge LyXLength related stuff
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/