summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22497-10813/+10813
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-224-64/+45
* Fixed multiple modal windows from all blocking each other.Samuel Rødal2012-09-211-0/+2
* Fixed outline / fill inconsistencies in raster paint engine.Samuel Rødal2012-09-203-20/+2
* Fixed inconsistent rounding of square cap pens.Samuel Rødal2012-09-201-10/+10
* Do not refer to non-existant member in QSurfaceFormat docsLaszlo Agocs2012-09-201-2/+2
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-194-6/+7
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-194-11/+18
* Fix mapping to/from global coordinates for child/embedded windows.Miikka Heikkinen2012-09-183-2/+36
* X11 (xcb) support for QScreen-per-output and runtime changesShawn Rutledge2012-09-182-3/+19
* gui/opengl: Fix missing or improper include guard in headersSergio Ahumada2012-09-1513-38/+42
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-145-5/+5
* remove usage of QT_MAKEDLL in favor of the new QT_STATIC macroJoerg Bornemann2012-09-141-5/+5
* Remove deprecated QInputMethod::visible()Pekka Vuorela2012-09-142-11/+0
* Fix compilation on HarmattanSimon Hausmann2012-09-141-0/+9
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-121-0/+1
* qpa: extend drawPixmap capabilitiesJulien Brianceau2012-09-122-9/+56
* Doc: Fix misc. doc errors and document undocumented functionsaavit2012-09-124-72/+187
* qpa: add non-opaque fill supportJulien Brianceau2012-09-113-13/+66
* Added link to the OpenGL window example from the QOpenGLContext docs.Samuel Rødal2012-09-111-0/+3
* Add links to raster and opengl window examples in the QWindow docs.Samuel Rødal2012-09-111-0/+8
* Improved the QBackingStore documentation.Samuel Rødal2012-09-111-1/+14
* Move gui example doc example images.Frederik Gladhorn2012-09-112-0/+0
* Add TableModelChange event for accessibility.Frederik Gladhorn2012-09-111-0/+40
* Remove deprecated inputItem and inputWindow from QInputMethodPekka Vuorela2012-09-113-79/+3
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-111-36/+1
* Avoid duplicate setPen() in PDF when reusing QPrinterEskil Abrahamsen Blomfeldt2012-09-111-0/+1
* Fix QT_NO_SYSTEMTRAYICON build.Sérgio Martins2012-09-111-0/+4
* Rename QPaintDevice::init() to initPainter()Richard Moore2012-09-103-3/+3
* Remove temporary constructor used to make qreal->float changeSean Harmer2012-09-092-12/+0
* Removing duplicate includesSergio Ahumada2012-09-097-14/+0
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-081-5/+1
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-081-1/+1
* Use QStringList::join(QChar) overload where applicable [QtGui]Marc Mutz2012-09-071-1/+1
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-0713-626/+624
* Fix compilation error of qcursor_qpa.cpp with QT_NO_CURSOR.Sergio Martins2012-09-071-0/+2
* Fix crash when QTextLayout::setAdditionalFormats is called with ranges with n...Olivier Goffart2012-09-071-2/+4
* Move enums that was part of the Qt namespace to qnamespace.hJan-Arve Saether2012-09-071-8/+0
* Fix g++ compiler warnings.Friedemann Kleint2012-09-071-1/+3
* Doc: Missing documentation added and doc errors fixed.aavit2012-09-057-13/+132
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* Optimize QTextLayout/QTextEngine usage outside of QTextDocument.Milian Wolff2012-09-052-15/+26
* Remove custom sort implementation in QTriangulator in favour of std::sort.Robin Burchell2012-09-041-126/+3
* Doc: fix yet more errors reported by qdocaavit2012-09-045-17/+90
* Fix doc errors in QScreen.Jason Barron2012-09-031-15/+13
* Private slots should be named starting with _q_Sergio Ahumada2012-09-036-15/+16
* qpa: incorrect rendering when stretching and clippingJulien2012-09-031-5/+17
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-011-2/+2
* Moved gui example documentation to the proper location.Samuel Rødal2012-09-013-303/+8
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-08-314-14/+93