summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* Refactor lockedAlphaMapForGlyphLars Knoll2019-08-082-53/+8
* Fix compilation with C++20Marc Mutz2019-07-062-2/+2
* Support pen color with color fontsEskil Abrahamsen Blomfeldt2019-07-056-21/+45
* Add a QVkConvenience class with vkFormatFromGlFormatJohan Klokkhammer Helsing2019-06-213-0/+284
* Add accessibility notification roleFrederik Gladhorn2019-06-121-0/+2
* Windows Accessibility: Add UI Automation Window providerFrederik Gladhorn2019-05-202-0/+37
* macOS: Generate UTF-16 clipboard content without BOMTor Arne Vestbø2019-05-201-2/+17
* Accessibility: Do not use the session bus if not connectedFrederik Gladhorn2019-05-151-0/+4
* Fix: freetype italic fonts in mono/aliased modeEirik Aavitsland2019-05-151-1/+1
* eglfs: Make the logs from atomic support usableLaszlo Agocs2019-05-141-4/+10
* Add missing backslash to kmsconvenience.proLaszlo Agocs2019-05-091-1/+1
* Accessibility: Improve handling of read-only stateFrederik Gladhorn2019-05-071-1/+1
* Use "monospace" as fallback system FixedFont in KDE theme; loggingShawn Rutledge2019-05-071-3/+9
* fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-051-0/+2
* Only call addFontToDatabase once per family,styleAllan Sandfeld Jensen2019-05-032-6/+24
* Linux Accessibility: Add missing roles: Terminal and DesktopFrederik Gladhorn2019-04-251-0/+10
* Fix corner case in openglcompositor for eglfsMichal Klocek2019-04-161-6/+7
* kms: Add support for "skip" key in the output configLaszlo Agocs2019-04-121-0/+8
* tslib: fix detection of missing release coordinatesRolf Eike Beer2019-04-111-2/+2
* xcb_egl: Correctly select OpenGL ES render type if user requestedwdl2019-04-101-1/+7
* QEglConfigChooser: Silence warning about fallthroughFriedemann Kleint2019-04-091-1/+1
* tslib: use new connect syntaxRolf Eike Beer2019-03-271-1/+1
* tslib: avoid deprecated overloadRolf Eike Beer2019-03-271-1/+3
* Fix stretched fonts with large pixel sizeEirik Aavitsland2019-03-272-20/+26
* Force font antialiasing with highdpi scalingAlexander Volkov2019-03-201-1/+1
* XDG Portal: quick optimization to avoid dup/close of a file descriptorThiago Macieira2019-03-051-2/+2
* XDG Portal: allow the portal not to be runningThiago Macieira2019-03-051-16/+32
* Windows: Freetype: Load fonts from the user locationsAndy Shaw2019-02-141-21/+24
* Don't wrongly detect fonts as obliqueEskil Abrahamsen Blomfeldt2019-02-131-2/+2
* Fix merge mistake in 'Avoid picking worse formats when ...'Allan Sandfeld Jensen2019-01-311-1/+0
* Avoid picking worse formats when matching compatible formatsAllan Sandfeld Jensen2019-01-301-0/+2
* Ability to switch language under platform eglfs/linuxfbElena Zaretskaya2019-01-254-1/+20
* qmake: make CONFIG+=egl work againOswald Buddenhagen2019-01-071-1/+3
* CoreText: Fix inaccurate use of pixelSize when dealing with pointSizeTor Arne Vestbø2019-01-031-7/+9
* macOS: Only do gamma-corrected blending for subpixel-antialiased textTor Arne Vestbø2018-12-231-1/+1
* configure: refactor directx checksOswald Buddenhagen2018-12-172-3/+10
* Remove specialized multi font engine on WindowsEskil Abrahamsen Blomfeldt2018-12-174-130/+0
* Fix warnings building with --std=c++11 and gcc 8Allan Sandfeld Jensen2018-12-141-3/+3
* untangle the egl-x11 relationship in the build systemOswald Buddenhagen2018-12-071-4/+4
* configure: convert xlib to a proper library definitionOswald Buddenhagen2018-12-072-2/+2
* libinput: use QT_CONFIG(xkbcommon) macroGatis Paeglis2018-12-071-2/+4
* Read font selection flags and use them when querying for metricsMårten Nordheim2018-11-302-6/+41
* CoreText: Define font smoothing gamma along with rest of relevant codeTor Arne Vestbø2018-11-302-0/+6
* CoreText: Base glyph fill color logic on font smoothing algorithmTor Arne Vestbø2018-11-301-25/+32
* CoreText: Respect QFont::NoSubpixelAntialias when deciding glyph formatTor Arne Vestbø2018-11-301-1/+1
* CoreText: Remove handling of QFontEngineMulti's highByteTor Arne Vestbø2018-11-301-12/+5
* src/3rdparty: remove xkbcommonGatis Paeglis2018-11-302-12/+9
* Fix gamma-correction in QCoreTextFontEngine with MojaveAllan Sandfeld Jensen2018-11-301-2/+1
* CoreText: Store glyphs in linear RGB when needed by blending algorithmTor Arne Vestbø2018-11-291-3/+4
* CoreText: Add font antialiasing and smoothing helper functionsTor Arne Vestbø2018-11-292-4/+27