summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+0
* Fixed QOpenGLFunctions API.Samuel Rødal2012-06-185-6/+10
* Prevent ending up in a state where focus is perpetually grabbed.Samuel Rødal2012-06-183-10/+25
* Disable hinting for scaled glyphs in FreeTypeJiang Jiang2012-06-141-0/+5
* QFontMetrics/QRawFont: Optimize SMP code points handling a bitKonstantin Ritt2012-06-144-11/+19
* Add the AGLFN tables generator, update the tables up to AGLFN 1.7Konstantin Ritt2012-06-142-175/+289
* AGLFN: optimize glyph name lookup and reverse map creationKonstantin Ritt2012-06-142-15/+22
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-142-0/+19
* OpenGL: Update QOpenGLFunctions docs to remove widget codeSean Harmer2012-06-141-4/+25
* Remove downstream documentation references from guiGunnar Sletta2012-06-141-43/+0
* QNX: Enable additional CPU features to be compiled in for QNXSean Harmer2012-06-141-1/+1
* Deliver wheel events when window is nullGirish Ramakrishnan2012-06-141-15/+15
* mips: dsp and dspr2 can be enabled separately fix dspr2 only compilationHolger Hans Peter Freyther2012-06-123-4/+18
* Make distance field image width variable.Yoann Lopes2012-06-121-20/+24
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-122-2/+2
* Clarify QTouchEvent docsLaszlo Agocs2012-06-121-0/+9
* Enable compilation of improved x86 code generation with MSVCThiago Macieira2012-06-121-9/+42
* Move the SSE2/AVX/Neon/etc. flags into the compiler mkspecsThiago Macieira2012-06-121-42/+46
* Reorganise the painting.pri file after the last round of cleanupsThiago Macieira2012-06-101-29/+20
* QZip: improve reading of zip files, fix some edge cases in writingKonstantin Ritt2012-06-081-16/+141
* Fix crash in qt_qpa_core_dispatcher() at application exit.Miikka Heikkinen2012-06-081-1/+6
* Remove widgets lib dependency on platformsupport.Frederik Gladhorn2012-06-082-0/+12
* Namespace the bundled zlib symbols, to avoid clash with user zlibaavit2012-06-082-6/+6
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-084-25/+6
* Remove QFactoryInterface from the generic pluginsLars Knoll2012-06-083-22/+8
* Remove QFactoryInterface from picture pluginsLars Knoll2012-06-083-23/+10
* Remove QFactoryInterface dependency from icon pluginsLars Knoll2012-06-083-21/+16
* Remove the QFactoryInterface dependency from accessible pluginsLars Knoll2012-06-086-52/+11
* Don't inherit from QFactoryInterface for image pluginsLars Knoll2012-06-082-36/+13
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-071-2/+3
* Added SpellCheckUnderlineStyle theme hint.Samuel Rødal2012-06-073-2/+13
* Added QScreen::setOrientationUpdateMask().Samuel Rødal2012-06-067-6/+88
* Export QPlatformIntegrationFactory to make it usable outside of QtGui.Balazs Kelemen2012-06-061-1/+1
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-053-17/+11
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-054-20/+21
* Introduce nativeOrientation() to QPlatformScreenKevin Ottens2012-06-052-0/+13
* Add StartDragVelocity to style hintsLaszlo Agocs2012-06-054-1/+10
* The QFontEngineFT files are not built into QtGui anymore.Thiago Macieira2012-06-052-13/+1
* Add method to set size of QOpenGLPaintDevice.Kim Motoyoshi Kalland2012-06-012-2/+19
* Fixed compile on Windows without precompiled headersRohan McGovern2012-06-011-0/+1
* Fix the confusion caused by the QT_ALWAYS_HAVE_xxx macrosThiago Macieira2012-05-311-6/+6
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-3120-64/+61
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-311-2/+0
* Remove QCursor::handleGirish Ramakrishnan2012-05-313-15/+1
* QCursor: Remove doc of obsolete functionsGirish Ramakrishnan2012-05-312-37/+0
* QPA tablet event supportLaszlo Agocs2012-05-317-1/+238
* Remove QRegion::handleGirish Ramakrishnan2012-05-312-17/+0
* Remove QFont::handleGirish Ramakrishnan2012-05-313-14/+0
* Eliminate a warning in unsigned integer comparisonJiang Jiang2012-05-311-1/+1
* Compile with clang when C++11 support is enabledBradley T. Hughes2012-05-301-1/+1