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
/
Controller.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacGui: start a new scan from a drag & drop only if there isn't already one. ...
ritsuka
2014-12-04
1
-8
/
+11
*
MacGui: merged the two browerFile methods.
ritsuka
2014-12-04
1
-18
/
+14
*
MacGui: added back part of the drag & drop handling.
ritsuka
2014-12-04
1
-68
/
+66
*
MacGui: set the fTitle to NULL before performing a scan.
ritsuka
2014-12-03
1
-0
/
+2
*
MacGui: moved the main window toolbar to the xib.
ritsuka
2014-12-03
1
-163
/
+23
*
MacGui: switched the hb_handle_t references in HBController to HBCore instances.
ritsuka
2014-12-03
1
-738
/
+403
*
MacGui: added a missing retain, it caused a crash when selecting a new defaul...
ritsuka
2014-11-24
1
-1
/
+1
*
MacGui: revert part of the previous commit.
ritsuka
2014-11-23
1
-1
/
+2
*
MacGui: remove legacy preset key UsesMaxPictureSettings.
ritsuka
2014-11-23
1
-4
/
+1
*
MacGui: removed 4 unneeded AutoCrop* ivars.
ritsuka
2014-11-23
1
-16
/
+8
*
MacGui: moved the "add preset" window to its own window controller class. Kee...
ritsuka
2014-11-23
1
-124
/
+77
*
MacGui: updated the "add all to queue" alert to say it will use the current p...
ritsuka
2014-11-16
1
-1
/
+1
*
MacGui: convert the TrackDRCSlider value to a double instead of an int.
ritsuka
2014-11-13
1
-4
/
+4
*
MacGui: fixed an issue where the preset drawer would not open if the "Preset ...
ritsuka
2014-11-11
1
-13
/
+15
*
MacGui: revert the formats names to "MP4 File"/"MKV File" .
ritsuka
2014-11-02
1
-1
/
+14
*
MacGui: do not set the same value twice in the job dict (ChapterStart/Chapter...
ritsuka
2014-11-02
1
-8
/
+2
*
MacGui: pass only the tracks array to the addTracksFromQueue: method, no need...
ritsuka
2014-11-02
1
-1
/
+1
*
MacGui: removed two useless array creation and made a copy of the trackSelect...
ritsuka
2014-11-02
1
-2
/
+2
*
MacGui: remove a unused check for the Mp4LargeFile option.
ritsuka
2014-11-02
1
-14
/
+1
*
MacGui: workaround for a bug in [[NSApplication sharedApplication] applicatio...
ritsuka
2014-10-23
1
-1
/
+7
*
MacGui: fixed another numbers of warnings.
ritsuka
2014-10-23
1
-1
/
+1
*
MacGui: fix preview deinterlace display. The new deinterlace setting was set ...
ritsuka
2014-09-12
1
-3
/
+3
*
MacGui: fixed the denoise custom options string.
ritsuka
2014-09-02
1
-2
/
+2
*
MacGui: fix denies in preview jobs.
ritsuka
2014-09-01
1
-1
/
+1
*
MacGui: use the menu item tag to select the item of the format popup button.
ritsuka
2014-08-29
1
-10
/
+9
*
MacGui: set the NSOnState on the selected preset menu item.
ritsuka
2014-08-29
1
-15
/
+17
*
MacGui: removed the PresetIndexNum from the queue job dict.
ritsuka
2014-08-27
1
-17
/
+4
*
MacGui: aligns the time/start textfield in the main window.
ritsuka
2014-08-25
1
-5
/
+12
*
MacGui: store the audio and subtitles defaults in each queue item so they can...
ritsuka
2014-08-25
1
-28
/
+29
*
MacGui: toggle the Advanced tab when the prefs setting changes.
ritsuka
2014-08-25
1
-0
/
+33
*
MacGui: removed the “Large file size” checkbox.
ritsuka
2014-08-23
1
-22
/
+5
*
MacGui: fixed auto naming for dvd sources.
ritsuka
2014-08-22
1
-1
/
+13
*
MacGui: removed an unnecessary NSBox in the Advanced tab.
ritsuka
2014-08-22
1
-1
/
+1
*
MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to...
ritsuka
2014-08-22
1
-1
/
+1
*
MacGui: remapped lavcOption to VideoOptionExtra.
ritsuka
2014-08-21
1
-1
/
+1
*
MacGui: generalize video preset/tune/profile/level handling to make it works ...
ritsuka
2014-08-21
1
-23
/
+14
*
MacGui: set the tab views directly instead of adding a subview in the main wi...
ritsuka
2014-08-20
1
-25
/
+4
*
MacGui: added a HBDockTile class to manage the dock tile.
ritsuka
2014-08-20
1
-91
/
+60
*
MacGui: Removed the code to show/hide the fSrcAngle* UI elements in Controlle...
ritsuka
2014-08-19
1
-22
/
+6
*
MacGui: added support for NLMeans denoise. Added the HBFilters class to store...
ritsuka
2014-08-19
1
-374
/
+142
*
build: remove mp4v2 and libmkv dependencies
jstebbins
2014-08-18
1
-2
/
+0
*
MacGui: changed the preset selection code a little bit again.
ritsuka
2014-08-17
1
-11
/
+12
*
MacGui: select the default preset in the presets drawer at start up. Added a ...
ritsuka
2014-08-16
1
-5
/
+15
*
MacGUI: Replace deprecated NSBeginCriticalAlertSheet / NSRunAlertPanel / NSRu...
ritsuka
2014-08-13
1
-100
/
+158
*
MacGui: fixed the validation of the File menu. The validateMenuItem: method w...
ritsuka
2014-08-11
1
-11
/
+13
*
MacGui: implemented the HBViewValidation protocol in each of the main window ...
ritsuka
2014-08-10
1
-13
/
+5
*
MacGui: fixed gain validation in the audio panel. Remove the drc validation b...
ritsuka
2014-08-10
1
-3
/
+5
*
MacGui: removed the “Show Presets Drawer” preference. The state of the dr...
ritsuka
2014-08-10
1
-0
/
+9
*
MacGui: add a divider in the menu after the last built in preset and make the...
ritsuka
2014-08-09
1
-1
/
+20
*
MacGui: added the list of the presets at the bottom of the preset menu and a ...
ritsuka
2014-08-09
1
-23
/
+75
[next]