summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidgetwindow_qpa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QtWidgets compilation for -qconfig largeTasuku Suzuki2012-05-231-0/+6
* QWidgetWindow: handle ShortcutOverride eventsBradley T. Hughes2012-05-221-0/+1
* Keep object name of QWidgetWindow in sync with the widget.Friedemann Kleint2012-05-101-0/+11
* Don't handle window events after Qt::WA_DontShowOnScreen is setBradley T. Hughes2012-05-091-0/+6
* Improve widget geometry.Friedemann Kleint2012-05-091-2/+13
* Fix some unsigned comparison warnings.Stephen Kelly2012-04-181-1/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-3/+31
|\
| * Propagate window state changes to QWidget.Friedemann Kleint2012-04-111-3/+31
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+1
|\|
| * Fix QWheelEvent::angleDelta() returning QPoint().Marcel Krems2012-03-301-1/+1
* | Merge master into api_changesKent Hansen2012-03-271-2/+8
|\|
| * Make sure windows send accessibility activated updates.Frederik Gladhorn2012-03-241-2/+8
* | Merge master into api_changesKent Hansen2012-03-231-0/+9
|\|
| * FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-0/+9
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-10/+7
|/
* Fix compiling with --no-accessibilityJerome Leclanche2012-03-151-0/+4
* QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-241-1/+1
* Add a ThemeChange event.Friedemann Kleint2012-02-161-0/+6
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-101-1/+5
* Add native event filters to Windows, forward to Widgets.Friedemann Kleint2012-01-301-0/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Extend touch events.Laszlo Agocs2011-12-091-1/+1
* Make input events work for widgets on waylandJørgen Lind2011-11-281-1/+1
* Prevent timestamps in widgets' touch events from disappearingLaszlo Agocs2011-11-041-1/+1
* Add virtual QWindow::focusObject() methodLars Knoll2011-10-221-5/+12
* Added QWindow::isActive() and focus in / out events.Samuel Rødal2011-10-051-0/+6
* Cocoa: Send proper mouse coordinates.Morten Sorvig2011-10-031-1/+1
* Refactor accessibility for Qt5Jan-Arve Saether2011-09-291-0/+8
* Fixed tst_QWidget::updateWhileMinimized()Samuel Rødal2011-09-261-0/+1
* Fixed wrong mouse coordinate mapping.Samuel Rødal2011-09-191-4/+1
* Fix stale license headers from refactor branchJason McDonald2011-09-151-17/+17
* Add timestamp to QInputEvent.Laszlo Agocs2011-09-051-0/+2
* Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-011-2/+2
* Touch event support for QWindow.Laszlo Agocs2011-08-311-0/+11
* Add WindowStateChanged event.Friedemann Kleint2011-08-051-0/+14
* Compile fix (region is an accessor now, not a public member variable).Samuel Rødal2011-06-221-1/+1
* Use XCB_GRAVITY_STATIC in XCB plugin for frame independent geometry.Samuel Rødal2011-06-101-1/+1
* Added frameMargins() API and support in XCB plugin.Samuel Rødal2011-06-101-2/+13
* Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-061-0/+28
* Add support for mouse and keyboard grab.Laszlo Agocs2011-06-031-5/+5
* Add focus and modal dialog support.Laszlo Agocs2011-05-301-0/+11
* implement dragging between top levelsLars Knoll2011-05-221-2/+0
* re-add in-process DnD implementationLars Knoll2011-05-221-0/+67
* Deliver leave event to proper widget (not the top-level).Samuel Rødal2011-05-111-1/+2
* Improved popup and mouse event handling.Samuel Rødal2011-05-111-23/+100
* Prevent crash in QWidgetWindow::handleMouseEvent().Samuel Rødal2011-05-101-3/+10
* library splitLars Knoll2011-05-071-0/+188