summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qmacstyle_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: Fix splitter handle background on 10.10 or laterGabriel de Dietrich2015-09-071-16/+11
* QMacStyle: Call subElementRect() on proxy style for SE_TabBarTabTextGabriel de Dietrich2015-09-071-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-1/+2
|\
| * QMacStyle: Disable progress bar animationsMorten Johan Sørvig2015-08-061-1/+2
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-301-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* | QMacStyle: replace a QSet<QPointer> with QVector<QPointer>Marc Mutz2015-06-241-8/+3
* | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-17/+5
|/
* OSX: add another missing AutoReleasePool.Erik Verbruggen2015-03-231-0/+1
* OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-261-0/+19
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+4
|\
| * Fix the look of inactive checkboxes in itemviews on OS X 10.10Andy Shaw2015-02-091-1/+4
* | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | Update copyright headersJani Heikkinen2015-02-111-22/+14
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-5/+6
|\|
| * Fix possible divide by zero in QMacStyleLiang Qi2015-01-191-5/+6
* | QtWidgets: convert remaining users of QSize::transpose() to transposed()Marc Mutz2015-01-081-5/+5
* | QtWidgets: convert some users of QSize::transpose() to transposed()Marc Mutz2015-01-081-8/+3
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-0/+4
|\|
| * Fix OS X style MDI area subwindow resizeMarko Kangas2014-12-181-0/+4
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-1/+1
|\|
| * QMacStyle: Fix 32-bit buildGabriel de Dietrich2014-12-051-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-167/+98
|\|
| * QMacStyle: More tweaks for editable QComboBoxGabriel de Dietrich2014-11-021-5/+18
| * QMacStyle: Several fixes for QtQuick Controls on YosemiteGabriel de Dietrich2014-10-301-14/+11
| * QMacStyle: Fix QCombobox offsets in YosemiteGabriel de Dietrich2014-10-301-3/+6
| * QMacStyle: Remove code depending depending on OS X 10.6 and olderGabriel de Dietrich2014-10-271-119/+36
| * QMacStyle: Refactor painter offset into drawNSViewInRect()Gabriel de Dietrich2014-10-271-37/+38
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-0/+2
|\|
| * OS X: Retina displays and blurry QToolButtonTimur Pocheptsov2014-10-211-0/+2
* | Build with -no-accessibility on OS XFrederik Gladhorn2014-10-221-4/+16
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-30/+188
|\|
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-181-17/+42
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-17/+42
| | |\
| | | * QMacStyle: Fix QPushButton with menu appearance on 10.10Gabriel de Dietrich2014-10-131-16/+41
| | | * QMacStyle: save context state before changing to avoid crashDyami Caliri2014-10-131-1/+1
| * | | QMacStyle: Fix QSlider appearance on YosemiteGabriel de Dietrich2014-10-181-9/+139
| * | | QMacStyle: Add optional block parameter to drawNSViewInRect()Gabriel de Dietrich2014-10-181-2/+5
| |/ /
| * | QMacStyle: Use NSRect instead of CGRect in drawNSViewInRect()v5.4.0-beta1Gabriel de Dietrich2014-10-131-3/+3
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-37/+134
|\| |
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-061-50/+103
| |\|
| | * QMacStyle: Fix QToolButton appearance on YosemiteTimur Pocheptsov2014-10-021-1/+20
| | * QMacStyle: Generalize Cocoa control renderingGabriel de Dietrich2014-09-291-49/+83
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-21/+65
| |\|
| | * QMacStyle: Improvements to some buttons on YosemiteGabriel de Dietrich2014-09-241-17/+61
| | * Fix compilation on OS X with macx-clang-32Andy Shaw2014-09-231-4/+4
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-65/+289
|\| |
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-62/+286
| |\|
| | * QMacStyle: Use NSView rendering for some inactive widgets on 10.10Gabriel de Dietrich2014-09-111-3/+122