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
/
English.lproj
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MacGui: revert part of the previous commit that should have not been committed
ritsuka
2015-08-06
1
-130
/
+115
*
MacGui: switch back another property to assign, 10.7 does not support weak fo...
ritsuka
2015-08-06
1
-115
/
+130
*
MacGui: swap the Video and Picture tab.
ritsuka
2015-08-05
1
-13
/
+13
*
MacGui: fix the build. Set the xibs compatibility to Xcode 6.3.
ritsuka
2015-07-28
19
-87
/
+341
*
MacGui: remove the "use picture filters" checkbox in the add preset sheet. Th...
ritsuka
2015-07-27
1
-22
/
+27
*
MacGui: move the picture and filters settings to the main window.
ritsuka
2015-07-27
5
-1157
/
+1867
*
MacGui: do not let an instance edit a job that another instance is currently ...
ritsuka
2015-07-22
1
-7
/
+7
*
MacGui: various queue improvements, including:
ritsuka
2015-07-22
2
-19
/
+55
*
MacGui: rename "Source" to "Open Source", and add the "Open Recent" menu item.
ritsuka
2015-07-04
2
-6
/
+16
*
MacGui: correct typo.
ritsuka
2015-07-04
1
-5
/
+4
*
MacGui: update the layout of the add preset window.
ritsuka
2015-06-04
1
-106
/
+74
*
MacGui: add more tooltips. All the tooltips in https://reviews.handbrake.fr/r...
ritsuka
2015-05-17
7
-78
/
+91
*
MacGui: allow exporting a preset folder. Add import/export menu item to the p...
ritsuka
2015-05-16
2
-33
/
+44
*
MacGui: remove the built in presets update alert.
ritsuka
2015-05-14
1
-40
/
+22
*
MacGui: use libhb built-in presets and validation functions. Update the forma...
ritsuka
2015-05-14
1
-19
/
+31
*
MacGui: use small size for the cropping radio button.
ritsuka
2015-05-07
1
-42
/
+42
*
MacGui: fix scan progress bar.
ritsuka
2015-04-30
2
-14
/
+14
*
MacGui: update the tooltips of the new auto passthru options.
ritsuka
2015-04-20
1
-3
/
+3
*
MacGui: Add TrueHD, Flac and EAC3 auto passthru options in the default sheet.
ritsuka
2015-04-18
1
-9
/
+51
*
MacGui: disabled the alternate row background in the presets drawer. It didn'...
ritsuka
2015-04-07
1
-3
/
+3
*
MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h...
ritsuka
2015-04-07
2
-7
/
+33
*
MacGui: add an alert window to show the exceptions not handled. Hopefully it ...
ritsuka
2015-03-24
1
-0
/
+126
*
MacGui: bind angle popup to the angle property of HBJob.
ritsuka
2015-03-19
1
-29
/
+36
*
MacGui: add some accessibility titles to the UI items.
ritsuka
2015-02-25
6
-38
/
+80
*
MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ...
ritsuka
2015-02-21
1
-27
/
+39
*
MacGui: fix warnings.
ritsuka
2015-02-20
2
-4
/
+4
*
MacGui: add Burn-In options to subtitle defaults hopefully similar to the Lin...
ritsuka
2015-02-17
1
-15
/
+86
*
MacGui: add a "Clear All" and "Clear completed items" menu items to the queue...
ritsuka
2015-02-02
1
-9
/
+22
*
MacGui: forgot a file in the previous commit.
ritsuka
2015-01-31
1
-3
/
+2
*
MacGui: add a "Add Titles to Queue…" menu item that let select which titles...
ritsuka
2015-01-25
2
-2
/
+149
*
MacGui: fix subtitles defaults window resizing and delete an empty item in th...
ritsuka
2015-01-23
2
-13
/
+10
*
MacGui: move the application delegate to its own class. Removed the "Open Sou...
ritsuka
2015-01-22
3
-811
/
+754
*
MacGui: add a number formatter to the seconds and frames textfields.
ritsuka
2015-01-20
1
-4
/
+36
*
MacGui: use bindings to enable/disable the main window ui elements.
ritsuka
2015-01-20
1
-16
/
+61
*
MacGui: moved the queue code from HBController to HBQueueController, reworked...
ritsuka
2015-01-19
2
-15
/
+16
*
MacGui: Move the audio/subtitles selection logic out of the view controllers....
ritsuka
2015-01-13
2
-21
/
+15
*
MacGui: refactored some duplicated code.
ritsuka
2015-01-11
1
-5
/
+6
*
MacGui: enforce a min value for the picture width/height.
ritsuka
2015-01-09
1
-8
/
+4
*
MacGui: add a number formatter to the custom anamorphic textfields.
ritsuka
2015-01-06
1
-2
/
+5
*
MacGui: hide the iPod 5g check box if the codec is not h.264.
ritsuka
2014-12-30
1
-1
/
+1
*
MacGui: fix a bunch of regressions (various crash when in some textfields, en...
ritsuka
2014-12-30
3
-42
/
+52
*
MacGui: use bindings to toggle the chapters/seconds/frames UI.
ritsuka
2014-12-29
1
-3
/
+31
*
MacGui: move more things out of HBController.
ritsuka
2014-12-28
1
-2
/
+9
*
MacGui: hide turbo two pass checkbox when x264 is not selected.
ritsuka
2014-12-27
1
-7
/
+16
*
MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...
ritsuka
2014-12-27
3
-25
/
+100
*
MacGui: change the queue to work with serialized HBJob objects, remove the NS...
ritsuka
2014-12-27
1
-4
/
+12
*
MacGui: remove some unused #import. Move again more things in HBController to...
ritsuka
2014-12-23
1
-8
/
+25
*
MacGui: set the chapter titles directly in HBJob. Move more things over to HB...
ritsuka
2014-12-22
1
-9
/
+27
*
MacGui: fix a warning.
ritsuka
2014-12-20
1
-3
/
+3
*
MacGui: integrated HBPicture in HBPictureController and started to move thing...
ritsuka
2014-12-20
1
-57
/
+180
[prev]
[next]