aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* macosx_application: fix file opening on 10.9 (for real this time)Gravatar Stefano Pigozzi2013-09-13
* macosx_application: fix file opening on OS X 10.9 (hopefully)Gravatar Stefano Pigozzi2013-09-12
* macosx_application: handle mpv:// linksGravatar Stefano Pigozzi2013-09-07
* macosx_application: handle URL events as fileopen eventsGravatar Stefano Pigozzi2013-09-07
* macosx_events: fix modifiers handling with media keysGravatar Stefano Pigozzi2013-09-05
* macosx_events: send a `release all` after key up eventsGravatar Stefano Pigozzi2013-09-02
* macosx_events: remove duplicationGravatar Stefano Pigozzi2013-09-02
* cocoa: enqueue events only if input context is presentGravatar Stefano Pigozzi2013-09-01
* osx: use MP_KEY_* instead of MK_* for media keysGravatar Stefano Pigozzi2013-09-01
* cocoa: let the core handle key repeatsGravatar Stefano Pigozzi2013-08-30
* macosx: remove platform specific input queueGravatar Stefano Pigozzi2013-08-13
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* mpv.rc: update Windows iconGravatar James Ross-Gowan2013-07-30
* getch2: Load the "ce", "ks" and "ke" caps into a static bufferGravatar Diogo Franco (Kovensky)2013-07-26
* getch2: Deactivate getch2 on SIGINT; also handle SIGQUITGravatar Diogo Franco (Kovensky)2013-07-26
* getch2: Only send ESC if it was typed twiceGravatar Diogo Franco (Kovensky)2013-07-26
* getch2: Handle setupterm errorsGravatar Diogo Franco (Kovensky)2013-07-26
* getch2: fix compilationGravatar wm42013-07-26
* getch2: Support ESC keypresses againGravatar Diogo Franco (Kovensky)2013-07-25
* getch2: Doing it right this timeGravatar Diogo Franco (Kovensky)2013-07-25
* Revert "getch2: Avoid possible infinite loop"Gravatar Diogo Franco (Kovensky)2013-07-25
* getch2: Avoid possible infinite loopGravatar Diogo Franco (Kovensky)2013-07-25
* getch2, mplayer: Always call load_termcapGravatar Diogo Franco (Kovensky)2013-07-25
* getch2: Remove unused function, fix possible crashGravatar Diogo Franco (Kovensky)2013-07-25
* getch2: Refactor/rewriteGravatar Diogo Franco (Kovensky)2013-07-25
* cocoa_common: handle keyboard modifiers for mouse eventsGravatar Stefano Pigozzi2013-07-21
* w32: update manifest for high DPI and Windows 8.1Gravatar James Ross-Gowan2013-07-14
* getch2-win: uncrustifyGravatar wm42013-07-14
* osdep: remove unused mmap compatibility hacksGravatar wm42013-07-07
* cocoa: remove usage of mp_fifoGravatar Stefano Pigozzi2013-07-03
* core: cleanup more mp_fifo leftoversGravatar wm42013-07-02
* OSX: fix compilation with 10.7 SDKGravatar Stefano Pigozzi2013-06-19
* osdep: remove shmem wrapperGravatar wm42013-06-18
* macosx_events: handle key modifiers with media keysGravatar Stefano Pigozzi2013-06-06
* macosx_events: DRY up key lookup over dictionaryGravatar Stefano Pigozzi2013-06-05
* macosx_events: make remote property an instance variableGravatar Stefano Pigozzi2013-06-05
* osx: improve Media Keys supportGravatar Stefano Pigozzi2013-06-04
* osx: add Apple Remote supportGravatar Stefano Pigozzi2013-06-03
* osx: implement media keysGravatar Stefano Pigozzi2013-06-03
* macosx_events: send all queued eventsGravatar Stefano Pigozzi2013-06-03
* osx: cocoa_common: use default wakeup periodGravatar Stefano Pigozzi2013-06-03
* osx: create macosx_events to deal with keyDown eventsGravatar Stefano Pigozzi2013-06-03
* macosx_application: refactor psn matching codeGravatar Stefano Pigozzi2013-05-30
* macosx_application: refactor filename escapeGravatar Stefano Pigozzi2013-05-30
* macosx_application: use @autoreleasepoolGravatar Stefano Pigozzi2013-05-30
* macosx_application: move escape_loadfile_name in this fileGravatar Stefano Pigozzi2013-05-30
* macosx_application: fix menu 'ghosting'Gravatar Stefano Pigozzi2013-05-26
* Replace calls to usec_sleep()Gravatar wm42013-05-26
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* timer: use gettimeofday() on WindowsGravatar wm42013-05-26