]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiPainter.cpp
Correct early return position for if use_pixmap_cache_ check
[lyx.git] / src / frontends / qt4 / GuiPainter.cpp
2015-10-12 Stephan WittCorrect early return position for if use_pixmap_cache_...
2015-09-08 Jean-Marc LasgouttesUse QFontMetrics information for underlines (and friend...
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-20 Jean-Marc LasgouttesRe-implement text justification
2015-07-14 Jean-Marc LasgouttesAlways use unicode override characters to enforce direction
2015-07-14 Jean-Marc LasgouttesUse integer line thickness in painter
2015-01-21 Enrico ForestieriSolve the "soft-hyphen" (0x00ad) symbol problem.
2015-01-14 Jean-Marc LasgouttesSquash warnings reported by gcc 4.9
2015-01-11 Enrico ForestieriAdjust preprocessor guards for Qt5/X11.
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-06 Vincent van Ravesteijnstr_metrics: Prevent clipping of chars with negative...
2014-10-25 Enrico ForestieriTweak the shape of the parbreak separator.
2014-10-18 Stephan Witt#9130 Text in main work area isn't rendered with high...
2014-10-18 Stephan Witt#9130 Text in main work area isn't rendered with high...
2014-08-25 Stephan Witt#9245 replace Q_WS_MACX with Q_OS_MAC - the Q_OS_MAC...
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-25 Jean-MarcBetter algorithm for forcing bidi drawing
2014-07-20 Jean-Marc LasgouttesRevert optimization where several words are drawn at...
2014-07-08 Jean-Marc LasgouttesDo not split words at selection boundary
2014-07-08 Jean-Marc LasgouttesRemove support for LyXRC::force_paint_single_char
2014-05-07 Jean-Marc LasgouttesRely on Qt to handle small caps text
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2014-03-05 Juergen SpitzmuellerAdjust FIXME
2014-03-03 Juergen SpitzmuellerAdd FIXME
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-05-02 Vincent van RavesteijnFactor out painting of text decorations
2012-04-29 Vincent van RavesteijnFix bug #7667: Pixmap cache and CT lead to random colors
2011-03-08 Stephan Witt#7266 drawing of dotted lines with QPen and line width...
2010-09-25 Uwe StöhrGuiPainter.cpp: correct attempt from r35491
2010-09-24 Pavel SandaMy compilator issues warning. Uwe, please check that...
2010-09-07 Peter Kümmeluse one place to adjust width of thin lines
2010-09-05 Uwe Stöhrpainter: make it possible to draw lines with custom...
2010-08-24 Uwe Stöhr\lyxline is a LyX-specific macro that creates a line...
2010-03-21 Edwin Leuvenlittle wiggles for on-the-fly spellcheck
2009-05-05 Pavel SandaIntroduce double underline and wavy underline styles...
2009-05-03 Pavel SandaIntroduce strikeout text style (strike-through)
2009-03-28 Abdelrazak YounesPainter::wavyHorizontalLine(): new method for inline...
2009-02-09 Vincent van RavesteijnUse the new Color class (see r28420) in the Painter...
2009-02-08 Vincent van RavesteijnReverse unwanted commits.
2009-02-08 Vincent van Ravesteijn* InsetMathNest.cpp: Cosmetics.
2008-11-03 Stefan Schimanski* fix for r27091: draw the newly created pixmap. The...
2008-10-24 Stefan Schimanski* complete fix for #5327: switch back to normal drawing...
2008-10-23 Stefan Schimanski* temporary fix for the crash of the pixmap cache on...
2008-09-19 Abdelrazak Younes* GuiImage:
2008-09-09 Abdelrazak Younesn-th bug fixing patch from Vincent:
2008-08-29 Pavel SandaFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5093 .
2008-06-06 Abdelrazak Younesprevious commit: forgot that
2008-05-23 Abdelrazak YounesPimpl stuff in GuiApplication.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-20 André Pönitzcleanup/compile fix
2008-03-20 André Pönitzsimpliofy {Gui}FontLoader architecture a bit
2008-03-02 Abdelrazak YounesHopefully fix monolithic build.
2008-02-22 Stefan Schimanski* once is enough
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-14 Abdelrazak Younes* buttonText(): painting tweaks.
2008-01-14 Abdelrazak Younesheader cleanup
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André Pönitzno need for pointers, not even leaking ones...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-23 André Pönitzmerge frontend::Painter into GuiPainter
2007-11-15 André Pönitzreduce line noise
2007-11-14 Abdelrazak YounesBump the Qt requirement to version 4.0.0
2007-11-08 Abdelrazak Younesoptimizations (halves the number of multiplication).
2007-11-07 André PönitzAbdel?
2007-11-02 Jürgen Spitzmüller* src/LyXRC.{cpp,h}:
2007-11-01 Stefan Schimanski* monochrome rendering support. You can set two color...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-09-15 André Pönitzconsmetics
2007-09-15 Abdelrazak YounesFix crash with math inset with empty string.
2007-09-01 Abdelrazak Younescomment out debug info.
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-08-31 André Pönitzmove our stuff off the Q* namespace