log libvo/vo_quartz.c @ 21881:a10888bc9758

age author description
Fri, 01 Dec 2006 15:04:46 +0000 diego Fix a declarations vs statements warning.
Sat, 08 Apr 2006 16:16:48 +0000 nplourde Replace deprecated function
Tue, 07 Feb 2006 01:36:32 +0000 nplourde let osx sleep if video is paused
Wed, 02 Nov 2005 21:50:55 +0000 albeu libvo input cleanup: remove the dependency on libinput,
Sun, 21 Aug 2005 01:20:31 +0000 reimar remove extern for variables that are already in headers.
Fri, 05 Aug 2005 01:24:37 +0000 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
Sun, 03 Jul 2005 14:28:51 +0000 nplourde resize video after keep aspect menu item toggle
Sun, 03 Jul 2005 12:24:48 +0000 nplourde fix various window resizing bug with menu option
Sat, 02 Jul 2005 19:44:48 +0000 nplourde more fullscreen behaviour fix for mouse cursor
Sat, 02 Jul 2005 13:28:25 +0000 nplourde properly redraw fullscreen window with -fs and zoom
Fri, 01 Jul 2005 17:21:13 +0000 nplourde auto hide menubar and cursor in fullscreen
Tue, 14 Jun 2005 12:48:39 +0000 nplourde draw resize box
Thu, 09 Jun 2005 12:39:52 +0000 nplourde Fix Live Resize to match vo_macosx behavior
Fri, 20 May 2005 16:40:35 +0000 nplourde Toggle only between ontop and normal.
Mon, 14 Feb 2005 21:28:21 +0000 nplourde set device id to 0 if the device selected on startup do not exist
Wed, 01 Dec 2004 21:22:18 +0000 nplourde do not bring process to front if HAVE_SDL
Wed, 01 Dec 2004 21:19:04 +0000 nplourde clear menubar before adding new menu
Wed, 10 Nov 2004 16:43:40 +0000 nplourde add support for macosx finder argument support (let you bundle mplayer to be a finder compliant .app) patch by Chris Roccati <roccati@pobox.com>
Tue, 02 Nov 2004 23:01:25 +0000 nplourde remove window shadow in fullscreen
Tue, 02 Nov 2004 18:16:41 +0000 nplourde set aqua default theme
Mon, 01 Nov 2004 17:19:25 +0000 nplourde do not hide mouse and menubar in fulscreen if not using main device
Mon, 01 Nov 2004 16:17:49 +0000 nplourde more panscan fix
Sat, 30 Oct 2004 19:56:41 +0000 nplourde window now save is old position when going in fullscreen or while using resize preset
Fri, 29 Oct 2004 02:16:16 +0000 nplourde resize preset now respect movie aspect
Fri, 29 Oct 2004 01:24:14 +0000 nplourde enable pan-scan + menu option
Thu, 28 Oct 2004 23:06:35 +0000 nplourde get proper movie aspect
Thu, 28 Oct 2004 22:03:26 +0000 nplourde menu option to set desired movie aspect & keep aspect on window resize
Thu, 28 Oct 2004 21:48:41 +0000 nplourde autodetect proper monitor aspect
Thu, 28 Oct 2004 14:52:47 +0000 nplourde let you choose fullscreen resolution for slower system
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.