summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNX: Cleanup some issues in QPABernd Weimer2014-01-294-5/+9
* Fixed Drag and Drop driven by touch-synthesized mouse events.Friedemann Kleint2014-01-281-5/+102
* QNX: Create the egl context according to the version in QSurfaceFormatFabian Bumberger2014-01-282-4/+4
* [QNX] Introduce proper screen error handlingFabian Bumberger2014-01-2811-261/+332
* Fix application font removal when using FontConfigFabian Bumberger2014-01-281-112/+128
* Add translator's comments to accessible names of dock widget buttons.Friedemann Kleint2014-01-281-0/+2
* QWindowsCursor: Add API for determining the cursor state.Friedemann Kleint2014-01-282-0/+23
* Windows: Refactor QWindowsOleDropSource.Friedemann Kleint2014-01-281-45/+69
* qprintengine_win.cpp: Fix assert when printing with custom page sizes.Friedemann Kleint2014-01-281-1/+1
* If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-278-7/+81
* Fix nested template declarations for non-C++11 buildsTor Arne Vestbø2014-01-271-4/+4
* moc: Make error message 'too many input files' more verbose.Friedemann Kleint2014-01-271-1/+1
* Improve direct2d backing store implementationLouai Al-Khanji2014-01-2711-206/+340
* Enable adding/removing application fonts on iOSTor Arne Vestbø2014-01-252-18/+51
* Teach CoreText font db to handle application font files with multiple fontsTor Arne Vestbø2014-01-251-67/+59
* Use shared list of application fonts in CoreText font databaseTor Arne Vestbø2014-01-252-22/+24
* Fix OS X/iOS SDK macros to be usable in combined expressionsTor Arne Vestbø2014-01-251-4/+4
* Disable terminal keyboard on eglfs and linuxfbLaszlo Agocs2014-01-2410-50/+80
* eglfs: Fix physical screen size regression for some hooksLaszlo Agocs2014-01-243-4/+6
* eglfs: Upload only damaged areas into the texturesLaszlo Agocs2014-01-241-1/+0
* eglfs: Fix quad coordinatesLaszlo Agocs2014-01-241-2/+3
* Defer HarfBuzz face loading up until it gets usedKonstantin Ritt2014-01-241-2/+6
* Windows: Reconstruct MSG-structure properly.Friedemann Kleint2014-01-241-2/+14