summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix configure & qmake compilation with a future MSVC versionThiago Macieira2014-02-011-2/+1
* Update the macro that MSVC 2013 defines for AVX code generationThiago Macieira2014-02-011-11/+7
* Use qregister(u)int in qsimd.cpp x86 codeThiago Macieira2014-02-011-3/+3
* Q(Plain)TextEdit: Add find() overload with QRegExpChristian Loose2014-01-316-0/+64
* Move the code that converts from UTF-16 to Latin1 to the topThiago Macieira2014-01-311-122/+118
* Merge all conversions from Latin-1 in qstring.cpp into a single functionThiago Macieira2014-01-311-62/+60
* Unroll the tail loops of the SSE2-improved codeThiago Macieira2014-01-311-0/+53
* Improve the QString/QLatin1String ucstrncmp with SSE2Thiago Macieira2014-01-311-0/+51
* Centralize the UTF16-Latin1 comparisons in one placeThiago Macieira2014-01-311-63/+29
* Improve qstring.cpp:findChar with SSE2Thiago Macieira2014-01-311-1/+19
* Merge qMemEquals and ucstrncmpThiago Macieira2014-01-311-84/+38
* Improve ucstrncmp with SSE2Thiago Macieira2014-01-312-0/+65
* Add support for UTF-8 encoding/decoding with SIMDThiago Macieira2014-01-312-20/+163
* QOpenGLTexture: avoid a QImage detach when uploading texture data from itGiuseppe D'Angelo2014-01-311-1/+1
* QOpenGLTexture: Introduce const void * image upload methodsGiuseppe D'Angelo2014-01-313-12/+155
* QWizard: Fix QWizardPrivate::QWizardPrivate()Friedemann Kleint2014-01-311-2/+5
* Prevent crash and emit warning when receiving bogus drop events.Friedemann Kleint2014-01-311-0/+5
* QColorDialog: Emit done after setting the selected color.Friedemann Kleint2014-01-311-1/+1
* Move Direct2D paint engine on top of QPaintEngineExLouai Al-Khanji2014-01-313-468/+531
* Cocoa: Merge QNSWindow and QNSPanel, inherit NSPanelGabriel de Dietrich2014-01-312-130/+99
* 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