summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* QWindow::mapToGlobal/mapFromGlobal and move()Gunnar Sletta2011-08-293-0/+51
* Fix some compiler warnings, shut up QIbusPlatformInputContext.Friedemann Kleint2011-08-261-0/+1
* Introduce new platform capability ThreadedOpenGL.Samuel Rødal2011-08-261-1/+2
* Fix compilation/use correct data type for qt_lastx,y.Friedemann Kleint2011-08-254-19/+14
* Merge branch 'master' into refactorGunnar Sletta2011-08-255-30/+22
|\
| * Avoid bogus accessibility focus events from menus.Frederik Gladhorn2011-08-181-0/+4
| * Remove all non-const operator==Harald Fernengel2011-08-091-1/+1
| * Change mouse and wheel QPA events to use QPointF.Laszlo Agocs2011-08-085-32/+32
| * Fix obsolete contact emailJason McDonald2011-07-281-1/+1
| * Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-251-3/+3
| * Doc: Removed documentation for deleted code.David Boddie2011-07-213-172/+0
* | resize convenince functionGunnar Sletta2011-08-241-0/+1
* | Preliminary change to get resizeEvents for QWindow::resize() callsGunnar Sletta2011-08-241-1/+2
* | Fix input context header.Friedemann Kleint2011-08-232-7/+30
* | Fixed empty if statement in QWindow.cppOlli Werwolff2011-08-221-1/+1
* | Fix comparison.Friedemann Kleint2011-08-191-1/+1
* | QSurfaceFormat: Add missing 'profile' accessors, fix detaching.Friedemann Kleint2011-08-191-24/+70
* | Move the printer support backend into it's own pluginLars Knoll2011-08-192-15/+0
* | Move printing into it's own libraryLars Knoll2011-08-191-7/+1
* | Move the remaining QPrinter dependencies out of qpf.*Lars Knoll2011-08-191-1/+0
* | Cocoa: Fix flicker on window resize.Morten Sorvig2011-08-162-0/+6
* | Implement "quit on last window closed" logic for QWindowGunnar Sletta2011-08-115-2/+88
* | Made QWindow::setVisible() send show and hide events.Samuel Rødal2011-08-101-2/+19
* | Removed QPaintDevice dependency in blitFramebuffer().Samuel Rødal2011-08-092-0/+17
* | Get wayland plugin working after latest QPA API changes.Samuel Rødal2011-08-051-0/+1
* | Added some convenience to QWindowGunnar Sletta2011-08-052-0/+26
* | Add WindowStateChanged event.Friedemann Kleint2011-08-055-5/+37
* | QPlatformFontDatabase: Add default fonts.Friedemann Kleint2011-08-032-1/+4
* | 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