- 29 Apr, 2004 3 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
- 27 Apr, 2004 1 commit
-
-
Sam Hocevar authored
-
- 23 Apr, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 20 Apr, 2004 1 commit
-
-
Andre Pang authored
than only responding to shortcut keys which are defined in the .nib interface file
-
- 01 Apr, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 28 Mar, 2004 1 commit
-
-
Benjamin Pracht authored
Reverses previous patch, which added 1min/5min forward / backward functions, as it made the interface too unclear. We need to find another way to use hotkeys on the main interface...
-
- 27 Mar, 2004 1 commit
-
-
Derk-Jan Hartman authored
- spelling fix - added telnet intf to 'Add Interface' * modules/misc/logger.c: - on Mac OS X, use ~/Library/Logs to write logger intf output. * ALL - Added 'Add Interface' to Mac OS X build. Now you can finaly quicklaunch the SAP intf.
-
- 15 Mar, 2004 2 commits
-
-
Benjamin Pracht authored
Applies part of patch from Tom Maguire. Adds controls for 1min/5min forward / backward, and add menu items for them in the control menu. It might make it a bit uinclear. Please make any comment.
-
Benjamin Pracht authored
-
- 30 Jan, 2004 1 commit
-
-
Derk-Jan Hartman authored
* modules/gui/macosx/prefs.?: New preferences parse code. New widgets aren't being created just yet. OS X version is broken now, but it already was. we need to fix this before a release. Code is largely ported from wxwindows...
-
- 25 Jan, 2004 1 commit
-
-
Carlo Calabrò authored
-
- 09 Jan, 2004 1 commit
-
-
Derk-Jan Hartman authored
- Added the duration column - Added a 'surpress error dialog' option to the dialog * ALL: copyright year and author changes
-
- 05 Jan, 2004 1 commit
-
-
Benjamin Pracht authored
-
- 04 Jan, 2004 1 commit
-
-
Felix Paul Kühne authored
-
- 22 Dec, 2003 2 commits
-
-
Benjamin Pracht authored
back to config_PutInt when using the fullscreen button on the interface. This allows to remember the fullscreen setting when changing playlist item
-
Derk-Jan Hartman authored
-
- 21 Dec, 2003 1 commit
-
-
Sam Hocevar authored
-
- 15 Dec, 2003 2 commits
-
-
Benjamin Pracht authored
-
Derk-Jan Hartman authored
-
- 11 Dec, 2003 2 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Fixed the mute hotkey * Fixed the positioning of some elements and removed the stupid black box * Added speex and flac encoders to sout dialog
-
- 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
-
-
Derk-Jan Hartman authored
double size and float on top are sent to the correct window.
-
- 15 Nov, 2003 1 commit
-
-
Derk-Jan 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
-
-
Derk-Jan 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
-
-
Derk-Jan Hartman authored
- support for slp - support for theora - support for demuxdump
-
- 03 Nov, 2003 1 commit
-
-
Derk-Jan 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
-
-
Derk-Jan Hartman authored
And this is no final solution, i think it should be handled in VLCApplication.
-
- 20 Sep, 2003 2 commits
-
-
Derk-Jan 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.
-
Derk-Jan 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
-
-
Derk-Jan 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
-
-
Derk-Jan 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
-
-
Derk-Jan 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
-
-
Derk-Jan 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
-
-
Derk-Jan 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
-
-
Derk-Jan 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.
-