summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* Android: handle keyPress event for Key_BackPaul Olav Tvete2013-10-291-23/+18
* remove some vestiges of QFontEngineQPFOswald Buddenhagen2013-10-283-73/+0
* CMake: Fix quoting issue with quoted paths in strings.Stephen Kelly2013-10-251-2/+4
* Do not byteswap RGBA8888 formatsAllan Sandfeld Jensen2013-10-252-30/+3
* Accessibility: Make it possible to send events with no QObjectFrederik Gladhorn2013-10-252-6/+107
* QImageWriter: add a forgotten #ifndef QT_NO_IMAGEFORMAT_BPMMarc Mutz2013-10-251-0/+2
* Remove doc references to non-existing functions in QSurfaceFormatSean Harmer2013-10-241-2/+2
* Fix misaligned selection region with text when centeredJonathan Liu2013-10-231-5/+14
* QTextHtmlParser: restore the default link color from app paletteJ-P Nurmi2013-10-231-2/+2
* Use QByteArrayLiteral throughout in QOpenGLVertexArrayObjectSean Harmer2013-10-201-8/+8
* Make it possible to clear glyph caches from the font engine.Gunnar Sletta2013-10-182-0/+11
* When creating QVariant(QPolygonF()) this should be a null variantAndy Shaw2013-10-181-1/+2
* Implement native gestures on OS X.Morten Johan Sørvig2013-10-177-0/+211
* Clear QGuiApplicationPrivate::tabletPressTarget in ~QWindow.Friedemann Kleint2013-10-171-0/+2
* Support APPLE VAO extension on Mac.James Turner2013-10-161-13/+27
* Restore handling of bullets for lists with a font size of > 36 pixelsAndy Shaw2013-10-161-13/+0
* Change return type of imagePosition to QPointJan Arve Saether2013-10-151-1/+1
* Fixed narrowing conversion compile error with SwizzleValue cast.Harri Porten2013-10-151-1/+1
* Update QPA cursor only for non-synthetic mouse eventsLaszlo Agocs2013-10-141-3/+5
* Doc: Fix typos and add missing words.Marcel Krems2013-10-121-2/+2
* Export the block's line-height settings to htmlAndy Shaw2013-10-121-0/+23
* Re-add deprecated symbol for ABI compatibility with Qt 5.1.Harri Porten2013-10-112-1/+7
* include privates the right wayOswald Buddenhagen2013-10-111-2/+2
* add a missing break in QGuiApplicationPrivate::processWindowSystemEventLiang Qi2013-10-111-0/+1
* Use QAtomicInt ref/deref patternAllan Sandfeld Jensen2013-10-111-1/+2
* Memory leak with Small-caps QRawFontAllan Sandfeld Jensen2013-10-111-0/+4
* Ensure CSS rules are inherited from the parent tagsAndy Shaw2013-10-111-1/+5
* Fix broken text layout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2013-10-091-0/+3
* Suppress automatic positioning of popup windows.Friedemann Kleint2013-10-091-1/+2
* Ensure lastPixel.y is also initalized to -1 when necessaryAndy Shaw2013-10-081-0/+3
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0881-617/+617
* QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-074-0/+22
* Fix typos of QWheelEvent exampleIvan Romanov2013-10-071-3/+3
* Output the CMAKE_CXX_LIBRARY_ARCHITECTURE when reporting missing dependencies.Stephen Kelly2013-10-061-1/+1
* Add Q_DECL_OVERRIDE to accessibility classesFrederik Gladhorn2013-10-051-14/+14
* Update QSessionManager and related classes documentationSamuel Gaist2013-10-026-90/+137
* Correct the bit field sizes in QTextOptionThiago Macieira2013-10-012-1/+5
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-304-26/+27
* Fix syncqt warning about include in qopenglpixeltransferoptions.h.Friedemann Kleint2013-09-301-1/+1
* Fix check in texture cleanup codeSean Harmer2013-09-301-1/+1
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-2713-0/+112
* Remove code that doesn't do anything.Gunnar Sletta2013-09-261-19/+0
* Fix WinCE/MSVC2008 build errors related to std::lower_bound patches.Sérgio Martins2013-09-255-0/+35
* Fix truncation and conversion warnings on MSVC2010.Mitch Curtis2013-09-252-4/+4
* Remove a Borland-related inclusionGiuseppe D'Angelo2013-09-231-6/+0
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-235-14/+23
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-233-6/+12
* Remove a Borland-related inclusionGiuseppe D'Angelo2013-09-231-5/+0
* De-inline virtuals of some non-exported private classes in QtGuiThiago Macieira2013-09-232-2/+11
* Long live QOpenGLTexture!Sean Harmer2013-09-2211-2/+5237