]> git.sesse.net Git - vlc/history - modules/gui/macosx/playlist.m
macosx: robustify playlist table columns initialization
[vlc] / modules / gui / macosx / playlist.m
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...
2011-08-01 Felix Paul Kühnemacosx: fixed volume slider appearance in black intf...
2011-07-25 Felix Paul Kühnemacosx: prepare sidebar
2011-07-25 Felix Paul Kühnemacosx: remove 2 interface update timers (2 threads...
2011-07-24 Felix Paul Kühnemacosx: don't use Carbon to retrieve icons from the OS
2011-07-22 Felix Paul Kühnemacosx: moved preliminary vout to main window, removed...
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-06-30 Felix Paul Kühnemacosx: move re-useable code from VLCControls to a...
2011-06-22 Felix Paul Kühnemacosx: basic UI to have something as a start
2011-05-23 Laurent AimarRemoved useless vlc_thread_set_priority() calls in...
2011-04-30 Felix Paul Kühnemacosx: fixed Reveal-in-Finder when path contains space...
2011-04-05 Felix Paul Kühnemacosx: replaced various deprecated methods with their...
2010-12-28 Felix Paul Kühnemacosx: return a value in a non-void method
2010-07-18 Jean-Baptiste KempfMacOS: compile fix for playlist.m
2010-07-01 Sebastien ZwickertMacOS: fixes an issue with the recents item that doesn...
2010-06-17 Sebastien Zwickertgui/macosx: set URL instead of path to ITEM_URL. Fixes...
2010-06-05 Rémi Denis-CourmontTypos
2010-03-13 Jakob Lebenadjustments to playlist API changes
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Rémi Denis-CourmontNo need to lock the playlist for meta fetch and preparsing
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: add object parameter
2009-10-10 Pierre d'Herbemontmacosx: Dummy build fix.
2009-06-26 Derk-Jan Hartmanmacosx: Don't try to guess a name anymore. This is...
2009-06-22 Derk-Jan Hartmanmacosx: memleak due to unneeded strdup()
next