summaryrefslogtreecommitdiffstats
path: root/libvo/vo_quartz.c
Commit message (Expand)AuthorAgeFilesLines
* Fix mouse button mapping:ulion2007-12-181-4/+4
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Handle mouse up event to get double click support from mp_fifo.ulion2007-11-071-6/+23
* Fix mouse right button and middle button incorrect identifications.ulion2007-11-061-3/+9
* Fix KPENTER keycode value.ulion2007-11-061-1/+1
* Fix the prevent system idle code. Original code also works, but not as expected.ulion2007-11-061-3/+2
* Warning fixes:ulion2007-11-061-26/+27
* bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-end...nplourde2007-06-291-18/+19
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-281-1/+0
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-1/+1
* Fix a declarations vs statements warning.diego2006-12-011-2/+5
* Replace deprecated functionnplourde2006-04-081-18/+10
* let osx sleep if video is pausednplourde2006-02-071-15/+15
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-021-2/+2
* remove extern for variables that are already in headers.reimar2005-08-211-5/+0
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* resize video after keep aspect menu item togglenplourde2005-07-031-0/+1
* fix various window resizing bug with menu optionnplourde2005-07-031-1/+6
* more fullscreen behaviour fix for mouse cursornplourde2005-07-021-7/+12
* properly redraw fullscreen window with -fs and zoomnplourde2005-07-021-3/+6
* auto hide menubar and cursor in fullscreennplourde2005-07-011-2/+34
* draw resize boxnplourde2005-06-141-2/+36
* Fix Live Resize to match vo_macosx behaviornplourde2005-06-091-69/+101
* Toggle only between ontop and normal.nplourde2005-05-201-20/+1
* set device id to 0 if the device selected on startup do not existnplourde2005-02-141-0/+1
* do not bring process to front if HAVE_SDLnplourde2004-12-011-1/+1
* clear menubar before adding new menunplourde2004-12-011-0/+3
* add support for macosx finder argument support (let you bundle mplayer to be ...nplourde2004-11-101-0/+2
* remove window shadow in fullscreennplourde2004-11-021-1/+1
* set aqua default themenplourde2004-11-021-7/+7
* do not hide mouse and menubar in fulscreen if not using main devicenplourde2004-11-011-4/+10
* more panscan fixnplourde2004-11-011-19/+27
* window now save is old position when going in fullscreen or while using resiz...nplourde2004-10-301-9/+9
* resize preset now respect movie aspectnplourde2004-10-291-3/+3
* enable pan-scan + menu optionnplourde2004-10-291-1/+20
* get proper movie aspectnplourde2004-10-281-3/+3
* menu option to set desired movie aspect & keep aspect on window resizenplourde2004-10-281-6/+70
* autodetect proper monitor aspectnplourde2004-10-281-0/+3
* let you choose fullscreen resolution for slower systemnplourde2004-10-281-0/+41
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-3/+3
* fix windows resizing ui glitchnplourde2004-10-271-10/+9
* Enable live resizenplourde2004-10-221-23/+35
* fixed typonplourde2004-10-211-2/+2
* move variable declaration at beginning of blocknplourde2004-10-211-7/+12
* removed duplicate case and fixed aspect ratio for window zoom featurenplourde2004-10-201-77/+8
* Fixed event handling for menubar and window close button.nplourde2004-10-201-48/+111
* fix menu bar support and add new movie zoom option menu a la quicktimenplourde2004-10-191-11/+134
* add rgb32 csp supportnplourde2004-08-241-19/+95
* fix crash when using close buttonnplourde2004-08-241-0/+1
* add var vo_rootwin and -rootwin switch for mac osxnplourde2004-07-291-3/+2
* removed ref to extern WinIDnplourde2004-07-231-1/+0
* add support for -rootwin commandnplourde2004-07-231-0/+11
* listen for key repeats, patch by Dan Christiansennplourde2004-07-221-59/+66
* Fixed typonplourde2004-07-161-1/+1
* Add Window Level Key, Can switch mode with T keynplourde2004-07-151-10/+39
* make mplayer capable of being in the foreground by Dan Christiansennplourde2004-07-091-3/+22
* added more key to keyboard eventnplourde2004-06-231-24/+25
* removed buggy rgb32 supportnplourde2004-06-231-103/+31
* choose fullscreen device with suboption device_id=#nplourde2004-06-021-22/+52
* uyvy osd supportnplourde2004-05-311-1/+1
* re-use same window when playing multiple filesnplourde2004-05-181-102/+146
* Event Handling Makeovernplourde2004-05-121-167/+158
* More code cleanupnplourde2004-05-071-59/+55
* Switch rgb32 from QD to QTnplourde2004-05-071-289/+206
* Disable live resize for yuv - HW accel bugnplourde2004-05-051-6/+15
* Cosmetic change std ident stylenplourde2004-05-051-304/+339
* Removed unused debug code.nplourde2004-05-051-62/+0
* Add yuv csp supportnplourde2004-05-041-19/+513
* Add Fullscreen, Ontop and OSD supportnplourde2004-04-261-447/+461
* Quartz/MacOSX video output module by Nicolas Plourdealex2004-04-051-0/+529