summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Load winsys and gl dynamically in the windows pluginLaszlo Agocs2014-05-221-4/+12
* Fix a crash when using QtQuickControls with core profileBerthold Krevert2014-05-221-4/+25
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-222-30/+39
|\
| * CMake: Don't FATAL_ERROR if GL libraries can not be found.Stephen Kelly2014-05-191-28/+37
| * QOpenGLTextureBlitter fix allocating 4 times as much memory as neededJorgen Lind2014-05-161-2/+2
* | Decrease the life time of SpecialData::resolvedFormatsKonstantin Ritt2014-05-211-5/+4
* | Rename some QTextEngine members to reflect their meaningKonstantin Ritt2014-05-203-55/+56
* | Minor code clean-upKonstantin Ritt2014-05-203-10/+5
* | QPainter on QBitmap: make setBrush(NoBrush) work as expected.David Faure2014-05-171-1/+1
* | Minor optimization for QTextLineItemIteratorKonstantin Ritt2014-05-163-23/+15
* | Ensure we don't re-use webfonts where the "local" font has been requestedKonstantin Ritt2014-05-161-1/+1
* | Expose multisample settings on QOpenGLTextureSean Harmer2014-05-162-2/+125
* | Add viewport transform to QMatrix4x4Sean Harmer2014-05-162-0/+53
* | Remove unnecessary friend declarations from qevent.h.Friedemann Kleint2014-05-151-5/+0
* | qpa: Clean up and refactor qfontengine_qpaTor Arne Vestbø2014-05-159-253/+252
* | Don't crash when platform plugin sends us two close events.Gunnar Sletta2014-05-151-0/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-137-42/+34
|\|
| * Remove an unused workaround and fix up the comments in the glyph cacheLaszlo Agocs2014-05-131-29/+2
| * QTextLayout: Fix cursor position calculation for BiDi textAndrey Volykhin2014-05-121-1/+0
| * Respect fixed pitch request when font family is not availableEskil Abrahamsen Blomfeldt2014-05-121-1/+5
| * Enable support for OpenGL 4 on OS X 10.9Sean Harmer2014-05-101-4/+6
| * Document the X11 DISPLAY variable in the -display option docsThiago Macieira2014-05-091-0/+2
| * Doc: fix -qwindowgeometry and -qwindowtitle option docsThiago Macieira2014-05-091-2/+1
| * Document that the -reverse option is only for debugging and its defaultThiago Macieira2014-05-091-1/+3
| * Document that env variables are preferable to cmdline optionsThiago Macieira2014-05-091-1/+8
| * Avoid corruption in Q(Open)GLFunctions when used on multiple threadsLaszlo Agocs2014-05-092-2/+6
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-1311-29/+214
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-1311-29/+214
| |\|
| | * Fix FT glyph outline to path conversionBernd Weimer2014-05-071-12/+24
| | * Add virtual function to QFontEngine report if outlines are reliableJørgen Lind2014-05-062-0/+11
| | * Document returned format of QOpenGLFramebufferObject::toImage()Allan Sandfeld Jensen2014-05-061-0/+3
| | * Avoid showing warnings from drawPixmap when using a QGLWidgetLaszlo Agocs2014-05-051-6/+12
| | * Vectorize bilinear rotating transformsAllan Sandfeld Jensen2014-05-051-0/+157
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-054-10/+4
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-034-10/+4
| | | |\
| | | | * Revision new signalAlan Alpert2014-05-021-1/+1
| | | | * Fix assert on justification of QTextLine with only spacesEskil Abrahamsen Blomfeldt2014-04-301-1/+1
| | | | * Fix incorrect repaints with plain text editSimon Hausmann2014-04-301-1/+1
| | | | * Remove old symbols from QOpenGLContextLaszlo Agocs2014-04-261-7/+1
| | * | | [blitter] Initialize m_devicePixelRatio to fix crashLucile Quirion2014-05-041-1/+3
| | |/ /
* | | | qpa: merge qrawfont_qpa.cppTor Arne Vestbø2014-05-134-76/+18
* | | | qpa: Merge qfont_qpa.cppTor Arne Vestbø2014-05-133-183/+117
* | | | qpa: Merge qkeymapper.cppTor Arne Vestbø2014-05-133-83/+31
* | | | qpa: Merge qcursor.cppTor Arne Vestbø2014-05-133-165/+98
* | | | qpa: Merge QClipboardTor Arne Vestbø2014-05-133-91/+31
* | | | Make handling of QEvent::Close consistent with QWindow::close()Gunnar Sletta2014-05-131-9/+4
* | | | qpa: Rename qplatformsystemtrayicon_qpa.cppTor Arne Vestbø2014-05-122-1/+1
* | | | Use QtPlatformHeaders to set platform specific functionalityJorgen Lind2014-05-094-0/+24
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-0627-165/+197
|\| |
| * | Don't set the window title for a Qt::Desktop window (QDesktopWidget)Thiago Macieira2014-05-021-1/+1