]> git.sesse.net Git - vlc/history - modules/gui/skins2/controls/ctrl_tree.cpp
skins2: small optimisation
[vlc] / modules / gui / skins2 / controls / ctrl_tree.cpp
2010-09-16 Erwan Tulouskins2: small optimisation
2010-08-10 Erwan Tulouskins2: playlist, fix selection issue
2010-08-10 Erwan Tulouskins2: playlist, fix issues when deletion is at stake
2010-08-10 Erwan Tulouskins2: fix slider position a bit erratic
2010-08-10 Erwan Tulouskins2: playlist (cosmetic)
2010-08-10 Erwan Tulouskins2: fix arrows short of 1
2010-08-05 Erwan Tulouskins2: playlist (missing parentheses)
2010-08-05 Erwan Tulouskins2: fix playlist arrows and enter no longer functioning
2010-07-31 Erwan Tulouskins2: improve refresh of layouts
2010-05-06 Erwan Tulouskins2: fix skins crashing when playlist is flat
2010-03-19 Erwan Tulouskins2: For playlist controls, keys to be forwarded...
2010-01-14 Erwan Tulouskins2: remove unnecessary notifyLayout()
2009-12-05 JP DingerSkins2: Mostly cosmetics, some C++ style casting, facto...
2009-10-07 Rémi Denis-CourmontKEY_SPACE = 32, simplify several outputs and interfaces
2009-08-06 Rémi Denis-CourmontRemove broken lrint hack (fix: #3030)
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-01-02 Rémi Duraffortsome cleaning.
2006-09-09 Clément StenacCopyright stuff
2006-06-04 Olivier Teulière * modules/gui/skins2/*: Use ARG instead of ARG* as...
2006-06-04 Olivier Teulière * modules/gui/skins2/*: The second template argument...
2006-04-17 Olivier Teulière * skins2/controls/ctrl_tree.cpp: I forgot 1 occurrence...
2006-04-17 Olivier Teulière * skins2/controls/ctrl_tree.cpp: Check that the iterat...
2006-03-16 Antoine CellerierAdd attribute flat="true/false" to Playtree. When flat...
2006-03-05 Antoine CellerierSelect item after deleting items from the playlist...
2006-03-05 Antoine Cellerierctrl_tree.cpp: fix selection bug (when pressing KEY_DOW...
2006-02-19 Clément StenacFix a warning
2006-02-12 Clément StenacPlaytree: handle delete nicely
2006-02-11 Clément StenacReposition the slider when expanding/retracting a node...
2006-02-11 Clément StenacDon't make image when we are not interested in the...
2006-02-11 Clément StenacHandle Page up / Page down (Refs:#477)
2006-02-11 Clément StenacDon't invalidate selection on item change (Refs:#477)
2006-02-10 Clément StenacFix playtree deletion
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 StenacSelection is almost working correctly
2005-12-04 Clément StenacImprove ensureVisible
2005-12-04 Clément StenacFix crash while drawing playlist
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 StenacFix tree selection
2005-12-03 Clément StenacShould fix playlist scrolling
2005-12-03 Clément StenacAdd a checkRemove method to CmdGeneric.
2005-10-23 Cyril Deguet* ctrl_tree.cpp: (un)folding of a playlist item is...
2005-10-23 Cyril Deguet* png_bitmap.cpp: fixed handling of PNG bitmaps with...
2005-09-03 Olivier Teulière * skins2/controls/ctrl_tree.cpp: Fixed a nasty bug...
2005-09-03 Olivier Teulière * skins2 (tree playlist):
2005-08-20 Antoine Cellerierpropset
2005-08-20 Antoine Cellerieradd KEY_ENTER and KEY_SPACE to launch action()
2005-08-20 Antoine Cellerier * keyboard (arrows) navigation
2005-08-20 Antoine Celleriercode CtrlTree::autoScoll . Its still mostly buggy and...
2005-08-20 Antoine Celleriersome more mouse control on playtree display/selection
2005-08-20 Antoine Cellerier * ctrl_*.cpp : mouse scrolling behavior change
2005-08-20 Antoine Cellerier * Playtree start. Basic functionalities work. Still...