]> git.sesse.net Git - vlc/history - modules/gui/macosx/playlist.m
macosx: Fix addNode:.
[vlc] / modules / gui / macosx / playlist.m
2008-08-02 Pierre d'Herbemontmacosx: Fix addNode:.
2008-08-02 Pierre d'Herbemontmacosx: Make sure empty nodes are shown as node.
2008-08-01 Pierre d'Herbemontmacosx: Use input_ItemHasErrorWhenReading to display...
2008-07-22 Pierre d'Herbemontmacosx: Remove a warning that happen way too much.
2008-07-22 Pierre d'Herbemontmacosx: Don't wrongly set an item for the update panel.
2008-07-17 Felix Paul Kühnemacosx: Make sure we update the information panel,...
2008-07-15 Pierre d'Herbemontmacosx: Fix a dead lock.
2008-07-15 Pierre d'Herbemontmacosx: Use pl_Locked for better readability.
2008-07-15 Pierre d'Herbemontmacosx: Fix a deadlock in the broken -[VLCPlaylist...
2008-07-13 Pierre d'Herbemontmacosx: Don't use playlist_NodeAddInput() it's deprecat...
2008-07-13 Pierre d'Herbemontmacosx: Assert on cases that should never happen.
2008-07-13 Pierre d'Herbemontmacosx: Replace "Get Stream Information" by "Fetch...
2008-07-13 Pierre d'Herbemontmacosx: The menu title should be Information... not...
2008-07-13 Pierre d'Herbemontmacosx: Make sure right click can select a playlist...
2008-07-13 Pierre d'Herbemontmacosx: Fix the info panel. Remove the use of maybe...
2008-07-08 Pierre d'Herbemontmacosx: Yet an other locking typo.
2008-07-08 Pierre d'Herbemontmacosx: The playlist is unlocked at this time, so playl...
2008-07-06 Pierre d'Herbemontmacosx: Don't send PLAYLIST_SKIP. Fix adding item when...
2008-07-06 Pierre d'Herbemontmacosx: Use font from the Nib in the playlist.
2008-07-06 Felix Paul Kühneminor ui changes
2008-07-05 Pierre d'Herbemontmacosx: Fix a typo. (Fix sd listing at startup).
2008-07-05 Pierre d'Herbemontmacosx: Fix service discovery loading code char.
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-15 Pierre d'Herbemontmacosx: Fix assert. (hum).
2008-06-15 Pierre d'Herbemontmacosx: s/NSAssert/assert/
2008-06-15 Pierre d'Herbemontmacosx: Use var_GetBool.
2008-06-15 Pierre d'Herbemontmacosx: Use NSAssert for impossible cases.
2008-06-14 Felix Paul KühneWork-around a playlist-core bug which prevents 'intf...
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-05-06 Felix Paul Kühneuse PL_**LOCK instead of vlc_mutex_lock
2008-04-20 Rafaël CarréCheck dialog return value
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-04-11 Pierre d'Herbemontmacosx: Fix some input_item_t leaks.
2008-04-08 Felix Paul KühneSlightly cleaned the way we delete items
2008-03-19 Rémi Denis-CourmontUse NDEBUG
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-03-03 Rémi DuraffortCheck the return value of services_discovery_GetService...
2008-02-27 Rafaël Carrémacosx gui playlist: allow drag & drop to the media...
2008-02-20 Damien Fouilleulmacosx: fix compile/runtime warnings
2008-01-12 Felix Paul Kühnemacosx: we don't want to jump to the playlist item...
2007-12-31 Felix Paul Kühnemacosx: added an option to disable the 'Recent Items...
2007-12-23 Felix Paul Kühnemacosx:playlist.m turn an error msg into a warning...
2007-12-23 Felix Paul Kühne* withCString is deprecated in 10.4. Use WithUTF8String...
2007-12-23 Pierre d'Herbemontmodules/macosx/playlist.m: Remove code that shouldn...
2007-12-14 Pierre d'Herbemontmodules/gui/macosx/playlist.m: Don't use p_module directly.
2007-12-10 Felix Paul Kühne* cleaning, reformatting, clarifying here and there...
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-01 Rafaël Carrémacosx interface: fix regression introduced in [21230...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-18 Felix Paul Kühne* fixed a few unknown playlist queries
2007-08-18 Pierre d'Herbemontplaylist.m: More 21193 fixes.
2007-08-18 Pierre d'Herbemontplaylist.m: Fix the so problematic 21193.
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-07-08 Felix Paul Kühne* replaced a couple of to-be-deprecated cStrings by...
2007-05-28 Felix Paul Kühne* prefer playlist item's meta title over its name,...
2007-05-12 Pierre d'HerbemontMac OS X gui: Prevent a crash when dropping item on...
2007-05-10 Pierre d'HerbemontMac OS X gui: Fix a crash when waking up from sleep.
2007-03-07 Pierre d'HerbemontMac OS X gui: Small code cleanup. Remove NSLogs, avoid...
2007-03-05 Pierre d'HerbemontMac OS X gui: Revert [19198] (add items to the playlist...
2007-03-05 Pierre d'HerbemontMac OS X gui: Fix #1090 (add items to the playlist...
2007-02-20 Jean-Paul Samanplaylist_NodeAddInput() prototype changed, this commit...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-12-31 Felix Paul Kühne* don't add an 'empty folder' if the user hit cancel...
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-11-26 Felix Paul Kühne* the remaining compilation fixes plus a bit of clean...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Derk-Jan Hartman* Fix OSX GUI after playlist API update
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-09 Felix Paul Kühne* don't mix old and new pl API
2006-11-09 Felix Paul Kühne* forward-port [17568]
2006-10-21 Derk-Jan Hartman* Updates due to the new playlist core
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-10-21 Clément StenacPlaylist
2006-10-17 Derk-Jan HartmanFix the shoutcast TV listings SD menu item in the Mac...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-17 Felix Paul Kühne* removed an outdated method instead of commenting it
2006-09-17 Felix Paul Kühne* implemented the previously committed playmode buttons...
2006-09-17 Felix Paul Kühne* updated all files to yield the playlist instead of...
2006-08-07 Clément StenacFix sort by artist
2006-08-06 Felix Paul Kühne* fix compilation warnings by adding _defaultTableHeade...
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-27 Felix Paul Kühne* playlistinfo.m: fixed a rare crash and made sure...
2006-05-25 Felix Paul Kühne* disabled the debug-msg which prints the pointer to...
2006-05-16 Derk-Jan Hartman* Fixed Meta for OSX, so i know what music i'm listenin...
2006-05-16 Felix Paul Kühne* ask for the name of the new node through the interact...
2006-05-14 Felix Paul Kühne* more compilation fixes
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-30 Felix Paul Kühne* forward-port [15464] and update the TODO-list at...
2006-04-29 Benjamin Pracht* Support for saving xspf playlist files
2006-03-25 Felix Paul Kühne* update the info panel when switching the currently...
2006-03-19 Benjamin Pracht* First string review of the OSX interface
2006-03-03 Felix Paul Kühne*.m: unified the title of the Information-panel and...
2006-03-02 Felix Paul Kühne* MainMenu.nib, playlist.m: use NSSearchField instead...
2006-02-16 Felix Paul Kühne* added a button to create an empty node at the top...
2006-01-12 Antoine CellerierFSF address change.
2005-11-20 Benjamin Pracht* fix an ordering bug in D'n'D
next