- 11 Nov, 2003 1 commit
-
-
hartman authored
* src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q * modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5 * REST: implemented configurable hotkeys for OS X.
-
- 03 Nov, 2003 1 commit
-
-
hartman authored
* ALL: bring the project files to XCode. 10.2 users should revert the change in Makefile.am or they won't be able to build VLC on their machine. Editing the project files will probably also not be possible for them.
-
- 29 Oct, 2003 1 commit
-
-
hartman authored
And this is no final solution, i think it should be handled in VLCApplication.
-
- 20 Sep, 2003 2 commits
-
-
hartman authored
- removed the defines for i_mode concerning random and loop. We use config variables for all of these. * src/libvlc.h: - removed the enqueue playlist config option. It's no longer used. - added a repeat option. vlc will keep playing the same playlist_item, until the option is unset. * src/playlist/playlist.c: - added a repeat, random and loop variable. - wxwindows should use these as well I think. * modules/gui/macosx: - added the INTF_ABOUT_MSG to the about dialog. - implemented the about and repeat items.
-
hartman authored
- implemented the new input variables for control. - reevaltuated the locking mechanisms in the osx intf. a lot of this can now be removed, because of the new input structures, and the vout garbage collector of playlist.
-
- 19 Sep, 2003 1 commit
-
-
hartman authored
recognized by VLC * modules/code/quicktime.c: Added samr (AMR) to the quicktime decoder. Although it runs on OS X, it only plays back silence for some reason. Might be a problem with one of the converters? * modules/gui/macosx/*: - 'fixed' several compiler warnings - removed some old no longer necesarry stuff
-
- 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.
-
- 26 May, 2003 1 commit
-
-
hartman authored
* modules/demux/avi/avi.c: fixed a spelling error reported by emulynx * modules/gui/macosx/intf.?: added a wrapString:toWidth function * modules/gui/macosx/prefs.?: removed the use of vlc_wraptext, because it was ugly. now we use our own, osx method. This fixes tooltips in japanese I'm not sure, but i think src/extras/libc.c vlc_wraptext is now unused.
-
- 20 May, 2003 1 commit
-
-
hartman authored
* ALL: - added CDDA support - added a "Online Documentation" item to the Help menu - removed some debugging strings
-
- 15 May, 2003 1 commit
-
-
hartman authored
to be done, waiting for gibalou to work his magic on that ;) cvs: ----------------------------------------------------------------------
-
- 11 May, 2003 2 commits
-
-
hartman authored
- removed a bit too much code from the interface files previous commit. Menu's were enabled if there was no input. - removed a NSLog which was used for bugtracking
-
hartman authored
and playlist already have, to be notified of menu changes. * src/video_output/video_output.c: Changed a 1 to a VLC_TRUE * modules/gui/macosx/intf.?: Interface listens for changes in the input menu's now.
-
- 08 May, 2003 2 commits
-
-
Christophe Massiot authored
localized system * Removed the "EXPERIMENTAL" in "DVD menus (EXPERIMENTAL)", and enabled the DVD menus by default.
-
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.
-
- 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.
-
- 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 2 commits
-
-
http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425hartman authored
having two close buttons in one window goes against Apple's UIG.
-
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 ;)
-
- 04 Mar, 2003 1 commit
-
-
hartman authored
- the german translation requires two different translations of the word File. I added a _ANS() function to the macosx version that gets the translation of 1:File and strips the first two characters of this alternate translation. - updated all .po files to make sure we don't break anything - committed the March 1 version of the german translation by Felix Kuhne <FK@aenneburghardt.de>
-
- 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.
-