summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove clipboard operations from QAccessibleEditableTextInterfaceJan-Arve Saether2012-07-112-133/+1
* Change deprecated use of qgenericplugin_qpa.h to qgenericplugin.hSergio Ahumada2012-07-111-1/+1
* make gui compile with QT_NO_SHORTCUTJeremy Katz2012-07-101-0/+5
* QtGui: declare some classes as sharedMarc Mutz2012-07-1010-1/+37
* Color transparency support in html import/exportAlexey Chernov2012-07-102-5/+32
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-105-5/+2
* Optimize QFontMetrics:: boundingRect() and left/rightBearing()Konstantin Ritt2012-07-101-6/+6
* Optimize Q*FontEngine*::stringToCMap()Konstantin Ritt2012-07-103-6/+14
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-1014-75/+68
* Fix cursor truncate to include line positionJiang Jiang2012-07-091-2/+2
* qpa: Fix crash when native interface is nullGirish Ramakrishnan2012-07-091-8/+9
* Remove Library dependency on SettingsTasuku Suzuki2012-07-095-12/+8
* QPalette: add member-swapMarc Mutz2012-07-062-32/+50
* QtGui: replace some copies with swapsMarc Mutz2012-07-063-5/+4
* Fix division by zero in triangulating stroker.Kim Motoyoshi Kalland2012-07-062-20/+49
* Remove duplicate triangulating stroker implementation.Kim Motoyoshi Kalland2012-07-065-8/+7