]> git.sesse.net Git - vlc/history - modules/gui/macosx_dialog_provider
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / gui / macosx_dialog_provider /
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-06-16 Sebastien Zwickertmacosx_dialog_provider: set the usual keys equivalent...
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-02-20 Felix Paul Kühnemacosx dialog provider: moved UI widgets out of the...
2010-02-20 Felix Paul Kühnemacosx display provider: added the ability to enable...
2010-02-04 Pierre d'Herbemontmacosx_dialog_provider: b_hide is gone.
2010-01-31 Felix Paul Kühnemacosx dialog provider: use default system font for...
2010-01-29 Pierre d'Herbemontmacosx_dialog_provider: Update the checked PopUp menu.
2010-01-29 Pierre d'Herbemontmacosx_dialog_provider: Propagate window close.
2010-01-29 Pierre d'Herbemontmacosx_dialog_provider: relayout the window less often.
2010-01-28 Pierre d'Herbemontmacosx_dialog_provider: Improved VLCDialogGridView.
2010-01-27 Pierre d'Herbemontmacosx_dialog_provider: Remove legacy -release.
2010-01-27 Pierre d'Herbemontmacosx_dialog_provider: Add basic support for dialog...
2010-01-04 Pierre d'Herbemontmacosx_dialog_provider: Upon cancel, set the progress...
2010-01-04 Pierre d'Herbemontmacosx_dialog_provider: It's ok to have a nil object...
2010-01-04 Pierre d'Herbemontmacosx_dialog_provider: Fix a few ignored selector...
2009-12-30 Pierre d'Herbemontmacosx_dialog_provider: Offer a way to render this...
2009-12-30 Pierre d'Herbemontmacosx_dialog_provider: Must be opt-in. Set priority...
2009-12-28 Pierre d'Herbemontmacosx_dialog_provider: Don't waste a thread for nothin...
2009-12-26 Felix Paul Kühneosx dialog provider: make sure we can actually quit VLC
2009-12-26 Felix Paul Kühneosx dialog provider: implemented the progress bar dialog
2009-12-26 Felix Paul Kühneosx dialog provider: minor cleanup
2009-12-26 Felix Paul Kühneadded a Minimal Dialog Provider for Mac OS X