aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_quartz.c
Commit message (Expand)AuthorAge
* Consistently use sizeof(variable) instead of sizeof(type) where easily possible.Gravatar reimar2009-09-02
* Cosmetics: get rid of many pointless ()Gravatar reimar2009-09-02
* Reduce code duplication for half/normal/double video size handling.Gravatar reimar2009-09-02
* Remove unused variable.Gravatar reimar2009-09-02
* vo_quartz: change deallocation/uninit to more reliably free allocated data.Gravatar reimar2009-09-02
* Port feature from corevideo: remember half/double size settings and reapplyGravatar reimar2009-08-28
* Move aspect change handling from vo_quartz to osx_common.Gravatar reimar2009-08-28
* Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.Gravatar reimar2009-08-28
* Use the standard MPlayer aspect handling instead of reimplementing our own in...Gravatar reimar2009-08-28
* Use lookup_keymap_table function with data structure instead of huge switch-caseGravatar reimar2009-08-27
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* Do not use full relative #include path for headers in the same directory.Gravatar diego2008-12-17
* #include appropriate headers instead of locally declaring function prototypes.Gravatar diego2008-12-08
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)Gravatar gpoirier2008-11-24
* avoid putting several statements on a single lineGravatar gpoirier2008-11-24
* Use doxygen-style comments in file header. Remove tabs usage.Gravatar gpoirier2008-11-24
* whitespace-cleanupGravatar gpoirier2008-11-24
* Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with cu...Gravatar gpoirier2008-11-24
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.Gravatar diego2008-08-07
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* Fix mouse button mapping:Gravatar ulion2007-12-18
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Handle mouse up event to get double click support from mp_fifo.Gravatar ulion2007-11-07
* Fix mouse right button and middle button incorrect identifications.Gravatar ulion2007-11-06
* Fix KPENTER keycode value.Gravatar ulion2007-11-06
* Fix the prevent system idle code. Original code also works, but not as expected.Gravatar ulion2007-11-06
* Warning fixes:Gravatar ulion2007-11-06
* bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-end...Gravatar nplourde2007-06-29
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Fix a declarations vs statements warning.Gravatar diego2006-12-01
* Replace deprecated functionGravatar nplourde2006-04-08
* let osx sleep if video is pausedGravatar nplourde2006-02-07
* libvo input cleanup: remove the dependency on libinput,Gravatar albeu2005-11-02
* remove extern for variables that are already in headers.Gravatar reimar2005-08-21
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* resize video after keep aspect menu item toggleGravatar nplourde2005-07-03
* fix various window resizing bug with menu optionGravatar nplourde2005-07-03
* more fullscreen behaviour fix for mouse cursorGravatar nplourde2005-07-02
* properly redraw fullscreen window with -fs and zoomGravatar nplourde2005-07-02
* auto hide menubar and cursor in fullscreenGravatar nplourde2005-07-01
* draw resize boxGravatar nplourde2005-06-14
* Fix Live Resize to match vo_macosx behaviorGravatar nplourde2005-06-09