]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/QLPainter.cpp
* src/frontends/qt4/ui/TextLayoutUi.ui:
[lyx.git] / src / frontends / qt4 / QLPainter.cpp
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-20 Stefan Schimanski* avoid mallocs by only increasing the points array...
2007-05-19 Stefan Schimanski* revert r18422. There are polylines much longer than 16
2007-05-19 Stefan Schimanski* avoid one malloc by using a static array
2007-05-19 Stefan Schimanski* only antialias the whole polyline or no segment at all
2007-05-04 Abdelrazak Younes* QLPainter: antialias edges of primitives only if...
2007-05-04 Abdelrazak YounesFix antialiasing problem in straight lines within polyl...
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends/qt4,...