summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Support autohint and lcdfilter fontconfig configurationAllan Sandfeld Jensen2014-08-162-0/+5
* Forward menu button events to Qt if there is no visible menubar.BogDan Vatra2014-08-162-3/+10
* Fix compilation of QPixelFormat with old clangFrederik Gladhorn2014-08-151-1/+3
* Add support for accelerated glyph rendering in the directfb pluginSimon Hausmann2014-08-153-0/+50
* Fix documentation and memrotate of new RGB30 QImage formatsAllan Sandfeld Jensen2014-08-142-3/+6
* Move SubpixelAntialiasingType from QFontEngineFT to QFontEngineAllan Sandfeld Jensen2014-08-143-14/+14
* Update qopenglext.h and qopengles2ext.hLaszlo Agocs2014-08-144-12271/+10795
* Fix composition for windows with alphaLaszlo Agocs2014-08-132-10/+37
* Android: don't kill the app without warningPaul Olav Tvete2014-08-131-3/+1
* Add accessible rolesFrederik Gladhorn2014-08-132-1/+56
* Remove invalid assertFrederik Gladhorn2014-08-131-2/+1
* Accessibility: Fix boundaries for text functions in QLineEditFrederik Gladhorn2014-08-131-31/+26
* Make the expose region local on all platformsLaszlo Agocs2014-08-122-2/+5
* Add QAccessible::ActivationObserverFrederik Gladhorn2014-08-114-2/+68
* QOpenGLVersionStatus: add constexprMarc Mutz2014-08-091-10/+8
* Use NAmE spelling of grey (gray)Marc Mutz2014-08-092-2/+2
* QPixelFormat: don't inherit itMarc Mutz2014-08-092-282/+155
* QPixelFormat is better taken by-valueMarc Mutz2014-08-093-4/+4
* QPixelFormat: implement some oneliners in the class bodyMarc Mutz2014-08-091-15/+6
* QPixelFormat: don't use bit fieldsMarc Mutz2014-08-091-101/+112
* OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-081-1/+13
* Add support for glMapBufferRange in the wrappers and resolversLaszlo Agocs2014-08-084-8/+122
* Add default format to QSurfaceFormatLaszlo Agocs2014-08-085-1/+59
* Fix the docs for resizeGL in QOpenGLWindowLaszlo Agocs2014-08-081-3/+9
* Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-072-0/+2
* Avoid repaints and swapbuffers when the platform window is already goneLaszlo Agocs2014-08-071-1/+2
* Do not use GLES3 functions in a GLES2 contextLaszlo Agocs2014-08-071-6/+8
* Enable devicePixelRatio for non-Apple platformsPaul Olav Tvete2014-08-061-5/+0
* QPlatformMenu: add overloaded function 'showPopup' that takes a target rectRichard Moe Gustavsen2014-08-061-1/+6
* Add debug operator for QTouchEvent::TouchPointShawn Rutledge2014-08-062-23/+33
* Be consistent in GrayScale vs Grayscale namingAllan Sandfeld Jensen2014-08-062-8/+8
* Document the destroy/create behavior of QOpenGLContext::create()Laszlo Agocs2014-08-061-0/+3
* QPalette: add move constructorMarc Mutz2014-08-062-2/+15
* Make sure that QPixelFormat is constexprThiago Macieira2014-08-061-1/+1
* Remove the last remnants of iWMMXt in QtThiago Macieira2014-08-054-174/+0
* QPixelFormat: have field 'unused' have the correct number of bitsMarc Mutz2014-08-051-1/+2
* QPixelFormat: make data fields private instead of protectedMarc Mutz2014-08-051-1/+1
* Add SubType setters/getters and SupportedSubTypes option.Ivan Komissarov2014-08-057-1/+94
* QPlatformMenu: add MenuType enumRichard Moe Gustavsen2014-08-051-0/+3
* Improve qDebug output for QTabletEventShawn Rutledge2014-08-052-3/+27
* Introduce QRasterWindowLaszlo Agocs2014-08-053-2/+209
* Introduce QOpenGLWindowLaszlo Agocs2014-08-056-4/+1153
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-052-3/+26
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-042-3/+26
| |\
| | * Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Oswald Buddenhagen2014-07-311-0/+23
| | |\
| | | * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-301-0/+23
| | | |\
| | | | * move loading of testability driver from QApplication to QGuiApplicationMichael Zanetti2014-07-031-0/+23
| | * | | Fix double clicks in eglfsLaszlo Agocs2014-07-311-1/+1
| | |/ /
| | * | Don't convert signed to unsigned when we need all 32bitAllan Sandfeld Jensen2014-07-291-2/+2
* | | | Rewrite debug output of event classes.Friedemann Kleint2014-08-051-287/+295