Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Update QGLWindowSurface to reflect geometry -> size name change | Tom Cooksey | 2010-04-23 | 2 | -11/+33 | |
| * | | | | | | Enable some faster text drawing for lighthouse when using raster | Jørgen Lind | 2010-04-22 | 1 | -2/+4 | |
| * | | | | | | Avoid copying code. | Paul Olav Tvete | 2010-04-22 | 3 | -51/+11 | |
| * | | | | | | Rename files in platform plugins follow same pattern | Jørgen Lind | 2010-04-21 | 27 | -31/+31 | |
| * | | | | | | Merge remote branch 'origin/4.7' into lighthouse | Jørgen Lind | 2010-04-21 | 6942 | -225895/+450724 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'platform_window' into lighthouse | Jørgen Lind | 2010-04-21 | 65 | -1820/+2261 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Renamed createWindowSurfaceForWindow | Jørgen Lind | 2010-04-21 | 16 | -32/+36 | |
| | * | | | | | | | QPlatformScreen now has default implementation for physicalSize | Jørgen Lind | 2010-04-19 | 5 | -5/+21 | |
| | * | | | | | | | Refactored directfb plugin | Jørgen Lind | 2010-04-14 | 10 | -18/+16 | |
| | * | | | | | | | Implement createWindowSurface, so that reparenting works | Paul Olav Tvete | 2010-04-14 | 1 | -2/+1 | |
| | * | | | | | | | Oops, don't crash in raise()/lower() | Paul Olav Tvete | 2010-04-13 | 4 | -7/+5 | |
| | * | | | | | | | Port the QVFb backend to the new API | Paul Olav Tvete | 2010-04-13 | 6 | -97/+113 | |
| | * | | | | | | | Rename classes to get rid of "GraphicsSystem" | Paul Olav Tvete | 2010-04-13 | 12 | -136/+136 | |
| | * | | | | | | | Make LinuxFb work | Paul Olav Tvete | 2010-04-12 | 5 | -13/+37 | |
| | * | | | | | | | Make hide() work. | Paul Olav Tvete | 2010-04-12 | 1 | -0/+3 | |
| | * | | | | | | | Make the VNC plugin compile and largely work | Paul Olav Tvete | 2010-04-12 | 9 | -56/+168 | |
| | * | | | | | | | Ifdef out QPlatformWindow implementation when not compiling lighthouse | Jørgen Lind | 2010-04-12 | 1 | -0/+2 | |
| | * | | | | | | | Small optimalisation in DirectfbBlitter | Jørgen Lind | 2010-04-12 | 2 | -3/+9 | |
| | * | | | | | | | Cleaned up Blitter Paint engine and fixed a couple of bugs | Jørgen Lind | 2010-04-12 | 3 | -61/+56 | |
| | * | | | | | | | Fix forward declaration in qplatformwindow_lite.h | Jørgen Lind | 2010-04-12 | 1 | -2/+2 | |
| | * | | | | | | | Refactoring TestLite | Paul Olav Tvete | 2010-04-09 | 6 | -1313/+1157 | |
| | * | | | | | | | This seems to fix the resize issues | Paul Olav Tvete | 2010-04-09 | 3 | -6/+15 | |
| | * | | | | | | | Compile after the QPlatformWindow change | Paul Olav Tvete | 2010-04-09 | 6 | -56/+119 | |
| | * | | | | | | | Fix "bug" in plugins.pro | Jørgen Lind | 2010-04-08 | 1 | -1/+1 | |
| | * | | | | | | | Add the DirectFbWindow to the pro file | Jørgen Lind | 2010-04-08 | 1 | -2/+4 | |
| | * | | | | | | | Compile on Lighthouse after the windowsurface API change. | Paul Olav Tvete | 2010-04-08 | 1 | -0/+4 | |
| | * | | | | | | | QPlatformWindow refactoring | Jørgen Lind | 2010-04-08 | 16 | -142/+309 | |
| | * | | | | | | | Added QPlatformWindow | Jørgen Lind | 2010-04-07 | 18 | -103/+298 | |
| * | | | | | | | | port linuxfb to platform api name change | Jeremy Katz | 2010-04-09 | 4 | -47/+45 | |
| * | | | | | | | | port VNC plugin to platform api name change | Jeremy Katz | 2010-04-08 | 11 | -100/+101 | |
| * | | | | | | | | Make a top-level QGLWidget work once, 50% of the time | Tom Cooksey | 2010-04-08 | 3 | -7/+19 | |
| * | | | | | | | | Rename qglplatformintegration_lite.h & add QGLWidget surface | Tom Cooksey | 2010-04-08 | 7 | -5/+32 | |
| * | | | | | | | | Implement OpenGL support for testlite plugin using GLX | Tom Cooksey | 2010-04-08 | 5 | -1/+248 | |
| * | | | | | | | | Fixup QPlatformGLContext | Tom Cooksey | 2010-04-08 | 2 | -3/+16 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Introduce QPlatformGLContext to enable QtOpenGL in Lighthouse | Tom Cooksey | 2010-04-06 | 7 | -32/+158 | |
| * | | | | | | | Port "testlite" to the new plugin API | Paul Olav Tvete | 2010-04-06 | 6 | -41/+42 | |
| * | | | | | | | Stub out QtOpenGL on Lighthouse & get it compiling | Tom Cooksey | 2010-03-31 | 9 | -15/+457 | |
| * | | | | | | | Make directfb plugin work with QPlatformIntegration | Jørgen Lind | 2010-03-31 | 14 | -49/+47 | |
| * | | | | | | | Compile fix | Paul Olav Tvete | 2010-03-31 | 4 | -0/+126 | |
| * | | | | | | | Refactoring GraphicsSystem to QPlatformIntegration | Jørgen Lind | 2010-03-31 | 98 | -280/+778 | |
| * | | | | | | | Compile fix from merging blitter examples. | Jørgen Lind | 2010-03-29 | 2 | -3/+1 | |
| * | | | | | | | Make sure the blitter api works with Raster GS(x11 and win) and QWS | Jørgen Lind | 2010-03-29 | 21 | -97/+623 | |
| * | | | | | | | Compile fix the openkode graphicssystem | Jørgen Lind | 2010-03-29 | 6 | -39/+55 | |
| * | | | | | | | don't set composition mode to source when painting the bottow layer | Jeremy Katz | 2010-03-25 | 2 | -6/+0 | |
| * | | | | | | | don't draw changes under opaque windows | Jeremy Katz | 2010-03-24 | 4 | -22/+114 | |
| * | | | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7 | Paul Olav Tvete | 2010-03-18 | 758 | -14245/+28890 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Revert "Add blendfunctions for "all" depths on all platforms" | Paul Olav Tvete | 2010-03-18 | 2 | -45/+47 | |
| * | | | | | | | | Don't use the QWS install target for Lighthouse | Paul Olav Tvete | 2010-03-16 | 1 | -1/+5 | |
| * | | | | | | | | Add blendfunctions for "all" depths on all platforms | Jørgen Lind | 2010-03-15 | 2 | -47/+45 | |
| * | | | | | | | | Make QNativeImage use the screen format | Jørgen Lind | 2010-03-11 | 1 | -0/+7 | |