summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Add lighthouse event dispatcher API.Morten Sorvig2011-06-223-0/+9
| | * | OpenGL API refactor.Samuel Rødal2011-06-2125-158/+71
| | * | Make readback-glx working again in wayland.Laszlo Agocs2011-06-212-1/+6
| | * | Compile fix for readbackglx after surface->backingstore renaming.Laszlo Agocs2011-06-212-3/+2
| | * | Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-216-24/+22
| | * | Compile fixes.Samuel Rødal2011-06-214-5/+5
| | * | Restoring QT_WAYLAND_GL_SUPPORT ifdefs.Laszlo Agocs2011-06-203-1/+28
| | * | Make glx wayland backends working.Laszlo Agocs2011-06-2019-334/+41
| | * | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-101-0/+1
| | |\|
| | | * Allow SHM buffers to be displayed in Wayland plugin when using DRMAndy Nichols2011-06-011-0/+1
| | * | QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-103-18/+5
| | * | QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-1028-365/+486
| | * | Make building of platform plugins indifferent if its out of sourceJørgen Lind2011-06-066-10/+9
| | * | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-017-15/+54
| | |\|
| | | * Made qpluginbase.pri into a feature profile.axis2011-05-311-1/+1
| | | * Add authentication token support for wayland windowsLasse Holmstedt2011-05-256-14/+53
| | * | Fix the egl path for xcb and wayland pluginsJørgen Lind2011-05-319-24/+24
| | * | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-2464-1083/+1120
| | |\|
| | | * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2463-1081/+1081
| | | * Track Wayland changesPaul Olav Tvete2011-05-233-3/+40
| | * | Remove superfluous setter / getter for QWindowFormat in QWindow.Samuel Rødal2011-05-231-1/+1
| | * | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-2011-3/+330
| | |\|
| | | * Lighthouse xcb and xlib: Add support for transparency of GLX windows.Janusz Lewandowski2011-05-191-1/+3
| | | * Don't crash if windowmanager is not initializedLasse Holmstedt2011-05-191-1/+2
| | | * Wayland: send surface id + process id pairs to compositorLasse Holmstedt2011-05-199-1/+324
| | * | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-162-10/+24
| | |\|
| | | * Fix deadlocks in wayland clipboard that can occur in special scenarios.Laszlo Agocs2011-05-132-10/+24
| | * | Compile fixes after merge.Samuel Rødal2011-05-111-2/+2
| | * | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-118-4/+404
| | |\|
| | | * Prevent crash in wayland mimedata in case there is no offer.Laszlo Agocs2011-05-101-0/+2
| | | * Remove const from QPlatformClipboard::mimeData().Laszlo Agocs2011-05-102-3/+3
| | | * Retrieve the actual data in the Wayland clipboard only when requested.Laszlo Agocs2011-05-102-23/+69
| | | * Turned on private headers for some plugins.Jonni Rainisto2011-05-091-0/+2
| | | * Added Wayland selection support.Laszlo Agocs2011-05-098-3/+354
| | * | Wayland plugin compile fixes.Samuel Rødal2011-05-093-3/+3
| | * | QTDIR/src compiles againLars Knoll2011-05-071-1/+1
| | * | Fixed compilation of Wayland plugin.Samuel Rødal2011-05-063-9/+13
| | * | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-0419-81/+210
| | |\|
| | | * Remove warningsJørgen Lind2011-05-041-0/+1
| | | * Fix Wayland plugin so it works with the wayland bind apiJørgen Lind2011-05-045-50/+26
| | | * wayland: Track wayland changesKristian Høgsberg2011-05-0414-30/+182
| | * | Track QPlatformGLContext API changesPaul Olav Tvete2011-05-035-10/+2
| | * | Make the wayland plugin compilePaul Olav Tvete2011-04-2939-89/+86
| | * | include file fix for waylandPaul Olav Tvete2011-04-293-2/+5
| | * | Dont call QPlatformGLContext::makeCurrent from subclassJørgen Lind2011-04-283-3/+3
| | |/
| | * Introduced the QT.<module>.plugins variable to module profiles.axis2011-04-271-1/+1
| | * Remove hasOpenGL. This changes breaks binary compatibillityJørgen Lind2011-04-142-1/+2
| | * Wayland: Conform with the api change in the frame callbackJørgen Lind2011-04-144-6/+6
| | * Remove DefaultSharedContext from Lighthouse API.Samuel Rødal2011-04-132-31/+1
| | * Make readEvents() non-blockingPaul Olav Tvete2011-04-113-2/+27