]> git.sesse.net Git - vlc/history - modules/gui/wince/playlist.cpp
Merge branch 1.0-bugfix
[vlc] / modules / gui / wince / playlist.cpp
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-02-19 Geoffroy CouprieWinCE intf: LVITEM needs an index
2009-02-16 Laurent AimarRemoved or privatized playlist functions.
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-14 Rémi Denis-CourmontUse PL_LOCK/PL_UNLOCK
2008-09-10 Geoffroy CouprieWinCE: update the interface module
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-24 Rémi DuraffortUse pl_Yield and pl_Release instead of vlc_object_find.
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
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-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-30 Gildas Bazin* modules/gui/wince: added dialogs provider + another...
2005-03-07 Gildas Bazin* modules/gui/wince: fixed bunch of bugs and memory...
2005-02-28 Gildas Bazin* modules/gui/wince: usual bunch of cleanup + updates.
2005-02-28 Gildas Bazin* modules/gui/wince: some more cleanup.
2005-02-26 Gildas Bazin* modules/gui/wince: some more code cleanup + fixes.
2005-02-24 Gildas Bazin* modules/gui/wince: cleanup + ported to win32 (but...
2005-02-15 Gildas Bazin* modules/gui/wince: WinCE build fixes.
2005-01-16 Clément Stenac* DAAP: add meta-information, delete hosts when they...
2005-01-06 Gildas Bazin* modules/gui/wince/*: New Windows CE interface by...