summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of Minimalplugin, add documentation.Friedemann Kleint2011-07-291-4/+8
* Make QPlatformIntegration not have a factory for eventdispatcherJørgen Lind2011-07-282-5/+5
* Make it possible to use QSocketNotifier in Lighthouse pluginsJørgen Lind2011-07-272-4/+18
* QWindow: Do not call setters for window state, type etc in creation.Friedemann Kleint2011-07-262-51/+18
* Get the eglfs plugin compiling.Samuel Rødal2011-07-265-1/+58
* Fix MSVC compiler warning.Friedemann Kleint2011-07-261-1/+2
* Lighthouse: Provide default plugin.Friedemann Kleint2011-07-251-4/+21
* Compile fix.Friedemann Kleint2011-07-251-2/+5
* Compile fix.Samuel Rødal2011-07-251-0/+212
* Add drag and drop events to QWindowSystemInterface.Laszlo Agocs2011-07-254-0/+65
* Support non-desktop platforms better with QDragManager.Laszlo Agocs2011-07-252-0/+21
* Fix for not calling QPlatformCursor's pointerEvent.Laszlo Agocs2011-07-251-0/+9
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-2515-69/+379
* Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-192-5/+5
* Get rid of some obsolete functions in QImage / QPixmap / QPixmapData.Samuel Rødal2011-07-181-1/+1
* Use PlatformNativeInterface to obtain backingStore's dcOlli Werwolff2011-07-122-0/+9
* Use PlatformNativeInterface to obtain handlesOlli Werwolff2011-07-071-1/+1
* Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-063-77/+169
|\
| * Add QScreenOrientationChangeEvent and rotation support to wayland clientLasse Holmstedt2011-07-043-0/+133
| * make QHoverEvent inherit from QInputEventLars Knoll2011-06-303-7/+9
| * Use floating point coordinates in eventsLars Knoll2011-06-273-75/+34
| * Fix event delevery orderOlivier Goffart2011-06-271-2/+2
| * Support -qtnamespace and -qtlibinfix againLiang Qi2011-06-201-1/+1
| * Initialize member variable.Gunnar Sletta2011-06-141-1/+2
| * Fix infinite recursion when changing geometry on MacGabriel de Dietrich2011-05-261-7/+5
| * Compile. Morten Sorvig2011-05-251-13/+0
* | Start porting the Mac menu system to QPA.Morten Sorvig2011-07-061-0/+7
* | Get declarative and wayland EGL backend working for Qt compositor.Samuel Rødal2011-06-233-1/+11
* | Add QWindowSystemInterface::windowSystemEventsQueued()Morten Sorvig2011-06-233-1/+7
* | Refactor window system event dispatching.Morten Sorvig2011-06-232-0/+38
* | Reintroduce QWindow::SurfaceTypeMorten Sorvig2011-06-223-0/+19
* | Compile.Friedemann Kleint2011-06-221-0/+1
* | Make xcb work again after event dispatcher changes.Morten Johan Sorvig2011-06-221-1/+0
* | add QInputMethodQueryEventLars Knoll2011-06-222-0/+63
* | add a platform interface for input method supportLars Knoll2011-06-225-0/+158
* | Add lighthouse event dispatcher API.Morten Sorvig2011-06-2212-1874/+56
* | Made QExposeEvent public and added exposeEvent() in QWindow.Samuel Rødal2011-06-225-12/+44
* | OpenGL API refactor.Samuel Rødal2011-06-2113-203/+161
* | Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-215-25/+8
* | Compile fixes.Samuel Rødal2011-06-211-0/+1
* | Add a platform API for QClipboard::ownsMode()Lars Knoll2011-06-203-4/+9
* | Make glx wayland backends working.Laszlo Agocs2011-06-201-0/+1
* | Compile.Friedemann Kleint2011-06-141-0/+1
* | Added frameMargins() API and support in XCB plugin.Samuel Rødal2011-06-104-0/+19
* | Compile Windows.Friedemann Kleint2011-06-102-2/+2
* | Actually add QEventDispatcherMac.Morten Sorvig2011-06-102-0/+1368
* | QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-1015-362/+430
* | Add QEventDispatcherMac.Morten Sorvig2011-06-093-1/+18
* | Remove QPlatformEventLoopIntegration.Morten Sorvig2011-06-099-424/+17
* | Cursor support in xcb plug-in.Laszlo Agocs2011-06-084-4/+40