summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Emit ScreenChanged events on X11Allan Sandfeld Jensen2014-02-061-0/+10
* Remove TableFormat as FormatType from QTextFormatLars Knoll2014-02-062-1/+3
* Cocoa: Add improved cursor updating code path.Morten Johan Sørvig2014-02-062-6/+22
* Remove unused private member (fixes compilation with Clang 3.4)Thiago Macieira2014-02-062-2/+0
* QOpenGLTextureHelper: de-inline the DSA / DSA emulator wrappersGiuseppe D'Angelo2014-02-062-383/+482
* Cocoa: Allow frameless NSWindow child QWindowsGabriel de Dietrich2014-02-058-51/+1086
* QPrinter - Enable changing of Orientation on MacJohn Layt2014-02-052-15/+10
* QPrinter - Fix PaperSourcesJohn Layt2014-02-053-10/+4
* QPageSetupDialog - Add manual dialog testJohn Layt2014-02-052-0/+13
* QPrinter - Fix Printer Selection option on WindowsJohn Layt2014-02-053-19/+13
* QPrintEngne - Fix PPK_CreatorJohn Layt2014-02-055-17/+18
* QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-055-30/+30
* QPrintEngine - Fix PPK_DocumentNameJohn Layt2014-02-053-19/+15
* QPrinter - Clean up Print Engine Key defaults and testsJohn Layt2014-02-055-441/+1189
* Move documentation of AA_MSWindowsUseDirect3DByDefault into obsolete section.Friedemann Kleint2014-02-051-2/+3
* Adds the ability to not have an activity on AndroidThierry Bastian2014-02-051-31/+43
* Support empty inline elements in block tags in QTextDocumentEskil Abrahamsen Blomfeldt2014-02-052-1/+8
* Remove some left-over +1 in font height calculationEskil Abrahamsen Blomfeldt2014-02-052-2/+2
* Obsolete AA_ImmediateWidgetCreation.Friedemann Kleint2014-02-053-17/+14
* Cocoa: Establish pattern for accessing globalsMorten Johan Sørvig2014-02-046-30/+50
* Set QMAKE_X11_PREFIX also when Qt configure with -qt-xcbGatis Paeglis2014-02-041-8/+8
* Add suspend and resume event handling for WinRTMaurice Kalinowski2014-02-042-0/+39
* Fix character mirroring issue with HarfBuzz-NGKonstantin Ritt2014-02-048-63/+44
* Logging: Don't use for loop in qCDebug macrosKai Koehne2014-02-041-3/+3
* Clean up QXCBSessionManagerSamuel Gaist2014-02-032-25/+2
* 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