summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Remove warnings from qtbase.Mitch Curtis2012-11-211-1/+0
* Enable gui build with QT_NO_SYSTEMTRAYICONTasuku Suzuki2012-11-211-2/+2
* Handle QEventLoop::ExcludeUserInputEvents in QWindowSystemInterface.Friedemann Kleint2012-11-212-36/+45
* Fix possible crash/assertion in qt_fontHasNarrowOutlines()Konstantin Ritt2012-11-211-4/+10
* QJpegHandler: err should be set before jpeg_create_decompress()Elvis Lee2012-11-211-2/+3
* Fixed rendering artifacts when drawing cursor.Samuel Rødal2012-11-201-1/+1
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-2066-14/+4819
|\
| * Doc: Cleaning up QHP information in module configuration files.Jerome Pasion2012-11-071-12/+7
| * Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtbase into newdocsJerome Pasion2012-11-0219-73/+127
| |\
| * | Qt GUI: Adding Rich Text Processing documentation from qtdocJerome Pasion2012-10-2965-0/+4803
| * | Doc: Removed the HTML template from the .qdocconf filesJerome Pasion2012-10-261-1/+0
| * | Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-2666-166/+2831
| |\ \
| * \ \ Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-1918-57/+220
| |\ \ \
| * \ \ \ 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