]> git.sesse.net Git - vlc/history - modules/gui/macosx/MainMenu.m
macosx: dynamically create context and main sub menu for playlist table header select...
[vlc] / modules / gui / macosx / MainMenu.m
2012-08-19 David Fuhrmannmacosx: dynamically create context and main sub menu...
2012-08-19 Felix Paul Kühnemacosx: removed explicit 10.5 compatibility code
2012-08-16 Felix Paul Kühnemacosx: fixed setting the following options on the...
2012-07-25 David Fuhrmannmacosx: disable extensions submenu when they are no...
2012-07-25 David Fuhrmannmacosx: improve main menu handling for autogenerated...
2012-07-24 David Fuhrmannmacosx: display preferences windows on a level >= video...
2012-07-18 Felix Paul Kühnemacosx: vlc object handling improvements (refs #6883)
2012-06-21 Felix Paul Kühnemacosx: added a URI column to the playlist table
2012-06-04 Felix Paul Kühnemacosx: fixed white spacing errors
2012-05-30 Felix Paul Kühnemacosx: create playlist columns at runtime instead...
2012-05-18 Felix Paul Kühnemacosx: added UI stub for a new Convert & Save panel...
2012-05-17 Felix Paul Kühnemacosx: added an option to hide the playmode buttons...
2012-05-17 Felix Paul Kühnemacosx: added the prev/next buttons back (disabled...
2012-04-19 Felix Paul Kühnemacosx: fixed a bunch of compilation warnings, which...
2012-04-06 Felix Paul Kühnemacosx: re-implement 'keep aspect ratio' (close #6430)
2012-04-02 Felix Paul Kühnemacosx: retain the macosx-audio-device across multiple...
2012-04-02 Felix Paul Kühnemacosx: preserve settings done through the menus across...
2012-04-01 Felix Paul Kühnemacosx: make sure that the subtitles menu item is corre...
2012-03-21 David Fuhrmannmacosx: do not abuse "autoscale" to implement a fit...
2012-03-20 Naohiro KORIYAMAFix misleading Playback Speed string on menu.
2012-03-11 Felix Paul Kühnemacosx: fixed 'Open File...' in the subtitles sub menu...
2012-02-24 Felix Paul Kühnemacosx: removed tabs and fixed whitespacing errors
2012-01-29 Felix Paul Kühnemacosx: fixed use of [VLCMain localizedString] pointed...
2012-01-29 Felix Paul Kühnemacosx: fixed l10n of the 'Extensions' menu
2012-01-14 Brendon Justinmacosx: Add extensions menu entry
2012-01-11 Felix Paul Kühnemacosx: only enable Lion's fullscreen mode in case...
2012-01-11 Felix Paul Kühnemacosx: reimplement 'fullscreen video device' (fixes...
2011-12-27 Felix Paul Kühnemacosx: replace our custom 'Recent Items' implementatio...
2011-12-27 Felix Paul Kühnemacosx: open recent menu: for files, just show their...
2011-12-19 Felix Paul Kühnemacosx: further optimize the menu re-creation on 10.6+
2011-12-19 Felix Paul Kühnemacosx: fix and slightly optimize (on 10.6+) the open...
2011-09-04 Felix Paul Kühnemacosx: remove dead code and rename vout.* to VideoView.*
2011-08-19 Felix Paul Kühnemacosx: implement a 'Record' menu item
2011-08-15 Felix Paul Kühnemacosx: saved various objc selector dispatches when...
2011-08-10 Felix Paul Kühnemacosx: implemented the 'autoscale' feature and fixed...
2011-08-09 Felix Paul Kühnemacosx: re-implemented VLCVoutView and removed dead...
2011-08-08 Felix Paul Kühnemacosx: prepared fullscreen support and clean-up
2011-07-31 Felix Paul Kühnemacosx: fixed playlist/video toggling and some memory...
2011-07-29 Felix Paul Kühnemacosx: fixed a few memory leaks
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-07-25 Felix Paul Kühnemacosx: remove 2 interface update timers (2 threads...
2011-07-23 Felix Paul Kühnemacosx: fixed a 300 byte memory leak
2011-07-22 Felix Paul Kühnemacosx: moved preliminary vout to main window, removed...
2011-07-17 Felix Paul Kühnemacosx: re-implemented the slower/faster menu items...
2011-06-30 Felix Paul Kühnemacosx: move re-useable code from VLCControls to a...
2011-06-25 Felix Paul Kühnemacosx: moved all (main) menu related code to a separat...