- 22 Dec, 2003 1 commit
-
-
hartman authored
-
- 21 Dec, 2003 1 commit
-
-
Sam Hocevar authored
-
- 15 Dec, 2003 2 commits
- 11 Dec, 2003 2 commits
- 22 Nov, 2003 1 commit
-
-
Eric Petit authored
interface because this makes crash others interfaces which might be still using it (e.g. sap)
-
- 20 Nov, 2003 1 commit
-
-
hartman authored
double size and float on top are sent to the correct window.
-
- 15 Nov, 2003 1 commit
-
-
hartman authored
- Drag and drop implemented - still need new sliders and remove the titlebar. * revert the mozilla plugin changes. i will build a seperate module for that * simplified previous/next (only playlist, people with chapters and titles will have to use the menu * Moved the disable screensaver from interface to vout.
-
- 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.
-
- 06 Nov, 2003 1 commit
-
-
hartman authored
- support for slp - support for theora - support for demuxdump
-
- 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
-
- 27 Jul, 2003 2 commits
-
-
hartman authored
and some small fixes.
-
Christophe Massiot authored
- there should be fewer resampling, particularly on DVD chapter changes - when you unpause a DVD, VLC will wait for the drive to spin up, so you won't lose several seconds of movies * modules/gui/macosx/controls.m: Seeking in paused mode resumes the play mode, make the interface take that into account.
-
- 30 Jun, 2003 1 commit
-
-
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.
-
- 17 Jun, 2003 1 commit
-
-
hartman authored
modules/gui/macosx/intf.m: Fixed an inconsistenty in the translation cvS: ----------------------------------------------------------------------
-
- 09 Jun, 2003 1 commit
-
-
Christophe Massiot authored
In vout_CreatePicture() replace i_repeat_first_field by the more useful i_nb_fields * modules/gui/macosx/intf.m: Fixed a warning * modules/codec/libmpeg2.c include/vout_synchro.h src/video_output/vout_synchro.c: Re-added support for slice-I streams, plus miscellaneous tweakings
-
- 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.
-
- 25 May, 2003 1 commit
-
-
Christophe Massiot authored
enabled version of gettext. (patch courtesy of the DJ)
-
- 20 May, 2003 2 commits
-
-
hartman authored
* ALL: - added CDDA support - added a "Online Documentation" item to the Help menu - removed some debugging strings
-
hartman authored
* New prefs dialog much like the wxWindows and BeOS one. - translated instances might be broken. - still need sliders for min/max values - improved sizing should be done.
-
- 15 May, 2003 1 commit
-
-
hartman authored
to be done, waiting for gibalou to work his magic on that ;) cvs: ----------------------------------------------------------------------
-
- 12 May, 2003 1 commit
-
-
hartman authored
play them) in the playlist. Otherwise we can be too late.
-
- 11 May, 2003 3 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
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 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 2 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
-
- 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.
-
- 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 ""
-