- 28 Mar, 2005 1 commit
-
-
hartman authored
-
- 13 Mar, 2005 1 commit
-
-
Jérome Decoodt authored
-
- 17 Feb, 2005 1 commit
-
-
hartman authored
* Finally fixed the issue with resizing the controller and the broken playlist view that was the result of this resize. Estimated 60 hours spent to work around a stupid autoresize bug in the AppKit of Cocoa.
-
- 20 Jan, 2005 1 commit
-
-
hartman authored
- don't use bool. it's BOOL - use GNU style C and hungarian notation - fix the issue with GUI crashes in playlistview - default is now category view (for experimentation until we have a SD menu) - experiment with NSViews to fix the 'drawer' issue (not working though)
-
- 06 Jan, 2005 1 commit
-
-
Felix Paul Kühne authored
* controls.h: removed "o_open" * intf.*, open.*: make sure the open-nib is loaded only once, don't load it at launch time but dynamic and do it in VLCMain, so VLCOpen does not know about it anymore * MainMenu.nib: we don't need instances of VLCOpen and VLCOutput anymore
-
- 03 Jan, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 23 Dec, 2004 1 commit
-
-
hartman authored
* src/video_output/vout_intf.c: use above option and set the default destination for snapshots on OS X to the Desktop. * REST: Add the Snapshot command to the menu's etc.
-
- 19 Dec, 2004 1 commit
-
-
Felix Paul Kühne authored
-
- 29 Aug, 2004 1 commit
-
-
hartman authored
* the prime manage thread now runs every .1 sec instead of .3, this might improve response sometimes.
-
- 15 Aug, 2004 1 commit
-
-
bigben authored
-
- 14 Aug, 2004 1 commit
-
-
Jérome Decoodt authored
intf: Equalizer window in window menu equalizer.m: presets should work now equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file
-
- 02 Aug, 2004 1 commit
-
-
hartman authored
Testing would be welcomed very much.
-
- 28 Jul, 2004 1 commit
-
-
hartman authored
* vout_Control implemented for macosx * position slider fixed * p_input manage loops fixed (buttons, playstatus etc) * float on top works again * visual filters work * deinterlace filter selection broken * fullscreen button is not being updated atm * potential deadlocks between intf thread and vout thread??? * the window title might not always be updated. OSX devs, please test as much as you can. This was all fairly low level stuff. We need to test it properly.
-
- 05 Jul, 2004 1 commit
-
-
hartman authored
- The VLCApplication is now launched at the vlc.c level instead of at the module level. Allows VLC to be a more valid Mac application, also removes the vout intf dependancy (use ncurses to disp. video :). This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly. - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet. - There is a symlink in VLC.app/Contents/Mac called clivlc that will force it back to a fullblown cli app when you want, so it can still be run by a user who isn't logged in via GUI. - there are some autorelease leaks which need to be tackled. - moved a lot of the VLCApplication func. to the VLCMain class. - VLCMain is a +sharedInstance now. - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers? Examples: VLC.app/Contents/MacOS/VLC [-I macosx] launches VLC as before (requires you to be logged in via GUI) VLC.app/Contents/MacOS/VLC -I ncurses launch vlc with a ncurses intf and display video on your mac (requires you to be logged in via GUI) VLC.app/Contents/MacOS/clivlc -I telnet -d launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids Now how is that for combining GUI and cli in one application on the mac?!!? :) jlj? I finally understand now how the OS X interface works !
-
- 17 May, 2004 1 commit
-
-
Felix Paul Kühne authored
* modules/gui/macosx/macosx.m: rewritten a pref-string * modules/gui/pda/pda.glade: Fixed "VLC media player" * po/de.po: Updated translation
-
- 30 Apr, 2004 1 commit
-
-
bigben authored
- old VLCInfo and InfoPanel have been removed from nib file - VLCPlaylistInfo and PlaylistInfoPanel have been renamed - old info.c and info.h are still in repository, but not compiled, should I remove them ?
-
- 20 Apr, 2004 1 commit
-
-
Andre Pang authored
than only responding to shortcut keys which are defined in the .nib interface file
-
- 27 Mar, 2004 1 commit
-
-
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
- 25 Jan, 2004 1 commit
-
-
Carlo Calabrò authored
-
- 09 Jan, 2004 1 commit
-
-
hartman authored
- Added the duration column - Added a 'surpress error dialog' option to the dialog * ALL: copyright year and author changes
-
- 04 Jan, 2004 1 commit
-
-
Felix Paul Kühne authored
-
- 22 Dec, 2003 1 commit
-
-
Sam Hocevar authored
-
- 15 Dec, 2003 1 commit
-
-
bigben authored
-
- 11 Dec, 2003 2 commits
- 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.
-
- 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.
-