]> git.lyx.org Git - lyx.git/history - src/rowpainter.cpp
Update my email and status.
[lyx.git] / src / rowpainter.cpp
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2012-07-23 Juergen SpitzmuellerFix direction of brackets in Hebrew when using Polyglos...
2012-05-02 Vincent van RavesteijnFix bug #953: Paint text decorations for spaces
2012-04-29 Vincent van RavesteijnReset the (running) change in PainterInfo
2011-10-30 Abdelrazak YounesCode cleanup: split out RowPainter::paintFirst() in...
2011-03-13 Vincent van Ravesteijn*rowpainter.cpp: Squeeze warnings.
2011-02-24 Stephan Witt#6920 paint single characters only when Qt4.7 or better...
2011-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
2011-02-20 Stephan Witt#7120 use separate line thickness for solid and dotted...
2011-02-03 Stephan Wittsuppress the misspelled marker only when typing in...
2011-01-29 Stephan Wittrestore the correct behavior of suppression of misspell...
2010-12-28 Stephan Wittmore careful check for mathed to normal text change...
2010-12-22 Stephan Wittfix for #7081: the painting of misspelled marker is...
2010-12-22 Enrico ForestieriFix bug #7193 (Math macro template painting problem)
2010-12-16 Enrico ForestieriFix bugs #7165 (Auto-complete does not disappear after...
2010-12-15 Stephan Witt#7120 the painter expects a float as line_thickness_...
2010-12-13 Stephan Witt#7120 adjust the line thickness to mark changes, foreig...
2010-12-12 Vincent van RavesteijnFix bug #7164: Text in tables not painted immediately.
2010-12-04 Pavel SandaRemoval of this color was forgotten.
2010-12-03 Vincent van Ravesteijn*rowpainter.cpp: Squeeze some warnings and reduce linel...
2010-11-30 Stephan Witt#6920 correct the ugly workaround - now it is ugly...
2010-11-30 Vincent van RavesteijnFix bug #4889: Painting problem with some insets. RowPa...
2010-11-30 Jean-Marc Lasgouttesexperiment in spell checker mark appearance (see bug...
2010-11-30 Vincent van RavesteijnMake the color of the misspelled marking customizable.
2010-11-25 Vincent van RavesteijnMove TextMetrics::drawRowSelection to RowPainter::paint...
2010-11-25 Vincent van RavesteijnDisentangle InsetTabular::drawSelection and InsetTabula...
2010-11-22 Pavel Sandatypo
2010-11-22 Abdelrazak YounesFix previous commit: previous_char was not updated...
2010-11-22 Abdelrazak YounesWork around bug #6920. This disables ligatures with...
2010-11-22 Abdelrazak Youneswhitescape
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'
next