]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/QLPainter.C
Rename .C ==> .cpp for files in src/frontends/qt4, part one
[lyx.git] / src / frontends / qt4 / QLPainter.C
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends/qt4,...
2007-04-01 Michael Schmittremove redundant lyxerr.debugging checks; macro LYXERR...
2007-04-01 André Pönitzavoid evalutation of lyxerr arguments unless really...
2007-03-30 André PönitzWhitespace correction after rev 17639
2007-03-29 Uwe Stöhrantialiasing for fonts by Stefan
2007-02-26 Abdelrazak YounesDocument symbol fonts hack (text from Georg Baum).
2007-02-26 Georg Baumfix thinko
2007-02-26 Abdelrazak Younes* support/qstring_helpers.h: erase ucs4_to_qstring...
2007-02-01 Enrico ForestieriFix bug 3181.
2007-01-29 Georg BaumRevert unwanted stuff from last commit
2007-01-29 Georg BaumFix LyX paste from system clipboard when the file forma...
2006-11-07 Asger Ottar Alstrup- Get rid of manifestly expensive debugging output...
2006-11-07 Georg Baumdocument docstring abuse for symbol font code points
2006-11-05 Georg BaumRemove unused symbol encoding
2006-11-04 Abdelrazak Younes* QLPainter::text(): Put the debug message in Debug...
2006-11-03 Asger Ottar Alstrup- Sort lyxlex table
2006-10-30 Abdelrazak Younes* QLPainter:
2006-10-30 Abdelrazak Younes* Painter.h:
2006-10-28 Abdelrazak YounesCompilation fix for Mac and Linux:
2006-10-28 Abdelrazak Younesremove paperHeight() and paperWidth() in Painter and...
2006-10-28 Abdelrazak Younesdelete unused code and comment.
2006-10-27 Abdelrazak Younes* GuiFontMetrics: new metrics(QString) method
2006-10-27 Abdelrazak YounesMacOSX optimisation:
2006-10-23 André Pönitzdo not draw to intermediate pixmap
2006-10-22 Asger Ottar Alstrup- LyX is dead slow, so the least we can do is use anti...
2006-10-22 André Pönitzcosmetics
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-10 Abdelrazak Younes* frontends/Painter:
2006-10-08 Abdelrazak Younesrevert to revision 15266
2006-10-08 Abdelrazak Younes* ControlChanges:
2006-10-07 Abdelrazak Younes* qt_helpers:
2006-10-07 Abdelrazak YounesThis commit is a big rework of the FontLoader/FontMetri...
2006-10-03 Abdelrazak YounesThis commit introduces the FontLoader interface class...
2006-09-26 Abdelrazak Younesreplace colorcache global variable with GuiApplication...
2006-09-22 Abdelrazak YounesThis commit introduces frontends/Application.[Ch] and...
2006-08-30 Abdelrazak Younes* qt_helpers.[Ch]: new conversion from/to ucs4 strings...
2006-08-17 Abdelrazak Younesget rid of QT3_SUPPORT and some cleanup
2006-08-13 Lars Gullik BjønnesMerge the unicode branch into trunk.
2006-07-10 Abdelrazak Younesdelete Painter::fillPolygon() and associated frontend...
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-06-25 Lars Gullik BjønnesFix 64bit<->32bit issue.
2006-06-25 Edwin Leuven* reset color/linestyle/linewidth cache to QPen default...
2006-06-23 Abdelrazak Younes* qp_ member is now used for painting
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...
2006-06-17 Abdelrazak YounesThose classes (and their associated [Ch] files) are...
2006-06-14 Peter KümmelFix Qt4 resize bug.
2006-06-11 Abdelrazak YounesSimple optimisation: reuse current QPainter if no there...
2006-03-20 Abdelrazak Younesclean up dos style line ending.
2006-03-20 Abdelrazak Younes* qscreen.[Ch]:
2006-03-12 Jürgen SpitzmüllerAbdelrazak Younes: Compile fixes for the Mac (ChangeLog...
2006-03-05 Lars Gullik BjønnesAdded initial qt4 work by Abdelrazak Younes