summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fixed software cursor rendering when the widget under the cursor is redrawnJeremy Katz2010-06-152-2/+3
| * | | | | Add support for native children in QtGui againJørgen Lind2010-06-112-11/+1
| * | | | | Added QPlatformGLContext to QPlatformWindowJørgen Lind2010-06-1116-322/+76
| * | | | | litehouse multiscreen supportJeremy Katz2010-06-1115-43/+264
| * | | | | software cursor cleanupJeremy Katz2010-06-033-13/+21
| * | | | | Use the QBlittable::drawPixmap implementation for pixmaps when we canJørgen Lind2010-06-021-3/+3
| * | | | | pass the QList of TouchPoints as a constant reference for handleTouchEventJeremy Katz2010-06-023-28/+33
| * | | | | use QCoreApplication::startingUp() to decide if QApplication::desktop() is safeJeremy Katz2010-06-023-9/+3
| * | | | | make reporting screen size/count changes safe before QApplication constructorJeremy Katz2010-06-013-6/+21
| * | | | | gl on openkode. QGLWidget only works for toplevel widgetsJørgen Lind2010-06-0113-139/+444
| * | | | | APIs for lighthouse plugins to declare screen changesJeremy Katz2010-05-314-0/+67
| * | | | | include QTouchEvent headerJeremy Katz2010-05-271-0/+1
| * | | | | touch interface for lighthouse pluginsJeremy Katz2010-05-264-0/+64
| * | | | | fix event dispatcher sleep problem on AndroidJeremy Katz2010-05-193-1/+16
| * | | | | Hardcode qDetectCPUFeatures to 0 for NaCl.Morten Johan Sørvig2010-05-141-1/+6
| * | | | | make handle{Keyboard|Mouse|Wheel}Event thread-safeJeremy Katz2010-05-144-3/+21
| * | | | | Say hello to Qt for Native Client.Morten Johan Sørvig2010-05-1419-16/+657
| * | | | | adjust mouse events for the screen's offsetJeremy Katz2010-05-101-3/+4
| |\ \ \ \ \
| | * | | | | adjust mouse movement for the screen's offsetJeremy Katz2010-05-101-3/+4
| * | | | | | Build fix for LighthousePaul Olav Tvete2010-05-101-1/+1
| * | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-05-10695-8804/+19793
| |\ \ \ \ \ \
| * | | | | | | Small GL related fixesPaul Olav Tvete2010-05-102-6/+37
| | |/ / / / / | |/| | | | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-lighthouse into 4.7scmtsenyk2010-05-054-6/+13
| |\ \ \ \ \ \
| | * | | | | | move cursor details into a private classJeremy Katz2010-05-054-6/+13
| * | | | | | | ifdef fix for egl on ws_litetsenyk2010-05-054-6/+112
| |/ / / / / /
| * | | | | | allow multiple cursorsJeremy Katz2010-05-055-41/+48
| * | | | | | VNC parameters for size and display idJeremy Katz2010-05-045-20/+46
| * | | | | | add parameter support for platform integration pluginsJeremy Katz2010-05-048-16/+23
| * | | | | | some cursor documentation fixes, reduce public access to class internalsJeremy Katz2010-05-032-11/+24
| * | | | | | Fix selecting GLXFBConfigs with depth/stencil/sample buffersTom Cooksey2010-04-301-5/+17
| * | | | | | Use QGLPixmapData for testlite when in OpenGL modeTom Cooksey2010-04-302-1/+6
| * | | | | | Add support for using OpenGL for window surfaces to testliteTom Cooksey2010-04-303-2/+21
| * | | | | | Fix GL extention function pointer lookups in testliteTom Cooksey2010-04-301-1/+2
| * | | | | | Export QGLWindowSurface so it can be used by Lighthouse pluginsTom Cooksey2010-04-301-1/+1
| * | | | | | Remove windowSurface member from QTestLiteWindowTom Cooksey2010-04-303-7/+1
| * | | | | | Fix re-parenting of QGLWidgets in testliteTom Cooksey2010-04-292-0/+24
| * | | | | | Add QPlatformGLWidgetSurface::filterEventTom Cooksey2010-04-292-0/+15
| * | | | | | Update testlite to use new GL integration APITom Cooksey2010-04-295-41/+206
| * | | | | | Add QPlatformGLWidgetSurface to GL integrtationTom Cooksey2010-04-298-31/+60
| * | | | | | Compile with QT_NO_QWS_INPUTMETHODSMorten Johan Sørvig2010-04-291-0/+2
| * | | | | | Compile with QT_NO_CURSOR.Morten Johan Sørvig2010-04-291-0/+3
| * | | | | | Compile with QT_NO_FSFILEENGINE.Morten Johan Sørvig2010-04-291-0/+3
| * | | | | | Porting openkode platform plugin to new apiJørgen Lind2010-04-2813-296/+294
| * | | | | | Compile fix qegl_lite.cppJørgen Lind2010-04-271-6/+5
| * | | | | | Crash fixPaul Olav Tvete2010-04-231-0/+2
| * | | | | | Update QGLWindowSurface to reflect geometry -> size name changeTom Cooksey2010-04-232-11/+33
| * | | | | | Enable some faster text drawing for lighthouse when using rasterJørgen Lind2010-04-221-2/+4
| * | | | | | Avoid copying code.Paul Olav Tvete2010-04-223-51/+11
| * | | | | | Rename files in platform plugins follow same patternJørgen Lind2010-04-2127-31/+31
| * | | | | | Merge remote branch 'origin/4.7' into lighthouseJørgen Lind2010-04-214765-182960/+374039
| |\ \ \ \ \ \