summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewView.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: fix an exception when reading an HBJob from disk; do not store ↵Damiano Galassi2019-08-141-7/+14
| | | | previews image when scanning the title in the queue; set the log level immediately; improve progress info when the pass number is not set yet.
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-1/+1
|
* Fix some typos (#2202)Nomis1012019-07-311-2/+2
| | | Fix some typos
* MacGui: improve the preview border alignment on retina screens.Damiano Galassi2018-08-311-5/+13
|
* MacGui: remove a bunch of unneeded compatibility code.Damiano Galassi2018-07-101-3/+1
|
* MacGui: add a few more comments.Damiano Galassi2018-06-091-1/+1
|
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-1/+1
|
* MacGui: fix build on 10.12 sdk.Damiano Galassi2017-12-251-1/+1
|
* MacGui: fix a typo and the progress bar that was already hidden after the ↵Damiano Galassi2017-12-201-1/+1
| | | | last VoiceOver improvements.
* MacGui: improve VoiceOver navigation.Damiano Galassi2017-12-191-0/+21
|
* MacGui: fix preview window scale factor on retina displays.Damiano Galassi2017-12-161-9/+8
|
* MacGui: short job description in the summary tab.Damiano Galassi2017-11-131-1/+1
|
* MacGui: show a preview image in the summary tab.Damiano Galassi2017-11-121-0/+5
|
* MacGui: mark some preview's layers as opaque.Damiano Galassi2017-07-261-0/+2
|
* MacGui: do not update the preview window layer if the image is nil or the ↵Damiano Galassi2016-04-071-47/+50
| | | | size is 0.
* MacGui: rename 'layout' in HBPreviewView so it doesn't override NSView ↵Damiano Galassi2016-04-071-5/+5
| | | | layout method.
* MacGui: fix build on Xcode 6.4Damiano Galassi2015-10-071-1/+1
|
* MacGui: move some code out of HBPreviewController.m. Remember the windows ↵Damiano Galassi2015-10-061-0/+272
size when going back from the Scale To Screen mode