- 04 Jul, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 28 Jun, 2008 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 15 Jun, 2008 1 commit
-
-
Felix Paul Kühne authored
Redesigned the window to make it look more Mac-like and much smaller by adding a popupbutton at the top to choose the filters and by removing all the expanding stuff This way adding more uis to different filters is much easier and faster to do.
-
- 14 Jun, 2008 1 commit
-
-
Felix Paul Kühne authored
Work-around a playlist-core bug which prevents 'intf-change' to be set on-time after the addition of new inputs. However, this doubles the idle-CPU load, so we may to fix that in core properly..
-
- 13 Jun, 2008 1 commit
-
-
Felix Paul Kühne authored
Implement the full/basic switch correctly and completely. Additionally, fixed a rare sprefs init failure.
-
- 12 Jun, 2008 1 commit
-
-
Felix Paul Kühne authored
Complete l10n to be done later on
-
- 04 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 Jun, 2008 1 commit
-
-
Pierre d'Herbemont authored
libvlccore: "intf-show" is now a libvlc var instead of a playlist var. This removes a vout->playlist dependency.
-
- 31 May, 2008 1 commit
-
-
Pierre d'Herbemont authored
macosx: Sanitization. Suppress non-sense yield(->p_input) release(->p_input), invalidate the manage thread, make sure we don't re-run a timer when the interface is dead. (Shoot 'em up!) Remember, you can't assume that in your thread an object is alive if you don't delimit want-to-be safe place by a lock(p_obj)/unlock(p_obj). Also, yield(p_playlist->p_input) is invalid if you don't lock the playlist before. The correct way here is to use vlc_object_find() as the locking policy of the playlist is not safe.
-
- 30 May, 2008 5 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
in msg_Dbg.
-
Felix Paul Kühne authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 10 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
There is only one queue at the moment, and if someone wants multiple queues, it's probably not a good idea to hard-code queues as integers.
-
- 09 May, 2008 1 commit
-
-
Konstantin Pavlov authored
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 06 Apr, 2008 1 commit
-
-
Felix Paul Kühne authored
-
- 27 Mar, 2008 1 commit
-
-
Felix Paul Kühne authored
Nicer, easier to use, less memory consuming, faster and prepared for meta data editing.
-
- 26 Mar, 2008 3 commits
-
-
Pierre d'Herbemont authored
macosx: Attempt to avoid a crash. Note that this can't be working properly and could create a rare race.
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
Patch by Drew Yao. Thanks and sorry for the long time it took this simple fix to be committed!
-
- 11 Mar, 2008 1 commit
-
-
Felix Paul Kühne authored
-
- 08 Mar, 2008 1 commit
-
-
Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- 25 Feb, 2008 1 commit
-
-
Rafaël Carré authored
-
- 23 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 20 Feb, 2008 1 commit
-
-
damienf authored
-
- 03 Feb, 2008 1 commit
-
-
Felix Paul Kühne authored
macosx: GUI demo of Simple Preferences showing the Interface and Audio categories. Feedback is welcome.
-
- 01 Jan, 2008 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: if an input item includes a NowPlaying meta item, display it in our controller window instead some bogus MRL parsing stuff nobody can understand
-
- 30 Dec, 2007 1 commit
-
-
Felix Paul Kühne authored
macosx: don't allow the user to open the preferences window multiple times (leading to orphan pref windows which can't be controlled)
-
- 29 Dec, 2007 1 commit
-
-
Felix Paul Kühne authored
-
- 28 Dec, 2007 2 commits
-
-
Felix Paul Kühne authored
* add a 'graphite' button set including the facilities to switch the theme at runtime (closes #1379)
-
Felix Paul Kühne authored
-
- 23 Dec, 2007 1 commit
-
-
Felix Paul Kühne authored
* withCString is deprecated in 10.4. Use WithUTF8String instead, as VLC's core is completely UTF8 now. Remove a couple of (nowadays) useless checks
-
- 14 Dec, 2007 2 commits
-
-
Rafaël Carré authored
Add OpenPGP code, still unused as there is no download of binaries at the moment We will need to define (and write) the files (and their location) we will use in the update system: * We will use a file per arch, which will be signed * ALL VideoLAN gpg public keys will be stored on http://download.videolan.org/pub/keys/XXXXXXXXXXXXXXXX.asc where XXXXXXXXXXXXXXXX is the long id of the key * Every downloadable file will be signed with gpg --sign --detach --armor
-
Pierre d'Herbemont authored
-
- 11 Dec, 2007 1 commit
-
-
Felix Paul Kühne authored
-