]> git.lyx.org Git - lyx.git/history - src/Paragraph.h
cosmetics. mainly replace #include "dostring.h" by #include "strfwd.h"
[lyx.git] / src / Paragraph.h
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/