summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Don't make all sizes (0,0)Morten Johan Sørvig2015-06-041-1/+1
* Make QCursor::pos() actually follow the cursor posPaul Olav Tvete2015-06-043-3/+36
* Move min/max size constrain logic to QPlatformWindow.Morten Johan Sørvig2015-06-044-17/+11
* Print "deprecated" warning on QT_DEVICE_PIXEL_RATIO usage.Morten Johan Sørvig2015-06-031-9/+18
* Fix drag and drop for XcbPaul Olav Tvete2015-06-034-20/+44
* Support QT_DEVICE_PIXEL_RATIOPaul Olav Tvete2015-06-021-1/+7
* usePixelDensity and perScreenActive are different conceptsPaul Olav Tvete2015-06-012-5/+9
* Connect QPlatformScreen in the QScreen constructorPaul Olav Tvete2015-05-294-24/+37
* Refactor QHighDpiScaling internals and usageMorten Johan Sørvig2015-05-295-42/+87
* QPlatformWindow::initialGeometry(): Add scaling.Friedemann Kleint2015-05-211-2/+2
* Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpiPaul Olav Tvete2015-05-1364-5587/+5252
|\
| * QStandardItem: add user-tristate and auto-tristate getters/settersDavid Faure2015-05-072-13/+76
| * Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-072-2/+2
| * Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-048-148/+227
| |\
| | * Fix undefined behavior in left-shifting into negativeThiago Macieira2015-05-041-1/+1
| | * Use stdint.h in qopengl headers on MSVC toov5.5.0-beta1Laszlo Agocs2015-05-022-2/+2
| | * [QFontDatabase] Get rid of QtFontEncodingKonstantin Ritt2015-05-011-30/+8
| | * [QFontDatabase] Drop QtFontDesc's familyIndex memberKonstantin Ritt2015-05-011-4/+1
| | * [QFontDatabase] Get rid of some dead codeKonstantin Ritt2015-05-011-3/+0
| | * Optimize QFont::resolve(const QFont &other)Konstantin Ritt2015-05-011-4/+2
| | * Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-301-34/+86
| | * Fix QImage format after inplace conversionAllan Sandfeld Jensen2015-04-301-34/+92
| | * Fix two errors in RGB30 conversionsAllan Sandfeld Jensen2015-04-301-2/+2
| | * Convert opaque indexed images over RGB32Allan Sandfeld Jensen2015-04-281-5/+7
| | * Preserve QImage metadata in image transformsAllan Sandfeld Jensen2015-04-282-31/+28
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-279-67/+60
| |\|
| | * QGenericMatrix: remove one of two non-initializing ctorsMarc Mutz2015-04-261-10/+8
| | * QGenericMatrix: remove copy ctorMarc Mutz2015-04-261-9/+0
| | * Short-cut SSE4 unpremultiplyAllan Sandfeld Jensen2015-04-251-2/+4
| | * Simplify QQuaternion::operator!=()Marc Mutz2015-04-241-1/+1
| | * Fix inplace double mirroring on odd sized imagesAllan Sandfeld Jensen2015-04-231-2/+10
| | * Revert "Remove separate SSE4 unpremultiply function"Allan Sandfeld Jensen2015-04-236-45/+39
| * | Mark QRGba64 as Q_PRIMITIVE_TYPEMarc Mutz2015-04-271-0/+2
| * | Fix synchronousWindowsSystemEvents spelling.Morten Johan Sørvig2015-04-243-9/+9
| * | Don't use anonymous types declared in an anonymous unionLiang Qi2015-04-221-6/+8
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2237-3132/+1334
| |\|
| | * Enhance QWindow::devicePixelRatio() docsLaszlo Agocs2015-04-211-0/+4
| | * Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+1
| | * Remove separate SSE4 unpremultiply functionAllan Sandfeld Jensen2015-04-166-39/+45
| | * Add matching by GL_VENDOR to QOpenGLConfigLaszlo Agocs2015-04-162-11/+55
| | * The default wrap mode is REPEATLaszlo Agocs2015-04-161-4/+6
| | * Optimize non-native bilinear transformsAllan Sandfeld Jensen2015-04-161-12/+33
| | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-152-3/+3
| | |\
| | | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-152-3/+3
| | | |\
| | | | * Add a cast to glTexImage2D to keep QNX happyLaszlo Agocs2015-04-081-1/+1
| | | | * Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-011-2/+2
| | * | | Cleanup and optimization of qimage smoothscaleAllan Sandfeld Jensen2015-04-157-729/+769
| | * | | [QTextCursor] Better use of the cached whiteSpace attributeKonstantin Ritt2015-04-154-24/+8
| | * | | Fix trivial copy-paste typo in QTextBlock::previous() docuKonstantin Ritt2015-04-151-1/+1
| | |/ /
| | * | Defer Q(OpenGL|Raster)Window updates when non-exposedLaszlo Agocs2015-04-141-4/+18