summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Update QGLWindowSurface to reflect geometry -> size name changeTom Cooksey2010-04-232-11/+33
| * | | | | | Enable some faster text drawing for lighthouse when using rasterJørgen Lind2010-04-221-2/+4
| * | | | | | Avoid copying code.Paul Olav Tvete2010-04-223-51/+11
| * | | | | | Rename files in platform plugins follow same patternJørgen Lind2010-04-2127-31/+31
| * | | | | | Merge remote branch 'origin/4.7' into lighthouseJørgen Lind2010-04-216942-225895/+450724
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'platform_window' into lighthouseJørgen Lind2010-04-2165-1820/+2261
| |\ \ \ \ \ \ \
| | * | | | | | | Renamed createWindowSurfaceForWindowJørgen Lind2010-04-2116-32/+36
| | * | | | | | | QPlatformScreen now has default implementation for physicalSizeJørgen Lind2010-04-195-5/+21
| | * | | | | | | Refactored directfb pluginJørgen Lind2010-04-1410-18/+16
| | * | | | | | | Implement createWindowSurface, so that reparenting worksPaul Olav Tvete2010-04-141-2/+1
| | * | | | | | | Oops, don't crash in raise()/lower()Paul Olav Tvete2010-04-134-7/+5
| | * | | | | | | Port the QVFb backend to the new APIPaul Olav Tvete2010-04-136-97/+113
| | * | | | | | | Rename classes to get rid of "GraphicsSystem"Paul Olav Tvete2010-04-1312-136/+136
| | * | | | | | | Make LinuxFb workPaul Olav Tvete2010-04-125-13/+37
| | * | | | | | | Make hide() work.Paul Olav Tvete2010-04-121-0/+3
| | * | | | | | | Make the VNC plugin compile and largely workPaul Olav Tvete2010-04-129-56/+168
| | * | | | | | | Ifdef out QPlatformWindow implementation when not compiling lighthouseJørgen Lind2010-04-121-0/+2
| | * | | | | | | Small optimalisation in DirectfbBlitterJørgen Lind2010-04-122-3/+9
| | * | | | | | | Cleaned up Blitter Paint engine and fixed a couple of bugsJørgen Lind2010-04-123-61/+56
| | * | | | | | | Fix forward declaration in qplatformwindow_lite.hJørgen Lind2010-04-121-2/+2
| | * | | | | | | Refactoring TestLitePaul Olav Tvete2010-04-096-1313/+1157
| | * | | | | | | This seems to fix the resize issuesPaul Olav Tvete2010-04-093-6/+15
| | * | | | | | | Compile after the QPlatformWindow changePaul Olav Tvete2010-04-096-56/+119
| | * | | | | | | Fix "bug" in plugins.proJørgen Lind2010-04-081-1/+1
| | * | | | | | | Add the DirectFbWindow to the pro fileJørgen Lind2010-04-081-2/+4
| | * | | | | | | Compile on Lighthouse after the windowsurface API change.Paul Olav Tvete2010-04-081-0/+4
| | * | | | | | | QPlatformWindow refactoringJørgen Lind2010-04-0816-142/+309
| | * | | | | | | Added QPlatformWindowJørgen Lind2010-04-0718-103/+298
| * | | | | | | | port linuxfb to platform api name changeJeremy Katz2010-04-094-47/+45
| * | | | | | | | port VNC plugin to platform api name changeJeremy Katz2010-04-0811-100/+101
| * | | | | | | | Make a top-level QGLWidget work once, 50% of the timeTom Cooksey2010-04-083-7/+19
| * | | | | | | | Rename qglplatformintegration_lite.h & add QGLWidget surfaceTom Cooksey2010-04-087-5/+32
| * | | | | | | | Implement OpenGL support for testlite plugin using GLXTom Cooksey2010-04-085-1/+248
| * | | | | | | | Fixup QPlatformGLContextTom Cooksey2010-04-082-3/+16
| |/ / / / / / /
| * | | | | | | Introduce QPlatformGLContext to enable QtOpenGL in LighthouseTom Cooksey2010-04-067-32/+158
| * | | | | | | Port "testlite" to the new plugin APIPaul Olav Tvete2010-04-066-41/+42
| * | | | | | | Stub out QtOpenGL on Lighthouse & get it compilingTom Cooksey2010-03-319-15/+457
| * | | | | | | Make directfb plugin work with QPlatformIntegrationJørgen Lind2010-03-3114-49/+47
| * | | | | | | Compile fixPaul Olav Tvete2010-03-314-0/+126
| * | | | | | | Refactoring GraphicsSystem to QPlatformIntegrationJørgen Lind2010-03-3198-280/+778
| * | | | | | | Compile fix from merging blitter examples.Jørgen Lind2010-03-292-3/+1
| * | | | | | | Make sure the blitter api works with Raster GS(x11 and win) and QWSJørgen Lind2010-03-2921-97/+623
| * | | | | | | Compile fix the openkode graphicssystemJørgen Lind2010-03-296-39/+55
| * | | | | | | don't set composition mode to source when painting the bottow layerJeremy Katz2010-03-252-6/+0
| * | | | | | | don't draw changes under opaque windowsJeremy Katz2010-03-244-22/+114
| * | | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-18758-14245/+28890
| |\ \ \ \ \ \ \
| * | | | | | | | Revert "Add blendfunctions for "all" depths on all platforms"Paul Olav Tvete2010-03-182-45/+47
| * | | | | | | | Don't use the QWS install target for LighthousePaul Olav Tvete2010-03-161-1/+5
| * | | | | | | | Add blendfunctions for "all" depths on all platformsJørgen Lind2010-03-152-47/+45
| * | | | | | | | Make QNativeImage use the screen formatJørgen Lind2010-03-111-0/+7