]> git.sesse.net Git - vlc/history - modules/gui/macosx/MainMenu.m
macosx: adapt setter for freetype settings
[vlc] / modules / gui / macosx / MainMenu.m
2013-05-26 David Fuhrmannmacosx: adapt setter for freetype settings
2013-05-23 David Fuhrmannmacosx: adapt to new stereo-mode text
2013-05-17 Felix Paul KühneRevert "macosx: clean code of objectAtIndex"
2013-05-16 David Fuhrmannmacosx: do not use invalid objects for saving settings
2013-05-16 David Fuhrmannmacosx: automatically update subtitles submenus (fixes...
2013-05-13 David Fuhrmannmacosx: fix memleak in audio device list update
2013-05-10 David Fuhrmannmacosx: retain objects in MainMenu object
2013-04-30 Felix Paul Kühnemacosx: clean code of objectAtIndex
2013-04-30 Felix Paul Kühnemacosx: use modern ObjC syntax for C-String to NSString...
2013-04-30 Felix Paul Kühnemacosx: upgrade read-only array initializations to...
2013-04-26 Christoph MiebachString removal
2013-04-21 Felix Paul Kühnemacosx: fix 'toggle-sidebar' menu state (close #8213)
2013-04-21 Felix Paul Kühnemacosx: add missing l10n to the subtitles menu
2013-04-21 Felix Paul Kühnemacosx: expand Subtitles menu for on-the-fly changes...
2013-04-16 Felix Paul Kühnemacosx: modernize the about dialog to match the Qt...
2013-04-14 David Fuhrmannmacosx: add option to hide effects button in control bar
2013-04-14 Felix Paul Kühnemacosx: move Subtitle and Teletext items to a newly...
2013-04-09 David Fuhrmannmacosx: handle space key by core, used as default setti...
2013-04-05 David Fuhrmannmacosx: update audio devices menu on-the-fly
2013-03-23 Edward WangCorrect widespread misuse of the word 'subtitle'
2013-03-09 Felix Paul Kühnemacosx: automagically update the audio device list...
2013-02-16 Felix Paul Kühnemacosx: fix hypothetical aout leak
2013-02-16 Felix Paul Kühnemacosx: fix audio device selection visuals and remove...
2013-02-16 David Fuhrmannmacosx: add missing vlc_object_release and stuff for...
2013-02-09 David Fuhrmannmacosx: update fullscreen menu item checkbox according...
2013-01-24 Felix Paul Kühnemacosx: implement audio device selection using the...
2013-01-12 David Fuhrmannmacosx: fix and improve window level handling
2012-12-28 Felix Paul Kühnemacosx/CAS: Rename 'Convert & Save' to 'Convert and...
2012-12-27 Felix Paul Kühnemacosx: fix table column indentation (close #6929)
2012-12-26 Felix Paul Kühnemacosx: added menu item and advanced option to hide...
2012-11-15 Felix Paul Kühnemacosx: implemented A->B Loop (close #5187)
2012-11-01 Rémi Denis-Courmontinterfaces: use playlist_GetAout() where applicable...
2012-10-20 David Fuhrmannmacosx: implement vout actions handling for multiple...
2012-10-04 Rémi Denis-Courmontaout: add --stereo-mode to replace audio-channels varia...
2012-09-21 David Fuhrmannmacosx: create new classes for all controls bar related...
2012-09-16 Felix Paul Kühnemacosx: fixed appearance issue within the playback...
2012-09-13 Felix Paul Kühnemacosx: fixed inconsitent menu label
2012-09-03 Felix Paul Kühnemacosx: unify and modernize coding style
2012-08-25 Felix Paul Kühnemacosx/MainMenu: minor code optimization
2012-08-24 Felix Paul Kühnemacosx: move code line from VLCMain to VLCMainMenu...
2012-08-24 Felix Paul Kühnemacosx: split StringUtility from VLCMain and move it...
2012-08-24 Felix Paul Kühnemacosx/CoreInteraction: modernize getters and setters API
2012-08-24 Felix Paul Kühnemacosx/MainMenu: cosmetics
2012-08-24 Felix Paul Kühnemacosx: added an explicit 'View' menu for the new custo...
2012-08-19 David Fuhrmannmacosx: use same translation dict for menu and column...
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...