]> git.sesse.net Git - vlc/history - src/playlist/sort.c
Removes trailing spaces. Removes tabs.
[vlc] / src / playlist / sort.c
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 Pierre d'Herbemontplaylist/sort.c: Fix funman's commit.
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-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-05 Clément StenacSplit playlist include file in public/private
2006-08-07 Clément StenacFix sort by artist
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
2005-09-15 Clément StenacSort-by-album patch by Pierre Marc Dumuid
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Clément StenacImplement SORT_AUTHOR. Closes #196
2005-04-10 Clément Stenac* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at...
2005-04-10 Sigmund Augdal Helbergplaylist: support for sorting a node based on numerical...
2005-01-16 Clément StenacRemove playlist info accessors (as they now belong...
2005-01-02 Jérome DecoodtFix a bug when shuffling playlist with 1 item
2004-11-22 Clément StenacRecursive sort
2004-11-21 Clément StenacSort a node (alphabetically, all sub-nodes come first)
2004-11-17 Clément Stenac* Add return values to all functions
2004-11-06 Clément StenacImprovements to the playlist core
2004-07-01 Sigmund Augdal Helbergquit fast when sorting a playlist with 1 or less entrie...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-01-23 Clément Stenac* Doxygen doc fixes
2004-01-10 Derk-Jan Hartman* oops, bug
2004-01-10 Derk-Jan Hartman* Fixed some doxygen comments.
2004-01-10 Derk-Jan Hartman* mtime_t != int This was causing incorrect results...
2004-01-06 Clément Stenac- src/misc/win32_specific: compilation fix for win32...
2004-01-05 Clément Stenac* Makefile.am : Added src/playlist/item-ext.c and src...
2003-12-13 Cyril Deguet* src/playlist/sort.c: set "intf-change" after sorting...
2003-11-26 Clément Stenac* Merged sort functions
2003-10-29 Clément StenacGrmbl, it was obvious I would forget to add the new...