- 05 Mar, 2006 22 commits
-
-
Damien Fouilleul authored
extras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib in contrib/lib are soft-linked to their distributed version in 'vlc-lib'. this way, VLC build system can use contrib libs on MacOS X the same way as for UNIX, and should simplify porting to libtool configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME NOTE: this change is highly disruptive for MacOS X build, I strongly recommend that you rebuild the contrib packages for this platform. Other platforms are unaffected
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Clément Stenac authored
-
Christophe Mutricy authored
contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.
-
Christophe Mutricy authored
-
Felix Paul Kühne authored
* fixed a minor memory leak (the timer wasn't released after invalidating it) * VLCInfo is o_info_window's delegate now
-
Antoine Cellerier authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item) playtree.hpp: cosmetics
-
Rémi Denis-Courmont authored
- Remove vlc_dcgettext in those cases
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
We can now DnD a file everywhere on the playlist dialog. Droping above the tree will insert at the begining of the playlist. Droping under the tree will insert at the end of the playlist.
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 04 Mar, 2006 18 commits
-
-
Christophe Mutricy authored
-
Antoine Cellerier authored
playlist.cpp, playlist.hpp: fix segfault when destroying playlist drop target (and use the wxDnD*Locale functions). interface.cpp, wxwidgets.hpp: put courmisch's fixes to the DnD encoding issue in wx into wxDnDFromLocale and wxDnDFreeLocale
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed)
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(as it is highly distribution dependant) On Debian --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt will do (provided you have the ca-certificates package)
-
Jean-Paul Saman authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
modules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite loop when draging an item outside the wxTreeCtrl widget. src/playlist/item-ext.c: detach item from first matching parent node only.
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
TODO: merge this playlist code with the gibalou mini playlist code.
-
Antoine Cellerier authored
-