summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/mac/qmacstyle_mac.mm
Commit message (Expand)AuthorAgeFilesLines
...
* QMacStyle - more pixel refinementsTimur Pocheptsov2020-10-281-0/+18
* QMacStyle - fix tab renderingTimur Pocheptsov2020-10-261-1/+17
* Remove misleading commentTimur Pocheptsov2020-10-161-6/+0
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* macOS: Update slider metrics by explicitly asking it to layoutTor Arne Vestbø2020-10-061-33/+4
* macOS: Don't assume NSSlider is never flippedTor Arne Vestbø2020-09-231-7/+7
* macos: Rename macos style to macOSRichard Moe Gustavsen2020-09-111-1/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-2/+2
* QStyle: remove deprecated SH_SpellCheckUnderlineStyleChristian Ehrlicher2020-09-051-3/+0
* Remove QStyleOptionProgressBar::orientation memberVolker Hilsheimer2020-08-291-1/+1
* Port QtBase to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-291-13/+8
* Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidthVolker Hilsheimer2020-08-271-1/+1
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-261-1/+1
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* Add keyboardModifiers member to QStyleOptionSlider, and use it for macVolker Hilsheimer2020-07-021-1/+2
* QMacStyle - draw inverted vertical slider correctlyTimur Pocheptsov2020-07-021-1/+12
* QMacStyle - stop using the deprecated APITimur Pocheptsov2020-06-301-3/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-8/+6
* macOS: Fix use of deprecated NSOffStateTor Arne Vestbø2020-05-271-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-2/+8
|\
| * QMacStyle - change the arrow type only for 'OnlyOneTab' optionTimur Pocheptsov2020-04-291-2/+8
* | Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-161-1/+1
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-1/+1
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* | macOS: Fix or ignore deprecated API in 10.14Tor Arne Vestbø2020-03-271-20/+20
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\|
| * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-0/+13
|\|
| * QMacStyle - fix tab buttonsTimur Pocheptsov2020-02-131-0/+13
* | macOS: Use more of QStyleOption and less of QWidgetAlberto Mardegan2020-02-211-44/+31
* | Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-201-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-11/+28
|\|
| * QMacStyle: fix NSBox geometry for Aqua themeTimur Pocheptsov2020-02-081-8/+13
| * QPushButton: only trigger button when click occurs within the bevel rectVolker Hilsheimer2020-01-281-3/+15
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-1/+1
|\|
| * Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-131-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-1/+25
|\|
| * QMacStyle: fix tab widget's tab barTimur Pocheptsov2019-12-211-1/+25
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-051-4/+4
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-041-4/+4
| |\
| | * QMacStyle: correct placement of edit field in comboboxVolker Hilsheimer2019-12-031-4/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-041-5/+13
|\| |
| * | QMdiArea: on macOS using tabs, render document icons next to the textVolker Hilsheimer2019-12-031-5/+13
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-2/+2
|\| |
| * | Honor alpha for SH_Table_GridLineColorChristian Ehrlicher2019-11-141-1/+1
| |/
| * QMdiArea: On macOS, render inactive subwindow controls grayed outVolker Hilsheimer2019-11-061-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-141-2/+15
|\|
| * QMacStyle - fix the background color for tool buttonTimur Pocheptsov2019-10-111-2/+15
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-101-1/+1
|\|