]> git.sesse.net Git - vlc/history - modules/gui/skins2/vars/playtree.cpp
Merge branch 1.0-bugfix
[vlc] / modules / gui / skins2 / vars / playtree.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-21 Joseph Tulouplaylist locking forgotten (causes PL_ASSERT_LOCKED...
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2009-01-17 Rémi Denis-Courmontplaylist: add real functions for locking
2008-09-27 Christophe MutricyCompile fix
2008-08-11 Fabio RitrovatoSkins2: use the right id when creating the tree Resolve...
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-18 Rémi DuraffortThe playlist it not lock here.
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.
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-12 Rémi Denis-CourmontRemove unused iconv handle
2006-09-09 Clément StenacCopyright stuff
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-03-31 Clément StenacSkins strings (Refs:#438)
2006-02-12 Clément StenacPlaytree: handle delete nicely
2006-02-11 Clément StenacHandle Page up / Page down (Refs:#477)
2006-01-12 Antoine CellerierFSF address change.
2005-12-04 Clément StenacClean up - convert todos to doxygen style
2005-12-04 Clément StenacImplement playtree.sort() (basic implementation)
2005-12-04 Clément StenacImprove ensureVisible
2005-12-04 Clément StenacImprovements to playtree
2005-12-03 Clément StenacSupport for passing an argument from subject to observer
2005-12-03 Clément StenacNaive implementation of deletion : full rebuild after...
2005-12-03 Clément StenacRemove useless playtree.* commands
2005-12-02 Clément StenacDon't preparse item on playing it
2005-10-23 Cyril Deguet* ctrl_tree.cpp: (un)folding of a playlist item is...
2005-10-23 Cyril Deguet* all: don't rebuild the whole playtree when an item...
2005-09-11 Olivier Teulière * skins2/parser/skin_parser.cpp: fixed a FIXME
2005-08-20 Antoine Celleriersome more mouse control on playtree display/selection
2005-08-20 Antoine Cellerier * Playtree start. Basic functionalities work. Still...