summaryrefslogtreecommitdiffstats
path: root/macosx/HBToolbarBadgedItem.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: fix queue toolbar icon not being updated.Damiano Galassi2018-08-131-89/+86
|
* MacGui: simplify the toolbar badge drawing code, redraw the icon when ↵Damiano Galassi2018-08-121-103/+58
| | | | switching between dark and light mode.
* MacGui: remove a bunch of unneeded compatibility code.Damiano Galassi2018-07-101-15/+1
|
* MacGui: fix another round of deprecation warnings. Remove drawer code.Damiano Galassi2018-06-101-1/+1
|
* MacGUI: Move toolbar item badge and vary type size with scale factor.Bradley Sepos2018-01-251-3/+14
| | | | 10 pt for standard displays, 8 pt for high dpi displays. Alignment considerations.
* macgui: Tweak queue toolbar icon badge.Bradley Sepos2016-12-211-5/+6
| | | | Text should be centered within the ellipse now. Align badge to bottom left of icon.
* MacGui: restore the NSGraphicsContext after it has been used.Damiano Galassi2016-12-201-0/+2
|
* MacGui: fix the queue toolbar icon badge quality on hi-dpi screens, and try ↵Damiano Galassi2016-10-171-23/+27
| | | | to better align the text.
* MacGui: fix a small memory leak in the NSColor -> CGColor conversion.Damiano Galassi2016-10-051-2/+4
|
* MacGui: show the queue jobs count on the main window queue toolbar icon.Damiano Galassi2016-10-051-0/+210