aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/nativestyle/qstyle/mac/qquickmacstyle_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Update to latest qml CMake APICraig Scott2021-06-051-6072/+0
* macOS, Slider: draw a focus rect, and not a focus ringRichard Moe Gustavsen2021-05-051-2/+5
* Native style: fix statically built apps that links to both widgets and controlsRichard Moe Gustavsen2021-04-221-2/+20
* Use QChar constructor explicitlyVolker Hilsheimer2020-11-141-1/+1
* macOS: clean up slider qstyle implementationRichard Moe Gustavsen2020-10-301-81/+31
* macOS: Update slider metrics by explicitly asking it to layoutRichard Moe Gustavsen2020-10-281-33/+4
* macOS: Don't assume NSSlider is never flippedRichard Moe Gustavsen2020-10-281-7/+7
* macOS: stop using the deprecated APIRichard Moe Gustavsen2020-10-281-3/+0
* Native style, macOS: always draw a TextField using NSTextFieldRichard Moe Gustavsen2020-10-121-30/+1
* macOS: don't set the nine-patch margin exactly on the button widthRichard Moe Gustavsen2020-09-301-1/+1
* NativeStyle: add focusFrameRadius to QStyleRichard Moe Gustavsen2020-09-291-0/+22
* NativeStyle, macOS: adjust layout rectsRichard Moe Gustavsen2020-09-281-59/+38
* NativeStyle, macOS: don't draw focus from QStyleRichard Moe Gustavsen2020-09-251-158/+0
* Fix build after qtbase changesVolker Hilsheimer2020-09-151-1/+1
* Native style: increase combobox minimum sizeRichard Moe Gustavsen2020-08-131-1/+1
* Native style: increase text field minimum sizeRichard Moe Gustavsen2020-08-111-3/+3
* Native style: fix leaks in qquickmacstyleRichard Moe Gustavsen2020-08-101-0/+14
* Native style: add ProgressBarRichard Moe Gustavsen2020-06-171-75/+21
* NativeStyle: add ScrollBarRichard Moe Gustavsen2020-06-121-14/+18
* NativeStyle: add ComboBoxRichard Moe Gustavsen2020-06-091-18/+73
* Native style: let DefaultTextField have correct contentRect and sizeRichard Moe Gustavsen2020-06-041-0/+23
* Native style: draw Frame on macOS with correct line width and colorRichard Moe Gustavsen2020-05-271-5/+6
* Native style: copy QStyle from widgets, and implement ground work for creatin...Richard Moe Gustavsen2020-05-251-0/+6276