summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up QPlatformSessionManagerSamuel Gaist2014-02-031-3/+3
* Windows: Silence QWindowsOleDataObject::GetData().Friedemann Kleint2014-02-031-1/+1
* QOpenGLTexture: remove typos in the docsGiuseppe D'Angelo2014-02-031-2/+2
* QOpenGLTextureHelper: fix the DSA emulationGiuseppe D'Angelo2014-02-032-217/+241
* QGuiApplication: Check if window exists before sending double click event.Friedemann Kleint2014-02-031-6/+8
* [QNX] Handle the case when an egl surface can not be createdFabian Bumberger2014-02-022-3/+5
* [QNX} Remove adjustBufferSize from the egl windowFabian Bumberger2014-02-026-12/+8
* [QNX] Fix crash when creating eglSurfaceFabian Bumberger2014-02-021-2/+2
* Fix the QSslSocket::setCiphers(const QString &) overload.Richard J. Moore2014-02-023-6/+24
* QGraphicsSceneIndex: replace polymorphism with a function pointerMarc Mutz2014-02-012-67/+36
* Fix setWindowFlags() for QMdiSubWindow.Bastiaan Veelo2014-02-014-51/+27
* Add other integer overloads to QFlag's constructorThiago Macieira2014-02-012-3/+37
* Fix configure & qmake compilation with a future MSVC versionThiago Macieira2014-02-014-2/+13
* Update the macro that MSVC 2013 defines for AVX code generationThiago Macieira2014-02-012-12/+8
* Use qregister(u)int in qsimd.cpp x86 codeThiago Macieira2014-02-011-3/+3
* Q(Plain)TextEdit: Add find() overload with QRegExpChristian Loose2014-01-318-0/+153
* 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-317-8/+57
* 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
* Fix MSVC-warning about unused variable eventdispatcher.Friedemann Kleint2014-01-311-1/+1
* 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-313-108/+495
* QTextEngine: Make FontEngineCache inaccessible from outsideKonstantin Ritt2014-01-311-0/+2