summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix for -Werror -WshadowDavid Faure2011-12-221-1/+1
* Fix handling of invalid modifiers in QKeySequence.David Faure2011-12-221-0/+7
* Mac: Add temporary solution to fix app deployment.Morten Johan Sorvig2011-12-221-0/+10
* Remove unused QPicture::detach_helper() private method.Robin Burchell2011-12-202-12/+0
* Remove non-const QMovie::cacheMode().Robin Burchell2011-12-202-11/+0
* Remove qt_image_id() and qt_image_colortable().Robin Burchell2011-12-203-15/+0
* Add destructor to QPlatformFontDatabase.Frederik Gladhorn2011-12-202-0/+8
* Accessibility: childAt returns interfaceFrederik Gladhorn2011-12-194-22/+27
* Remove plugin related variables from the CMake files.Stephen Kelly2011-12-191-4/+0
* Make QMetaTypeInterface POD.Jędrzej Nowacki2011-12-191-1/+1
* Improved path filling performance in the raster paint engine.Kim Motoyoshi Kalland2011-12-164-55/+93
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-142-13/+53
* Improved performance of large text when parts are outside view.Kim Motoyoshi Kalland2011-12-131-6/+81
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-121-0/+1
* Add touchEvent() virtual to QWindow.Laszlo Agocs2011-12-122-0/+11
* Remove template <class T> class QRingBufferJoão Abecasis2011-12-121-72/+0
* Silence -Woverloaded-virtual warnings in QRasterPaintEngineBradley T. Hughes2011-12-122-13/+13
* Silence -Woverloaded-virtual warnings in QBlitterPaintEngineBradley T. Hughes2011-12-122-5/+5
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-125-16/+7
* Fix typo in APIDocsThomas Zander2011-12-101-1/+1
* Make headers safe with QT_NO_CAST_FROM_BYTEARRAY.Stephen Kelly2011-12-091-2/+2
* Remove QWidget dependency from QTouchEvent.Laszlo Agocs2011-12-092-13/+15
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-092-8/+14
* Extend touch events.Laszlo Agocs2011-12-0911-38/+575
* Create a class to contain accessibilty enums.Frederik Gladhorn2011-12-086-39/+55
* Better handling of GLX / EGL errors.Samuel Rødal2011-12-072-4/+9
* Accessibility: Add Text::DebugDescriptionMorten Johan Sorvig2011-12-071-0/+1
* qpixmap_win.cpp: Fix typo in format conversion (alpha).Friedemann Kleint2011-12-051-2/+2
* Remove unused enum values.Frederik Gladhorn2011-12-041-3/+1
* Added minimal class docs for QWindow to make it visible.Gunnar Sletta2011-12-021-0/+20
* Accessibility: table2 -> tableFrederik Gladhorn2011-12-022-47/+10
* Remove action enum.Frederik Gladhorn2011-12-011-17/+0
* Make cell a proper QAccessible2Interface.Frederik Gladhorn2011-12-012-7/+10
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-013-9/+5
* opengl: Do not crash when programGuard is a nullptrHolger Hans Peter Freyther2011-12-011-1/+1
* Added QPA window system interface handler for logical DPI changes.Samuel Rødal2011-12-015-3/+37
* engineData should be cached solely based on QFontDefJiang Jiang2011-12-014-11/+11
* Made more QScreen properties NOTIFY and added average DPI properties.Samuel Rødal2011-11-303-14/+90
* Fix casting. Casting is now done through the virtual interface_cast.Jan-Arve Saether2011-11-304-87/+28
* Accessible debug stream: don't print details for invalid objectsFrederik Gladhorn2011-11-291-11/+15
* Install CMake config files from Qt.Stephen Kelly2011-11-291-0/+4
* Added screenChanged() signal and handle screen destruction in QWindow.Samuel Rødal2011-11-292-2/+28
* QtGui: Fix a crash in OpenGL on Windows.Friedemann Kleint2011-11-291-0/+4
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-282-0/+320
* Add comment to the obscure initialization of QOpenGLFunctions.Friedemann Kleint2011-11-281-0/+4
* Introduce QWindowSystemInterface::handleSynchronousCloseEventGunnar Sletta2011-11-252-0/+9
* Fixed memory leak in windowing system event handlingGunnar Sletta2011-11-251-4/+4
* Change default implementation of window() to just return 0Jan-Arve Saether2011-11-251-6/+6
* Add a note in the QScreen documentation about logical vs physical DPI.Samuel Rødal2011-11-241-0/+11
* emit width/height changes for the new rectGunnar Sletta2011-11-241-4/+4