]> git.lyx.org Git - lyx.git/history - src/TextMetrics.C
* GuiView.C (updateTab): do not update early if current tab has
[lyx.git] / src / TextMetrics.C
2007-02-24 Enrico ForestieriFix bug 3233
2007-01-11 Abdelrazak Younestiny optimisation.
2007-01-06 Abdelrazak YounesThis commit fixes the singlePar optimization which...
2007-01-04 Peter Kümmelundo partly 16444/16452
2007-01-01 Abdelrazak YounesTransfer x2pos() and pos2x from LyXText to TextMetrics.
2007-01-01 Abdelrazak YounesTransfer getColumnNearX from LyXText to TextMetrics.
2007-01-01 Abdelrazak YounesRecommit Peter's commit from rev 16444. svn commit...
2007-01-01 Abdelrazak YounesTransfer these methods from LyXText to TextMetrics:
2006-12-30 Peter Kümmelmake out-of-bound access impossible
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...