summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Android: Report current selection to the input methodPaul Olav Tvete2014-05-261-4/+16
* | WinRT: Fix compile warningsMaurice Kalinowski2014-05-269-3/+19
* | Make QT_MAC_OPENGL_SURFACE_ORDER=-1 work betterMorten Johan Sørvig2014-05-261-2/+13
* | Cocoa: Remove the NSWindow -> QCococaWindow hash.Morten Johan Sørvig2014-05-263-20/+5
* | Cocoa: Prevent crash on QWindow delete.Morten Johan Sørvig2014-05-261-0/+1
* | Direct2D QPA: Match raster engine line outputLouai Al-Khanji2014-05-261-0/+27
* | Ensure all encrypted bytes are sent when closing QSslSocket.Richard J. Moore2014-05-261-0/+2
* | Cocoa: Make sure modal windows get correct geometry on showAndy Shaw2014-05-261-1/+5
* | Account for the sort indicator being placed above the text on VistaAndy Shaw2014-05-263-9/+23
* | Fix loss of precision warningsFrederik Gladhorn2014-05-262-3/+3
* | IPv6 scope ID of zero is not validThiago Macieira2014-05-262-6/+9
* | QOpenGLTexture: test for extensions when checking featuresGiuseppe D'Angelo2014-05-251-8/+24
* | Fix the doc so it uses the defined parameter names for the signalsAndy Shaw2014-05-241-15/+15
* | QPrinter/Windows: Fix handling of native paper source ids.Friedemann Kleint2014-05-232-16/+33
* | Windows: Fix qt_imageFromWinHBITMAP().Friedemann Kleint2014-05-231-74/+86
* | Remove unused variable in qwindowsmousehandler.cpp.Friedemann Kleint2014-05-231-1/+0
* | iOS: Be more careful when hiding the keyboard upon enterRichard Moe Gustavsen2014-05-231-3/+3
* | fix and de-duplicate qprocess apidocsOswald Buddenhagen2014-05-233-78/+77
* | escape apostropheOswald Buddenhagen2014-05-231-1/+1
* | purge obsolete variable documentationPathOswald Buddenhagen2014-05-231-6/+0
* | Call doneCurrent on QOpenGLContext when the surface diesLaszlo Agocs2014-05-231-0/+6
* | WinRT: fix default font when DirectWrite is disabledAndrew Knight2014-05-232-2/+9
* | Direct2D QPA: Fix HighRes paintingLouai Al-Khanji2014-05-232-11/+10
* | Direct2D QPA: Add missing break statementLouai Al-Khanji2014-05-231-0/+1
* | Fix a crash in QOpenGLTexture::allocateStorage()Tasuku Suzuki2014-05-231-1/+3
* | QPrintDialog OSX: Fix qApp->processEvents argumentsDyami Caliri2014-05-221-1/+1
* | Fall back to ANGLE BlitFramebuffer and RenderbufferStorageMultiSampleAndrew Knight2014-05-221-2/+6
* | WinRT: Support High-DPIAndrew Knight2014-05-226-38/+171
* | ANGLE WinRT: Create swap chain using physical resolutionAndrew Knight2014-05-222-14/+228
* | Support Windows Phone 8.1 in WinRT QPAAndrew Knight2014-05-225-18/+69
* | Direct2D QPA: Move QVectorPath conversion function into private classLouai Al-Khanji2014-05-221-101/+103
* | Direct2D QPA: Get rid of QPainterPath conversion functionLouai Al-Khanji2014-05-221-46/+3
* | Direct2D QPA: Cache QVectorPaths if drawn more than onceLouai Al-Khanji2014-05-221-6/+43
* | Trigger repaint of window when toggling unified toolbar on or off.Jake Petroules2014-05-222-0/+4
* | Mark the missing QDnsLookup constructor as \internalAndy Shaw2014-05-211-0/+5
* | Fix for bindvalue(int) memory allocation problemKarim Pinter2014-05-211-1/+3
* | Fix broken QPlainTextDocumentLayout after removing charsAxel Rasmussen2014-05-211-2/+3
* | Cocoa: Do not process ampersands in menus twice.Christoph Schleifenbaum2014-05-211-1/+1
* | Android: Fix crash caused by unintentionally modification of env data.Christian Strømme2014-05-211-9/+11
* | iOS: don't report negative selection ranges for backspaceRichard Moe Gustavsen2014-05-211-1/+1
* | Disable hash seeding for bootstrapped toolsThiago Macieira2014-05-213-4/+9
* | QDoc: Stop copying title string unnecessarilySze Howe Koh2014-05-201-6/+2
* | Make the use of -ffunction-sections more generic in QtThiago Macieira2014-05-191-2/+0
* | Fix minor coding style issues in new code in QtCoreThiago Macieira2014-05-194-15/+16
* | Avoid accessing the internals of the SSL_CIPHER struct.Richard J. Moore2014-05-193-3/+4
* | Windows QPA: Remove dependency on swprintf_s() pulled in via _com_error::Erro...Friedemann Kleint2014-05-191-1/+22
* | CMake: Don't FATAL_ERROR if GL libraries can not be found.Stephen Kelly2014-05-191-28/+37
* | Fix potential null pointer accessFrederik Gladhorn2014-05-191-1/+1
* | Fix crash in QNetworkAccessManager.Jędrzej Nowacki2014-05-192-4/+12
* | Direct2D QPA: Use correct buffer size constantLouai Al-Khanji2014-05-191-2/+2