summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix TextInput test failures.Andrew den Exter2011-09-061-0/+3
* Generic property support for platform windowsLasse Holmstedt2011-09-052-1/+55
* Make it easier to select words at the start of a line.Andrew den Exter2011-09-051-12/+22
* Fix delayed password masking mid-string.Andrew den Exter2011-09-051-3/+3
* Move cursorDelegate with the mouse selection of read only text input.Andrew den Exter2011-09-051-2/+6
* Update license headersGabriel de Dietrich2011-09-013-54/+57
* Fix build with Clang for libpng versions 1.4.0 to 1.5.2Tor Arne Vestbø2011-08-311-0/+23
* Introduce menubar plugin systemAurélien Gâteau2011-08-314-1/+42
* Introduce QAbstractPlatformMenuBarAurélien Gâteau2011-08-316-11/+457
* Hide Q<Platform>MenuActionAurelien Gateau2011-08-315-10/+10
* Fix warning about initialization orderAurélien Gâteau2011-08-311-3/+3
* Correctly position aliased lines with flat capsLars Knoll2011-08-312-28/+32
* Optimized QMatrix4x4 by improving how 'flagBits' are used.Kim Motoyoshi Kalland2011-08-292-408/+572
* Fix typo for ifdef QT_NO_ACCESSIBILITYFrederik Gladhorn2011-08-261-1/+1
* Call QAccessible::updateAccessibility when a widget is deletedJosé Millán Soto2011-08-261-0/+4
* Call QAccessible::updateAccessibility when setText is called on QLabelJosé Millán Soto2011-08-261-0/+9
* Check if bridge plugin vector is still valid.Frederik Gladhorn2011-08-261-1/+1
* Fix crash when fallback font is not #0 in multi font engineEskil Abrahamsen Blomfeldt2011-08-262-0/+7
* Fix justification of RTL textEskil Abrahamsen Blomfeldt2011-08-251-1/+2
* Add constants to QAccessible::Event enum.Frederik Gladhorn2011-08-251-34/+34
* Add a QApplication::queryKeyboardModifiers() method.David Faure2011-08-258-17/+60
* Add IAccessible2 table2 implementation.Frederik Gladhorn2011-08-2213-19/+311
* Enablers for using QGlyphRun in SceneGraphEskil Abrahamsen Blomfeldt2011-08-1910-39/+196
* Fixed broken lookup of fallback fonts on qpaRohan McGovern2011-08-191-2/+1
* Use name for combobox on Unix.Frederik Gladhorn2011-08-181-0/+18
* Rename textBeforeOffsetFromString to start with q.Frederik Gladhorn2011-08-181-3/+3
* Implement text interface for QLineEdit.Frederik Gladhorn2011-08-181-0/+112
* Fix bidi reordering of RTL text with embedded imagesEskil Abrahamsen Blomfeldt2011-08-181-2/+0
* Minor optimizations for QTextEngineRitt Konstantin2011-08-181-17/+25
* Fix typo in comment.Frederik Gladhorn2011-08-181-1/+1
* Avoid bogus accessibility focus events from menus.Frederik Gladhorn2011-08-181-0/+4
* When asking for relations, don't crash on children that don't return an inter...Frederik Gladhorn2011-08-171-4/+7
* FocusScope's focusItem must always be a descendentAlan Alpert2011-08-151-16/+18
* Don't endless loopAlan Alpert2011-08-151-1/+1
* Don't leak MouseEventsAlan Alpert2011-08-151-2/+2
* QLabel documentation: add warning about sanitizing inputPeter Hartmann2011-08-101-0/+7
* Remove all non-const operator==Harald Fernengel2011-08-098-49/+5
* Change mouse and wheel QPA events to use QPointF.Laszlo Agocs2011-08-085-32/+32
* Use more numerically robust algorithm to compute QBezier::pointAt().Alan Alpert2011-08-051-18/+18
* Switch to use floating point pixelSize in QRawFont completelyJiang Jiang2011-07-297-13/+13
* Fix off-by-one error in binary searchJiang Jiang2011-07-291-1/+1
* Add notify signals for QIntvalidator, QDoubleValidator, QRegExpValidatorCharles Yin2011-07-292-16/+112
* Emit selectionChanged signals when input method alters selection.Andrew den Exter2011-07-281-5/+12
* Fix obsolete contact emailJason McDonald2011-07-281-1/+1
* Make QTabWidget::tabBar() public.David Faure2011-07-261-1/+2
* Improve doc to avoid row vs col major confusion.Sarah Smith2011-07-261-0/+16
* Emit selectionChanged signals when input method alters the selection.Andrew den Exter2011-07-261-0/+3
* Update cursor position when selection is reversed.Andrew den Exter2011-07-261-7/+7
* Add initial support for bitmap version 4/5 headers.Ilya Konkov2011-07-251-9/+55
* Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-252-5/+7