]> git.lyx.org Git - lyx.git/history - src/TextMetrics.h
getting rid of more superfluous lyx::support:: statements.
[lyx.git] / src / TextMetrics.h
2007-11-15 Abdelrazak Younessimplify text selection drawing.
2007-11-02 André Pönitzde-tuple-fication; cosmetics
2007-09-29 André Pönitzcosmetics
2007-09-23 Abdelrazak YounesFix RTL inset painting.
2007-09-20 Abdelrazak Younes* TextMetrics:
2007-09-18 Abdelrazak YounesFix InsetBox drawing and remove remnant of the wide...
2007-09-17 Abdelrazak YounesCleanup the TEXT_TO_INSET_OFFSET mess. This correction...
2007-09-15 Abdelrazak YounesGive PageDown/Up scrolling a sane behaviour. Does not...
2007-09-12 Abdelrazak Younes* bufferview_funcs.cpp:status(): use new TextMetrics...
2007-09-11 Abdelrazak YounesTransfer the Paragraph position cache from CoordCache...
2007-09-05 Abdelrazak YounesMove selection painting closer to row painting. Single...
2007-09-02 Abdelrazak Younes* TextMetrics: getDisplayFont() and isRTLBoundary(...
2007-09-02 Abdelrazak Younes* Text: Move some more stuff from Text to TextMetrics:
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-08-31 Abdelrazak YounesTransfer Text::drawSelection() to TextMetrics.
2007-08-30 Abdelrazak YounesFinally enable single row repainting within insets...
2007-08-29 Abdelrazak YounesTransfer ParagraphMetrics::rowChangeStatus() to Row...
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-18 Abdelrazak Younes* Text:
2007-06-21 Stefan Schimanski* Clear the paragraph metrics cache as well on redraw:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André PönitzLyXText -> Text
2007-01-01 Abdelrazak YounesTransfer x2pos() and pos2x from LyXText to TextMetrics.
2007-01-01 Abdelrazak YounesCompilation fix, again... sorry.
2007-01-01 Abdelrazak YounesCompilation fix.
2007-01-01 Abdelrazak YounesTransfer getColumnNearX from LyXText to TextMetrics.
2007-01-01 Abdelrazak YounesTransfer these methods from LyXText to TextMetrics:
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...