summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Avoid out of bounds writeLars Knoll2011-06-081-2/+4
* | Fixed compilation with QT_NO_PRINTEROlli Werwolff2011-06-081-0/+2
* | Implement QDropEvent::source() againLars Knoll2011-06-072-7/+5
* | Protect against deleted windowsLars Knoll2011-06-071-0/+24
* | Initialize variableLars Knoll2011-06-071-0/+1
* | Implement XDnD in the xcb pluginLars Knoll2011-06-072-54/+55
* | Add a startDrag to QPlatformDragLars Knoll2011-06-072-1/+4
* | Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-067-1/+104