| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't stop QPlaformWindow updateRequest timer until after delivery | Tor Arne Vestbø | 2025-04-23 | 1 | -2/+8 |
| * | Determine screen with initialGeometry when not positioning automatically | Mauro Persano | 2025-04-11 | 1 | -4/+4 |
| * | qpa: Move inLiveResize to QPlatformWindow | David Edmundson | 2024-11-19 | 1 | -0/+14 |
| * | a11y: Report the actual (platform) window name as a11y name (xcb) | Michael Weghorn | 2024-08-22 | 1 | -0/+19 |
| * | Update the cached DPR on QWindow update request | Morten Sørvig | 2024-04-22 | 1 | -0/+9 |
| * | Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChanged | Tor Arne Vestbø | 2023-11-23 | 1 | -4/+4 |
| * | Scale the default 5 ms requestUpdate interval based on the refreshRate | Laszlo Agocs | 2023-01-09 | 1 | -8/+17 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QPlatformWindow: fix isAncestorOf not breaking recursion | Richard Moe Gustavsen | 2021-09-13 | 1 | -1/+1 |
| * | Fix handling of virtual/native pixels in QAndroidPlatformWindow | Andreas Buhr | 2021-02-23 | 1 | -15/+22 |
| * | QHighDpi: window geometry scaling functions | Morten Johan Sørvig | 2020-10-20 | 1 | -4/+4 |
| * | Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in float | Friedemann Kleint | 2020-07-14 | 1 | -0/+14 |
| * | Add ; to Q_UNUSED | Lars Schmertmann | 2020-07-07 | 1 | -3/+3 |
| * | Fix typo in documentation of QPlatformWindow | Michal Klocek | 2020-05-25 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2020-02-04 | 1 | -1/+1 |
| |\ |
|
| | * | Fix 'the the' typo in comments | Linus Jahn | 2020-02-02 | 1 | -1/+1 |
| * | | Add QWindow::startSystemMove and startSystemResize | Johan Klokkhammer Helsing | 2020-01-28 | 1 | -17/+10 |
| |/ |
|
| * | Windows QPA: Fix wrong scaling of fixed size in window creation phase | Friedemann Kleint | 2019-11-08 | 1 | -2/+7 |
| * | Modernize QWindowSystemInterface::handleCloseEvent | Tor Arne Vestbø | 2019-10-04 | 1 | -3/+1 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Friedemann Kleint | 2019-05-27 | 1 | -3/+9 |
| |\ |
|
| | * | QPA: Prevent QPlatformWindow::initialGeometry() from returning invalid geomet... | Friedemann Kleint | 2019-05-22 | 1 | -3/+9 |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Friedemann Kleint | 2019-03-26 | 1 | -3/+4 |
| |\| |
|
| | * | Windows: Fix tooltip flicker on GL surfaces | Friedemann Kleint | 2019-03-21 | 1 | -3/+4 |
| * | | QtGui: replace 0 with \nullptr in documentation | Christian Ehrlicher | 2019-02-02 | 1 | -2/+2 |
| |/ |
|
| * | Fix typos in the documentation | Aleix Pol | 2018-09-25 | 1 | -1/+1 |
| * | Move default implementation of update requests to QPlatformWindow | Tor Arne Vestbø | 2018-05-07 | 1 | -15/+25 |
| * | Provide QPlatformWindow::hasPendingUpdateRequest() helper function | Tor Arne Vestbø | 2018-04-17 | 1 | -0/+12 |
| * | Move delivery of update requests into QPlatformWindow | Tor Arne Vestbø | 2018-03-29 | 1 | -2/+18 |
| * | Add QPlatformWindow::close() | Morten Johan Sørvig | 2018-02-21 | 1 | -0/+14 |
| * | QPlatformWindow: add startSystemMove() | Alexander Volkov | 2018-02-04 | 1 | -0/+19 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Lars Knoll | 2018-01-02 | 1 | -0/+10 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Lars Knoll | 2017-12-30 | 1 | -0/+10 |
| | |\ |
|
| | | * | Teach QPlatformWindow about safe area margins and implement for iOS | Tor Arne Vestbø | 2017-12-13 | 1 | -0/+10 |
| * | | | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| |/ / |
|
| * | | doc: minor cleanup in QPlatformWindow::setGeometry() | Gatis Paeglis | 2017-07-25 | 1 | -2/+3 |
| * | | Add QPlatformWindow::initialize() for two-step window creation | Tor Arne Vestbø | 2017-07-17 | 1 | -0/+11 |
| * | | Relieve platform plugins of having to persist geometry on WM callbacks | Tor Arne Vestbø | 2017-07-07 | 1 | -4/+11 |
| * | | Make QWindow's windowState a QFlags of the WindowState | Olivier Goffart | 2017-03-16 | 1 | -1/+1 |
| |/ |
|
| * | Respect QWindow::screen() when computing QPlatformWindow::initialGeometry() | Tor Arne Vestbø | 2017-02-13 | 1 | -1/+4 |
| * | Add QPlatformWindow::isForeignWindow() | Tor Arne Vestbø | 2017-02-09 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2017-01-25 | 1 | -1/+1 |
| |\ |
|
| | * | Correct initial window size with highDPI | Paul Olav Tvete | 2017-01-10 | 1 | -1/+1 |
| * | | doc: Fix all remaining "Cannot tie" errors in QtBase | Martin Smith | 2017-01-06 | 1 | -2/+2 |
| * | | Split QPlatformWindow::isEmbedded into isAncestorOf to separate concerns | Tor Arne Vestbø | 2017-01-05 | 1 | -6/+21 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Edward Welbourne | 2016-07-26 | 1 | -9/+22 |
| |\ |
|
| | * | QPlatformWindow::initialGeometry(): Do not touch child window positions | Friedemann Kleint | 2016-07-25 | 1 | -9/+22 |
| * | | QtGui: de-duplicate calls and cache results | Anton Kudryavtsev | 2016-03-13 | 1 | -2/+3 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-02-29 | 1 | -2/+3 |
| |\| |
|
| | * | QPlatformWindow::screenForGeometry(): Do not call mapToGlobal() on top level ... | Friedemann Kleint | 2016-02-26 | 1 | -2/+3 |
| * | | QPlatformWindow: don't call QScreen::virtualSiblings() | Anton Kudryavtsev | 2016-02-24 | 1 | -1/+1 |