]> git.lyx.org Git - lyx.git/history - src/rowpainter.cpp
Update tex2lyx test files
[lyx.git] / src / rowpainter.cpp
2007-11-24 Abdelrazak YounesFix crash with InsetHFill. The inset position was not...
2007-10-29 Abdelrazak YounesRowPainter::paintForeignMark(): take a Language instead...
2007-10-29 Abdelrazak YounesAdd some const and avoid implicit constructions.
2007-10-28 Abdelrazak YounesUndo some Font -> FontInfo moves.
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-13 Abdelrazak YounesRemove mostly unused function.
2007-09-29 André Pönitzcosmetics
2007-09-21 Abdelrazak Younes* Inset:
2007-09-17 Abdelrazak YounesCleanup the TEXT_TO_INSET_OFFSET mess. This correction...
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-08-31 Abdelrazak YounesTransfer Paragraph::hfillExpansion() to ParagraphMetric...
2007-08-30 Abdelrazak Younesstupid copy&paste bug fix.
2007-08-30 Abdelrazak Younes* RowPainter: store PainterInfo reference instead of...
2007-08-30 Abdelrazak Younes* RowPainter:
2007-08-30 Abdelrazak Younes* RowPainter::paintFromPos(): transfer inset part to...
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 YounesTransfer rowpainter.cpp:paintText() to BufferView:...
2007-08-27 Abdelrazak Younes- Transfer rowpainter.cpp:paintTextInset() to TextMetri...
2007-08-27 Abdelrazak YounesI may have gone a bit too far in revision 19834: restor...
2007-08-27 Abdelrazak YounesRemove the wide() hack. This simplifies quite a few...
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* Layout.h
2007-07-18 Jürgen SpitzmüllerFix inset drawing issues (bug 3582)
2007-07-17 Jürgen Spitzmüller* src/rowpainter.cpp:
2007-07-09 Dov FeldsternFix bug 3889 (justification of Bidi text in the GUI)
2007-06-26 Uwe Stöhr- Fileformat change: rename "arabic" to "arabic_arabtex"
2007-06-11 Stefan Schimanski* do not draw grey bars if another update strategy...
2007-06-08 Stefan Schimanski* small fix to r18706: Better be more defensive in...
2007-06-07 Stefan Schimanski* local_bidi.patch: The bidi object in the class Text...
2007-05-31 José MatoxAdd support for Farsi (thanks to Mostafa Vahedi).
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-17 José MatoxMark spaces which belong to a foreign language in the...
2007-05-13 Michael Schmittoutput changes by means of xcolor and soul
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-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/