summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
|/ /
* | Don't set the window title for a Qt::Desktop window (QDesktopWidget)Thiago Macieira2014-05-021-1/+1
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-0217-64/+80
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0117-64/+80
| |\|
| | * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-2515-61/+67
| | * Don't crash on broken GIF imagesLars Knoll2014-04-251-0/+7
| | * QOpenGLFunctions: Compile on Mac OS 10.6Morten Johan Sørvig2014-04-241-1/+5
| | * deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-2/+1
* | | Fix override cursor issue with QtQuick2ApplicationViewer.Kati Kankaanpaa2014-05-021-1/+1
|/ /
* | Document setUniformValue limitations wrt non square matricesLaszlo Agocs2014-04-251-0/+48
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-04-255-67/+23
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-235-67/+23
| |\|
| | * When a window loses focus to a popup, event has PopupFocusReasonShawn Rutledge2014-04-171-2/+10
| | * Remove internal public function from QOpenGLFunctionsLaszlo Agocs2014-04-173-49/+10
| | * Improve the Unicode script itemization implementationKonstantin Ritt2014-04-141-16/+1
| | * Make HarfBuzz-NG the default shaper on MacKonstantin Ritt2014-04-141-0/+2
* | | Direct2D QPA: Optimize ClippingLouai Al-Khanji2014-04-252-29/+32
* | | Remove unneeded ;Albert Astals Cid2014-04-243-3/+3
|/ /
* | QPA: Adding API to support QWidgetAction on MacGabriel de Dietrich2014-04-171-0/+5
* | remove context unmatched warning in QOpenGLTextureTasuku Suzuki2014-04-161-0/+4
|/
* QTextImageHandler: Load @2x images on retinaMorten Johan Sørvig2014-04-091-7/+35
* OS X: Add more text editing key bindings.Morten Johan Sørvig2014-04-092-17/+25
* make cmake registration of qt plugins make use of PLUGIN_EXTENDSOswald Buddenhagen2014-04-091-0/+4
* QPageSize: remove QPageSize:: overqualificationsMarc Mutz2014-04-092-167/+167
* Update qtgui.qdoc regarding OpenGLLaszlo Agocs2014-04-091-17/+35
* Accessibility Mac: Cache Accessible Elements and Notify about changesFrederik Gladhorn2014-04-095-19/+120
* Correct QOpenGLContext::versionFunctions() docsLaszlo Agocs2014-04-091-4/+6
* QPageSize: clean up operator==Marc Mutz2014-04-081-3/+1