Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | Lighthouse: Wayland, only make one fbo for the WaylandPaintDevice | Jørgen Lind | 2011-01-26 | 2 | -87/+138 | |
| | * | | | | | | | | Making clearer separation between responsibility of different classes | Jørgen Lind | 2011-01-26 | 15 | -327/+563 | |
| | * | | | | | | | | Make it possible to vertically mirror gl painting | Jørgen Lind | 2011-01-26 | 3 | -5/+23 | |
| | * | | | | | | | | Lighthouse:Wayland Moving some logic into files | Jørgen Lind | 2011-01-26 | 18 | -631/+1121 | |
| | * | | | | | | | | Fix Wayland plugin to work with Wayland after some interfaces changed | Jørgen Lind | 2011-01-25 | 2 | -10/+9 | |
| | * | | | | | | | | Make QGLContext::fromPlatformGLContext show correct sharing | Jørgen Lind | 2011-01-25 | 4 | -18/+17 | |
| | * | | | | | | | | Remove Lighthouse specific code from QGLWindowSurface | Jørgen Lind | 2011-01-25 | 1 | -7/+1 | |
| | * | | | | | | | | Fix X11 clipboard bug. | Jørgen Lind | 2011-01-25 | 1 | -3/+3 | |
| | * | | | | | | | | Fix for uninitialized member in QWaylandCursor | Rolf Offermanns | 2011-01-25 | 1 | -1/+1 | |
| | * | | | | | | | | wayland: use pkgconfig for libdrm in wayland.pro | Benjamin Franzke | 2011-01-25 | 1 | -1/+5 | |
| | * | | | | | | | | wayland: remove non-public header from config.tests | Benjamin Franzke | 2011-01-25 | 1 | -2/+1 | |
| | * | | | | | | | | wayland: fix SOURCES to point to wayland.cpp in config.tests | Benjamin Franzke | 2011-01-25 | 1 | -1/+1 | |
| | * | | | | | | | | Wayland: request rbg and premultiplied argb visuals as needed | Jesse Barnes | 2011-01-25 | 3 | -3/+27 | |
| | * | | | | | | | | Wayland: clamp window resizes to screen size | Jesse Barnes | 2011-01-25 | 1 | -3/+13 | |
| | * | | | | | | | | Wayland: split GL code into separate files | Jesse Barnes | 2011-01-25 | 6 | -290/+374 | |
| | * | | | | | | | | Wayland: use correct viewport for swapBuffers and correct coords | Jesse Barnes | 2011-01-25 | 1 | -15/+28 | |
| | * | | | | | | | | Wayland: fix geometry of swapBuffers | Jesse Barnes | 2011-01-25 | 1 | -1/+2 | |
| | * | | | | | | | | Wayland: clean up swapBuffers code | Jesse Barnes | 2011-01-25 | 1 | -13/+25 | |
| | * | | | | | | | | Wayland: add GL widget support | Jesse Barnes | 2011-01-25 | 2 | -4/+96 | |
| | * | | | | | | | | Wayland: set parent window pointer in setParent() | Jesse Barnes | 2011-01-25 | 2 | -2/+3 | |
| | * | | | | | | | | Wayland: render to a texture, not a renderbuffer | Jesse Barnes | 2011-01-25 | 3 | -7/+5 | |
| | * | | | | | | | | Wayland: put context & drawing objects into the drm surface | Jesse Barnes | 2011-01-25 | 3 | -28/+27 | |
| | * | | | | | | | | Wayland: add partial GL widget support | Jesse Barnes | 2011-01-25 | 4 | -46/+56 | |
| | * | | | | | | | | Wayland: add waylandgl platform type | Jesse Barnes | 2011-01-25 | 1 | -0/+3 | |
| | * | | | | | | | | Wayland: silence unused variable warnings in qwaylandinputdevice.cpp | Jesse Barnes | 2011-01-25 | 1 | -0/+7 | |
| | * | | | | | | | | Wayland: add GL drawing support | Jesse Barnes | 2011-01-25 | 4 | -32/+167 | |
| | * | | | | | | | | Wayland: misc cleanups | Jesse Barnes | 2011-01-25 | 2 | -2/+12 | |
| | * | | | | | | | | Introduce drm wayland buffer | Kristian Høgsberg | 2011-01-25 | 4 | -40/+151 | |
| | * | | | | | | | | Initialize EGL | Kristian Høgsberg | 2011-01-25 | 3 | -31/+142 | |
| | * | | | | | | | | Cursors, keyboard support, move/resize | Kristian Høgsberg | 2011-01-25 | 7 | -87/+426 | |
| | * | | | | | | | | Use QImage::Format_ARGB32_Premultiplied for the surface | Kristian Høgsberg | 2011-01-25 | 1 | -1/+1 | |
| | * | | | | | | | | wayland: Track the QWaylandWindow in the input device instead of the surface | Kristian Høgsberg | 2011-01-25 | 1 | -12/+17 | |
| | * | | | | | | | | wayland: Assign a window id to wayland windows | Kristian Høgsberg | 2011-01-25 | 2 | -0/+10 | |
| | * | | | | | | | | wayland: Create and destroy surface at show and hide | Kristian Høgsberg | 2011-01-25 | 4 | -10/+35 | |
| | * | | | | | | | | wayland: Split input device out to its own file | Kristian Høgsberg | 2011-01-25 | 4 | -163/+185 | |
| | * | | | | | | | | Add wayland lighthouse plugin | Kristian Høgsberg | 2011-01-25 | 10 | -0/+870 | |
| | * | | | | | | | | Add Qt::Key_ScreenSaver | Paul Olav Tvete | 2011-01-18 | 1 | -0/+1 | |
| | * | | | | | | | | Configure: allow -no-framework for lighthouse. | Morten Johan Sørvig | 2011-01-14 | 1 | -1/+1 | |
| | * | | | | | | | | Lighthouse: Fix keyboard on testlite | Jørgen Lind | 2011-01-07 | 2 | -18/+7 | |
| | * | | | | | | | | Lighthouse: Fix keyboard modifier handling | Jørgen Lind | 2011-01-07 | 3 | -15/+23 | |
| | * | | | | | | | | Lighthouse: Support external plugins. | Morten Johan Sørvig | 2011-01-07 | 4 | -9/+63 | |
| | * | | | | | | | | Lighthouse: Adding support for EGL to testlite | Jørgen Lind | 2011-01-05 | 8 | -32/+287 | |
| | * | | | | | | | | Lighthouse: Make testlite compile on systems where QtOpenGL is ES2 | Jørgen Lind | 2011-01-05 | 4 | -6/+14 | |
| | * | | | | | | | | Build on Mac OS X. | Morten Johan Sørvig | 2011-01-05 | 1 | -0/+4 | |
| | * | | | | | | | | Compile on OS X. | Morten Johan Sørvig | 2011-01-05 | 1 | -1/+1 | |
| | * | | | | | | | | Merge branch 'master' into lighthouse-master | Jørgen Lind | 2011-01-05 | 16 | -41/+698 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Add styleHint to fallback api for fontdatabases in Lighthouse | Jørgen Lind | 2011-01-04 | 6 | -9/+39 | |
| | * | | | | | | | | | Create clearer sepperation between TestLiteMime and QTestliteClipboard | Jørgen Lind | 2011-01-04 | 4 | -161/+181 | |
| | * | | | | | | | | | Renamed variable name in TestLite event handling | Jørgen Lind | 2011-01-04 | 1 | -20/+20 | |
| | * | | | | | | | | | Renamed QTestLiteStaticInfo to QTestLiteStatic | Jørgen Lind | 2011-01-04 | 6 | -67/+121 | |