summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* [blitter] Work on tst_QPixmap::clear()Holger Hans Peter Freyther2011-10-212-3/+15
* [blitter] Generate a new serial number when resizing the pixmapHolger Hans Peter Freyther2011-10-211-0/+1
* Fix compiler warnings when using QT_DEPRECATEDSergio Ahumada2011-10-211-0/+2
* Fix some compiler warnings on MacSergio Ahumada2011-10-212-1/+3
* Make foreground and backgroundColor proper functions.Frederik Gladhorn2011-10-202-11/+19
* Refactor QAccessibleActionInterface.Frederik Gladhorn2011-10-196-138/+135
* Provide API for "placement new" construction of meta-typesKent Hansen2011-10-191-10/+28
* Destroy generic plugins on exit.Laszlo Agocs2011-10-192-0/+9
* QSurfaceFormat: Use version in comparison and debug, fix setter.Friedemann Kleint2011-10-181-5/+13
* Make some more methods privateLars Knoll2011-10-181-9/+7
* Move QShortcutMap to QtGuiLars Knoll2011-10-183-0/+814
* Do not call swapBuffers when surfaceHandle is NULL.Laszlo Agocs2011-10-181-1/+3
* Remove stale documentation.Casper van Donderen2011-10-1813-444/+31
* Fix TouchPoint::lastPos() after TouchPointStationary only events.Jocelyn Turcotte2011-10-171-1/+5
* Fix scaled text rendering with the raster paint engine & FreeTypeSimon Hausmann2011-10-171-0/+7
* Use a QFunctionPointer for getProcAddress()Casper van Donderen2011-10-172-10/+3
* Add QGlyphRun::SplitLigature flagEskil Abrahamsen Blomfeldt2011-10-143-28/+49
* Avoid using 0 as the default winId in QPlatformWindow.Laszlo Agocs2011-10-141-1/+8
* Remove commented out reference to QShortcutMapLars Knoll2011-10-141-9/+0
* Accessibility plugin for mac and xcb.Frederik Gladhorn2011-10-141-1/+1
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-1374-2611/+5
* Fix struct/class mismatch.Friedemann Kleint2011-10-131-3/+4
* Move input panel visibility ownership from QInputPanel to QPlatformInputContextJoona Petrell2011-10-114-16/+59
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-1110-1079/+4
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-14/+14
* Don't crash when no usable font is availableJiang Jiang2011-10-111-3/+5
* Remove duplicate check in qtextcontrol cursorMoveKeyEvent()Kent Hansen2011-10-111-3/+0
* Removed src/gui/opengl/qopenglcolormap.*Samuel Rødal2011-10-103-404/+0
* Fixed some doc errors in QOpenGLFramebufferObject.Samuel Rødal2011-10-102-31/+14
* Fixed missing snippets for QOpenGLShaderProgram.Samuel Rødal2011-10-101-3/+3
* Use freetype font engine on WindowsOlli Werwolff2011-10-102-1/+13
* Easier shader debuggingJani Uusi-Rantala2011-10-101-8/+48
* Clean-up a macro for CocoaMorten Sorvig2011-10-104-14/+3
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-0717-100/+279
* Fix QMouse/Wheel/TouchEvent::modifiers with the XCB back-endSimon Hausmann2011-10-074-37/+45
* Fixed crash due to uninitialized pointer in OpenGL texture glyph cache.Samuel Rødal2011-10-071-0/+1
* Don't default to XCB if it is not enabled.Lincoln Ramsay2011-10-071-1/+5
* Fix QFont::defaultFamily() in the new QPA world.Pierre Rossi2011-10-072-9/+22
* Fix typo in qbezier shift implementationKent Hansen2011-10-061-1/+1
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-065-14/+114
* Use child/parent function in QAccessibleWidget and test.Frederik Gladhorn2011-10-061-2/+1
* QtGui: Add command line arguments to the platform plugin.Friedemann Kleint2011-10-051-1/+27
* Add font family alias resolving to QPAJiang Jiang2011-10-054-1/+18
* Added QWindow::isActive() and focus in / out events.Samuel Rødal2011-10-055-12/+100
* Implement showFullScreen, showNormal, and showMaximized/Minimized in QWindow.Alexis Menard2011-10-041-4/+9
* Fix ́́`macros' function test of `tst_headers'Sergio Ahumada2011-10-035-0/+30
* qpixmap: Use the primaryScreen for QPixmap::defaultDepthHolger Hans Peter Freyther2011-10-031-4/+3
* Rename description to localizedDescription in Action interface.Frederik Gladhorn2011-10-031-1/+1
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-033-1/+6
* Use QGuiApp::activeWindow()->accessibleRoot() to find focus childJan-Arve Saether2011-10-031-1/+4