summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* add/remove window only when the window is shown/hiddenBogDan Vatra2013-11-071-3/+5
* use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* Keep web fontdata alive as long as CG uses itAllan Sandfeld Jensen2013-10-291-4/+13
* Android/LinuxFb: fix QWidget::showFullScreen()Paul Olav Tvete2013-10-232-0/+23
* evdevtouch: Make it work with am335xLaszlo Agocs2013-10-171-0/+15
* linuxfb: Do not crash with GL windowsLaszlo Agocs2013-10-151-2/+3
* Update keycode mappings of multimedia keysAllan Sandfeld Jensen2013-10-151-1/+27
* linuxfb: Make the mouse cursor visible and workingLaszlo Agocs2013-10-144-10/+24
* eglfs: Show the mouse cursor when a mouse is connectedLaszlo Agocs2013-10-111-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Fallback to the original application font handlingAndy Shaw2013-10-072-10/+8
* evdevtouch: Do not print device information by defaultLaszlo Agocs2013-09-301-13/+26
* evdevtouch: Fix ABS limit queriesLaszlo Agocs2013-09-261-2/+11
* evdevtouch: Avoid duplicating points in released stateLaszlo Agocs2013-09-261-3/+10
* Remove jniconvenience from platformsupport.Christian Strømme2013-09-206-3626/+0
* test: fix tst_QFont::defaultFamily on Mac OS X 10.8Liang Qi2013-09-201-30/+30
* evdevtouch: Make TouchPointReleased working with certain driversLaszlo Agocs2013-09-201-21/+40
* evdevtouch: Handle single-touch devicesLaszlo Agocs2013-09-201-23/+23
* Make Accessibility publicFrederik Gladhorn2013-09-191-1/+0
* Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-162-7/+6
* remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-162-12/+0
* Merge branch 'stable' into devSergio Ahumada2013-09-131-0/+8
|\
| * QRawFont::fromFont does not get antialias setting from fontconfigAllan Sandfeld Jensen2013-09-091-0/+8
* | iOS: Interleave Qt application main() with iOS startup sequenceTor Arne Vestbø2013-09-131-1/+11
* | Warn if OpenType support missing for script of interestKonstantin Ritt2013-09-132-0/+2
* | Decrease code duplication in QFontDatabase-sKonstantin Ritt2013-09-132-22/+6
* | QFontConfigDatabase: Minor code clean-upKonstantin Ritt2013-09-131-22/+10
* | iOS: Implement hasPendingEvents() in the event dispatcherTor Arne Vestbø2013-09-121-2/+11
* | iOS: Teach event-dispatcher to handle changes to run-loop mode at runtimeTor Arne Vestbø2013-09-122-2/+77
* | iOS: Rewrite CoreFoundation event-dispatcherTor Arne Vestbø2013-09-122-205/+437
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-101-2/+3
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-2/+3
| |\|
| | * build glxconvenience also without XrenderOswald Buddenhagen2013-09-051-2/+3
* | | Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-102-2/+0
|/ /
* | Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-052-6/+27
* | Remove qFill usages from the generic unix themeGiuseppe D'Angelo2013-09-051-4/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-273-144/+189
|\|
| * JNI Convenience: Make single argument ctors explicit.Christian Strømme2013-08-261-3/+3
| * JNI Convenience: Print exceptions in debug mode.Christian Strømme2013-08-261-0/+9
| * JNI Convenience: Make it possible to copy QJNIObjects.Christian Strømme2013-08-262-138/+168
| * JNI Convenience: Use isSameObject() when comparing jobjects.Christian Strømme2013-08-261-6/+12
* | iOS: Make the event dispatcher properly emit aboutToBlock() and awake()Tor Arne Vestbø2013-08-232-0/+72
* | Share named time-interval constants in CoreFoundation event dispatcherTor Arne Vestbø2013-08-231-9/+12
* | iOS: Wrap CFRunLoopSource in C++ class for easier code legibilityTor Arne Vestbø2013-08-232-60/+77
* | Rename QIOSEventDispatcher to QEventDispatcherCoreFoundationTor Arne Vestbø2013-08-233-41/+42
* | Remove rowColumnExtents from QAccessibleTableCellInterfaceFrederik Gladhorn2013-08-221-2/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-211-8/+13
|\|
| * Fix potential division by zeroFrederik Gladhorn2013-08-191-8/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-142-420/+425
|\|
| * Fix CapsLock handling in EvdevKeyboard pluginSamuli Piippo2013-08-022-420/+425