- 11 May, 2003 4 commits
-
-
hartman authored
- Add the THANKS file to the Mac OS X application * modules/gui/macosx/about.?: - Use c-style comments instead of // - Open the AUTHORS file with the correct Encoding - Display the THANKS file as well - Rotate the scrolling when at the end * modules/gui/macosx/intf.m: - put Cocoa into multithreaded mode as soon as possible. Not really causing any problems now, but is cleaner. * modules/gui/macosx/prefs.m: - Select the current setting when we create a combobox.
-
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
-
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.
-
- 10 May, 2003 1 commit
-
-
hartman authored
-
- 09 May, 2003 3 commits
-
-
hartman authored
- possibly fixed a crash situation when clicking the OK button (not sure though) * modules/gui/macosx/macosx.m: - made the transparency option an advanced option.
-
Eric Petit authored
* src/misc/configuration.c: config_PutPsz now sets the variable to NULL if the string is empty * modules/gui/macosx/prefs.m: remove duplicate (now) code with config_PutPsz
-
hartman authored
- made the advanced button better. - added missing CONFIG_ITEM_DIRECTORY support * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: - added the semi 'apple' default of com-, as a hotkey for the prefs.
-
- 08 May, 2003 3 commits
-
-
hartman authored
modules/gui/macosx/intf.m: We shouldn't save the config file when the interface closes. This explains a lot of bugreports ;)
-
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.
-
- 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 3 commits
-
-
gbazin authored
* ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams. * modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
-
hartman authored
-
gbazin authored
* ALL: removed the old channels server stuff (was deprecated).
-
- 04 May, 2003 1 commit
-
-
gbazin authored
* src/misc/variables.c, ALL: improvements to the object variables api. - added another argument to var_Change(). - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change() that are used to set/get a friendly name to an object variable. - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve the number of availabel choices without having to get their value as well. - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign a friendly name to the choice value. - VLC_VAR_GETCHOICES retrieves the choices values and their friendly names. * modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
-
- 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 2 commits
- 29 Apr, 2003 1 commit
-
-
hartman authored
- When we delete an item, update playlist with to indicate 'currently playing'
-
- 19 Apr, 2003 2 commits
-
-
hartman authored
But it's coooooool. http://sidekick.student.utwente.nl/videolan/transparent.jpg
-
hartman authored
corresponding menu. On thy fly filter changes are still not possible.
-
- 15 Apr, 2003 2 commits
- 09 Apr, 2003 2 commits
- 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)
-
- 01 Apr, 2003 1 commit
-
-
Christophe Massiot authored
* modules/access_output/udp.c: Now supports IPv6 IP addresses (patch courtesy of Alexis Guillard) * po/*: Updated po files to send out to the translators * Mac OS X port: Cosmetics
-
- 30 Mar, 2003 2 commits
-
-
Jon Lech Johansen authored
-
gbazin authored
* modules/*: sanitization of the modules description strings.
-
- 26 Mar, 2003 2 commits
-
-
hartman authored
* modules/gui/macosx/open.? - updated the open dialog (now with sheets !!!) - added ogg file stream out - added http file stream out - added file subtitle support for the delay and fps options * extras/MacOSX/vlc.pbproj/project.pbxproj - added the .ts file-extension to the application
-
Sam Hocevar authored
added a final newline to a few text files to avoid diff complaints.
-
- 24 Mar, 2003 1 commit
-
-
hartman authored
-
- 19 Mar, 2003 1 commit
-
-
hartman authored
-
- 18 Mar, 2003 4 commits
-
-
Jon Lech Johansen authored
-
hartman authored
Now a complete redesign of the hiding of the mousecursor. - We use higher level functions now (NSCursor). - We only hide if the cursor is over our VLCView - In many exceptions we unhide. This is mainly for multimonitor support.
-
hartman authored
Reworked the mouse hiding routine. we were always hiding the mousecursor on kCGDirectMainDisplay, but this display is always the one with the menubar and not always the one containing our VLCVout. This new code takes the vout, and calculates on which displays (plural because of possible mirroring) it is being shown. It then shows or hides the cursor on all of those displays. This should fix #396.
-
hartman authored
* modules/misc/httpd.c: removed an unused int.
-
- 17 Mar, 2003 2 commits