log libvo/vo_corevideo.m @ 34233:7d06c9c40c2b

age author description
Sat, 07 May 2011 20:05:47 +0000 iive Fix compilation for OSX due to r33392 - control() vaarg removal.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 27 Oct 2010 18:38:39 +0000 cigaes vo_corevideo.m: change path for sub.h.
Sun, 25 Jul 2010 17:43:22 +0000 reimar Move variable into the only function where it is used.
Sun, 25 Jul 2010 17:40:44 +0000 reimar Move mouse hiding code to check_events, this allows mouse hiding
Sun, 25 Jul 2010 17:06:41 +0000 reimar Make the Quit menu entry work.
Sun, 25 Jul 2010 17:00:04 +0000 reimar Simplify check_events: avoid seemingly pointless untilDate argument.
Sun, 25 Jul 2010 14:40:58 +0000 reimar Change window-closing handling so it works properly if the
Sun, 25 Jul 2010 12:25:05 +0000 reimar Remove kQuitCmd, it has no purpose or effect at all.
Sun, 25 Jul 2010 11:53:44 +0000 reimar Avoid some code duplication.
Sun, 25 Jul 2010 11:49:36 +0000 reimar Cosmetics: indentation fixes.
Sun, 25 Jul 2010 11:44:57 +0000 reimar Avoid some code duplication in update_screen_info.
Sun, 25 Jul 2010 11:38:45 +0000 reimar Simplify update_screen_info.
Sun, 25 Jul 2010 11:19:41 +0000 reimar Declare variables with proper types to avoid dangerous pointer casts.
Sun, 25 Jul 2010 11:18:04 +0000 reimar Remove pointless casts.