index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
macosx
/
HBController.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacGui: Add preset reload button.
sr55
2018-01-25
1
-0
/
+8
*
MacGui: fix a typo and the progress bar that was already hidden after the las...
Damiano Galassi
2017-12-20
1
-0
/
+2
*
MacGui: update preset when navigating with the keyboard arrows, fix #452
Damiano Galassi
2017-12-20
1
-3
/
+6
*
MacGui: improve VoiceOver navigation.
Damiano Galassi
2017-12-19
1
-0
/
+1
*
MacGui: append "(Modified)" to the preset name.
Damiano Galassi
2017-12-19
1
-4
/
+4
*
MacGui: add a short source description after the source name.
Damiano Galassi
2017-12-15
1
-10
/
+16
*
MacGui: do not update the UI if the windows are not visible.
Damiano Galassi
2017-12-12
1
-4
/
+43
*
MacGui: remove the audio preferences.
Damiano Galassi
2017-12-11
1
-45
/
+1
*
MacGui: remove an old workaround for a forgotten issue with progress bars.
Damiano Galassi
2017-12-07
1
-13
/
+0
*
MacGui: remove unneeded outlets and NSAnimationContext in HBController.
Damiano Galassi
2017-12-07
1
-20
/
+4
*
mac: Adjust main window progress area vertical spacing.
Bradley Sepos
2017-12-06
1
-2
/
+3
*
mac: Widen popover to show all official presets without clipping.
Bradley Sepos
2017-12-06
1
-1
/
+1
*
mac: Rename instances of cancelled to canceled.
Bradley Sepos
2017-12-05
1
-1
/
+1
*
MacGui: add a header to the presets popover.
Damiano Galassi
2017-11-30
1
-0
/
+2
*
MacGui: fix rotation in summary panel, show rotation in filters list when fli...
Damiano Galassi
2017-11-30
1
-1
/
+1
*
MacGui: create the NSDrawer only when necessary in HBController (before it wa...
Damiano Galassi
2017-11-25
1
-25
/
+27
*
MacGui: convert the main window xib to auto layout.
Damiano Galassi
2017-11-25
1
-30
/
+16
*
MacGui: use a popover instead of a drawer on 10.10+ .
Damiano Galassi
2017-11-24
1
-13
/
+60
*
MacGui: add a popup button to select the preset in the main window.
Damiano Galassi
2017-11-24
1
-1
/
+12
*
MacGui: use KVO to get a good part of the change notification in the summary ...
Damiano Galassi
2017-11-24
1
-2
/
+2
*
MacGui: show a preview image in the summary tab.
Damiano Galassi
2017-11-12
1
-1
/
+4
*
MacGui: do not allow the path separator "/" character to be inserted in the o...
Damiano Galassi
2017-11-11
1
-6
/
+10
*
MacGui: move the format options to the summary tab.
Damiano Galassi
2017-11-10
1
-1
/
+10
*
MacGui: add a popup menu to select the category in the add preset sheet.
Damiano Galassi
2017-11-10
1
-6
/
+2
*
MacGui: rename Folder to Category.
Damiano Galassi
2017-11-10
1
-2
/
+2
*
MacGui: end fields editing before the filename check.
Damiano Galassi
2017-09-15
1
-1
/
+2
*
MacGui: move the filters to a separate tab.
Damiano Galassi
2017-09-07
1
-1
/
+10
*
MacGui: end the textfields editing before adding a job to queue or creating a...
Damiano Galassi
2017-03-16
1
-0
/
+6
*
MacGui: forgot an else block in the previous commit
Damiano Galassi
2017-03-02
1
-1
/
+4
*
MacGui: do not remove a job from the queue if the rescan to the main window f...
Damiano Galassi
2017-03-02
1
-31
/
+43
*
MacGui: preserve the output file name if auto naming is not enabled and the s...
Damiano Galassi
2017-02-22
1
-1
/
+11
*
MacGui: allow to sort by title/name/duration in the title selections sheet.
Damiano Galassi
2017-02-04
1
-18
/
+10
*
MacGui: make it possible to create a new folder in the destination open panel.
Damiano Galassi
2017-02-04
1
-0
/
+1
*
MacGui: select the right title when editing a queue job, libhb avoids rescann...
Damiano Galassi
2017-01-25
1
-1
/
+17
*
MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...
Damiano Galassi
2017-01-20
1
-29
/
+64
*
MacGui: always use the last selected source parent directory for the open panel.
Damiano Galassi
2017-01-02
1
-13
/
+2
*
MacGui: check if a file overwrites its source before adding it to the queue.
Damiano Galassi
2016-12-31
1
-59
/
+70
*
macgui: Revise Open Source toolbar button tooltip.
Bradley Sepos
2016-12-20
1
-1
/
+1
*
MacGui: use the languages from the audio preferences for built-in presets, th...
Damiano Galassi
2016-12-14
1
-2
/
+46
*
MacGui: fix the stop button to properly stop the encode if libhb state is HBS...
Damiano Galassi
2016-11-21
1
-1
/
+1
*
MacGui: show the queue jobs count on the main window queue toolbar icon.
Damiano Galassi
2016-10-05
1
-4
/
+5
*
MacGui: fix drag&drop on the main window tab view.
Damiano Galassi
2016-06-17
1
-0
/
+6
*
MacGui: select the feature title instead of the first title after a scan.
Damiano Galassi
2016-05-27
1
-13
/
+13
*
MacGui: fix the 'scan only title' option.
Damiano Galassi
2016-03-26
1
-1
/
+9
*
MacGui: move the objc libhb wrapper to a separate framework.
Damiano Galassi
2016-03-11
1
-11
/
+5
*
MacGui: show what preset will be used in the 'Add titles to queue' panel. Use...
Damiano Galassi
2016-02-15
1
-1
/
+3
*
MacGui: fix some static anaylizer warnings.
Damiano Galassi
2016-01-28
1
-4
/
+7
*
MacGui: always show the 'scan only title' view in the open panel, 10.11 hides...
Damiano Galassi
2016-01-21
1
-0
/
+5
*
MacGui: pass the main window undomanager to the preview window.
Damiano Galassi
2016-01-15
1
-1
/
+2
*
MacGui: disk -> disc, plus a bunch of NSLocalizedString.
Damiano Galassi
2016-01-14
1
-16
/
+16
[next]