summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/mac/qmacstyle_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: Make helper-NSViews layer-backedTor Arne Vestbø2018-08-281-5/+31
* QMacStyle: Configure checkbox NSButton as tri-stateGabriel de Dietrich2018-07-171-0/+2
* Access private properties via sandbox-safe API on Apple OSesTor Arne Vestbø2018-06-141-23/+8
* QMacStyle: Fix clipped arrow in QToolButtonGabriel de Dietrich2018-06-041-4/+8
* QMacStyle: Fix QComboBox left contents marginGabriel de Dietrich2018-06-041-3/+3
* QMacStyle: remove unused qlibrary.h includeJ-P Nurmi2018-05-151-1/+0
* QMacStyle: Fix SC_ComboBoxEditField rectGabriel de Dietrich2018-04-181-2/+1
* QMacStyle: Fix appearance of selected inactive tab bar buttonGabriel de Dietrich2018-04-181-9/+50
* QMacStyle: Clean up code, remove dead bitsGabriel de Dietrich2018-04-181-163/+70
* QMacStyle: CE_TabBarTabShape is now HITheme-freeGabriel de Dietrich2018-04-121-102/+158
* QMacStyle: SE_TreeViewDisclosureItem is now HITheme-freeGabriel de Dietrich2018-04-121-18/+3
* QMacStyle: PE_FrameTabWidget in now HITheme-freeGabriel de Dietrich2018-04-121-72/+52
* QMacStyle: Remove cached focus ring drawingGabriel de Dietrich2018-04-121-79/+23
* 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