summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Analog clock and raster window examplesGunnar Sletta2012-07-136-30/+316
* QtGui: normalize signals/slotsMarc Mutz2012-07-131-3/+3
* Fix crash when column is inserted before rowspanned cellEskil Abrahamsen Blomfeldt2012-07-121-3/+23
* QPA: pass cmdline arguments to QPlatformIntegrationPlugin constructorGirish Ramakrishnan2012-07-123-15/+5
* Fix some spelling errorsSergio Ahumada2012-07-113-3/+3
* Add protected virtual ensureActiveTarget() to QOpenGLPaintDeviceJocelyn Turcotte2012-07-113-0/+15
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-114-1/+10
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-113-0/+17
* Remove clipboard operations from QAccessibleEditableTextInterfaceJan-Arve Saether2012-07-112-133/+1
* Change deprecated use of qgenericplugin_qpa.h to qgenericplugin.hSergio Ahumada2012-07-111-1/+1
* make gui compile with QT_NO_SHORTCUTJeremy Katz2012-07-101-0/+5
* QtGui: declare some classes as sharedMarc Mutz2012-07-1010-1/+37
* Color transparency support in html import/exportAlexey Chernov2012-07-102-5/+32
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-105-5/+2
* Optimize QFontMetrics:: boundingRect() and left/rightBearing()Konstantin Ritt2012-07-101-6/+6
* Optimize Q*FontEngine*::stringToCMap()Konstantin Ritt2012-07-103-6/+14
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-1014-75/+68
* Fix cursor truncate to include line positionJiang Jiang2012-07-091-2/+2
* qpa: Fix crash when native interface is nullGirish Ramakrishnan2012-07-091-8/+9
* Remove Library dependency on SettingsTasuku Suzuki2012-07-095-12/+8
* QPalette: add member-swapMarc Mutz2012-07-062-32/+50
* QtGui: replace some copies with swapsMarc Mutz2012-07-063-5/+4
* Fix division by zero in triangulating stroker.Kim Motoyoshi Kalland2012-07-062-20/+49
* Remove duplicate triangulating stroker implementation.Kim Motoyoshi Kalland2012-07-065-8/+7
* make QtGui compile when QT_NO_WHEELEVENT is definedJeremy Katz2012-07-061-0/+2
* Clean up attribute arrays flags in OpenGL glyph cacheEskil Abrahamsen Blomfeldt2012-07-061-0/+3
* Do not delete m_blitProgram more than onceJiang Jiang2012-07-051-1/+0
* Native drag implementation on MacJames Turner2012-07-041-1/+1
* Properly detect the max texture size when using QOpenGLPaintDevice.Jocelyn Turcotte2012-07-042-1/+37
* Make QGenericPlugin and QGenericPluginFactory public APIGirish Ramakrishnan2012-07-046-20/+14
* Removed private header warning from public QOpenGLPaintDevice header.Samuel Rødal2012-07-041-12/+0
* Platform-plugin support for QSystemTrayIcon.Christoph Schleifenbaum2012-07-035-2/+240
* Remove platform specific DirectWrite font engine from QtGuiEskil Abrahamsen Blomfeldt2012-07-034-843/+0
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-031-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-032-3/+3
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-0332-28/+28
* MIPS DSP composition functions optimizations.Damir Tatalovic2012-07-036-159/+1770
* Make QWindowSystemInterface part of QPA APIGirish Ramakrishnan2012-07-035-10/+19
* QtGui: add member-swap to shared classesMarc Mutz2012-07-0316-0/+101
* DirectWrite font engine: don't leak the font table bufferKonstantin Ritt2012-07-031-13/+11
* Fix capitalization with newline bugYann Bodson2012-07-031-1/+1
* shapeTextWithHarfbuzz() minor optimizationKonstantin Ritt2012-07-031-5/+7
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-023-22/+20
* Don't lower the code generation level options for the compilerThiago Macieira2012-07-011-7/+9
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-295-0/+3812
* Add framestrut mouse events.Friedemann Kleint2012-06-296-6/+58
* Remove deprecated tentative commit from QInputMethodEventPekka Vuorela2012-06-282-26/+0
* Move QPlatformInputContextPlugin/Factory to QtGuiWeng Xuetian2012-06-285-0/+330
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-284-0/+4
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-2873-213/+304