- 09 Jul, 2003 2 commits
- 30 Jun, 2003 2 commits
-
-
hartman authored
-
hartman authored
* modules/gui/macosx/intf.m: - Our Next/Previous commands now go from chapter trough title trough playlist. - We weren't checking for titles without chapters, which made using CDDA a little hard. * modules/gui/macosx/playlist.m: An improved way to delete selected items. - also fixes a bug where only half the items selected in the playlist got actually deleted.
-
- 03 Jun, 2003 1 commit
-
-
hartman authored
do the actual execution of this command. this is a (very ugly) workaround to the problem we were having with the deinterlace menu on osx. It works now, but now i'm running into the black screen and continous "late picture skipped (-218000)" again which is also plagueing us when you enter fullscreen with a filter enabled. This ought to be fixed before 0.6.0 as well.
-
- 01 Jun, 2003 1 commit
-
-
hartman authored
- Changed the autogenerated menu's in a system working similar to wxWindows. - The deinterlace menu is autogenerated now. However it seems the problem with on the fly filter changes still exists.
-
- 25 May, 2003 1 commit
-
-
Christophe Massiot authored
enabled version of gettext. (patch courtesy of the DJ)
-
- 11 May, 2003 1 commit
-
-
hartman authored
-
- 08 May, 2003 1 commit
-
-
hartman authored
- video-es seems broken. it always starts with -1 (Disabled) selected. - moved some menuitems to other menu's for gui interface consistency with other gui's. - added a "fit to screen" menuitem.
-
- 06 May, 2003 1 commit
-
-
hartman authored
the VLCWindow could suddenly disappear (the vout closed) and therefore we could no longer reference it. This should fix that. Also made this code more generic to avoid code duplication.
-
- 05 May, 2003 1 commit
-
-
hartman authored
-
- 01 May, 2003 1 commit
-
-
hartman authored
- added a macosx-float config option - changed 'opaqueness' into 'macosx-opaqueness' * modules/gui/macosx/vout.? - let vout respect 'float' on top option. - added a toggle function to toggle float on top. ALL: - menuitem and corresponding code for float on top.
-
- 30 Apr, 2003 1 commit
-
-
hartman authored
-
- 19 Apr, 2003 1 commit
-
-
hartman authored
corresponding menu. On thy fly filter changes are still not possible.
-
- 15 Apr, 2003 1 commit
-
-
hartman authored
* present the open dialog when pressing play button instead of 'standard' open dialog, to make users more aware of this dialog and the functions it has. ALL: * when opening a file NOT trough the Open dialog, make sure sout and suboptions are reset to ""
-
- 06 Apr, 2003 1 commit
-
-
Christophe Massiot authored
* po/* : run --update-po before the release * ChangeLog : run --update-changelog * toolbox : ChangeLog is UTC * OS X : fixed a bug with the deinterlace menu and localizations (thanks Felix)
-
- 06 Mar, 2003 1 commit
-
-
hartman authored
* extras/MacOSX/Resources/vlc.scriptSuite * extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology - moved existing applescript commands to these files - added several control commands. supported are: play/pause, stop, previous, next, fullscreen, mute, volumeUp and volumeDown. These correspond to the existing menuitems. This still requires work in the future to make it more correct AppleScript, but it works for now. * modules/gui/macosx/controls.? - split up the controls.m into a .m and a .h * modules/gui/macosx/intf.? - added a getControls method to gain access to the controller object from the AppleScript commands. * modules/gui/macosx/open.? - removed the applescript support existing here and moved it to applescript.? * modules/gui/macosx/playlist.m - made the tooltips for the add and remove buttons localizable. * modules/gui/macosx/vout.m - added a comment on the meaning of otherMouse events. * ALL: - updated copyright information to include the current year ;)
-
- 12 Feb, 2003 1 commit
-
-
hartman authored
- fixed the mute and volumeup volumedown when you use them mixed. * src/audio_output/intf.c: - set "saved-volume" on volume up, volume down.
-
- 10 Feb, 2003 2 commits
- 09 Feb, 2003 2 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
audio output. Consequently, the first argument can be any vlc_object_t. * modules/gui/macosx/*: greatly simplified volume functions ; you can now call aout_Volume* even when there is no audio output, and the volume will be saved for later use.
-
- 08 Feb, 2003 2 commits
-
-
Christophe Massiot authored
* Updated po files, * New --buggy-psi options, to supports streams which don't update the continuity counter in their PSI packets (walkenizes #sam).
-
Christophe Massiot authored
right charset, * Implemented localization for audio-channels and video-device variables.
-
- 07 Feb, 2003 2 commits
- 31 Jan, 2003 1 commit
-
-
Jon Lech Johansen authored
World domination ... is at hand.
-
- 29 Jan, 2003 2 commits
-
-
Jon Lech Johansen authored
-
Jon Lech Johansen authored
* modules/gui/macosx: started getting rid of p_intf->p_sys->p_input and using p_playlist->p_input instead.
-
- 28 Jan, 2003 2 commits
- 24 Jan, 2003 2 commits
- 23 Jan, 2003 2 commits
-
-
hartman authored
- oops, i enlarged the timeslider by accident. fixed * ./modules/gui/macosx/controls.m - fixed a mutex_lock issue
-
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.
-
- 17 Jan, 2003 1 commit
-
-
hartman authored
* ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window
-
- 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
-
- 15 Jan, 2003 1 commit
-
-
Christophe Massiot authored
-
- 05 Jan, 2003 1 commit
-
-
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 ?).
-