summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/minimal/qminimalintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Isolate freetype featureAlexey Edelev2022-12-101-2/+2
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-021-1/+1
* Provide a native interface instance in minimal platform pluginJaroslaw Kubik2022-08-171-0/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-3/+5
* Add a platform capability indicating support for QRhi-based renderingLaszlo Agocs2021-01-041-0/+1
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-151-1/+1
* Move windows font databases into QtGuiFriedemann Kleint2020-06-111-2/+2
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-101-1/+1
* Remove winrtOliver Wolff2020-06-061-12/+2
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-271-1/+1
* Move FreeType font engine/database to QtGuiTor Arne Vestbø2020-05-271-2/+2
* Minimal platform: fix leaking QMinimalScreen instanceShawn Rutledge2020-04-081-5/+6
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-1/+2
* minimal QPA: Make font DB creation more flexibleGabriel de Dietrich2017-12-041-6/+26
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* macOS: Split out font engine creation from QCoreTextFontDatabaseTor Arne Vestbø2017-04-041-1/+3
* Rename QBasicFontDatabase to QFreeTypeFontDatabase which is what it isTor Arne Vestbø2017-04-041-1/+1
* Add platform font database support to 'minimal' QPA pluginGabriel de Dietrich2016-12-151-8/+28
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-151-3/+3
* minimal platform plugin: eradicate Q_FOREACH loopsMarc Mutz2016-08-271-1/+1
* Cleanup QT_NO_FONTCONFIG usageLars Knoll2016-08-191-4/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-6/+19
|\
| * minimal QPA plugin: Use fontconfig DB if availableGabriel de Dietrich2016-03-231-6/+19
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | QMinimalIntegration: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-1/+49
|\
| * Minimal plugin: Use a dummy font database for command line tools.Friedemann Kleint2013-12-041-1/+49
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-041-11/+11
|\|
| * QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-301-9/+7
* | add WinRT event dispatcherOliver Wolff2013-09-261-6/+11
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Added MultipleWindows platform capability.Samuel Rødal2012-11-021-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Make the window active in eglfs and minimal plaform plugins.Laszlo Agocs2011-10-141-1/+3
* Fix compilation of Minimalplugin, add documentation.Friedemann Kleint2011-07-291-7/+13
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-6/+1
* Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-191-2/+2
* Fix minimal plugin for windowsOlli Werwolff2011-07-071-0/+8
* Add lighthouse event dispatcher API.Morten Sorvig2011-06-221-0/+7
* Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-211-4/+3
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\