]> git.lyx.org Git - lyx.git/history - src/Layout.cpp
simplify Lexer handling a bit more
[lyx.git] / src / Layout.cpp
2008-04-03 André Pönitzsimplify Lexer handling a bit more
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-06 Richard HeckKill indexing into the list of layouts.
2008-03-06 Richard HeckNo need to lowercase here.
2008-03-06 Richard HeckBackend support for layout categorization.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-14 Richard HeckFix Layout::read() API.
2008-02-01 Jean-Marc LasgouttesUse a set<string> instead of a vecctor<string> for...
2008-01-07 Jürgen Spitzmüller*** Requires tag for classes, layouts and custom insets ***
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-08 Peter Kümmelfix wrong tex2lyx hack
2007-12-08 Peter Kümmelfix wrong tex2lyx hack
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-25 Peter Kümmeldon't declare if already done in a header
2007-11-06 Martin VermeerFix bug 4329
2007-11-01 Stefan Schimanski* reverting previous workarounds. With Martin's commit...
2007-11-01 Stefan Schimanski* yet another compile fix.
2007-11-01 Martin VermeerFix inset font inheritance mechanism; smaller clean-ups
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-09-29 André Pönitzcosmetics
2007-08-18 Abdelrazak Younes* Layout.h
2007-08-06 Richard HeckMake LYX_ALIGN_LAYOUT always be an available layout...
2007-07-12 Jean-Marc Lasgouttes * Layout.cpp (read): fix ObsoletedBy and DependsOn...
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-07-02 Jean-Marc LasgouttesFix bug 3750: this code is a kludge and should be remov...
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout