summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change uses of {to,from}Ascii to {to,from}Latin10.85Thiago Macieira2012-05-041-2/+2
* qMemCopy is deprecated, use memcpyThiago Macieira2012-05-041-1/+1
* Add a missing #include <QtCore/QStringList>Thiago Macieira2012-05-041-0/+1
* Fix build: update to QPA APIThiago Macieira2012-04-241-1/+1
* Don't crash if no extended window extension is presentThiago Macieira2012-04-241-1/+3
* No tests in 0.85qt-v5.0.0-alpha1Jørgen Lind2012-03-191-2/+1
* Implement cursor API in platform screen.Friedemann Kleint2012-03-193-2/+8
* Updated to use the Thread affinity patch that we tried to upstreamJørgen Lind2012-03-124-203/+254
* Make the module not depend on QtBase configureJørgen Lind2012-03-126-41/+149
* Fix potential crash when buffers are destroyedPaul Olav Tvete2012-03-061-8/+4
* Fixed warnings in qwidget-compositor.Samuel Rødal2012-03-051-4/+4
* Fix so that includes like <QtCompositor/WaylandXXX> workJørgen Lind2012-03-051-1/+1
* modify '16 mouse buttons' code within qwaylandinputdevice.cppRick Stockton2012-03-051-50/+19
* Add '16 mouse buttons' feature to InputDevice::toWaylandButtonRick Stockton2012-03-031-8/+20
* Do not crash the compositor when hiding a widget.Laszlo Agocs2012-03-021-1/+1
* Improve wayland_cast and introduce resolve to simplify code.Samuel Rødal2012-03-0210-35/+46
* Get rid of warnings in compositor source.Samuel Rødal2012-03-029-5/+39
* Got rid of warnings in wayland plugin source.Samuel Rødal2012-03-026-2/+26
* Avoid flicker when switching back to composited modePaul Olav Tvete2012-03-023-10/+42
* Make direct rendering work after QPlatformScreenBuffer refactoringPaul Olav Tvete2012-03-014-15/+15
* Make SurfaceBuffer a QPlatformScreenBufferJørgen Lind2012-03-019-62/+143
* Add accessibility to wayland.Frederik Gladhorn2012-03-012-0/+10
* Compile fix for the new DND interfacesJørgen Lind2012-03-012-3/+4
* Update SHA-1 to match 0.85.0 release.Samuel Rødal2012-03-011-1/+1
* Added warning for when xkb_compile_keymap_from_rules fails.Samuel Rødal2012-03-011-0/+3
* Load the module so we get the correct QT_CONFIGJørgen Lind2012-02-291-0/+2
* conform to new plugin apiJørgen Lind2012-02-293-2/+9
* Refactor wlsurface,Jørgen Lind2012-02-294-172/+187
* Removed obsolete src/plugins/platforms/wayland/wayland_sha1.txtSamuel Rødal2012-02-281-3/+0
* Get rid of some code in wayland plugin.Samuel Rødal2012-02-272-39/+8
* Support ShowIsFullScreen in plugin and compositor.Samuel Rødal2012-02-2314-6/+93
* clean up qmake-generated projectsOswald Buddenhagen2012-02-213-36/+1
* Make glx backend compiling again after qtbase broke the includesLaszlo Agocs2012-02-211-0/+1
* Don't send Deactivate events when creating WaylandSurfaceItemLasse Holmstedt2012-02-201-1/+3
* Fix issues with sendOnScreenVisibilityChangeLasse Holmstedt2012-02-204-3/+8
* Call the correct frameFinished method in Surface::sendFrameCallbackAndy Nichols2012-02-201-1/+1
* Fix wayland plugin and qwindow-compositor compilationLaszlo Agocs2012-02-203-1/+6
* Send mouse release generated from TouchCancel to the proper windowLaszlo Agocs2012-02-201-1/+1
* Compositor memory leak fixesLaszlo Agocs2012-02-1514-14/+81
* Fix qwindow-compositor memory leaksLaszlo Agocs2012-02-155-4/+17
* qtwayland: Add support for 16 mouse buttonsRick Stockton2012-02-151-2/+41
* Expose in a virtual function that surfaces are being destroyedJørgen Lind2012-02-154-1/+8
* Pass the correct window on to QWindowSystemInterface.Samuel Rødal2012-02-141-2/+2
* Added convenience properties in WaylandSurface for window orientation.Samuel Rødal2012-02-1412-3/+67
* Prevent occasional crash in qwaylandinputdevice.cppSamuel Rødal2012-02-131-1/+1
* Removing Wayland::SurfacePrivateJørgen Lind2012-02-1315-555/+601
* Fix surface wrapper build when QT_COMPOSITOR_WAYLAND_GL is not setLaszlo Agocs2012-02-131-2/+2
* Fix build of compositors by always including QOpenGLContext.Pier Luigi Fiorini2012-02-121-1/+1
* Surface::isInverted Dont use xor and move the ret variableJørgen Lind2012-02-121-3/+2
* Added window flags to the surface-extension protocolGunnar Sletta2012-02-1012-2/+93