| Commit message (Expand) | Author | Age | Files | Lines |
| * | Android: rename m_surfaceCreated to m_androidSurfaceCreated | Assam Boudjelthia | 2025-09-01 | 1 | -2/+2 |
| * | Android: ensure ANativeWindow_fromSurface() is called on valid object | Assam Boudjelthia | 2025-09-01 | 1 | -14/+11 |
| * | Android: use QJniEnvironment::getJniEnv() without creating an instance | Assam Boudjelthia | 2025-08-29 | 1 | -2/+2 |
| * | Android: set surface type from Raster to OpenGL in QAndroidPlatformWindow | Assam Boudjelthia | 2025-08-28 | 1 | -4/+1 |
| * | Android: split and rename checkNativeSurface() | Assam Boudjelthia | 2025-08-27 | 1 | -11/+12 |
| * | Android: add debug print when egl/vkSurface() called while suspended | Assam Boudjelthia | 2025-08-27 | 1 | -0/+1 |
| * | Android: add logging for AndroidDeadlockProtector | Assam Boudjelthia | 2025-08-26 | 1 | -2/+2 |
| * | Android: move AndroidDeadlockProtector to QtAndroidPrivate namespace | Assam Boudjelthia | 2025-08-26 | 1 | -2/+1 |
| * | Android: qFatal() if eglSurface() can't acquire deadlock protector | Assam Boudjelthia | 2025-08-23 | 1 | -1/+4 |
| * | Android: clean up Surface resources when it is destroyed | Tinja Paavoseppä | 2024-10-02 | 1 | -7/+9 |
| * | Android: Guard EGLSurface with a mutex | Tinja Paavoseppä | 2024-10-02 | 1 | -10/+9 |
| * | Android: Unconditionally set geometry when asked to via setGeometry | Tor Arne Vestbø | 2024-08-07 | 1 | -3/+0 |
| * | Android: Remove unused member m_oldGeometry | Tor Arne Vestbø | 2024-08-08 | 1 | -2/+0 |
| * | Android: Simplify QAndroidPlatformWindow::setGeometry plumbing | Tor Arne Vestbø | 2024-08-08 | 1 | -3/+0 |
| * | Android: Add preliminary support for child windows | Tinja Paavoseppä | 2023-12-08 | 1 | -2/+4 |
| * | Android: Make QtLayout per window instead of per screen | Tinja Paavoseppä | 2023-12-08 | 1 | -3/+5 |
| * | Android: Give raster windows their own surface, and flush via RHI | Tinja Paavoseppä | 2023-12-07 | 1 | -56/+6 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | Replace conversion operator by operator* in QJniEnvironment | Assam Boudjelthia | 2021-04-14 | 1 | -1/+1 |
| * | Fix coding style in android platform and style plugins | Xing LinKun | 2021-03-31 | 1 | -2/+2 |
| * | Make QJniObject and QJniEnvironment public API | Assam Boudjelthia | 2021-01-27 | 1 | -6/+6 |
| * | [Android] Make sure expose events are emitted after window resize | Piotr Mikolajczyk | 2020-10-21 | 1 | -3/+1 |
| * | Move eglconvenience to QtGui | Friedemann Kleint | 2020-07-13 | 1 | -1/+1 |
| * | Terminate Qt gracefully | BogDan Vatra | 2019-02-28 | 1 | -1/+2 |
| * | port to modularized platformsupport libraries | Oswald Buddenhagen | 2016-10-15 | 1 | -1/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Use Q_UNLIKELY for every qFatal()/qCritical() | Marc Mutz | 2015-11-29 | 1 | -1/+1 |
| * | Always release surfaces when application is suspended or hidden. | Saytgalin Alexander | 2015-04-04 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Fixes for surface creation/destruction | BogDan Vatra | 2015-01-10 | 1 | -8/+12 |
| * | Android: deadlock avoidance | Paul Olav Tvete | 2014-10-20 | 1 | -0/+5 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Android: don't recreate surface on shutdown | Paul Olav Tvete | 2014-09-05 | 1 | -0/+4 |
| * | Support QOpenGLWidget and QQuickWidget on Android | Laszlo Agocs | 2014-08-25 | 1 | -5/+34 |
| * | Make the expose region local on all platforms | Laszlo Agocs | 2014-08-12 | 1 | -1/+1 |
| * | Android: Fix expose region. | BogDan Vatra | 2014-07-31 | 1 | -2/+2 |
| * | Android: Release all windows when the application is suspended. | BogDan Vatra | 2014-07-31 | 1 | -4/+21 |
| * | Android: Support offscreen surfaces on pbuffers | Eskil Abrahamsen Blomfeldt | 2014-06-04 | 1 | -0/+9 |
| * | Android: Fix flashing on startup/shutdown | Eskil Abrahamsen Blomfeldt | 2014-06-04 | 1 | -3/+21 |
| * | Make full use of QT_ANDROID_RASTER_IMAGE_DEPTH env variable. | BogDan Vatra | 2014-02-22 | 1 | -1/+1 |
| * | Fix surface leak, cleanup opengl window. | BogDan Vatra | 2014-01-31 | 1 | -9/+4 |
| * | Android: Remove debug output from platform window | Eskil Abrahamsen Blomfeldt | 2014-01-21 | 1 | -6/+0 |
| * | Support multiple native surfaces on Android. | BogDan Vatra | 2014-01-17 | 1 | -0/+160 |