summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* Fix bundled HarfBuzz-NG build outside QtGuiKonstantin Ritt2014-03-191-10/+21
* Fix no-opengl build with eglLaszlo Agocs2014-03-171-17/+20
* Cocoa: Set "Stereo" OpenGL format option.Morten Johan Sørvig2014-03-171-0/+3
* Don't populate font families using localized family names on OS X/iOSTor Arne Vestbø2014-03-131-5/+5
* Fix a few build warnings on iOS due to unused functionsTor Arne Vestbø2014-03-131-0/+4
* Remove need to populate font database on OS X to get fallback familiesTor Arne Vestbø2014-03-112-45/+14
* Add EGL_KHR_create_context supportLaszlo Agocs2014-03-102-36/+123
* egl: Choose GLES3 capable configs when neededLaszlo Agocs2014-03-101-2/+13
* egl: Update the OpenGL version in the context's QSurfaceFormatLaszlo Agocs2014-03-101-0/+31
* Remove unused parameter from QEGLPlatformContext constructorLaszlo Agocs2014-03-103-11/+4
* qmacmime: bugfix unicode::canConvertRichard Moe Gustavsen2014-03-061-1/+2
* Cocoa/Platformsupport: move qmacmime from cocoa to platformsupportRichard Moe Gustavsen2014-03-064-0/+938
* Avoid polluting debug output in eglfs and linuxfbLaszlo Agocs2014-03-061-8/+12
* Prevent repeated and unnecessary font population QCoreTextFontDatabaseTor Arne Vestbø2014-03-052-19/+30
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-052-2/+2
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-051-2/+0
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-042-5/+11
* Fix some typosSergio Ahumada2014-03-032-2/+2
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-032-2/+2
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-032-0/+20
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-031-0/+6
* Get rid of unused variableKonstantin Ritt2014-03-031-2/+0
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-021-7/+4
* eglfs: Improve cursors and hotspotsJonathan Liu2014-02-261-2/+2
* Revert "Fix application font removal when using FontConfig"Eskil Abrahamsen Blomfeldt2014-02-251-128/+112
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-221-1/+1
* eglfs: Fix swapped red and blue with QOpenGLWidgetLaszlo Agocs2014-02-211-1/+6
* Prevent top/left clipping of anti-aliased glyphs in CoreText font engineTor Arne Vestbø2014-02-191-3/+41
* Unify alpha map padding in CoreText font engineTor Arne Vestbø2014-02-191-9/+8
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-193-9/+9
* QOpenGLTextureBlitter: Remove Origin location for the Target rectJørgen Lind2014-02-161-2/+1
* Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-151-7/+7
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-143-11/+31
* QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-139-147/+192
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-122-7/+2
|\
| * Accessibility Linux: Report Active stateFrederik Gladhorn2014-02-112-7/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-114-66/+111
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-074-66/+111
| |\|
| | * Accessibility Linux: Fix all widgets reporting being editableFrederik Gladhorn2014-02-051-17/+10
| | * Checking input mask before scanning evdev devicesCedric Chedaleux2014-02-051-12/+16
| | * Fix KDE calculated colors being all blackKimmo Leppälä2014-02-041-3/+7
| | * Fix compilation: testBit is only used if mtdev isn'tThiago Macieira2014-02-031-0/+2
| | * evdevtouch: Don't try to keep reading on EAGAINRobin Burchell2014-01-241-26/+47
| | * EvdevTouch: Don't remove released touch data for Type B; only ignore slotRobin Burchell2014-01-221-8/+29
* | | EGL convenience: Guard Linux-specific code with Q_OS_LINUX.Raphael Kubo da Costa2014-02-101-3/+3
* | | glxconvenience: Add a QT_XCB_FORCE_SOFTWARE_OPENGL environment variable.Kevin Kofler2014-02-071-0/+29
* | | Decrease code duplicationKonstantin Ritt2014-02-066-30/+10
|/ /
* | Make HarBuzz-NG the default shaper on MacKonstantin Ritt2014-01-311-0/+2
* | eglfs: Mouse hotplugging supportLaszlo Agocs2014-01-316-7/+97
* | Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-12/+6