summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Native file dialog support for MacMorten Sorvig2011-10-272-0/+16
* Fix spellingMorten Sorvig2011-10-261-2/+2
* QtGui: Remove Q_WS and qpa.Friedemann Kleint2011-10-2515-279/+28
* Sanitize QAccessible includes.Frederik Gladhorn2011-10-254-5/+5
* Improve drawing scaled image with raster using SSE2Olivier Goffart2011-10-243-22/+153
* Keep Multi font engine in QFontCacheJiang Jiang2011-10-243-7/+16
* Multiline editors not to limit anchor position inputMethodQueryPekka Vuorela2011-10-241-1/+1
* Deprecate QDesktopServices::storageLocation/displayNameDavid Faure2011-10-232-13/+17
* Rename storageLocation() to writableLocation().David Faure2011-10-231-2/+2
* Move path information from QDesktopServices (gui) to QStandardPaths (core)David Faure2011-10-236-435/+13
* QWindow: Re-create platform window only if screen actually changes.Friedemann Kleint2011-10-221-6/+10
* Add virtual QWindow::focusObject() methodLars Knoll2011-10-222-0/+10
* Fix two typos: docu for "deprecated since" and Q_DEPR... -> QT_DEPR...David Faure2011-10-221-1/+1
* [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