summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Made FBO blit behave properlyGunnar Sletta2011-09-122-13/+25
* Use the context we're givenGunnar Sletta2011-09-121-1/+1
* use QtGui/ based includesGunnar Sletta2011-09-091-1/+1
* Make inputcontext plugin loading a bit more genericLars Knoll2011-09-082-0/+7
* Add plugin mechanism to load platform input contextsJoona Petrell2011-09-083-4/+2
* Make QKeySequence work on Mac.Morten Sorvig2011-09-082-14/+14
* Change the QInputMethodQueryEvent to be able to query a set of propertiesLars Knoll2011-09-083-9/+35
* Use new QInputPanel update function in QTextControlJoona Petrell2011-09-081-7/+3
* Rename ImMicroFocus to ImCursorRectangleLars Knoll2011-09-082-3/+3
* Improved and made public the QOpenGLPaintDevice API.Samuel Rødal2011-09-0810-313/+197
* Fix a typo in the method nameLars Knoll2011-09-082-2/+5
* MicroFocus is in item coordinatesLars Knoll2011-09-082-6/+11
* Added QInputPanel::commit()Pekka Vuorela2011-09-084-0/+13
* The keyboard position doesn't change when the item transform changes.Lars Knoll2011-09-081-1/+0
* Renamed some of the methods in the QInputPanelLars Knoll2011-09-084-29/+30
* Add a forward declaration for QTransformLars Knoll2011-09-081-0/+1
* Fix RTL layout for fonts when non-printable character has an advanceJohn Tapsell2011-09-082-2/+4
* Refactor the input frameworkLars Knoll2011-09-079-20/+417
* Get rid of QColor::allowX11ColorNames().Samuel Rødal2011-09-072-63/+3
* send resize event when window resizedMatthew Cattell2011-09-071-2/+8
* Cocoa: QMenu refactor.Morten Sorvig2011-09-072-0/+18
* move QSurface into its own file.Jørgen Lind2011-09-078-39/+277
* Fixed crash in tst_QGL::multipleFBOInterleavedRendering().Samuel Rødal2011-09-072-24/+25
* Clang build fix: QPixmap::init -> QPixmap::doInitJani Uusi-Rantala2011-09-072-12/+12
* Fix try #2 at QSurface missing a virtual destructorJani Uusi-Rantala2011-09-062-0/+6
* Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-066-43/+137
|\
| * Generic property support for platform windowsLasse Holmstedt2011-09-052-1/+55
| * Make it easier to select words at the start of a line.Andrew den Exter2011-09-051-12/+22
| * Fix delayed password masking mid-string.Andrew den Exter2011-09-051-3/+3
| * Move cursorDelegate with the mouse selection of read only text input.Andrew den Exter2011-09-051-2/+6
| * Update license headersGabriel de Dietrich2011-09-013-54/+57
| * Fix build with Clang for libpng versions 1.4.0 to 1.5.2Tor Arne Vestbø2011-08-311-0/+23
| * Introduce menubar plugin systemAurélien Gâteau2011-08-314-1/+42
| * Introduce QAbstractPlatformMenuBarAurélien Gâteau2011-08-316-11/+457
| * Hide Q<Platform>MenuActionAurelien Gateau2011-08-315-10/+10
| * Fix warning about initialization orderAurélien Gâteau2011-08-311-3/+3
| * Correctly position aliased lines with flat capsLars Knoll2011-08-312-28/+32
* | Add timestamp to QInputEvent.Laszlo Agocs2011-09-053-1/+9
* | micro optimizationsKonstantin Ritt2011-09-023-91/+40
* | fix typo in the docsKonstantin Ritt2011-09-021-1/+1
* | QRawFont: add missed operator !=Konstantin Ritt2011-09-022-0/+9
* | optimize QGlyphRun's operator == a bitKonstantin Ritt2011-09-021-7/+11
* | QGlyphRun: make operator != inlinedKonstantin Ritt2011-09-022-5/+5
* | QGlyphRun: don't detach if the decoration wasn't actually changedKonstantin Ritt2011-09-021-0/+9
* | Fix the \since 4.x tags in gui/opengl.Samuel Rødal2011-09-024-38/+5
* | Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-013-31/+91
* | Clean up shared resources immediately as the last context is destroyed.Samuel Rødal2011-09-012-12/+23
* | Cocoa: Fix qmlscene flicker on startup.Morten Sorvig2011-08-312-3/+3
* | Initialize member variableLars Knoll2011-08-311-1/+2
* | Add a QStyleHints class to QtGuiLars Knoll2011-08-3110-50/+228