- 18 Feb, 2003 1 commit
-
-
Christophe Massiot authored
-
- 16 Feb, 2003 1 commit
-
-
hartman authored
-
- 13 Feb, 2003 2 commits
-
-
hartman authored
- when a new stream is being loaded we select the current title in the playlist. - Cleaned up some of my previous commited code dealing with updating the window title.
-
hartman authored
- added an intf-change variable. This is set whenever you add or delete an item in the playlist. You need to unset it yourself. * modules/gui/macosx/intf.?: - listen for external playlist changes. update view when playlist changes. - activate/deactivate previous and next buttons and menuitems, whenever the playlist gets changed.
-
- 09 Feb, 2003 1 commit
-
-
Christophe Massiot authored
-
- 08 Feb, 2003 1 commit
-
-
Christophe Massiot authored
right charset, * Implemented localization for audio-channels and video-device variables.
-
- 07 Feb, 2003 1 commit
-
-
hartman authored
there seems to be a bug though somewhere. you end up with black bars in half and double size.
-
- 05 Feb, 2003 2 commits
- 31 Jan, 2003 1 commit
-
-
Jon Lech Johansen authored
World domination ... is at hand.
-
- 29 Jan, 2003 1 commit
-
-
Jon Lech Johansen authored
* modules/gui/macosx: started getting rid of p_intf->p_sys->p_input and using p_playlist->p_input instead.
-
- 27 Jan, 2003 1 commit
-
-
Jon Lech Johansen authored
is now updated on panel BecomeKey. * ./modules/gui/macosx/prefs.m: Decreased width of prefs panel.
-
- 25 Jan, 2003 1 commit
-
-
hartman authored
* ./extras/MacOSX/vlc.pbroj/project.pbxproj - Added .wma filetype - Added README, COPYING etc. to resources * ALL: Added a Help menu.
-
- 23 Jan, 2003 1 commit
-
-
hartman authored
- changed the slower button into a slowmotion button - fixed a forgotten mutex_unlock * ./modules/gui/macosx/intf.m - added the slowmotion button - some windows shouldn't register in the "Window" menu * ./modules/gui/macosx/open.m - allow multiple file selection
-
- 22 Jan, 2003 1 commit
-
-
hartman authored
filetypes. * ./modules/gui/macosx/vout.m: Made the video window a textured window * All: - fixed several missing object_release bugs, that i had introduced. - updated the play/pause behaviour. - fixed an issue with the volumeslider.
-
- 21 Jan, 2003 1 commit
-
-
hartman authored
-
- 16 Jan, 2003 1 commit
-
-
hartman authored
- Added a volumeslider - removed pause button - added a fast forward action (increases speed in time) - changed the play method to allow for a toggled play pause button - volumeUp and VolumeDown take the state of the Mute Menuitem into account - volumeUp and VolumeDown take the volumeSlider into account * ./modules/gui/macosx/intf.h: - added references for the volumeslider, new menuitems * ./modules/gui/macosx/intf.m: - correct init of volumeslider and other new intf elements - new title for Controller window - the state of buttons is dependant on a movie being played - toggle the play/pause button if a play/pause action is detected. * ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist * ./modules/gui/macosx/vout.m: - removed some control keys which were no longer necesarry - give the window the title of the item being played
-
- 06 Jan, 2003 1 commit
-
-
Christophe Massiot authored
* MacOS X port: new error dialog displaying error messages, * Updated localization files, * Comestic fixes.
-
- 05 Jan, 2003 2 commits
-
-
Christophe Massiot authored
* Fixed a segfault in the "Close Window" code, * Fullscreen state is now retained between files, * Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).
-
Christophe Massiot authored
-
- 04 Jan, 2003 1 commit
-
-
Jon Lech Johansen authored
* main window controls are back. based on suggestion by Dan Macpherson.
-
- 02 Jan, 2003 1 commit
-
-
Christophe Massiot authored
* Fixed the Device submenu, * There is still a segfault in darwin_specific.m.
-
- 01 Jan, 2003 1 commit
-
-
Jon Lech Johansen authored
* ./src/misc/darwin_specific.m: fixed segfault (o_enumerator was being released twice) and memory leak. Bonne Ann�e!
-
- 25 Dec, 2002 1 commit
-
-
Christophe Massiot authored
* A placeholder for the Italian translation, * A bug fix for mono streams on stereo speakers, * A fix for a possible crash in the FTP access, * Correct coordinates in OS X fullscreen modes (closing #47), * Cosmetic fixes.
-
- 08 Dec, 2002 1 commit
-
-
Christophe Massiot authored
* Reworked the Open... menu items, and added the ability to use libdvdplay. * Sound output menu is now under Controls.
-
- 07 Dec, 2002 1 commit
-
-
Christophe Massiot authored
warnings than real ones. * audio output: New intf-change variable to know when audio-channels and audio-device have changed. * video output: New intf-change variable and vout_VarCallback, to know when video-device has changed (OS X port). * modules/gui/macosx/*: Menus for audio channels, implemented volume management, added a menu for screen selection.
-
- 05 Nov, 2002 1 commit
-
-
Jon Lech Johansen authored
-
- 02 Oct, 2002 1 commit
-
-
Christophe Massiot authored
Heiko Panther <heiko.panther@web.de>.
-
- 04 Aug, 2002 1 commit
-
-
Sam Hocevar authored
waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules. * ALL: removed mention of AC3 in favour of A52. * ./configure.in, ./Makefile*: modules can now be built deeper than 1 directory. As a consequence, the build is even slower (but I'm fixing this) and make clean doesn't work anymore.
-
- 20 Jul, 2002 1 commit
-
-
Sam Hocevar authored
* ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the libvlc API. * ./src/vlc.c: vlc uses the non-reentrant libvlc functions. * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions. * ./debian/*: created packages for libvlc0-dev.
-
- 16 Jul, 2002 1 commit
-
-
Jon Lech Johansen authored
-
- 15 Jul, 2002 1 commit
-
-
Jon Lech Johansen authored
- added messages and playlist panel - simple dock menu (play, pause, stop) - context menu in video view - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png - no longer broken :)
-