]> git.lyx.org Git - lyx.git/history - src/TextMetrics.cpp
SCons: msvc does not need this /TP option any more after we rename .C => .cpp. Also...
[lyx.git] / src / TextMetrics.cpp
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/