]> git.lyx.org Git - lyx.git/history - src/rowpainter.cpp
revert erroneous previous commit.
[lyx.git] / src / rowpainter.cpp
2008-09-30 Uwe Stöhradd support for TABs in Listings, fileformat change...
2008-09-22 Pavel Sandagit is shouting at me because of whitespaces, so what...
2008-09-22 Pavel SandaColors for multi-author track changes.
2008-08-24 André Pönitzmore appropriate behaviour on assert
2008-07-28 Abdelrazak Younesprevious rev: revert accidental commit.
2008-07-28 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=5021
2008-06-04 Dov Feldsternfix completion painting for RTL (inline completion...
2008-05-14 Abdelrazak YounesCosmetics and comments.
2008-05-14 Abdelrazak Younescosmetics.
2008-05-14 Abdelrazak Younessimplify selected text painting.
2008-05-06 Abdelrazak Younesremove unneeded includes.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-29 Edwin Leuvenimplement separate color for text in selection
2008-03-21 André Pönitzcosmetics
2008-03-17 Uwe Stöhrcompilation fixes
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-02-28 Stefan Schimanski* corner cases for RTL completions: RTL<->LTR boundaries
2008-02-28 Stefan Schimanski* correct color for the unique part of the completion...
2008-02-27 André PönitzAPI cosmetics
2008-02-25 Abdelrazak YounesFix warnings and svn eol properties.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-22 Stefan Schimanski* allow on position more at the row end for the completion
2008-02-22 Stefan Schimanski* the bidi array drives me crazy. It only holds the...
2008-02-22 Stefan Schimanski* inlineCompletionVPos is only used locally. So define...
2008-02-22 Stefan Schimanski* cosmetic
2008-02-22 Stefan Schimanski* first step to proper RTL support of the completion...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-09 André Pönitzsome refactoring.
2008-01-29 Abdelrazak YounesRowPainter::paintLast(): microptimisation and comments.
2008-01-28 Abdelrazak YounesAdjustment to the end box drawing at the end of a proof...
2008-01-14 Abdelrazak YounesBetter fix than revision 22553. Transfer the backup...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-05 Abdelrazak YounesCleanup Hfill metrics and painting. InsetHFill is now...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
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/