summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove explicit load(qt_build_config)s from the librariesOswald Buddenhagen2012-10-191-2/+0
* Fix excess enter/leave event generation for native widgetsMiikka Heikkinen2012-10-193-2/+54
* Remove Qt3 compat leftoversKonstantin Ritt2012-10-191-12/+2
* Fixed inconsistent QPainter fill rules for aliased painting.Samuel Rødal2012-10-199-28/+86
* Use the right properties when checking the frame's marginsAndy Shaw2012-10-181-4/+4
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-173-7/+5
* Add QDrag class to 'draganddrop' groupGatis Paeglis2012-10-171-0/+1
* Remove unneded forward declaration.Frederik Gladhorn2012-10-161-2/+0
* Fix setting custom cursor for widgets and windows before showing themMiikka Heikkinen2012-10-162-15/+22
* QPA: Introducing QPlatformTheme standardPixmap(), fileIconPixmap()Gabriel de Dietrich2012-10-162-1/+102
* QScreen's physicalSize can change. Ensure siblings are updated.Shawn Rutledge2012-10-162-28/+20
* Get rid of unused memberKonstantin Ritt2012-10-161-2/+0
* QTextBlock: Handle surrogates in textDirection()Konstantin Ritt2012-10-161-2/+9
* QFont: Don't detach unless value has really changedKonstantin Ritt2012-10-161-6/+46
* Ensure QOPENGLF_APIENTRY and QGLF_APIENTRY are set correctly.Jason Barron2012-10-161-0/+2
* QRawFont: improve performance and safety of glyphIndexesForString()Konstantin Ritt2012-10-152-39/+41
* QKeySequence: remove duplicate QDataStream operatorsJ-P Nurmi2012-10-151-5/+0
* QPlatformWindow: change API for QPlatformWindow::setWindowFlagsRichard Moe Gustavsen2012-10-153-9/+7
* Use constFind()/constEnd() for const_iterator-sKonstantin Ritt2012-10-133-7/+7
* Fix warnings from syncqt.Friedemann Kleint2012-10-134-2/+8