]> git.sesse.net Git - vlc/history - modules/gui/macosx/prefs.m
macosx: use position formatter for start and stop time in open panel
[vlc] / modules / gui / macosx / prefs.m
2013-04-30 Felix Paul Kühnemacosx: clean code of objectAtIndex
2013-04-30 Felix Paul Kühnemacosx: remove duplicate code by using the same IBActio...
2013-04-07 Rémi Denis-Courmontpo: do not translate ""
2013-02-18 David Fuhrmannmacosx: advanced prefs: add support for config sections
2012-11-15 Felix Paul Kühnemacosx: fixed format-security warnings introduced in...
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-08-26 Felix Paul Kühnemacosx: when resetting VLC's config in the prefs panels...
2012-07-24 David Fuhrmannmacosx: display preferences windows on a level >= video...
2012-06-14 Felix Paul Kühnemacosx: updated copyright headers
2012-05-11 Felix Paul Kühnemacosx: improve the handling of broken prefs and make...
2012-03-20 Rémi Denis-CourmontMove configuration defines to <vlc_plugin.h>
2012-02-24 Felix Paul Kühnemacosx: removed tabs and fixed whitespacing errors
2012-02-18 Felix Paul KühneRevert "macosx: prevent unwanted strings from being...
2012-02-17 Felix Paul Kühnemacosx: prevent unwanted strings from being displayed...
2012-01-29 Felix Paul Kühnemacosx: fixed use of [VLCMain localizedString] pointed...
2011-10-15 Felix Paul Kühnemacosx: copyright fixes
2011-09-04 Felix Paul Kühnemacosx: replace the 'basic' vs 'all' radio button on...
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-08-15 Felix Paul Kühnemacosx: saved various objc selector dispatches when...
2011-06-29 Rémi Denis-CourmontReplace CONFIG_HINT and CONFIG_ITEM with a boolean...
2011-05-02 Felix Paul Kühnemacosx: adapted to latest config API changes
2011-04-25 Felix Paul Kühnemacosx: fixed a leak in the Apple Remote class
2010-11-30 Felix Paul Kühnemacosx: fixed preferences compilation
2009-06-13 Derk-Jan Hartmanmacosx gui: Fix resetting of the prefs.
2009-06-13 Felix Paul Kühnemacosx: remove deprecated method selectRow:byExtendingS...
2009-06-13 Felix Paul Kühnemacosx: fixed remaining 64bit issues
2009-06-10 Derk-Jan Hartmanmacosx: auto expand when we select one of the elements...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Derk-Jan Hartmanmacosx preferences: more memleaks
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Derk-Jan Hartmanmacosx prefs: Repair the preferences view for Mac OS X.
2009-04-12 Felix Paul Kühnemacosx: get rid of the infamous 'get' prefixes everywhe...
2009-02-06 Felix Paul Kühnemacosx: updated used Cocoa methods to the current defin...
2008-09-21 Pierre d'Herbemontmacosx: Simplify prefs.m.
2008-09-21 Rémi Denis-Courmontcompile fix
2008-09-21 Rémi Denis-CourmontUse module_list_get
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Pierre d'Herbemontmacosx: Blindly remove i_object_id from prefs.m.
2008-08-30 Pierre d'Herbemontmacosx: the deprecated vlc_object_get takes 2 args...
2008-07-05 Felix Paul KühneRemoved the 'Advanced' function from the complete prefs...
2008-07-05 Felix Paul KühneFixed a potential segfault
2008-07-05 Pierre d'Herbemontmacosx: Kind of fix the preferences on Mac OS X.
2008-07-05 Pierre d'Herbemontmacosx: Try to clean a bit the prefs code.
2008-07-05 Pierre d'Herbemontmacosx: Attempt to simplify that ugly code.
2008-06-13 Felix Paul KühneImplement the full/basic switch correctly and completel...
2008-06-04 Rémi Denis-CourmontDon't check for impossible error involving object types
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-02-13 Felix Paul Kühnemacosx: implemented the Video category of the SimplePre...
2008-02-09 Felix Paul Kühnemacosx: same as previous commit plus revert of [24799...
2008-02-03 Felix Paul Kühnemacosx: GUI demo of Simple Preferences showing the...
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-30 Felix Paul Kühnemacosx: don't allow the user to open the preferences...
2007-12-16 Felix Paul Kühne* fixed 2 segfaults when switching categories within...
2007-12-15 Rémi Denis-CourmontHide internal settings
2007-12-14 Pierre d'Herbemontmodules/gui/macosx/prefs*.m: Fix for module_t privatiza...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-05-04 Pierre d'HerbemontMac OS X gui: Quick Preferences fix.
2007-03-04 Pierre d'HerbemontMac OS X gui: Remove unwanted commit.
2007-03-04 Pierre d'HerbemontMac OS X gui: Make sure we don't retain p_input more...
2006-12-09 Felix Paul Kühne* prevent the preferences from crashing. they aren...
2006-11-25 Felix Paul Kühne* added numerous casts to silence compilation warnings...
2006-11-22 Felix Paul Kühne* compilation fixes to address courmisch's API changes...
2006-05-25 Clément StenacAdd a change_internal modifier to options. Please check...
2006-04-11 Felix Paul Kühneintf.m: * we can't localise empty strings, so don't...
2006-04-05 Felix Paul Kühne* don't alloc more capacity than necessary
2006-04-05 Felix Paul Kühne* fixed a bug which prevented the display of Input...
2006-03-25 Clément Stenac* Remove Advanced/Misc
2006-03-25 Felix Paul Kühne* playlistinfo.m: update the stats faster after a p_ite...
2006-03-19 Benjamin Pracht* First string review of the OSX interface
2006-01-12 Antoine CellerierFSF address change.
2005-11-27 Clément StenacDon't display in OS X either. Needs to be checked
2005-10-02 Felix Paul Kühne* this was not to be committed
2005-10-02 Felix Paul Kühne* remove/disable the update-checker on OSX until 0...
2005-08-22 Derk-Jan Hartman* remove debug line
2005-08-19 Derk-Jan Hartman* Section titles for the OSX Preferences.
2005-08-09 Derk-Jan Hartman* Use psz_shortname instead of object name in the Prefe...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-14 Derk-Jan Hartman* Fix the Reset button for OS X preferences (closes...
2005-05-11 Jérome Decoodt*: remove fprintf debug messages
2005-05-07 Jérome DecoodtTypo
2005-05-07 Jérome DecoodtAdd a notice if advanced items are not shown
2005-05-07 Jérome DecoodtFix a refcount error
2005-05-07 Jérome Decoodt*: fix alignment of widgets.
2005-05-06 Jérome Decoodt*: remove useless code
2005-05-06 Jérome Decoodt*: fix problems about advanced button
2005-05-05 Felix Paul Kühne* compilation fix
2005-05-05 Jérome Decoodt- added macosx version detection at runtime with /Syste...
2005-05-05 Jérome DecoodtAdded widget, fix save, etc.
2005-03-15 Jérome DecoodtWork on MacOS preferences. Need to be completed, improv...
2005-02-23 Derk-Jan Hartman* Let's break the prefs again for OSX
2005-01-27 Felix Paul Kühne* VLCPrefs's delloc method got accidentally removed...
2005-01-03 Felix Paul Kühne* declared the shared instance properly (forgot that...
2005-01-02 Felix Paul Kühne* moved the preferences-window to a seperate nib-file
next