]> git.sesse.net Git - vlc/history - modules/gui/macosx/playlist.m
macosx: cancel resume dialog after 6 seconds
[vlc] / modules / gui / macosx / playlist.m
2014-11-29 David Fuhrmannmacosx: cancel resume dialog after 6 seconds
2014-11-12 David Fuhrmannmacosx: playlist: remove unused _other outlets
2014-11-11 David Fuhrmannmacosx: do not allow playlist item deletion for sd...
2014-11-01 David Fuhrmannmacosx: Fix resume playback in certain situations
2014-10-19 David Fuhrmannmacosx: do not save resume data if VLC is in private...
2014-10-19 David Fuhrmannmacosx: fix resume playback guards, do not resume for...
2014-10-02 David Fuhrmannmacosx: avoid unnecessarily early loading of open panel nib
2014-08-18 Felix Paul Kühnemacosx: compilation fix for earlier clang releases...
2014-08-16 David Fuhrmannmacosx: Do not resume playback if start, stop or run...
2014-07-30 David Fuhrmannmacosx: remove outdated and unneeded bookmarks table...
2014-07-13 David Fuhrmannmacosx: handle corner case in playlist deletion (refs...
2014-07-12 Felix Paul Kühnemacosx: don't try to resume playback if file was moved...
2014-06-22 David Fuhrmannmacosx: fix resume playback for file urls containing...
2014-06-09 Felix Paul Kühnemacosx: don't store playback position information for...
2014-05-22 David Fuhrmannmacosx: cosmetics
2014-05-22 David Fuhrmannmacosx: fix purging of resume media data, avoid memleak
2014-05-19 Francois Cartegnieupdate meta request API to allow overriding
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-13 David Fuhrmannmacosx: fix resume playback feature
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: add continue playback where you left off (refs...
2014-04-19 David Fuhrmannmacosx: remove outdated / unused outlet
2014-03-13 David Fuhrmannmacosx: robustify playlist table columns initialization
2014-03-04 David Fuhrmannmacosx: fix some static code analysis warnings
2014-02-09 Jean-Baptiste KempfShow OSD when drag-n-dropping subtitles
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...
2013-12-31 Rémi Denis-Courmontplaylist: remove playlist_PreparseEnqueue() (refs ...
2013-12-31 Rémi Denis-Courmontplaylist: remove playlist_AskForArtEnqueue() (refs...
2013-11-11 Felix Paul Kühnemacosx: split main window and main menu
2013-11-10 Felix Paul Kühnemacosx: split playlist menu from main menu
2013-10-03 Felix Paul Kühnemacosx: compilation fix
2013-10-03 Felix Paul Kühnemacosx: retain currently selected playlist table row...
2013-10-03 Felix Paul Kühnemacosx: internalize private playlist internals
2013-10-03 Felix Paul Kühnemacosx: playlist cosmetics
2013-09-08 David Fuhrmannmacosx: fix l10n issues
2013-07-28 Felix Paul Kühnemacosx: fix compilation on 10.6 with clang 3.0
2013-05-17 Felix Paul KühneRevert "macosx: clean code of objectAtIndex"
2013-04-30 Felix Paul Kühnemacosx: clean code of objectAtIndex
2013-04-30 Felix Paul Kühnemacosx: use modern ObjC syntax for C-String to NSString...
2013-04-30 Felix Paul Kühnemacosx: upgrade read-only array initializations to...
2013-04-28 Christoph MiebachBluRay instead of Blu-Ray. Re-using short messages...
2013-01-31 Rémi Denis-CourmontUseless #includes
2012-12-27 Felix Paul Kühnemacosx: fix table column indentation (close #6929)
2012-12-06 Felix Paul Kühnemacosx: fix crash when re-ordering playlist items
2012-11-18 David Fuhrmannmacosx: fix selectorNotFound warnings of when compiling...
2012-10-22 Felix Paul Kühnemacosx: fixed Reveal-in-Finder for eastern european...
2012-09-03 Felix Paul Kühnemacosx: unify and modernize coding style
2012-08-24 David Fuhrmannmacosx: change media type constants from char* to NSString*
2012-08-24 Felix Paul Kühnemacosx/playlist: add missing error handling
2012-08-23 Felix Paul Kühnemacosx/playlist: replaced deprecated API call
2012-08-22 Felix Paul Kühnemacosx/playlist: add another sanity check and simplify...
2012-08-22 Felix Paul Kühnemacosx/playlist: add another sanity check
2012-08-22 Felix Paul Kühnemacosx/playlist: added missing sanity check
2012-08-21 Konstantin Pavlovmacosx gui: use vlc_path2uri.
2012-08-19 David Fuhrmannmacosx: improve playlist table column resizing behaviour
2012-08-19 David Fuhrmannmacosx: use same translation dict for menu and column...
2012-08-19 David Fuhrmannmacosx: dynamically create context and main sub menu...
2012-07-20 David Fuhrmannmacosx: improve playlist context menu handling by selec...
2012-07-11 David Fuhrmannmacosx: fix playlist reordering problem
2012-06-25 Felix Paul Kühnemacosx: expand the documentation for our single (known...
2012-06-21 Felix Paul Kühnemacosx: added a URI column to the playlist table
2012-06-11 Felix Paul Kühnemacosx: fixed table column duplication by moving the...
2012-06-05 Felix Paul Kühnemacosx: fixed the 'Play' item in the playlist's right...
2012-06-05 Felix Paul Kühnemacosx: don't manipulate the selection when downloadCov...
2012-06-05 Felix Paul Kühnemacosx: add multi-selection support to the playlist...
2012-06-05 Felix Paul Kühnemacosx: add multi-selection support to the playlist...
2012-06-05 Felix Paul Kühnemacosx: don't manipulate the existing selection when...
2012-06-04 Felix Paul Kühnemacosx: fixed white spacing errors
2012-05-30 Felix Paul Kühnemacosx: allow the playlist table to be sorted by Genre...
2012-05-30 Felix Paul Kühnemacosx: restore playlist column selection, position...
2012-05-30 Felix Paul Kühnemacosx: create playlist columns at runtime instead...
2012-05-28 David Fuhrmannmacosx: fix some issues with playlist column headers
2012-05-21 Felix Paul Kühnemacosx: removed the outdated and dysfunctional service...
2012-04-15 Felix Paul Kühnemacosx: fixed delete menu item for the playlist table
2012-04-08 Felix Paul Kühnemacosx: implemented drag & drop from playlist to media...
2012-04-08 Felix Paul Kühnemacosx: refuse file drops on the playlist table if...
2012-04-08 Felix Paul Kühnemacosx: fixed drag & drop handling of optical media...
2012-03-05 Felix Paul Kühnemacosx: redraw the playlist view on selection change...
2012-02-24 Felix Paul Kühnemacosx: removed tabs and fixed whitespacing errors
2012-02-24 Felix Paul Kühnemacosx: work-around a crash when deleting an entire...
2012-02-19 Felix Paul Kühnemacosx: fixed a crash when rebuilding the playlist...
2012-02-19 Felix Paul Kühnemacosx: fixed 2 long standing compilation warnings
2012-02-16 Felix Paul Kühnemacosx: fixed playlist re-ordering through drag & drop...
2012-02-16 Felix Paul Kühnemacosx: prevent items from moving from the ml to the...
2012-02-16 Felix Paul Kühnemacosx: remove debug
2012-02-16 Felix Paul Kühnemacosx: when opening subtitles while playing a movie...
2012-02-15 David Fuhrmannmacosx: start the right playlist item when adding new...
2012-02-12 Felix Paul Kühnemacosx: implemented the sidebar completely to support...
2012-01-21 David Fuhrmannmacosx: select the right playlist item when a new file...
2012-01-14 Felix Paul Kühnemacosx: fixed enabling/disabling SDs through the sidebar
2012-01-08 David Fuhrmannmacosx: respect b_enqueue value when adding items to...
2011-11-24 David FuhrmannMacOS Gui: play right input when adding a new file...
2011-10-15 Felix Paul Kühnemacosx: copyright fixes
2011-08-15 Felix Paul Kühnemacosx: saved various objc selector dispatches when...
2011-08-03 Felix Paul Kühnemacosx: stop using NTableVieew's selectedRowEnumerator...
next