summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-1623-238/+357
| |\ \ \ \
| * | | | | doc: Add a bunch of missing dependsTor Arne Vestbø2012-10-161-1/+9
* | | | | | Fixed memory leak in assign operator of QOpenGLBufferVadim Zakondyrin2012-11-191-1/+3
* | | | | | Add QPlatformNativeInterface::nativeResourceForScreen().Friedemann Kleint2012-11-192-0/+10
* | | | | | Missing break in case QEvent::WindowStateChange.Miikka Heikkinen2012-11-151-0/+1
* | | | | | Accessibility: Add documentationFrederik Gladhorn2012-11-151-10/+265
* | | | | | Bring back -nograb/-dograb for debugging.Friedemann Kleint2012-11-153-0/+30
* | | | | | Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-6/+12
* | | | | | Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-106-9/+67
* | | | | | Added private header warnings in src/gui/kernelSamuel Rødal2012-11-098-1/+88
* | | | | | Fix GIF image decoding: do not zero transparent pixelsaavit2012-11-091-9/+6
* | | | | | Save grayscale palleted images to grayscale pngSergey Borovkov2012-11-091-4/+7
* | | | | | Simplify and speed up OpenGL framebuffer grabbing.aavit2012-11-091-54/+13
* | | | | | Return appropriate currentContext() in platform's makeCurrent().Samuel Rødal2012-11-082-4/+17
* | | | | | Relax QOpenGLContext::swapBuffers() conditions.Samuel Rødal2012-11-081-15/+1
* | | | | | Accessibility: Make accessibleInterface() in event virtual.Frederik Gladhorn2012-11-081-1/+1
* | | | | | Accessibility: Warn if an event cannot create an interface for some reason.Frederik Gladhorn2012-11-081-1/+3
* | | | | | Temporary backwards-compatible QWindow::setPos accessorsShawn Rutledge2012-11-081-0/+6
* | | | | | Remove QWindow pos, geometry and size as properties; pos->positionShawn Rutledge2012-11-083-25/+39
* | | | | | Temporary backwards-compatibility window propertiesShawn Rutledge2012-11-071-0/+29
* | | | | | Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-074-100/+122
* | | | | | qpa: Fix rendering issue in blitter engine (negative scaling factors)Julien Brianceau2012-11-071-1/+5
* | | | | | Don't include qaccessible.h on QT_NO_ACCESSIBILITYKevin Funk2012-11-061-1/+3
* | | | | | Fix native RGB text on OpenGL ES 2 without BGRA extensionEskil Abrahamsen Blomfeldt2012-11-062-3/+19
* | | | | | Fix QAccessible to build when QT_NO_ACCESSIBILITY is definedJ-P Nurmi2012-11-051-0/+10
* | | | | | Fix conditional jump based on an uninitialized variable.Jędrzej Nowacki2012-11-031-2/+3
* | | | | | Add implementations of QAIM::sibling in public APIs.Stephen Kelly2012-11-022-0/+10
| |_|_|_|/ |/| | | |
* | | | | Added MultipleWindows platform capability.Samuel Rødal2012-11-022-5/+10
* | | | | Introduced QWindow properties {min/max}imum{Width/Height}Samuel Rødal2012-11-023-0/+70
* | | | | Remove a couple of unused variables.Miikka Heikkinen2012-11-021-2/+0
* | | | | Strip trailing whitespace in itemviews.Stephen Kelly2012-11-011-9/+9
* | | | | Remove #ifndef QT_NO_ACCESSIBILITY around qaccessible.{h,cpp}Jan Arve Saether2012-11-012-7/+0
* | | | | Pixel-align vertical metrics in QTextLayout againEskil Abrahamsen Blomfeldt2012-10-302-3/+6
* | | | | Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-303-0/+23
* | | | | QSyntaxHighlighter: minor code de-duplicationKonstantin Ritt2012-10-291-25/+4
* | | | | QFontEngineMulti: Fix possible crash in stringToCMap()Konstantin Ritt2012-10-291-3/+4
* | | | | Remove some dead code in switch statementsSergio Ahumada2012-10-293-12/+0
* | | | | Fix syncing of visibility and enabled for menus on CocoaAndy Shaw2012-10-261-0/+1
* | | | | Remove unnecessary call to png_set_sBit when writing png filesSergey Borovkov2012-10-261-7/+0
| |_|_|/ |/| | |
* | | | QTextEngine: Support SMP code points when case changingKonstantin Ritt2012-10-251-4/+16
* | | | Remove stale QT_MODULE() usage casesKonstantin Ritt2012-10-255-10/+0
* | | | Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-255-35/+32
* | | | Add ContextMenu event to QWindowSystemInterfaceMiikka Heikkinen2012-10-255-1/+56
* | | | Fix valgrind warning in QTriangulatingStroker.Friedemann Kleint2012-10-241-1/+4
* | | | Fix QRegExpValidator::validate docs about the pos parameterGiuseppe D'Angelo2012-10-221-1/+2
* | | | Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-2214-83/+79
* | | | Fix crash due to memory access violationKonstantin Ritt2012-10-221-0/+1
* | | | Fixed GCC 3.4 build with sse2 enabled.Samuel Rødal2012-10-191-1/+2
* | | | QFont: Don't invalidate engine unless request has been changedKonstantin Ritt2012-10-192-7/+29
* | | | Modularize drag and drop documentationGatis Paeglis2012-10-1934-7/+2554