- 12 Apr, 2005 5 commits
-
-
Derk-Jan Hartman authored
* different way to remember fullscreen state. * update the playlist on item-append and item-deleted calls. * fixed video-on-top with opengl vouts on OSX.
-
Benjamin Pracht authored
* intf.* : try to restore an a bit more intelligent behavior for the playlist toggle button (remeber previous state, for instance) * misc.* : get rid of unused code.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Benjamin Pracht authored
Rempaces 95 by [o_window minSize].height everywhere. That fixes some visual bugs ans should help keep consistancy. Please test if I didn't break anything...
-
- 11 Apr, 2005 8 commits
-
-
Antoine Cellerier authored
-
Sigmund Augdal Helberg authored
stable playlist
-
Steve Lhomme authored
-
Clément Stenac authored
-
Eric Petit authored
-
Damien Fouilleul authored
-
Derk-Jan Hartman authored
-
Sigmund Augdal Helberg authored
TODO: Added some todo items related to playlist that should be done, but I don't have time to do right now.
-
- 10 Apr, 2005 16 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
Apparently menu's got smarter in Tiger. As a workaround for the old version, you should first open the Help menu and then drag to the other menu's. This still isn't the correct way to fix it. We should attach a callback function to the autogenerated menu's and have the callback function update the menu. (but this will work for now).
-
Clément Stenac authored
I only changed two things in the patch * added a check for wx2.4 that does not seem to have sizer->Detach * commented out the wxCheckVersion in open.cpp, which broke layouting under wx2.5.3 (what was the intended behaviour ?) * Added core support for a sorted by genre view
-
Eric Petit authored
-
Sigmund Augdal Helberg authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
-
Eric Petit authored
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
rest: new services discovery module to get channels from shoutcast
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
title
-
Sigmund Augdal Helberg authored
playlist/item-ext.c: O(log(N)) playlist_GetItemById()
-
Rocky Bernstein authored
Add Track length mode. Entry slider fixed update fixed. Some small memory leaks fixed.
-
- 09 Apr, 2005 11 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
-
Rocky Bernstein authored
Fix bug in paranoia mode. Now allow two kinds of paranoia - overlap and full. libcddb 0.96 has regexp memory leaks in - 1.0.0 won't. Be leak free if using 1.0.0.
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
held. store p_playlist in wxvlc::Playlist since the class can't work without p_playlist anyway. Strictly lock playlist when needed. adds a lot of playlist_ItemGetById, and removes a lot of vlc_object_find VLC_OBJECT_PLAYLIST). This should fix a lot of potential deadlocks and crashes, including a few I could reproduce
-
Rémi Denis-Courmont authored
-
Sigmund Augdal Helberg authored
nodes as well as items. made playlist_Control not take the playlist lock, and created a playlist_LockControl that does the same but takes the lock
-
Gildas Bazin authored
-
Clément Stenac authored
-