summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QStyle docs: fix the location of two paintsystem related imagesJ-P Nurmi2012-08-202-0/+0
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-2011-1405/+13437
* Fix in-process QAxServers inside modal windows.Miikka Heikkinen2012-08-203-2/+21
* Doc: Small addition to QAbstractTextDocumentLayout::registerHandler()Geir Vattekar2012-08-181-0/+2
* Fix -Wclobbered warningsMarc Mutz2012-08-182-5/+5
* Register QTextDocument* as a meta type to fix QTextEdit::document typeJ-P Nurmi2012-08-182-1/+3
* Clean up QScreen::grabWindow()aavit2012-08-181-1/+1
* Emit layoutChange signals when changing QPersistentModelIndexes.Stephen Kelly2012-08-181-0/+9
* Doc: Fix spelling errorsSergio Ahumada2012-08-172-2/+2
* Move docs for QSessionManager to the right file.Frederik Gladhorn2012-08-151-0/+247
* QtGui: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* Group functions in QAccessibleTextInterfaceJan-Arve Saether2012-08-141-9/+16
* QImage{Reader,Writer}: remove unused local typedef (GCC 4.8 warning)Marc Mutz2012-08-112-2/+0
* Revert "Added default argument for color profile to QImage constructors."Alexandros Dermenakis2012-08-102-20/+12
* Correct QTransform::QTransform documentation re m13 initialisation.Mitch Curtis2012-08-101-1/+1
* Handle "-psn_XXX" command line args on MacMorten Johan Sorvig2012-08-101-0/+4
* OpenGL: Allow querying OpenGL extensions via the QOpenGLContextSean Harmer2012-08-093-0/+38
* Explained rectangle bounding in documentation.Leonard Lee2012-08-081-0/+1
* Explained degree unit in QPainter::rotate() function.Leonard Lee2012-08-081-1/+1
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* Improve the QOpenGLExtensionMatcher classSean Harmer2012-08-072-50/+11
* QtGui: collapse two qgetenv() on the same variableMarc Mutz2012-08-071-1/+2
* QWindowSystemInterface: fix mem leak and raceMarc Mutz2012-08-072-18/+26
* OpenGL: Add finer-grained functionality checks for NPOT texturesSean Harmer2012-08-062-3/+5
* Fixed popups getting blocked by modal windows.Samuel Rødal2012-08-061-1/+1
* Fix intended assignment to customSet variable.Frank Osterfeld2012-08-061-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-033-5/+5
* Use glFlush() if swapBehavior is single-bufferedJan-Arve Saether2012-08-021-1/+2
* Make tests compile without gui-privatePaul Olav Tvete2012-08-021-0/+40
* Move QPlatformWindowPrivate into its own headerLaszlo Agocs2012-08-023-6/+76
* Mention setFont() in QPainter::drawText() functionsSimon A. Eugster2012-08-011-1/+9
* fix a few qdoc command typosJeremy Katz2012-08-011-2/+2
* change \img to \image in docsJeremy Katz2012-08-018-14/+14
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-012-5/+5
* OpenGL: Fix typo in extension nameSean Harmer2012-08-011-1/+1
* Added default argument for color profile to QImage constructors.Alexandros Dermenakis2012-08-012-12/+20
* Add a .prf file for SIMD qmake variables.Michael Goddard2012-08-011-140/+2
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-312-10/+21
* Correct method name referred to in QFont's detailed description.Mitch Curtis2012-07-271-1/+1
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-272-0/+7
* Added note to QTransform::isRotatingAli Akhtarzada2012-07-251-0/+2
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-233-3/+3
* QPaintBuffer: use the nullary version of qRegisterMetaTypeStreamOperators()Marc Mutz2012-07-231-4/+2
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-203-56/+0
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-193-5/+5
* Mirror potentially themeable style hints in QPlatformTheme.Friedemann Kleint2012-07-184-16/+84
* Fix infinite loop due to FPU limitationStéphane Cerveau2012-07-171-2/+2
* Don't join between 2 same pointsCharles Yin2012-07-171-2/+4
* List .pbm and .pgm as supported writable image file formats.Kim Motoyoshi Kalland2012-07-161-1/+3
* Improve qDebug() << QAccessibleEvent() to display state changesJan-Arve Saether2012-07-161-0/+44