summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Cocoa: Prevent "Invalid Drawable" GL warnings.Morten Johan Sørvig2014-02-251-0/+4
* | | Cocoa: Clear GL context pointer on deletion.Morten Johan Sørvig2014-02-251-0/+3
* | | Cocoa: QImage -> CGImage conversion cleanupMorten Johan Sørvig2014-02-257-113/+42
* | | QAssociative/SequentialIterable: add missing \since 5.2J-P Nurmi2014-02-251-4/+4
* | | Properly migrate vao helper to dynamic GLLaszlo Agocs2014-02-251-82/+67
* | | Windows: Clear transient relationship before destroying windows.Friedemann Kleint2014-02-241-4/+29
* | | QJNI: optimize QSharedPointer creationMarc Mutz2014-02-241-1/+1
* | | Fix compilation on armv5Eskil Abrahamsen Blomfeldt2014-02-241-0/+14
* | | QByteArrayList: optimize op+Marc Mutz2014-02-241-3/+2
* | | Compile fix for QT_NO_OPENGLPaul Olav Tvete2014-02-242-3/+11
* | | Fix potential null pointer access in qglxKai Koehne2014-02-241-10/+12
* | | Fix division by zero in hellogl_es2 example.Friedemann Kleint2014-02-241-6/+6
* | | Fix texture glyph cache setup in old OpenGL paint engineTor Arne Vestbø2014-02-241-7/+6
* | | Enable QMenu::setNoReplayFor(QWidget *noReplayFor) for all platforms.Friedemann Kleint2014-02-241-4/+0
* | | Doc: Address some "No documentation for..." QDoc warningsSze Howe Koh2014-02-243-6/+16
* | | QtTest: Don't crash when -callgrind is used on QTEST_APPLESS_MAINThiago Macieira2014-02-241-0/+3
|/ /
* | Introducing QOpenGLShaderProgram::create()Gunnar Sletta2014-02-222-1/+24
* | Make full use of QT_ANDROID_RASTER_IMAGE_DEPTH env variable.BogDan Vatra2014-02-227-12/+17
* | QWidget: do not allocate a QOpenGLContext unless needed by QQuickWidgetPaul Olav Tvete2014-02-222-9/+10
* | Remove qSort usages from core testsSergio Ahumada2014-02-224-5/+13
* | Fix typo in QLibraryInfo::build()Sergio Ahumada2014-02-221-1/+1
* | Doc: Address some "No documentation for..." warnings in QTestJason McDonald2014-02-222-14/+216
* | Windows: Use GetForegroundWindow() to check for active windows.Friedemann Kleint2014-02-221-1/+1
* | Make D-Bus types without a matching Qt one prettier in qdbusThiago Macieira2014-02-221-1/+4
* | Fix off-by-one error: the next ASCII character is next oneThiago Macieira2014-02-221-2/+2
* | Normalize signal & slot signatures in connectionThiago Macieira2014-02-228-16/+16
* | Make QTextDecoder use our qt_from_latin1 codeThiago Macieira2014-02-222-6/+6
* | Re-group and re-sort the configure outputThiago Macieira2014-02-221-11/+11
* | Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-2216-18/+36
* | Android: Enable text selection only when ImhNoPredictiveText is set.Christian Strømme2014-02-212-3/+16
* | Android: Do not enable text selection in QTextEdits by default.Christian Strømme2014-02-211-0/+4
* | QLibraryInfo: mark build() function as nothrowMarc Mutz2014-02-212-2/+2
* | QSslCipher: make QString constructor explicitMarc Mutz2014-02-211-1/+1
* | QPainterPathStroker: make QPen constructor explicitMarc Mutz2014-02-211-1/+1
* | Fix rounding error when creating QT_FT_VectorJorgen Lind2014-02-211-1/+1
* | QMarginsF - Add new QMarginsF classJohn Layt2014-02-216-0/+781
* | QRect - Add missing QMargins subtraction operatorJohn Layt2014-02-213-0/+19
* | QMargins - Add missing operatorsJohn Layt2014-02-213-0/+75
* | QRect - Move QMargins operatorsJohn Layt2014-02-214-99/+99
* | Start the chronometer.BogDan Vatra2014-02-211-0/+1
* | Sort include headersBogDan Vatra2014-02-211-7/+6
* | Strip any trailing spaces from the filename before trying to open itAndy Shaw2014-02-212-2/+39
* | Expose NPOTTextureRepeat in QOpenGLFunctionsLaszlo Agocs2014-02-211-2/+4
* | Avoid using GLX Pbuffers on CatalystLaszlo Agocs2014-02-211-1/+12
* | eglfs: Fix swapped red and blue with QOpenGLWidgetLaszlo Agocs2014-02-211-1/+6
* | Remove QT_OPENGLPROXY_DEBUGLaszlo Agocs2014-02-211-3/+0
* | Avoid truncation warning in openglwindow exampleLaszlo Agocs2014-02-211-1/+1
* | Rework the splash screen for Android.BogDan Vatra2014-02-215-20/+23
* | Fix paint artifacts.BogDan Vatra2014-02-213-32/+31
* | QTextObject: replace a use of an inefficient QList with QVectorMarc Mutz2014-02-202-3/+3