- 07 Jun, 2006 2 commits
-
-
Felix Paul Kühne authored
-
Derk-Jan Hartman authored
-
- 06 Jun, 2006 9 commits
-
-
Yoann Peronneau authored
-
Derk-Jan Hartman authored
-
Yoann Peronneau authored
this needs to be tested
-
Filippo Carone authored
-
Filippo Carone authored
-
Filippo Carone authored
* more synchronization with playlist and input threads * new libvlc functions binded
-
Filippo Carone authored
-
Pavlov Konstantin authored
-
Marian Durkovic authored
-
- 05 Jun, 2006 6 commits
-
-
Filippo Carone authored
* video.c: added 1 release object in GetVout * input.c: added libvlc_get_input_thread helper
-
Clément Stenac authored
-
Filippo Carone authored
-
Filippo Carone authored
-
Filippo Carone authored
* video height/width retrieval * input playing status check
-
Christophe Mutricy authored
* Add notify plugin
-
- 04 Jun, 2006 18 commits
-
-
Christophe Mutricy authored
-
Jérome Decoodt authored
Thanks to xtophe
-
Filippo Carone authored
* libvlc playlist play uses locking
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Automake 1.5 and 1.6 both suck, and 1.7 is almost four years old, so there is really no excuse for not using a decent version. Besides, there seems to some problems while building the loader with old Automake versions.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This simplifies the build system quite a lot, and reduce compilation times when PIC is actually needed. If you really mind the extra overhead of PIC, use: ./configure --enable-libtool --enable-static --disable-shared
-
Filippo Carone authored
* --enable-pic added in configure.ac * bootstrap modified to use BUILD_PIC in place of BUILD_MOZILLA where needed
-
Olivier Teulière authored
-
Olivier Teulière authored
-
Olivier Teulière authored
Observer classes now has a default value. This simplifies the code in many places.
-
Clément Stenac authored
* Improve notification layout
-
Clément Stenac authored
-
Christophe Mutricy authored
TODO: - get rid of the harcoded path for the icon - make the meta printed an option.
-
Christophe Massiot authored
-
Olivier Teulière authored
-
- 03 Jun, 2006 5 commits
-
-
Olivier Teulière authored
- anchors have a new "lefttop" attribute, allowing them to follow the border of the window when resizing - the resizing is now handled by the WindowManager class (to enforce the mediator pattern). This makes it possible to handle tricky cases, such as: window B is anchored to window A, and A is resized ==> B moves accordingly, and can still be anchored by other windows
-
Clément Stenac authored
-
Clément Stenac authored
* Add a prefs button
-
Clément Stenac authored
-
Felix Paul Kühne authored
-