An error occurred fetching the project authors.
- 15 Sep, 2005 1 commit
-
-
Clément Stenac authored
-
- 03 Sep, 2005 1 commit
-
-
Gildas Bazin authored
-
- 18 Aug, 2005 1 commit
-
-
Antoine Cellerier authored
-
- 03 Aug, 2005 2 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
NB: Likely to break your cache and preferences
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 10 Jun, 2005 1 commit
-
-
Clément Stenac authored
-
- 01 Jun, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 May, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(refs #87)
-
- 15 May, 2005 1 commit
-
-
Antoine Cellerier authored
-
- 10 May, 2005 1 commit
-
-
Antoine Cellerier authored
event reporting in wxwin32 seems to be different than in wxgtk
-
- 02 May, 2005 1 commit
-
-
Laurent Aimar authored
-
- 24 Apr, 2005 1 commit
-
-
Clément Stenac authored
-
- 23 Apr, 2005 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
- 17 Apr, 2005 1 commit
-
-
Sigmund Augdal Helberg authored
-
- 16 Apr, 2005 1 commit
-
-
Sigmund Augdal Helberg authored
-
- 13 Apr, 2005 1 commit
-
-
Clément Stenac authored
- fix crash when deleting current item - SAP: don't store pointers - don't pass pointers to interface in item-appended - remove VIEW_SIMPLE that was confusing and bug-generating * wx: - Fix open layout - Fix slider behaviour, patch by Greg Hazel
-
- 12 Apr, 2005 1 commit
-
-
Clément Stenac authored
- Fix gui flickering on video size change - provide a no-auto-resize mode * Patch by Christophe Mutricy : fix M3U export Thanks to both !
-
- 10 Apr, 2005 2 commits
-
-
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
-
Sigmund Augdal Helberg authored
-
- 09 Apr, 2005 1 commit
-
-
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
-
- 05 Apr, 2005 1 commit
-
-
Sigmund Augdal Helberg authored
-
- 03 Apr, 2005 1 commit
-
-
Clément Stenac authored
-
- 01 Apr, 2005 3 commits
-
-
Rémi Denis-Courmont authored
There are still other deadlocks in wx though
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 11 Mar, 2005 1 commit
-
-
Clément Stenac authored
Change some message severities
-
- 08 Mar, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 22 Feb, 2005 1 commit
-
-
Gildas Bazin authored
* modules/gui/wxwindows/playlist.cpp: sanity check to avoid crashes (doesn't explain why the check is triggered though).
-
- 10 Feb, 2005 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 06 Feb, 2005 2 commits
-
-
Clément Stenac authored
* DAAP: don't crash if connection to host timeouts
-
Clément Stenac authored
hopefully prevent deadlocks * API : add the b_force parameter to playlist_NodeDelete. If TRUE, nodes that are marked as read-only will also be deleted. Use with care. * SAP/DAAP : Ensure that the node gets removed on quit * HAL : Remove the node on quit and fix f**age of the Close function
-
- 23 Jan, 2005 1 commit
-
-
Yoann Peronneau authored
-
- 17 Jan, 2005 1 commit
-
-
Clément Stenac authored
-
- 16 Jan, 2005 1 commit
-
-
Clément Stenac authored
Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead
-
- 15 Jan, 2005 1 commit
-
-
Yoann Peronneau authored
-
- 13 Jan, 2005 1 commit
-
-
Clément Stenac authored
http://crazney.net/programs/itunes/libopendaap.html Problems : - At the moment, the file is downloaded entirely in memory before being played. The library offers another possibility : download the file on demand to a pipe, but I don't think it would be a very good idea (portability issues ? where to download to ?). I hope a "download on demand to memory" feature will be added - Sometimes, it looses connection to the peers. * Increased wx playlist font size
-