summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Removed unused distance field functions.Yoann Lopes2013-09-091-6/+0
* Move winId!=0 assertion from QWindow to QWidgetAndrew Knight2013-09-091-4/+1
* Initialize variables to fix valgrind warning in pnghandler.Friedemann Kleint2013-08-301-8/+8
* Use custom class for storing distance fields instead of QImage.Yoann Lopes2013-08-272-29/+306
* Android: Fix crash when hitting Back button to quitEskil Abrahamsen Blomfeldt2013-08-261-1/+1
* Ensure the docs for QOpenGLFunctions_ES2 are generatedThiago Macieira2013-08-231-1/+1
* Do not recreate window if it is moved to a virtual sibling screen.Friedemann Kleint2013-08-231-2/+3
* Switch back to thumb for android armeabi.BogDan Vatra2013-08-221-0/+4
* Check for window handle in QBackingStore::flush().Friedemann Kleint2013-08-221-0/+5
* Don't use qt_mac_get_fixed_pitch() to resolve fixed pitch fonts on OSXTor Arne Vestbø2013-08-211-24/+0
* un-confuse lupdate: use #if 0 consistentlyOswald Buddenhagen2013-08-121-1/+3
* Add offset reading support in pnghandlerSamuel Gaist2013-08-071-1/+17
* Don't crash if the QWindow's screen is temporarily invalidShawn Rutledge2013-08-071-0/+4
* Fix ignoring closeEvents on OSX for QtQuick.Daiwei Li2013-08-031-1/+1
* Doc: porting from QDesktopServices::DataLocation to QStandardPathsDavid Faure2013-08-031-1/+21
* Fix typo form->fromStephen Kelly2013-07-311-1/+1
* Fix upload of glyphs when using RGB32 masks on OpenGL ESGunnar Sletta2013-07-301-14/+4
* Add workaround for GL on Android emulatorEskil Abrahamsen Blomfeldt2013-07-292-1/+10
* Prevent activation of windows with Qt::WindowDoesNotAcceptFocus.Friedemann Kleint2013-07-221-0/+4
* Detect popup window correctly in modal window blocked handling.Friedemann Kleint2013-07-161-2/+7
* QGuiApplicationPrivate::updateBlockedStatus(): Recurse over children.Friedemann Kleint2013-07-161-7/+14
* Windows font database: Resolve aliases for extra fonts.Friedemann Kleint2013-07-112-1/+14
* QPdfWriter: Fix setting of paper size.Friedemann Kleint2013-07-103-3/+14
* docs: QSystemTrayIcon referenceShawn Rutledge2013-07-101-1/+1
* Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engineTor Arne Vestbø2013-07-084-14/+50
* REG: Fix crash when mixing projected/unprojected text paintingEskil Abrahamsen Blomfeldt2013-07-051-0/+4
* REG: Fix character size when exporting PDF on WindowsEskil Abrahamsen Blomfeldt2013-07-051-0/+4
* Set projection matrix for systems with OpenGL 3.1Wouter Huysentruit2013-07-031-0/+2
* QIcon: Avoid fetching twice the same pixmapGabriel de Dietrich2013-07-011-1/+1
* Fix build when QIMAGEREADER_DEBUG is enabled in qimagereader.cppKeonil Jeong2013-07-011-2/+2
* Change error text for missing platform pluginKai Koehne2013-07-011-4/+5
* Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-012-65/+0
* Fix warning caused by warning fixThiago Macieira2013-07-012-7/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-284-22/+41
|\
| * Add Q_REVISION(1) to QWindow::alert().Friedemann Kleint2013-06-281-1/+1
| * QWindow min/max width/height, contentOrientation are not new in 5.1Shawn Rutledge2013-06-282-19/+14
| * Avoid crash when QOpenGLContext is destroyed before the VAOSean Harmer2013-06-282-2/+26
* | Touch up QSurfaceFormat documentation.Mitch Curtis2013-06-281-2/+2
* | Windows: Display a message box if platform plugin cannot be found.Friedemann Kleint2013-06-261-2/+11
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-201-3/+4
|\|
| * Adjust the cmake files to find the dlls in the bin dir.Stephen Kelly2013-06-151-3/+4
* | If a QWidget is ignored for auto-quit, ignore its corresponding QWindow.Stephen Kelly2013-06-192-0/+10
* | Add note to remove unused private field.Stephen Kelly2013-06-191-1/+8
* | Remove use of 'register' from Qt.Stephen Kelly2013-06-178-101/+101
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-156-40/+90
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-126-40/+90
| |\|
| | * Avoid floating point exceptions in rasterizeLine.Gunnar Sletta2013-06-121-16/+45
| | * Fix drawing of 0-width polylines from outside the devicerect.Gunnar Sletta2013-06-102-17/+27
| | * Remove the use of CMAKE_FIND_ROOT_PATH.Stephen Kelly2013-06-101-5/+7
| | * Doc: Mark QOpenGLFunctions_4_1_Core as a wrapper classTopi Reinio2013-06-101-0/+1