summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Merge remote-tracking branch 'origin/master' into lighthouse-masterJørgen Lind2011-03-0331-144/+331
| | |\ \ \ \ \
| | * | | | | | Compile with glxPaul Olav Tvete2011-03-022-15/+16
| | * | | | | | Build fixes for the Wayland pluginPaul Olav Tvete2011-03-023-9/+20
| | * | | | | | Lighthouse: Implement the new Native Interface api in the xcb pluginJørgen Lind2011-03-014-16/+87
| | * | | | | | Lighthouse: Make Native Interface slightly more agileJørgen Lind2011-03-012-30/+3
| | * | | | | | Lighthouse: Native Interface, added graphicsDeviceJørgen Lind2011-03-012-4/+11
| | * | | | | | added capabilites to QPlatformIntegrationGunnar Sletta2011-03-0117-3/+97
| | * | | | | | Allow using QPixmap outside GUI thread when using rasterGunnar Sletta2011-03-011-5/+14
| | * | | | | | Merge remote-tracking branch 'origin/master' into lighthouse-masterJørgen Lind2011-03-01466-4680/+15028
| | |\ \ \ \ \ \
| | * | | | | | | Lighthouse: Xcb, implement native interfaceJørgen Lind2011-03-015-2/+82
| | * | | | | | | Lighthouse: Add a native interface.Jørgen Lind2011-03-015-3/+150
| | * | | | | | | Lighthouse: Xcb. implement dri2 context handlingJørgen Lind2011-03-017-25/+460
| | * | | | | | | Lighthouse: Adding EGL support to the xcb pluginJørgen Lind2011-03-0110-33/+90
| | * | | | | | | Lighthouse: Xlib added QXlibDisplay typeJørgen Lind2011-03-0112-144/+228
| | * | | | | | | Avoid flickerPaul Olav Tvete2011-02-252-0/+20
| | * | | | | | | Make it build when EGL is not availablePaul Olav Tvete2011-02-244-9/+37
| | * | | | | | | Call the extended key event handlers in XCB and Xlib backends.Samuel Rødal2011-02-242-2/+2
| | * | | | | | | Added extended key event support in QWindowSystemInterface.Samuel Rødal2011-02-245-3/+62
| | * | | | | | | Lighthouse: fix qxlib include files after file-renameJørgen Lind2011-02-1422-71/+71
| | * | | | | | | Lighthouse Renamed testlite files to xlibJørgen Lind2011-02-1421-0/+0
| | * | | | | | | Lighthouse Moving testlite plugin into xlibJørgen Lind2011-02-1424-0/+0
| | * | | | | | | Lighthouse: renaming testlite to xlibJørgen Lind2011-02-1423-303/+301
| | * | | | | | | Lighthouse: Testlite: Added modallity for dialogsJørgen Lind2011-02-142-33/+124
| | * | | | | | | More debugging of XCB events.Samuel Rødal2011-02-141-38/+46
| | * | | | | | | Properly update the geometry variable of QPlatformWindow when resized.Samuel Rødal2011-02-141-1/+4
| | * | | | | | | Lighthouse:Propogate the configure event to the QWaylandWindowJørgen Lind2011-02-111-0/+2
| | * | | | | | | Lighthouse: Wayland: Sort out egl includes in pluginJørgen Lind2011-02-113-15/+6
| | * | | | | | | Conform to ICCCM when mapping / unmapping windows in XCB backend.Samuel Rødal2011-02-103-2/+21
| | * | | | | | | Added WM_TRANSIENT_FOR property to XCB backend.Samuel Rødal2011-02-101-0/+23
| | * | | | | | | Added warnings for unhandled XCB events.Samuel Rødal2011-02-101-0/+46
| | * | | | | | | Added GL support to XCB backend.Samuel Rødal2011-02-1012-24/+588
| | * | | | | | | Fixed 'lingering' dialog bug in XCB backend.Samuel Rødal2011-02-101-0/+2
| | * | | | | | | Small improvement to XCB key input handling.Samuel Rødal2011-02-101-0/+12
| | * | | | | | | Lighthouse: Wayland compile-fix for egl interface changeJørgen Lind2011-02-101-1/+1
| | * | | | | | | Lighthouse: Wayland: Fix includeJørgen Lind2011-02-101-3/+1
| | * | | | | | | Remove warning msg in Lighthouse QGLWidget codeJørgen Lind2011-02-091-1/+0
| | * | | | | | | Lighthouse: Wayland: Use EGLSurfaceJørgen Lind2011-02-0918-341/+628
| | * | | | | | | Export QGLEngineSharedShadersJørgen Lind2011-02-091-1/+1
| | * | | | | | | Add highest pixel format option to q_configFromQPlatformWindowFormatJørgen Lind2011-02-092-10/+10
| | * | | | | | | Dont include EGL header when compiling with QT_NO_EGLJørgen Lind2011-02-091-1/+1
| | * | | | | | | Better handling of key codes in XCB backend.Samuel Rødal2011-02-092-12/+19
| | * | | | | | | Added workaround to make XCB key event handling detect upper case.Samuel Rødal2011-02-092-15/+17
| | * | | | | | | Added window attribute setting to XCB backend.Samuel Rødal2011-02-092-10/+145
| | * | | | | | | Added setGeometry(), raise(), lower() and setParent() in XCB backend.Samuel Rødal2011-02-081-1/+14
| | * | | | | | | Initial key event handling for XCB backend.Samuel Rødal2011-02-088-18/+1124
| | * | | | | | | Made XCB report correct physical size.Samuel Rødal2011-02-082-0/+6
| | * | | | | | | Optimized XCB window surface using partial updates and shared images.Samuel Rødal2011-02-085-34/+138
| | * | | | | | | Add WM_DELETE_WINDOW support and clean up atom / connection handling.Samuel Rødal2011-02-0810-39/+124
| | * | | | | | | Added atom resolving, resizing, and window title support to XCB backend.Samuel Rødal2011-02-074-2/+395
| | * | | | | | | Added support for scrolling in XCB window surface.Samuel Rødal2011-02-071-1/+10