]> git.lyx.org Git - lyx.git/history - src/Paragraph.h
Fix text direction issue for InsetInfo in RTL context
[lyx.git] / src / Paragraph.h
2008-03-04 Stefan Schimanski* remove some garbage from the "buffer in inset" change
2008-02-28 Richard HeckFix types.
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-26 Stefan Schimanski* paragraph support for the global word list. To make...
2008-02-25 Stefan SchimanskiRevert "* compile fix"
2008-02-25 Stefan Schimanski* compile fix
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-01-28 Jean-Marc Lasgouttes * src/Text.cpp (changeCase): do not set the selection...
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-10-31 André Pönitzintroduce a header to forward declare std::string.
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-24 Abdelrazak Younes* InsetList: introducing find() and count()
2007-10-24 Abdelrazak YounesIntroducing Paragraph::find().
2007-10-24 Abdelrazak YounesIntroducing Paragraph::changeCase().
2007-10-24 Abdelrazak Younes* Paragraph: Move more things to Paragraph::Private
2007-10-23 André Pönitzcosmetics
2007-10-23 Abdelrazak Younes* Paragraph: erase unused some method and move some...
2007-10-22 Abdelrazak Younes* Paragraph:
2007-10-21 André Pönitzcosmetics
2007-10-19 Abdelrazak Younes* Paragraph: Cosmetics and cleanups, remove uneeded...
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-13 Abdelrazak YounesUse InsetCode.
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-04 Alfredo Braunsteinrename Paragraph::isRightToLeftPar -> isRTL for the...
2007-08-31 Abdelrazak YounesTransfer Paragraph::hfillExpansion() to ParagraphMetric...
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-07-09 Michael Schmitt * src/Author.h:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-19 Richard HeckFix for bug 3650. Made changes to the Paragraph::checkB...
2007-04-30 André Pönitzremove RowList_fwd.h. Not really needed
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 Bo PengRename .C ==> .cpp for files in src/