summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix composition for translucent AlwaysStackOnTop widgetsLaszlo Agocs2014-08-241-1/+1
* Do not resolve core functions on GLES in texture helperLaszlo Agocs2014-08-231-0/+64
* QIconLoader: don't inherit QObjectMarc Mutz2014-08-231-1/+1
* QIconLoader: replace an inefficient QList with a QVectorMarc Mutz2014-08-232-3/+4
* QIconLoader: mark virtual overridesMarc Mutz2014-08-231-2/+2
* QIconLoader: mark a helper type as movableMarc Mutz2014-08-231-0/+2
* QIconLoader: replace while(!empty()) delete takeLast() with qDeleteAll()Marc Mutz2014-08-231-6/+2
* QIconLoader: don't re-evaluate container.size() all the time (II)Marc Mutz2014-08-231-2/+4
* QIconLoader: don't re-evaluate container.size() all the timeMarc Mutz2014-08-231-1/+3
* QIconLoader: remove another unused variableMarc Mutz2014-08-231-1/+0
* QIconLoader: remove an unused variableMarc Mutz2014-08-231-1/+0
* Replacement for QWS_DBLCLICK_DISTANCEPelle Johnsen2014-08-211-1/+5
* Debug logging support for QNativeGestureEventShawn Rutledge2014-08-211-1/+8
* Outline drawing should not override the default freetype loadflagsAllan Sandfeld Jensen2014-08-211-1/+1
* Remove QPlatformScreenPageFlipper.Robin Burchell2014-08-195-226/+0
* If a tess/compute shader compilation fails, print its type correctlyGiuseppe D'Angelo2014-08-181-7/+18
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-196-4/+22
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-126-4/+22
| |\
| | * Fix rendering alpha-blended text which needs to be clipped at the top.Simon Sasburg2014-08-111-1/+1
| | * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-112-0/+11
| | * Initialize member.Gunnar Sletta2014-08-081-0/+1
| | * Both HiQualAA and normal AA should mean antialiasing in rasterengine.Gunnar Sletta2014-08-071-1/+1
| | * Doc: Placed Qt OpenGL class convention in code block.Jerome Pasion2014-08-061-2/+4
| | * Do not add QOffscreenSurface windows to the global listLaszlo Agocs2014-08-051-0/+3
| | * OpenGL: destroy QGLContext allocated by QGLContext::fromOpenGLContextDavid Fries2014-08-051-0/+4
* | | 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