summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-275-15/+19
| |\ \ \ \ \ \
| * | | | | | | Get declarative and wayland EGL backend working for Qt compositor.Samuel Rødal2011-06-238-105/+130
| * | | | | | | Make sure to call damage on the buffer when we damage itJørgen Lind2011-06-234-17/+15
| * | | | | | | Update the wayland pluginJørgen Lind2011-06-234-12/+40
| * | | | | | | Refactor window system event dispatching.Morten Sorvig2011-06-232-7/+5
| * | | | | | | Prevent endless loop when calling QWaylandShmWindow::format().Samuel Rødal2011-06-221-1/+1
| * | | | | | | Get wayland plugin working again.Samuel Rødal2011-06-225-7/+16
| * | | | | | | Compile.Morten Sorvig2011-06-221-1/+1
| * | | | | | | Send expose on (initial) showMorten Sorvig2011-06-221-0/+1
| * | | | | | | CompileMorten Sorvig2011-06-222-2/+2
| * | | | | | | Cocoa: clean up pro file for platform pluginRichard Moe Gustavsen2011-06-221-3/+0
| * | | | | | | Cocoa: implement support for wheel eventsRichard Moe Gustavsen2011-06-221-18/+79
| * | | | | | | Make xcb work again after event dispatcher changes.Morten Johan Sorvig2011-06-223-9/+15
| * | | | | | | Add libxcb-xfixes0-dev to xcb depsMorten Johan Sorvig2011-06-221-1/+1
| * | | | | | | Add lighthouse event dispatcher API.Morten Sorvig2011-06-2228-14/+1453
| * | | | | | | OpenGL API refactor.Samuel Rødal2011-06-2141-258/+244
| * | | | | | | Cocoa: fix compiler warningRichard Moe Gustavsen2011-06-211-1/+1
| * | | | | | | Cocoa: add missing return statementRichard Moe Gustavsen2011-06-211-2/+1
| * | | | | | | 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
| * | | | | | | Compile.Morten Sorvig2011-06-211-1/+1
| * | | | | | | Compile fix for platformsupport on Mac.Morten Sorvig2011-06-212-2/+1
| * | | | | | | Port Cocoa plugin to new backing store interface.Samuel Rødal2011-06-216-23/+21
| * | | | | | | Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-2117-87/+79
| * | | | | | | Compile fixes.Samuel Rødal2011-06-215-6/+6
| * | | | | | | Mac: buildfix for cocoa lighthouse pluginRichard Moe Gustavsen2011-06-202-2/+2
| * | | | | | | Don't crash if Clipboard and Selection hold the same mimedateLars Knoll2011-06-201-1/+2
| * | | | | | | use selection changed events from XFixesLars Knoll2011-06-204-22/+58
| * | | | | | | Enhance Xcb clipboard codeLars Knoll2011-06-203-77/+149
| * | | | | | | Restoring QT_WAYLAND_GL_SUPPORT ifdefs.Laszlo Agocs2011-06-203-1/+28
| * | | | | | | Make glx wayland backends working.Laszlo Agocs2011-06-2019-334/+41
| * | | | | | | Remove leftover xkb member variable in QXcbKeyboard.Laszlo Agocs2011-06-171-3/+0
| * | | | | | | Autodetect the xcb backendJørgen Lind2011-06-101-5/+8
| * | | | | | | Use XCB_GRAVITY_STATIC in XCB plugin for frame independent geometry.Samuel Rødal2011-06-101-0/+2
| * | | | | | | Merge branch 'refactor' of scm.dev.nokia.troll.no:qt/qtbase-staging into refa...Jørgen Lind2011-06-102-0/+97
| |\ \ \ \ \ \ \
| | * | | | | | | Added frameMargins() API and support in XCB plugin.Samuel Rødal2011-06-102-0/+97
| * | | | | | | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-102-2/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Fix QtPlatformSupport when compiling with glx and xcbJørgen Lind2011-06-102-3/+3
| * | | | | | | | Remove the platforms/install_rules directoryJørgen Lind2011-06-105-56/+0
| * | | | | | | | Update dependency list in xcb READMEJørgen Lind2011-06-101-1/+1
| * | | | | | | | QtPlatformSupport: A helper library for platform pluginsJørgen Lind2011-06-1032-3606/+20
| * | | | | | | | QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-1050-554/+815
| * | | | | | | | Use XLookupString for translating key events.Laszlo Agocs2011-06-093-35/+82
| * | | | | | | | Add QEventDispatcherMac.Morten Sorvig2011-06-095-183/+0
| * | | | | | | | Bail out from cursor creation when malloc fails.Laszlo Agocs2011-06-091-0/+6
| * | | | | | | | Get modifier mapping using standard X, no need for libxkbcommon here.Laszlo Agocs2011-06-092-33/+52
| * | | | | | | | Create custom cursors via XRender.Laszlo Agocs2011-06-096-15/+120
| * | | | | | | | Cursor support in xcb plug-in.Laszlo Agocs2011-06-0812-119/+912
| * | | | | | | | cosmetic changesLars Knoll2011-06-082-5/+5
| * | | | | | | | Fix behaviour after WM_TAKE_FOCUSLars Knoll2011-06-081-1/+0