]> git.sesse.net Git - vlc/history - modules/gui/macosx
macosx: addons manager: process the callback on the main thread
[vlc] / modules / gui / macosx /
2014-05-19 David Fuhrmannmacosx: addons manager: process the callback on the...
2014-05-19 David Fuhrmannmacosx: addons manager: restructure UI and fix some...
2014-05-19 David Fuhrmannmacosx: addons manager: fix crash when window is repeat...
2014-05-19 David Fuhrmannmacosx: lock access to addon_entry_t
2014-05-18 Felix Paul Kühnemacosx: don't continue playback where left off if user...
2014-05-18 Felix Paul Kühnemacosx: don't try to continue playback if current posit...
2014-05-18 Felix Paul Kühnemacosx: continue playback where you left off, take...
2014-05-16 Felix Paul Kühnemacosx: fix warning
2014-05-16 Felix Paul Kühnemacosx: clean-up string utility
2014-05-16 Felix Paul Kühnemacosx: move re-useable code from menu to core interact...
2014-05-13 David Fuhrmannmacosx: fix resume playback feature
2014-05-12 David Fuhrmannmacosx: addons: add a new addon class for the model...
2014-05-10 David Fuhrmannmacosx: fix show fs controller hotkey (default i)
2014-05-10 David Fuhrmannmacosx: do not break prefs animation in case of double...
2014-04-28 David Fuhrmannmacosx: remove dead code from extension manager
2014-04-28 David Fuhrmannmacosx: cosmetics
2014-04-28 David Fuhrmannmacosx: properly inform the extension manager about...
2014-04-28 David Fuhrmannmacosx: use a dispatch queue to notify extensions about...
2014-04-28 Felix Paul Kühnemacosx: ask for the 'album-art' fetcher option on first...
2014-04-27 David Fuhrmannmacosx: remove unneeded containsObject calls, fix UInt...
2014-04-27 Felix Paul Kühnemacosx: add a11y option to increase playlist table...
2014-04-27 Felix Paul Kühnemacosx: fix utf8 issue
2014-04-26 Felix Paul Kühnemacosx: expose continue playback option in simple settings
2014-04-26 Felix Paul Kühnemacosx: add continue playback where you left off (refs...
2014-04-26 Felix Paul Kühnemacosx/StringUtility: add helper to format time strings
2014-04-24 David Fuhrmannmacosx: properly store video-on-top state in playlist...
2014-04-19 David Fuhrmannmacosx: remove outdated / unused outlet
2014-04-19 David Fuhrmannmacosx: disable normvol slider if filter is disabled
2014-04-19 David Fuhrmannmacosx: deactivate spatializer controls if spatializer...
2014-04-19 David Fuhrmannmacosx: deactivate compressor controls if compressor...
2014-04-19 David Fuhrmannmacosx: disable equalizer controls if eq is disabled
2014-04-15 David Fuhrmannmacosx: fix race condition which caused hiding the...
2014-04-02 David Fuhrmannmacosx: simplifications
2014-04-02 David Fuhrmannmacosx: load core dialog nib on demand
2014-04-02 David Fuhrmannmacosx: avoid ugly delayed initialization calls for...
2014-04-02 David Fuhrmannmacosx: Fix startup delays by loading Open.nib only...
2014-03-31 David Fuhrmannmacosx: do not explicitely set presentation options...
2014-03-31 David Fuhrmannmacosx: preserve fullscreen state also in native fullsc...
2014-03-31 David Fuhrmannmacosx: remove unneeded workaround which disabled nativ...
2014-03-30 David Fuhrmannmacosx: exit the native fullscreen mode if video is...
2014-03-30 David Fuhrmannmacosx: set fullscreen to false also if window is exite...
2014-03-30 David Fuhrmannmacosx: avoid issue which may wrongly hide the controls...
2014-03-26 David Fuhrmannmacosx: improve logic to toggle effect windows
2014-03-25 David Fuhrmannmacosx: already set fullscreen to no when fullscreen...
2014-03-25 David Fuhrmannmacosx: do not handle triple clicks explicitely
2014-03-20 David Fuhrmannmacosx: do not (mis)use the content view as the video...
2014-03-20 David Fuhrmannmacosx: reactivate no animation path for start in fulls...
2014-03-20 David Fuhrmannmacosx: reactivate fast path for exiting fullscreen...
2014-03-20 David Fuhrmannmacosx: remove orderOut when closing video window
2014-03-18 David Fuhrmannmacosx: drop the potential BDMV folder from a bluray...
2014-03-13 David Fuhrmannmacosx: fix main window positioning on startup (close...
2014-03-13 David Fuhrmannmacosx: robustify playlist table columns initialization
2014-03-08 David Fuhrmannmacosx: cleanup blocked shortcuts
2014-03-08 David Fuhrmannmacosx: remove open BDMV folder button
2014-03-08 David Fuhrmannmacosx: removed 6 strings
2014-03-05 David Fuhrmannmacosx: show reveal-in-finder menu replacement at a...
2014-03-04 David Fuhrmannmacosx: do not warn when trying to translate null strings
2014-03-04 David Fuhrmannmacosx: do not translate name of config items
2014-03-04 David Fuhrmannmacosx: fix some static code analysis warnings
2014-03-04 David Fuhrmannmacosx: improve handling of playlist view state in...
2014-03-01 David Fuhrmannmacosx: add NSFullScreenWindowMask to compatibilityFixe...
2014-02-28 David Fuhrmannmacosx: comment custom lion fullscreen mode on snow...
2014-02-28 David Fuhrmannmacosx: check for NSByteCountFormatter on runtime,...
2014-02-28 David Fuhrmannmacosx: avoid NS_ENUM to fix compilation on snow leopard
2014-02-28 David Fuhrmannmacosx: fix compilation on snow leopard by not using...
2014-02-27 David Fuhrmannmacosx: reorder string functions and add add some docum...
2014-02-27 David Fuhrmannmacosx: fix page up / page down hotkey support
2014-02-27 David Fuhrmannmacosx: do not enforce AR if video view is hidden
2014-02-25 David Fuhrmannmacosx: fixed some memleaks, removed dead code and...
2014-02-25 David Fuhrmannmacosx: remove unused intf_sys_t
2014-02-24 David Fuhrmannmacosx: add workaround to avoid grey or transparent...
2014-02-24 David Fuhrmannmacosx: do not animate change between dropzone and...
2014-02-22 David Fuhrmannmacosx: improve readability for main window check
2014-02-22 David Fuhrmannmacosx: better check if we can open the new vout within...
2014-02-21 Francois Cartegnieaddons: use predicate on finder thread
2014-02-21 Felix Paul Kühnemacosx/about: fix layout issue and simply code (close...
2014-02-18 Felix Paul Kühnemacosx: remove 'vout' option from simple prefs since...
2014-02-16 David Fuhrmannmacosx: add missing licence headers
2014-02-16 David Fuhrmannmacosx: add spotify.h to fix make dist
2014-02-16 David Fuhrmannmacosx: improve tooltip for macosx-control-itunes option
2014-02-16 Allan Odgaardmacosx: Pause Spotify when video starts
2014-02-15 David Fuhrmannmacosx: use custom animation for native fullscreen...
2014-02-14 David Fuhrmannmacosx: reuse existing strings
2014-02-13 David Fuhrmannmacosx: disable video settings in simple prefs which...
2014-02-12 Felix Paul Kühnemacosx: iterate on the addon manager
2014-02-12 Felix Paul Kühnemacosx/addons: add missing l10n and ignore skins
2014-02-12 Felix Paul Kühnemacosx: add basic addon manager
2014-02-12 David Fuhrmannmacosx: auto-expand codec information view
2014-02-12 David Fuhrmannmacosx: increase maximum number of messages for the...
2014-02-12 David Fuhrmannmacosx: fix xib compilation warnings for open panel
2014-02-11 David Fuhrmannmacosx: use VLCDropView for the controls bar drop area
2014-02-10 David Fuhrmannmacosx: show stats panel again
2014-02-09 Jean-Baptiste KempfShow OSD when drag-n-dropping subtitles
2014-02-03 David Fuhrmannmacosx: fix and cleanup quit-after-playback main menu...
2014-02-03 David Fuhrmannmacosx: implement libvlc exit handler to properly termi...
2014-02-02 Felix Paul Kühnemacosx: reimplement NSByteCountFormatter for 10.7 and...
2014-02-02 Felix Paul Kühnemacosx: fix recursive inclusion of the compatibility...
2014-02-02 Felix Paul Kühnemacosx: add file size column to playlist table (close...
2014-02-02 Felix Paul Kühnemacosx: fix compilation warning from the future
2014-02-02 Felix Paul Kühnemacosx: display total playlist duration (close #9852)
next