]> git.lyx.org Git - lyx.git/history - src/rowpainter.cpp
InsetParamsDialog: fix Restore button enabling/disabling.
[lyx.git] / src / rowpainter.cpp
2010-10-13 Vincent van RavesteijnRowpainter.cpp: Squeeze warning.
2010-10-04 Stephan Wittshift misspelled line slightly lower when inside runnin...
2010-09-18 Uwe Stöhrrowpainter.cpp: remove hack introduced in r35299
2010-09-18 Abdelrazak YounesThicker misspelled underlining.
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-09-11 Uwe Stöhrrowpainter.cpp: revert a hack
2010-09-07 Uwe StöhrInsetLine: support for the LaTeX command \rule; kick...
2010-09-06 Jean-Marc LasgouttesUse correct color for selected paragraph labels
2010-09-06 Jean-Marc LasgouttesMake code more readable (to me). No change in behaviour...
2010-09-05 Uwe Stöhrrowpainter.cpp: forgot these changes in r35283
2010-09-02 Jean-Marc LasgouttesUse the selectiontext color for insets which are embedd...
2010-08-08 Jean-Marc LasgouttesReplace ugly wavy line with a dotted line for misspelle...
2010-04-15 Vincent van RavesteijnRename anchor() to normalAnchor() as the anchor() funct...
2009-08-22 Vincent van RavesteijnRevert the rtl-part of r30962.
2009-08-20 Vincent van RavesteijnOnly paint the paragraph end markers when a new paragra...
2009-08-19 Vincent van RavesteijnFix bug #6129: Show paragraph marks / pilcrows.
2009-08-10 Abdelrazak YounesDon't paint misspelled mark if continuous spellchecking...
2009-08-09 Richard HeckPartially fix bug 2972: The logic was all backwards...
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
2009-07-19 Uwe Stöhrrowpainter.cpp: sort
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-03-29 Abdelrazak YounesPut the foundations to support continuous spell checking.
2009-02-10 Jean-Marc LasgouttesFix bug 5666: assertion when an inset is outside of...
2009-02-09 Vincent van RavesteijnReplace the PainterInfo::erased_ member by a proper...
2009-02-09 Vincent van RavesteijnFix bug 5629: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-09 Vincent van RavesteijnAdd a new member to FontInfo denoting the color to...
2009-02-08 Vincent van RavesteijnReverse unwanted commits.
2009-02-08 Vincent van Ravesteijn* InsetMathNest.cpp: Cosmetics.
2008-12-22 Georg Baumfix metrics debugging
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
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:
next