summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-173-82/+135
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-143-82/+135
| | |\ \ \
| * | | | | Manually add Emoji font to fallback list on Mac OSTor Arne Vestbø2013-02-161-0/+6
| * | | | | Don't assume CTFontCopyDefaultCascadeListForLanguages is available on 10.8Tor Arne Vestbø2013-02-141-3/+2
| |/ / / /
| * | | | Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-132-22/+44
| * | | | Use CTFontCopyDefaultCascadeListForLanguages for font fallback if availableTor Arne Vestbø2013-02-122-68/+129
| * | | | Don't use the fallback list to decide if the CoreText font db was populatedTor Arne Vestbø2013-02-121-1/+5
| * | | | Enablers in fbconvenience for Android portEskil Abrahamsen Blomfeldt2013-02-124-11/+51
| * | | | Introduce a native color dialog for GTK+ 2.xJ-P Nurmi2013-02-011-0/+3
| * | | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2918-58/+0
| * | | | Use path-based text when painter has negative scale on raster/coretextTor Arne Vestbø2013-01-241-1/+7
| * | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-241-1/+1
| |\ \ \ \
| * | | | | Don't try to render a pixmap when there isn't any.Gatis Paeglis2013-01-242-1/+5
| * | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2273-161/+206
| |\ \ \ \ \
| * | | | | | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-1/+1
| * | | | | | eglfs: Introduce way of filtering out unwanted EGL configs.Samuel Rødal2013-01-184-44/+128
| * | | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-162-2/+26
| |\ \ \ \ \ \
| * | | | | | | CoreText: Add support for providing scaled glyphs to the glyph-cacheTor Arne Vestbø2013-01-152-2/+11
| * | | | | | | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-102-3/+3
| * | | | | | | Merge branch 'stable' into devSergio Ahumada2013-01-092-3/+15
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'stable' into devFrederik Gladhorn2013-01-0713-51/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'stable' into devFrederik Gladhorn2013-01-0423-64/+135
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Skip FcCharSetHasChar() callKonstantin Ritt2013-01-021-1/+1
| * | | | | | | | | | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-216-64/+107
* | | | | | | | | | | Added configuration environment variables for evdev input plugins.Libor Tomsik2013-03-204-4/+21
* | | | | | | | | | | Compile when EGL headers are located in non-standard locationGunnar Sletta2013-03-121-0/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix potential crash in accessibility key event handlingFrederik Gladhorn2013-03-062-7/+10
* | | | | | | | | | QGnomeTheme style names: replace cleanlooks with fusionJ-P Nurmi2013-03-031-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Remove debug output that can cause crashes in static builds.Frederik Gladhorn2013-02-251-12/+53
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Add translator help for accessibility stringsFrederik Gladhorn2013-02-081-4/+68
* | | | | | | | Accessibility: Ignore TableModelChanges on Linux for now.Frederik Gladhorn2013-02-071-16/+4
* | | | | | | | Check if the interface pointer is valid to avoid a potential crash.Jan Arve Saether2013-02-061-1/+1
* | | | | | | | Fix lupdate-warnings in QSpiAccessibleBridge.Friedemann Kleint2013-02-051-64/+64
* | | | | | | | Fixed missing support for single buffered OpenGL on OS X.Samuel Rødal2013-02-051-1/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Disable only accessibility bridge without dbus on linuxFrederik Gladhorn2013-01-231-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Accessibility Linux: Make dbus registration asyncFrederik Gladhorn2013-01-226-88/+133
* | | | | | Update copyright year in Digia's license headersSergio Ahumada2013-01-1873-73/+73
| |_|_|_|/ |/| | | |
* | | | | Fix crash when trying to create paths for color-glyphs (Emoji) on MacTor Arne Vestbø2013-01-142-2/+26
| |_|_|/ |/| | |
* | | | Fix DnD when using QSimpleDrag.Sergio Martins2013-01-072-3/+15
| |_|/ |/| |
* | | Revert "Enable module build with QT_NO_ACCESSIBILITY"aavit2013-01-0413-51/+0
| |/ |/|
* | Fix GCC warning about parentheses in QtPlatformSupportThiago Macieira2013-01-021-1/+2
* | Fix warning about unused variable in QtPlatformSupportThiago Macieira2012-12-221-1/+1
* | add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* | Enable module build with QT_NO_ACCESSIBILITYTasuku Suzuki2012-12-2013-0/+51
* | Accessibility Linux: Prevent access to invalid interfacesFrederik Gladhorn2012-12-181-5/+20
* | Do not inform that a widget is not visible when it's disabled.José Millán Soto2012-12-161-2/+0
* | Handle disabled state changeJosé Millán Soto2012-12-161-0/+7
* | Implemented AtSpiAdaptor::notifyStateChangeJosé Millán Soto2012-12-152-15/+15
* | Add missing bit in initialization.Frederik Gladhorn2012-12-141-0/+1
* | Fix styleName support in QPA font databaseJiang Jiang2012-12-143-7/+12