summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-221-116/+35
| | * | | QPA: Prevent QPlatformWindow::initialGeometry() from returning invalid geomet...Friedemann Kleint2019-05-221-3/+9
| | * | | QHighDpi: Simplify top-level window handling codeMorten Johan Sørvig2019-05-142-40/+29
| * | | | doc: improve QStandardItemModel code snippetSamuel Gaist2019-05-161-2/+2
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-162-2/+4
| |\| | |
| | * | | QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-151-1/+3
| | * | | Fix QRasterBuffer::scanLine miscalculation with big imagesJoni Poikelin2019-05-141-1/+1
* | | | | Add documentation for the QTextBlockFormat::marker propertyShawn Rutledge2019-05-231-0/+44
* | | | | Fix font matching of typographic families on WindowsEskil Abrahamsen Blomfeldt2019-05-233-0/+20
* | | | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-214-4/+17
* | | | | QtGui: get rid of the last Java-style iteratorMarc Mutz2019-05-211-3/+1
* | | | | QPainterPath: convert manual memory management to std::unique_ptrGiuseppe D'Angelo2019-05-142-11/+7
* | | | | QPainterPathPrivate: code tidiesGiuseppe D'Angelo2019-05-141-7/+24
* | | | | rtems: Disable features which RTEMS does not supportMikhail Svetkin2019-05-141-2/+2
* | | | | QFileDialog: mark obsolete enum DontUseSheet as deprecatedChristian Ehrlicher2019-05-171-1/+3
* | | | | QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-0/+1
* | | | | Fix race in colorspace LUT generationAllan Sandfeld Jensen2019-05-163-10/+36
* | | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-155-4/+74
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-155-4/+74
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-144-4/+56
| | |\| | |
| | | * | | Fix QWindow::mapToGlobal()/mapFromGlobal() for multi-screen windowsMorten Johan Sørvig2019-05-134-4/+56
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-121-0/+18
| | |\| | |
| | | * | | Add unvectorized fallback in case FP exceptions are not maskedAllan Sandfeld Jensen2019-05-101-0/+18
* | | | | | QFontMetricsF: add noexceptGiuseppe D'Angelo2019-05-151-2/+2
|/ / / / /
* | | | | QFontEngine: replace QLinkedList with std::listMarc Mutz2019-05-142-7/+6
* | | | | QPainterPath: amend a commentGiuseppe D'Angelo2019-05-141-1/+1
* | | | | Clean up qtriangulator_p.hMarc Mutz2019-05-141-24/+3
* | | | | QGradient: de-inline dtorMarc Mutz2019-05-142-0/+32
* | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-1315-83/+79
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-097-72/+68
| |\| | |
| | * | | Fix possible endless loop when stroking curvesEirik Aavitsland2019-05-081-3/+3
| | * | | Fix swizzling when rendering QPainter on QOpenGLWidget with AngleDmitry Kazakov2019-05-071-13/+31
| | * | | Fix QTextEngine::shapeText casing of surrogate pairsJüri Valdmann2019-05-071-1/+2
| | * | | Use "monospace" as fallback system FixedFont in KDE theme; loggingShawn Rutledge2019-05-071-32/+20
| | * | | Document how to use CMake on Qt Core, Qt GUI's central pagesKai Koehne2019-05-073-21/+8
| * | | | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-088-11/+11
| | |_|/ | |/| |
* | | | Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-086-42/+133
* | | | Change QTextMarkdownWriter to pass by const pointer and QAIMShawn Rutledge2019-05-084-17/+17
* | | | Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-082-1/+5
* | | | Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-084-27/+152
* | | | Remove 3rdparty include from QTextMarkdownImporter header fileShawn Rutledge2019-05-082-47/+47
* | | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-072-2/+2
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-0710-42/+234
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-063-5/+7
| |\| |
| | * | fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-052-3/+5
| | * | configure: skip Freetype/Fontconfig autodetection only on MSVCMassimo Callegari2019-05-031-2/+2
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-032-30/+208
| |\| |
| | * | Only generate temporaries when it makes sensePaul Lemire2019-05-022-30/+208
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-023-7/+16
| |\| |
| | * | Use QPlatformTheme::TouchDoubleTapDistance for touch eventsAlexander Volkov2019-05-012-6/+15