]> git.lyx.org Git - lyx.git/history - src/TextMetrics.h
tex2lyx: support for multiple indices and subindices
[lyx.git] / src / TextMetrics.h
2010-12-06 Vincent van RavesteijnRemove leftover of r36485.
2010-09-04 Uwe StöhrTextMetrics.h: fix typo
2010-03-11 Vincent van RavesteijnRemove unused function.
2009-08-13 Vincent van RavesteijnFix bug #6126: Assertion with page down in Math manual.
2009-08-10 Vincent van RavesteijnCorrect datatypes.
2009-05-20 Vincent van RavesteijnFix bug #5944: Scrolling isn't predictable.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-14 Abdelrazak YounesPatch by Vincent that solves a number of problems relat...
2008-03-15 Stefan Schimanski* moved text completion logic into Text class
2008-03-06 Abdelrazak YounesTransfer and bug fix LFUN_BUFFER_BEGIN/END_SELECT to...
2008-02-27 André PönitzAPI cosmetics
2008-02-21 Stefan Schimanski* completion infrastructure
2007-12-21 Stefan Schimanski* compile fix
2007-12-21 Abdelrazak YounesClose to perfect scrolling. Some bugs fixing and behavi...
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...