summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QImage{Reader,Writer}: remove unused local typedef (GCC 4.8 warning)Marc Mutz2012-08-112-2/+0
* Revert "Added default argument for color profile to QImage constructors."Alexandros Dermenakis2012-08-102-20/+12
* Correct QTransform::QTransform documentation re m13 initialisation.Mitch Curtis2012-08-101-1/+1
* Handle "-psn_XXX" command line args on MacMorten Johan Sorvig2012-08-101-0/+4
* OpenGL: Allow querying OpenGL extensions via the QOpenGLContextSean Harmer2012-08-093-0/+38
* Explained rectangle bounding in documentation.Leonard Lee2012-08-081-0/+1
* Explained degree unit in QPainter::rotate() function.Leonard Lee2012-08-081-1/+1
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* Improve the QOpenGLExtensionMatcher classSean Harmer2012-08-072-50/+11
* QtGui: collapse two qgetenv() on the same variableMarc Mutz2012-08-071-1/+2
* QWindowSystemInterface: fix mem leak and raceMarc Mutz2012-08-072-18/+26
* OpenGL: Add finer-grained functionality checks for NPOT texturesSean Harmer2012-08-062-3/+5
* Fixed popups getting blocked by modal windows.Samuel Rødal2012-08-061-1/+1
* Fix intended assignment to customSet variable.Frank Osterfeld2012-08-061-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-033-5/+5
* Use glFlush() if swapBehavior is single-bufferedJan-Arve Saether2012-08-021-1/+2
* Make tests compile without gui-privatePaul Olav Tvete2012-08-021-0/+40
* Move QPlatformWindowPrivate into its own headerLaszlo Agocs2012-08-023-6/+76
* Mention setFont() in QPainter::drawText() functionsSimon A. Eugster2012-08-011-1/+9
* fix a few qdoc command typosJeremy Katz2012-08-011-2/+2
* change \img to \image in docsJeremy Katz2012-08-018-14/+14
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-012-5/+5
* OpenGL: Fix typo in extension nameSean Harmer2012-08-011-1/+1
* Added default argument for color profile to QImage constructors.Alexandros Dermenakis2012-08-012-12/+20
* Add a .prf file for SIMD qmake variables.Michael Goddard2012-08-011-140/+2
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-312-10/+21
* Correct method name referred to in QFont's detailed description.Mitch Curtis2012-07-271-1/+1
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-272-0/+7
* Added note to QTransform::isRotatingAli Akhtarzada2012-07-251-0/+2
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-233-3/+3
* QPaintBuffer: use the nullary version of qRegisterMetaTypeStreamOperators()Marc Mutz2012-07-231-4/+2
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-203-56/+0
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-193-5/+5
* Mirror potentially themeable style hints in QPlatformTheme.Friedemann Kleint2012-07-184-16/+84
* Fix infinite loop due to FPU limitationStéphane Cerveau2012-07-171-2/+2
* Don't join between 2 same pointsCharles Yin2012-07-171-2/+4
* List .pbm and .pgm as supported writable image file formats.Kim Motoyoshi Kalland2012-07-161-1/+3
* Improve qDebug() << QAccessibleEvent() to display state changesJan-Arve Saether2012-07-161-0/+44
* Added a reserved data pointer in QPaintDevice.Alexandros Dermenakis2012-07-162-0/+4
* Make qwindowsysteminterface.cpp compile with QT_NO_SHORTCUTJeremy Katz2012-07-161-0/+25
* Fix crash in QPixmap::fromImage() when memory is low.Kim Motoyoshi Kalland2012-07-161-10/+11
* Avoid crash when getting bearings from fallback font engineEskil Abrahamsen Blomfeldt2012-07-141-0/+1
* Analog clock and raster window examplesGunnar Sletta2012-07-136-30/+316
* QtGui: normalize signals/slotsMarc Mutz2012-07-131-3/+3
* Fix crash when column is inserted before rowspanned cellEskil Abrahamsen Blomfeldt2012-07-121-3/+23
* QPA: pass cmdline arguments to QPlatformIntegrationPlugin constructorGirish Ramakrishnan2012-07-123-15/+5
* Fix some spelling errorsSergio Ahumada2012-07-113-3/+3
* Add protected virtual ensureActiveTarget() to QOpenGLPaintDeviceJocelyn Turcotte2012-07-113-0/+15
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-114-1/+10
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-113-0/+17