]> git.sesse.net Git - vlc/history - modules/gui/macosx/AudioEffects.m
macosx: hide bottom bar of main window only when really necessary
[vlc] / modules / gui / macosx / AudioEffects.m
2013-01-12 David Fuhrmannmacosx: fix and improve window level handling
2013-01-04 David Fuhrmannmacosx: audio effects panel: small fixes for eq presets...
2013-01-03 David Fuhrmannmacosx: audio effects panel: migrate autosave and bugfi...
2013-01-03 David Fuhrmannmacosx: audio effects: fix typo, and code style cleanup
2012-11-18 David Fuhrmannmacosx: fix selectorNotFound warnings of when compiling...
2012-11-01 Rémi Denis-CourmontFix type
2012-11-01 Rémi Denis-Courmontplaylist: use playlist audio functions
2012-09-29 Felix Paul Kühnemacosx: expose the 'Karaoke' filter in the UI because...
2012-09-14 Felix Paul Kühnemacosx: store EQ preset name instead of its internal...
2012-09-14 Felix Paul Kühnemacosx: added a profile management system to the audio...
2012-09-12 Felix Paul Kühnemacosx: implemented full management of custom equalizer...
2012-09-12 Felix Paul Kühnemacosx: use structures in NSUserDefaults to manage...
2012-09-03 Felix Paul Kühnemacosx: unify and modernize coding style
2012-09-02 Felix Paul Kühnemacosx: fixed conditionals for the different OS X relea...
2012-06-14 Felix Paul Kühnemacosx: updated copyright headers
2012-06-04 Felix Paul Kühnemacosx: fixed white spacing errors
2012-04-01 Felix Paul Kühnemacosx: updated gui for new spatializer values (close...
2012-03-04 David Fuhrmannmacosx: fix crash when audio effects panel was opened
2012-02-25 Jean-Baptiste KempfMacOS: fix typo
2012-02-24 Felix Paul Kühnemacosx: removed tabs and fixed whitespacing errors
2011-12-09 Jean-Baptiste KempfMacOS: use VLC_OBJECT
2011-12-09 Jean-Baptiste KempfMacOS: kill a warning
2011-10-15 Felix Paul Kühnemacosx/AudioEffects: revert stuff which wasn't supposed...
2011-10-15 Felix Paul Kühnemacosx: copyright fixes
2011-08-23 Felix Paul Kühnemacosx: store index of eq set in the menuitems' tags...
2011-08-23 Felix Paul Kühnemacosx: remove 'macosx-eq-keep', since it is a useless...
2011-08-16 Felix Paul Kühnemacosx: moved compatiblity fixes to a designated header
2011-08-16 Felix Paul Kühnemacosx: added native fullscreen support for OS X Lion
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-07-22 Felix Paul Kühnemacosx: compilation fix
2011-07-21 Rémi Denis-CourmontConstify and relocatablify EQ presets
2011-07-19 Felix Paul Kühnemacosx: audio effects: updated include
2011-05-02 Felix Paul Kühnemacosx: adapted to latest config API changes
2011-04-25 Felix Paul Kühnemacosx: completed audio effects panel implementation
2011-04-25 Felix Paul Kühnemacosx: added Audio Effects panel to demonstrate BGHUDA...