summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed regression in tst_qscreen.Samuel Rødal2011-11-231-1/+18
* Improve docs for Accessibility.Frederik Gladhorn2011-11-231-30/+16
* Remove virtual child integers.Frederik Gladhorn2011-11-235-46/+34
* Code cleanup in QVariant and QMetaType.Jędrzej Nowacki2011-11-221-148/+7
* Remove explict debug messageJiang Jiang2011-11-221-1/+1
* Add some properties to QWindowAlan Alpert2011-11-223-1/+72
* Remove handlesInputPanelVisibility() deprecation mechanismJoona Petrell2011-11-214-25/+4
* Support better committing preedit in QLineControllerPekka Vuorela2011-11-212-0/+29
* Support input method tentative commit string in QLineControlPekka Vuorela2011-11-212-9/+49
* Fix QLineControl work properly with input method selection eventPekka Vuorela2011-11-211-4/+9
* Pass all key events through the shortcutmapLars Knoll2011-11-212-12/+20
* Accessibility: Clean up usage of navigate.Frederik Gladhorn2011-11-211-2/+1
* Add debug stream for QAccessibleInterface.Frederik Gladhorn2011-11-212-0/+32
* Get rid of unused inputMethodEvent functionJoona Petrell2011-11-212-6/+0