summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-212-12/+39
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-212-12/+39
| |\
| | * Fix transform (rotation matrix) uniform scale testing.Balazs Domjan2013-09-191-5/+22
| | * PNG: properly handle 1bpp greyscale images with alphaGiuseppe D'Angelo2013-09-181-0/+9
| | * Add missing initialization before requesting png data for scaled readSamuel Gaist2013-09-181-7/+8
* | | Replace hardcoded shortcuts for X11 in QLineEdit with StandardKeysDavid Edmundson2013-09-213-3/+8
* | | Fix last standard keyboard shortcutDavid Edmundson2013-09-211-1/+1
* | | Fix some doc errors.Frederik Gladhorn2013-09-218-13/+11
|/ /
* | Don't try to allocate a msaa FBO when it is not supported.Gunnar Sletta2013-09-201-15/+12
* | WinRT: Basic global supportAndrew Knight2013-09-203-3/+7
* | Add a WindowManagement capability to QPlatformIntegrationLaszlo Agocs2013-09-202-2/+8
* | Fix memory leaks in the FT font engineLaszlo Agocs2013-09-201-2/+18
* | Make Accessibility publicFrederik Gladhorn2013-09-197-933/+1026
* | Don't automatically create a platform window on content orientation changeAndrew Knight2013-09-191-4/+2
* | Un-export qt_registerFont() internal functionKonstantin Ritt2013-09-162-10/+10
* | Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-162-15/+6
* | Fix QTextEngine build on MSVC2008 debug mode.Nicolás Alvarez2013-09-151-0/+1