]> git.sesse.net Git - vlc/history - modules/gui/wxwindows/playlist.cpp
Copyright fixes
[vlc] / modules / gui / wxwindows / playlist.cpp
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Clément StenacImplement SORT_AUTHOR. Closes #196
2005-06-01 Rémi Denis-CourmontAdd handler for enter in search textbox should close #87
2005-05-31 Rémi Denis-CourmontShow "found" playlist item
2005-05-15 Antoine Celleriergcc 4.0 compile fix by Arwed von Merkatz
2005-05-10 Antoine Celleriercheck if pointers are NULL (Closes #86 -> we can releas...
2005-05-02 Laurent Aimar * playlist: fix Playlist::OnKeyDown (added event.Skip...
2005-04-24 Clément StenacAlso delete nodes when deleting selection
2005-04-23 Clément StenacRemove invert selection and select all (I simply can...
2005-04-23 Clément StenacDelete selection (either by menu or key)
2005-04-17 Sigmund Augdal Helbergwx/playlist.cpp: removed a stray wxMutexGuiLeave
2005-04-16 Sigmund Augdal Helbergwx/playlist.cpp: invalidate the FindItem cache when...
2005-04-13 Clément Stenac* Playlist :
2005-04-12 Clément Stenac* Patch by Gregory Hazel :
2005-04-10 Clément Stenac* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at...
2005-04-10 Sigmund Augdal Helbergwx/playlist.cpp: reintroduced the caching in FindItem...
2005-04-09 Sigmund Augdal Helbergwx/playlist: never store the pointer to p_item when...
2005-04-05 Sigmund Augdal Helbergwx: bunch more event function parameter changes
2005-04-03 Clément StenacOnly show category and artist-sorted views
2005-04-01 Rémi Denis-Courmont- Fix playlist deadlock between Timer and Playlist...
2005-04-01 Rémi Denis-CourmontYet another leak
2005-04-01 Rémi Denis-CourmontMem leaks
2005-03-11 Clément StenacReduce the global verbosity
2005-03-08 Rémi Denis-CourmontStrings rationalization
2005-02-22 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: sanity check...
2005-02-10 Gildas Bazin* modules/gui/wxwindows: do not use INSERT_ELEM in...
2005-02-10 Gildas Bazin* modules/gui/wxwindows/*: keep compatibility with...
2005-02-06 Clément Stenac* wx: Ensure that callbacks are not registered twice
2005-02-06 Clément Stenac* wx : simplify some code, remove some useless duplications
2005-01-23 Yoann Peronneau* wxwindows/playlist.cpp: Menu and toolbar are no longe...
2005-01-17 Clément StenacCache last FindItem request to speed up bulk-addings
2005-01-16 Clément StenacRemove playlist info accessors (as they now belong...
2005-01-15 Yoann Peronneau* modules/gui/wxwindows/playlist.cpp: when duration...
2005-01-13 Clément Stenac* DAAP (iTunes shares) services discovery and access...
2005-01-12 Clément StenacPut callbacks after rebuild, avoids deadlock in rebuild
2005-01-11 Clément StenacAdd some icons
2004-12-19 Clément StenacFix bugs with psz_shortname
2004-12-14 Clément StenacBetter fix for wx deadlock with preparse
2004-12-14 Clément Stenac* Provide playlist_LockFoo functions for some functions
2004-12-12 Clément StenacFix warnings
2004-12-11 Sigmund Augdal Helbergsrc/playlist/*:give id to nodes as well. triger item...
2004-12-11 Sigmund Augdal Helbergwx-playlist: hide node-related items from popup, when...
2004-12-10 Clément StenacFix win32 crash when playlist is empty
2004-12-10 Sigmund Augdal Helbergwxwindows/playlist.cpp: remove enable/disable clutter
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
2004-12-09 Sigmund Augdal Helbergwxwindows/playlist.cpp: also update icon on item change
2004-12-07 Clément StenacRecommit 9469->9479 + fix wxT/wxU
2004-11-27 Sigmund Augdal Helbergplaylist.cpp: wxT -> wxU
2004-11-27 Clément StenacMinimalistic status bar
2004-11-27 Clément StenacFix images order
2004-11-23 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: fixed uninitializ...
2004-11-22 Clément StenacRestore search
2004-11-22 Clément StenacDon't rebuild the tree on node sort
2004-11-22 Clément StenacRecursive sort
2004-11-21 Clément StenacHandle the case when parent is root
2004-11-21 Clément StenacUse item-append when an item is appended to a node...
2004-11-21 Clément StenacSort a node (alphabetically, all sub-nodes come first)
2004-11-19 Clément Stenacsap: don't crash on invalid o= field
2004-11-15 Clément StenacFix wxWidgets crash
2004-11-13 Clément StenacAdd directory in wxWidgets
2004-11-10 Clément Stenac* SAP: use session identifiers to decide if we need...
2004-11-08 Clément Stenacinclude services discovery in interface
2004-11-08 Clément StenacUse play to end as default, and add "play this branch...
2004-11-07 Mark Moriartyinclude wx/imaglist.h (gibalou scores again)
2004-11-06 Clément Stenacfix images, don't rescale them
2004-11-06 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: unicode build...
2004-11-06 Clément StenacImplement new playlist system in wxWidgets interface
2004-08-29 Clément StenacFix last playlist item deletion with wxWIN32
2004-06-02 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: better playlist...
2004-06-02 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: fixed a few segfa...
2004-05-31 Clément StenacMake the playlist window resizeable
2004-05-30 Clément StenacMove streaming data to a separate file (will have to...
2004-05-30 Clément StenacMissing icons
2004-05-30 Clément Stenac* New wizard is now about usable, yet unfinished
2004-05-23 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: small fix.
2004-05-02 Olivier Teulière * modules/gui/wxwindows/playlist.cpp: fixed a refcount...
2004-04-27 Gildas Bazin* modules/gui/wxwindows: use wxUSE_DRAG_AND_DROP to...
2004-04-27 Gildas Bazin* modules/gui/wxwindows/*: drag&drop is not supported...
2004-04-20 Anil Daoud* 'Toggle enabled' -> 'Enable/Disable' in the playlist...
2004-04-14 Sigmund Augdal HelbergUse wxFileDialog::GetPath() and not GetFilename()....
2004-04-01 Gildas Bazin* modules/gui/wxwindows/*: bookmarks improvements.
2004-04-01 Clément StenacCancel
2004-04-01 Clément Stenac* modules/demux/playlist : native playlist import
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-25 Clément StenacDon't save an empty playlist
2004-02-29 Clément StenacSanity check
2004-02-28 Clément StenacSearch on the author field too
2004-02-28 Clément StenacFix loop on end of search
2004-02-26 Gildas Bazin* modules/gui/wxwindows/wxwindows.cpp: include setlocal...
2004-02-26 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: removed useless...
2004-02-26 Gildas Bazin* modules/gui/wxwindows/*: a whole bunch of bug-fixes...
2004-02-24 Clément StenacFix problem in playlist update code.
2004-02-23 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: don't update...
2004-02-16 Clément Stenac* Swap duration and group columns
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-25 Derk-Jan Hartman* string review
2004-01-16 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: unicode compilati...
2004-01-15 Sigmund Augdal Helbergmodules/gui/wxwindows/*:
2004-01-11 Clément Stenac* configure.ac : Added new folders
2004-01-10 Derk-Jan Hartman* mtime_t != int This was causing incorrect results...
next