summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-301-1/+1
* Fix text decoration width roundingJiang Jiang2012-05-302-3/+2
* Introduce QUnicodeToolsKonstantin Ritt2012-05-301-4/+4
* Remove QUpdateEvent from the public headersLars Knoll2012-05-302-22/+0
* Add some batching functions to QPlatformSharedGraphicsCache ifaceEskil Abrahamsen Blomfeldt2012-05-302-5/+92
* Document QWindow's setSurfaceType and setFormat update behaviorHolger Hans Peter Freyther2012-05-291-1/+12
* Ask the platform drag for the correct default drag actionLars Knoll2012-05-291-1/+3
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-2913-52/+92
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-252-2/+2
* Gestures & events: compile with QT_STRICT_ITERATORS.Thiago Macieira2012-05-251-2/+2
* Fix potential access beyond the array endKonstantin Ritt2012-05-251-1/+3
* Implement QWindow::setWindowIconCorentin Jabot2012-05-245-19/+37
* QPA: Refactor QFileDialogPrivate::qt_clean_filter_list for QPASean Harmer2012-05-242-0/+17
* Provide convenience method to resize maximized windowsKevin Ottens2012-05-242-0/+30
* remove exec-bit from qplatformmenu.h fileGirish Ramakrishnan2012-05-231-0/+0
* Fix wrong local positions in mouse events when no tlw was givenLaszlo Agocs2012-05-232-8/+13
* Minor QPlatformMenu API cleanup.Morten Johan Sorvig2012-05-233-188/+32
* Fix QtGui compilation for -qconfig largeTasuku Suzuki2012-05-237-0/+24
* qpa api: replace QPA headers with something more benignGirish Ramakrishnan2012-05-2222-105/+71
* Remove -Winline from the build of SSE2/AVX/etc. sourcesThiago Macieira2012-05-221-4/+4
* Make sure we are using the proper -mXXX optionsThiago Macieira2012-05-221-8/+8
* Add AVX support for the painting and image code.Thiago Macieira2012-05-229-11/+246
* Replace (un)checkAction with toggleAction (3/3)Jan-Arve Saether2012-05-222-30/+2
* Add mouse event internal members needed by declarativeLaszlo Agocs2012-05-224-3/+35
* Replace (un)checkAction with toggleAction (1/3)Jan-Arve Saether2012-05-222-0/+14
* QTextEngine: minor clean-upKonstantin Ritt2012-05-221-9/+14
* QCssParser: Remove temporary structure storing QIcon data.Friedemann Kleint2012-05-212-33/+23
* Remove a line of garbageLaszlo Agocs2012-05-211-3/+1
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-195-14/+297
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-1/+15
* QIcon: move back to QtGuiOlivier Goffart2012-05-1811-1/+2786
* Fix FreeType glyph caching for high resolutionJiang Jiang2012-05-182-21/+25
* Avoid qobject_castAaron Kennedy2012-05-181-1/+2
* Clean up some QT_HAVE_xxx macros in qcompilerdetection.hThiago Macieira2012-05-181-3/+3
* add some more widely-used QChar::SpecialCharacter enum valuesKonstantin Ritt2012-05-171-2/+2