]> git.sesse.net Git - vlc/history - modules/gui/macosx/playlist.m
enable the macosx GUI to handle negative stop-time
[vlc] / modules / gui / macosx / playlist.m
2015-03-23 Aleksandr Pasechnikenable the macosx GUI to handle negative stop-time
2015-03-08 David Fuhrmannmacosx: playlist: catch update events for metadata...
2015-03-08 David Fuhrmannmacosx: remove remnants of old playlist update mechanism
2015-03-08 David Fuhrmannmacosx: playlist: simplify deletion code
2015-03-08 David Fuhrmannmacosx: select currently played item
2015-02-15 David Fuhrmannmacosx: Do not force-pause playback when resume dialog...
2015-01-02 David Fuhrmannmacosx: fix reveal in finder main menu item
2015-01-02 David Fuhrmannmacosx: correctly dis/enable cover art menu item
2015-01-02 David Fuhrmannmacosx: simplify revealInFinder action
2015-01-02 David Fuhrmannmacosx: improve playItem, make sure that the complete...
2014-12-30 David Fuhrmannmacosx: remove old playlist data source, remove unneede...
2014-12-30 David Fuhrmannmacosx: resume playback: fix memleak
2014-12-30 David Fuhrmannmacosx: playlist: delete old NSOutlineViewDataSource...
2014-12-30 David Fuhrmannmacosx: adapt recursiveExpandNode to new playlist model
2014-12-30 David Fuhrmannmacosx: simplify/unify addition of new playlist items
2014-12-30 David Fuhrmannmacosx: Move drag and drop support to new PLModel and...
2014-12-30 David Fuhrmannmacosx: Use core-provided playlist search functionality
2014-12-30 David Fuhrmannmacosx: Add new playlist model
2014-12-30 David Fuhrmannmacosx: Get rid of old VLCTableViewCommon
2014-11-29 David Fuhrmannmacosx: small visual improvement for resume playback...
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...
next