aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_quartz.c
Commit message (Expand)AuthorAge
* 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
* Toggle only between ontop and normal.Gravatar nplourde2005-05-20
* set device id to 0 if the device selected on startup do not existGravatar nplourde2005-02-14
* do not bring process to front if HAVE_SDLGravatar nplourde2004-12-01
* clear menubar before adding new menuGravatar nplourde2004-12-01
* add support for macosx finder argument support (let you bundle mplayer to be ...Gravatar nplourde2004-11-10
* remove window shadow in fullscreenGravatar nplourde2004-11-02
* set aqua default themeGravatar nplourde2004-11-02
* do not hide mouse and menubar in fulscreen if not using main deviceGravatar nplourde2004-11-01
* more panscan fixGravatar nplourde2004-11-01
* window now save is old position when going in fullscreen or while using resiz...Gravatar nplourde2004-10-30
* resize preset now respect movie aspectGravatar nplourde2004-10-29
* enable pan-scan + menu optionGravatar nplourde2004-10-29
* get proper movie aspectGravatar nplourde2004-10-28
* menu option to set desired movie aspect & keep aspect on window resizeGravatar nplourde2004-10-28
* autodetect proper monitor aspectGravatar nplourde2004-10-28
* let you choose fullscreen resolution for slower systemGravatar nplourde2004-10-28