summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/mac/qmacstyle_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: CC_ComboBox is now HITheme-freeGabriel de Dietrich2018-04-121-441/+239
* QMacStyle: Fix "on" toggle button text colorGabriel de Dietrich2018-04-051-1/+2
* QMacStyle: Fix spinbox implicit heightGabriel de Dietrich2018-03-271-1/+1
* QMacStyle: Fix text color for disabled default buttonsGabriel de Dietrich2018-03-271-4/+5
* QMacStyle: Remove CT_ToolButton related dead codeGabriel de Dietrich2018-03-271-29/+0
* QMacStyle: SE_PushButtonContents is HITheme-freeGabriel de Dietrich2018-03-271-131/+41
* QMacStyle: Do manual button sizing for CT_PushButtonGabriel de Dietrich2018-03-271-40/+37
* QMacStyle: Don't highlight square buttons text when pressedGabriel de Dietrich2018-03-221-4/+6
* QMacStyle: Refactor button sizingGabriel de Dietrich2018-03-221-44/+46
* QMacStyle: Make CE_PushButtonBevel square if large enoughGabriel de Dietrich2018-03-221-37/+91
* QMacStyle: No more HITheme for CC_ToolButtonGabriel de Dietrich2018-03-221-73/+36
* QMacStyle: No more HITheme for CE_PushButtonBevelGabriel de Dietrich2018-03-221-110/+152
* QMacStyle: Make CocoaControl a full typeGabriel de Dietrich2018-03-221-49/+69
* Reapply 0d9208cecbbd9ed08e4ffb6540729668e3bd7754 on 5.11v5.11.0-alpha1Liang Qi2018-02-141-5/+3
* Merge "Merge remote-tracking branch 'origin/dev' into 5.11" into refs/staging...Jani Heikkinen2018-02-101-37/+48
|\
| * Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-101-37/+48
| |\
| | * QMacStyle: CE_Splitter is HITheme-freeGabriel de Dietrich2018-01-241-7/+29
| | * QMacStyle: declare block in drawNSViewInRect() as noescapeGabriel de Dietrich2018-01-241-1/+1
| | * QMacStyle: PE_FrameLineEdit is HITheme-freeGabriel de Dietrich2018-01-241-29/+18
* | | QMacStyle: Fix crash when using Freetype font engineGabriel de Dietrich2018-02-091-24/+26
|/ /
* | QMacStyle: Remove call to HIThemeDrawSeparatorGabriel de Dietrich2018-02-051-12/+6
* | QMacStyle: CE_DockWidgetTitle is now HITheme-freeGabriel de Dietrich2018-02-051-67/+30
* | QMacStyle: QMdiSubWindow is now HITheme-freeGabriel de Dietrich2018-02-051-228/+205
* | Introducing SH_SpinBox_ButtonsInsideFrameGabriel de Dietrich2018-02-051-35/+12
* | QMacStyle: CC_SpinBox is now HITheme-freeGabriel de Dietrich2018-02-051-31/+29
|/
* QMacStyle: Set WA_MacShowFocusRect for checkbox, radio buttonGabriel de Dietrich2018-01-171-31/+89
* QMacStyle: checkbox, radio button are now HITheme-freeGabriel de Dietrich2018-01-161-44/+32
* QMacStyle: Use QPainter to draw focus ringGabriel de Dietrich2018-01-161-34/+21
* QMacStyle: Draw CE_MenuItem text using AppKitGabriel de Dietrich2018-01-111-0/+30
* Add an option to scroll the QComboBox on macOS with the mouse wheelAndy Shaw2018-01-051-0/+3
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-23/+39
|\
| * QMacStyle: Minimize size of scrollbar transparency layerGabriel de Dietrich2017-12-211-1/+1
| * QMacStyle: Use light color on expanding scrollbarGabriel de Dietrich2017-12-211-3/+4
| * QMacStyle: Bring back submenu indicatorGabriel de Dietrich2017-12-211-19/+34
* | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-3/+3
* | macOS: Fix handling of multiple ampersands in menu itemsAndre de la Rocha2017-11-301-2/+1
|/
* QMacStyle: De-HITheme item views headers and a couple arrowsGabriel de Dietrich2017-11-151-133/+57
* QMacStyle: Render tool button even when a11y is missingGabriel de Dietrich2017-11-151-6/+6
* QMacStyle: Make backingStoreNSView mutableGabriel de Dietrich2017-11-151-4/+4
* QMacStyle: Replace HITheme info structs with QMSP::CocoaControlGabriel de Dietrich2017-11-151-76/+88
* QMacStyle: Remove unused codeGabriel de Dietrich2017-11-151-66/+0
* QMacStyle: Rename Cocoa controls enum namesGabriel de Dietrich2017-11-151-61/+70
* QMacStyle: smooth QMenu corners for realOleg Yadrov2017-10-051-51/+41
* QMacStyle: Remove HITheme calls for QSizeGripGabriel de Dietrich2017-10-031-45/+32
* QMacStyle: De-HITheme QGroupBoxGabriel de Dietrich2017-10-031-12/+17
* QMacStyle: Refactor QMacStylePrivate::cocoaControl()Gabriel de Dietrich2017-10-031-53/+53
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-14/+22
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-09-061-1/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-1/+3
* | QMacStyle: Remove theme test in palette polishGabriel de Dietrich2017-09-061-8/+1