]> git.lyx.org Git - lyx.git/history - src/TextMetrics.cpp
Get package things working with modules prior to UI patch.
[lyx.git] / src / TextMetrics.cpp
2007-08-29 Abdelrazak YounesEnable use of Row::changed()
2007-08-29 Abdelrazak YounesTransfer ParagraphMetrics::rowChangeStatus() to Row...
2007-08-28 Abdelrazak YounesTake Track-Change into account when calculating row...
2007-08-28 Abdelrazak YounesUpdate comment.
2007-08-28 Abdelrazak Younes* TextMetrics::redoParagraph(): we need to check the...
2007-08-28 Abdelrazak YounesDon't draw if there's nothing to draw.
2007-08-28 Abdelrazak YounesWe are not forced to redraw the row each time the curso...
2007-08-28 Abdelrazak YounesMerge the Row and RowMetrics class. Those classes were...
2007-08-28 Abdelrazak Younes- Transfer rowpainter.cpp:paintPar() to TextMetrics...
2007-08-27 Abdelrazak Younes- Transfer rowpainter.cpp:paintTextInset() to TextMetri...
2007-08-27 Abdelrazak YounesBug fix: correctly redraw a Row containing and inset...
2007-08-27 Abdelrazak YounesGather ParagraphMetrics initialization in ParagraphMetr...
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-18 Abdelrazak Younes* Text:
2007-08-18 Abdelrazak Younes* TextMetrics.cpp
2007-08-18 Abdelrazak Younes* Layout.h
2007-08-10 Lars Gullik BjønnesGet rid of a few warnings.
2007-06-10 Stefan Schimanski* Font are lightweight, so better do not change the...
2007-06-10 Stefan Schimanski* Changing the font does not change the fontmetrics...
2007-06-07 Stefan Schimanski* local_bidi.patch: The bidi object in the class Text...
2007-06-07 Stefan Schimanski* no_bidi_isboundary.patch: added isRTLBoundary as...
2007-05-30 Stefan Schimanski* removed the "dirty trick" to append a row with wrong...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-19 Richard HeckFix for bug 3650. Made changes to the Paragraph::checkB...
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-05-18 Jürgen Spitzmüller* src/Cursor.cpp (parbreak):
2007-05-05 Jürgen Spitzmüller* src/TextMetrics.cpp (setHeightOfRow):
2007-04-29 André PönitzLyXText -> Text
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-28 André Pönitzrename/merge LyXLength related stuff
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 Bo PengRename .C ==> .cpp for files in src/