summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | Don't transform glyph positions for Core Graphics paint engineJiang Jiang2011-04-291-2/+3
| * | Turn on HarfBuzz support for Mac/CocoaJiang Jiang2011-04-292-1/+36
| * | Support visual cursor movement for BIDI textJiang Jiang2011-04-2914-272/+627
| * | Make sure QFont's resolve mask is copied on compilers with C++0x supportEskil Abrahamsen Blomfeldt2011-04-291-1/+1
| * | Fix glyph position issue with fallback fontsJiang Jiang2011-04-291-0/+3
| * | Fix crash in raster on X11 when text contains unsupported charactersEskil Abrahamsen Blomfeldt2011-04-291-1/+1
| * | doc: Minor cleanup in QGlyphs docsEskil Abrahamsen Blomfeldt2011-04-291-1/+1
| * | doc: Simplify language in QGlyphs docsEskil Abrahamsen Blomfeldt2011-04-291-2/+2
| * | Make QtQuick2 compile on QPAEskil Abrahamsen Blomfeldt2011-04-2820-125/+200
| * | Initial import from qtquick2.Qt by Nokia2011-04-277-18/+18
| |/
* | remove dependency to QStyle::visualAlignmentLars Knoll2011-05-046-14/+20
* | small cleanupsLars Knoll2011-05-042-4/+4
* | Proper sub-widget mouse grabbing in QWidgetWindow.Samuel Rødal2011-05-042-1/+8
* | Get rid of warning in QPixmap::grabWidget().Samuel Rødal2011-05-041-1/+1
* | Clean up some QWidget dependencies in gui/image.Samuel Rødal2011-05-045-138/+20
* | Get rid of QCustomRasterPaintDevice / QWS stuff in raster engine.Samuel Rødal2011-05-044-1139/+44
* | Get rid of remaining QWidget dependencies in QPainter.Samuel Rødal2011-05-046-130/+57
* | Remove QWidget dependency in QPainter::initFrom().Samuel Rødal2011-05-046-10/+25
* | Get rid of unused window surfaces.Samuel Rødal2011-05-0412-1933/+1
* | move keyboardInputLocale and keyboardInputDirection into QGuiApplicationLars Knoll2011-05-047-32/+32
* | less qapp includesLars Knoll2011-05-043-4/+0
* | Remove more QApp dependenciesLars Knoll2011-05-0418-96/+82
* | even less QT3_SUPPORTLars Knoll2011-05-0314-395/+0
* | remove more QT3_SUPPORT codeLars Knoll2011-05-0324-1849/+2
* | remove obsolete stuffLars Knoll2011-05-0313-1132/+0
* | remove postscript support from QtLars Knoll2011-05-036-1178/+25
* | remove more QApplication dependenciesLars Knoll2011-05-035-16/+9
* | move layoutDirection from QApplication to QGuiApplicationLars Knoll2011-05-036-82/+106
* | remove a few qapplication includesLars Knoll2011-05-034-4/+0
* | rename qwindow_qpa to qwindowLars Knoll2011-05-0310-13/+13
* | QGuiApplication is not QPA specificLars Knoll2011-05-0321-22/+28
* | Wheel event forwarding.Samuel Rødal2011-05-032-0/+19
* | remove QApplication and QWidget dependencies in gui/imageLars Knoll2011-05-032-3/+3
* | remove QApplication dependencies in gui/imageLars Knoll2011-05-039-64/+51
* | remove a unneeded reference to qbackingstoreLars Knoll2011-05-031-1/+0
* | remove the graphicssystem code paths.Lars Knoll2011-05-0331-1592/+16
* | reinstantiate a file that got removed by mistakeLars Knoll2011-05-032-1/+94
* | remove a not required include.Lars Knoll2011-05-031-1/+0
* | split the HexString template class out of qstylehelperLars Knoll2011-05-0310-38/+108
* | remove qapp dependencyLars Knoll2011-05-031-4/+1
* | QWS removal, part 2Lars Knoll2011-05-0233-5092/+26
* | remove Qt/Embedded.Lars Knoll2011-05-02135-53009/+3
* | Implemented close event for QWindow and QWidgetWindow.Samuel Rødal2011-05-025-14/+30
* | Properly handle the expose event for QWindow.Samuel Rødal2011-05-024-1/+13
* | Set the window title even if it was set before calling create().Samuel Rødal2011-05-021-0/+2
* | Resizing support in QWidgetWindow.Samuel Rødal2011-05-022-0/+22
* | Proper child delivery of mouse and key events.Samuel Rødal2011-05-024-4/+47
* | Make the wayland plugin compilePaul Olav Tvete2011-04-292-2/+2
* | Add QWidgetWindow to bridge events from QWindow to QWidget.Samuel Rødal2011-04-2918-115/+215
* | Key and wheel events.Samuel Rødal2011-04-292-49/+61