]> git.sesse.net Git - vlc/history - modules/gui/macosx_dialog_provider
decoder: reorder to avoid forward declation, no functional changes
[vlc] / modules / gui / macosx_dialog_provider /
2015-03-13 Jean-Baptiste KempfConsistent strings to avoid duplications
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2015-02-12 Rémi Denis-Courmontgui: fix .gitignore cat error
2015-02-12 Rémi Denis-Courmontgui: remove Makefile recursion
2014-03-06 Felix Paul Kühnemacosx dialog provider: relicense to LGPLv2.1+ for...
2014-03-06 Felix Paul Kühnemacosx dialog provider: fix compilation warnings
2014-03-06 Felix Paul Kühnemacosx dialog provider: fix misleading (and duplicate...
2013-05-11 Felix Paul Kühnemacosx dialog provider: add checkbox synthesis (refs...
2013-04-30 Felix Paul Kühnemacosx: use modern ObjC syntax for C-Numbers to NSNumbe...
2013-04-30 Felix Paul Kühnemacosx: use modern ObjC syntax for C-String to NSString...
2012-11-08 Rémi Denis-CourmontSet directory-wide libtool tag correctly
2012-02-24 Felix Paul Kühnemacosx: removed tabs and fixed whitespacing errors
2012-02-16 Felix Paul Kühnemacosx: remove debug
2012-01-15 Felix Paul Kühnemacosx: fixed correct display of UTF8 strings within...
2011-09-20 Jean-Baptiste KempfFix typo: Hidding -> Hiding
2011-05-02 Felix Paul Kühnemacosx_dialog_provider: removed duplicate config_saveConfig
2011-04-30 Felix Paul Kühnemacosx dialog provider: complete EXTENSION_WIDGET_SPIN_...
2011-02-08 Felix Paul Kühnemacosx dialog provider: implement EXTENSION_WIDGET_SPIN...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Felix Paul Kühnemacosx_dialog_provider: handle EXTENSION_WIDGET_CHECK_B...
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