summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make HarBuzz-NG the default shaper on MacKonstantin Ritt2014-01-316-8/+51
* Android: Export QtAndroidPrivate::androidSdkVersion()Christian Strømme2014-01-311-1/+1
* Windows: Fixed alert sound of QMessageBox.Friedemann Kleint2014-01-311-26/+21
* eglfs: Mouse hotplugging supportLaszlo Agocs2014-01-318-26/+98
* Disable the rendering profilingBogDan Vatra2014-01-311-2/+5
* Fix the repaint position.BogDan Vatra2014-01-311-1/+1
* Don't add/remove/lower/raise children windows to the TLW stack.BogDan Vatra2014-01-311-0/+12
* Fix repaint of transparent images.BogDan Vatra2014-01-312-65/+47
* Fix surface leak, cleanup opengl window.BogDan Vatra2014-01-312-11/+5
* Sort include headersBogDan Vatra2014-01-311-8/+7
* Shut up setParent warning.BogDan Vatra2014-01-312-1/+6
* Only Android API < 11 needs o set the surface type.BogDan Vatra2014-01-311-1/+3
* Remove unused variable.BogDan Vatra2014-01-311-2/+0
* remove doubled specificationMaurice Kalinowski2014-01-311-1/+0
* Add install rulesMaurice Kalinowski2014-01-311-0/+2
* Optimize drawing to and from generic formatsAllan Sandfeld Jensen2014-01-312-102/+361
* QTextEngine: Make FontEngineCache inaccessible from outsideKonstantin Ritt2014-01-311-0/+2
* Allow QTextCharFormat::setFont() to skip unresolved font propsKonstantin Ritt2014-01-313-51/+88
* WinRT winmain: handle -qdevel parameter for additional debugging toolingAndrew Knight2014-01-301-5/+24
* Fix WinRT timer dispatchAndrew Knight2014-01-301-17/+17
* Use full-barrier in the "non-atomic" API in QAtomic{Int,Integer,Pointer}Thiago Macieira2014-01-301-4/+4
* Replace the type-based QAtomicIntegerTraits with a size-based oneThiago Macieira2014-01-3010-77/+20
* Centralize support for QBasicAtomic for ints and longsThiago Macieira2014-01-3012-60/+39
* Ensure that the pointer-sized QAtomicInteger specialization existsThiago Macieira2014-01-304-1/+78
* Introduce QAtomicInteger<T> and derive QAtomicInt from itThiago Macieira2014-01-302-145/+241
* Add support for 16- and 64-bit atomics with MSVCThiago Macieira2014-01-301-38/+151
* Declare qregister[u]int, an integer the size of the machine's wordThiago Macieira2014-01-302-0/+23
* Android: Don't skip first file in assets entry listEskil Abrahamsen Blomfeldt2014-01-301-0/+1
* Warn the user when compiling Objective-C files (.m) that includes QtTor Arne Vestbø2014-01-302-0/+8
* Add QWindowPrivate::topLevelWindow() helper functionTor Arne Vestbø2014-01-305-22/+27
* Fixed assert in blend_transformed_tiled_argbOliver Wolff2014-01-301-2/+2
* QWindowsFontDatabaseFT: Code deduplicationKonstantin Ritt2014-01-304-124/+11
* Add CoreText HB-NG shaper backend on MacKonstantin Ritt2014-01-303-0/+869
* Introduce QTextBlock::textFormats()Konstantin Ritt2014-01-302-1/+53
* [QFontEngineBox] Fix incorrect advances for SMP code pointsKonstantin Ritt2014-01-301-4/+11
* Update HB to 7691a154e50f8c8c77bbd94787686262955bf5d4Konstantin Ritt2014-01-3032-1457/+2307
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-3015-172/+107
* linuxfb: Report WindowManagement capability as falseLaszlo Agocs2014-01-301-0/+1
* Add more specific HTTP error codes to QNetworkReply::NetworkErrorMandeep Sandhu2014-01-303-2/+51
* Regenerate the Unicode tablesKonstantin Ritt2014-01-292-1464/+1465
* Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-294-10/+101
* REG: Fix font matching in FontConfigEskil Abrahamsen Blomfeldt2014-01-291-0/+4
* Ensure QImage::pixel() on RGB32 images returns valid QRgb valuesAllan Sandfeld Jensen2014-01-291-0/+1
* Round evenly in INV_PREMULAllan Sandfeld Jensen2014-01-291-1/+2
* QColorDialog: Streamline painting code of QColorLuminancePicker.Friedemann Kleint2014-01-291-7/+5
* Fix usage of QObjectPrivate::connect when q_func() is private.Olivier Goffart2014-01-291-2/+2
* Windows: Simplify cursor code.Friedemann Kleint2014-01-291-44/+8
* Document Qt::NoFormatConversionAllan Sandfeld Jensen2014-01-291-2/+3
* [QNX] Implement the requestActivate functionFabian Bumberger2014-01-292-3/+52
* Fix performance regression in mirroring QBitmapAllan Sandfeld Jensen2014-01-291-1/+2