aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* Merge mp_talloc.h into ta/ta_talloc.hGravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* macosx_events: fix null dereference on uninitGravatar Stefano Pigozzi2013-12-07
* options: add option to disable using right Alt key as Alt GrGravatar Vivek Jain2013-12-02
* osdep/io: also include unistd.hGravatar wm42013-11-30
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* build: make pthreads mandatoryGravatar wm42013-11-28
* switch the build system to wafGravatar Stefano Pigozzi2013-11-21
* osdep/io.c: include config.hGravatar wm42013-11-20
* stream: split out pthread helper functionGravatar wm42013-11-17
* osdep: handle SIGTERMGravatar wm42013-11-06
* osx: fix -Wshadow warnings on platform specific codeGravatar Stefano Pigozzi2013-11-04
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* getch2: assume EOF when input file descriptor is invalidGravatar wm42013-10-28
* getch2: move global state to file scope variablesGravatar wm42013-10-28
* cocoa: fix opening quarantined files on 10.9 with the bundle [2]Gravatar Stefano Pigozzi2013-10-25
* cocoa: fix opening quarantined files on 10.9 with the bundleGravatar Stefano Pigozzi2013-10-24
* cocoa: fix race condition with input context creationGravatar Stefano Pigozzi2013-10-24
* getch2: remove pointless ifdefferyGravatar wm42013-10-17
* Copyright, LICENSE: switch to GPL version 2 or laterGravatar wm42013-10-13
* osx: fix buildGravatar wm42013-09-27
* win32: edit resource files, in particular set CompanyNameGravatar wm42013-09-23
* macosx_application: fix regression causing crashGravatar Stefano Pigozzi2013-09-19
* osdep/path: remove ifdefsGravatar wm42013-09-18
* macosx: move bundle path stuff to path-macosx.mGravatar Stefano Pigozzi2013-09-18
* path, win32: redo user configfile path handlingGravatar wm42013-09-18
* win32: add getenv() UTF-8 variantGravatar wm42013-09-18
* HIDRemote: remove OS X version checksGravatar Stefano Pigozzi2013-09-17
* macosx_application: remove deprecation warning on OS X 10.9Gravatar Nyx0uf2013-09-16
* 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