aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* osdep: shorten thread name on glibc onlyGravatar wm42014-10-20
* osdep: limit thread names to 16 charactersGravatar wm42014-10-20
* Set thread name for debuggingGravatar wm42014-10-19
* win32: remove an unneeded mechanismGravatar wm42014-10-19
* win32: remove outdated commentGravatar wm42014-10-19
* win32: get rid of mp_stat in the normal source codeGravatar wm42014-10-17
* win32: make lseek() fail on pipesGravatar wm42014-10-17
* cocoa: allow to disable apple remote at compile timeGravatar Stefano Pigozzi2014-10-17
* terminal: recognize ^hGravatar wm42014-10-17
* cocoa: post keydown and keyup events without event monitorGravatar Stefano Pigozzi2014-10-09
* libmpv/cocoa: don't start the event monitorGravatar Stefano Pigozzi2014-10-09
* Remove mpbswap.hGravatar wm42014-09-25
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* osdep: hack to fix build with low quality pthreads-w32 headersGravatar wm42014-09-20
* osdep/semaphore_osx.c: Include osdep/semaphore.h before #ifdefGravatar Diogo Franco (Kovensky)2014-09-10
* osdep: fix windows buildGravatar wm42014-09-10
* osdep: add POSIX semaphore emulation for OSXGravatar wm42014-09-10
* terminal-unix: don't read from stdin if it's not a terminalGravatar wm42014-09-10
* terminal-unix: move to threadGravatar wm42014-09-10
* terminal-win: minor simplificationGravatar wm42014-09-10
* win32: add tmpfile() replacementGravatar James Ross-Gowan2014-09-05
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* bstr: preparation for next commitGravatar wm42014-08-29
* posix: use STD*_FILENO constantsGravatar Ben Boeckel2014-08-28
* win32: correct SGR sequence handlingGravatar James Ross-Gowan2014-08-24
* win32: correct HANDLE typeGravatar James Ross-Gowan2014-08-24
* terminal-unix: new input handling codeGravatar wm42014-08-21
* terminal-win: read input from a threadGravatar wm42014-08-21
* terminal: some cleanupsGravatar wm42014-08-21
* terminal-win: remove nonsensical codeGravatar wm42014-08-21
* win32: emulate some ANSI terminal escape codesGravatar wm42014-08-21
* terminal-unix: eliminate unnecessary variableGravatar wm42014-08-20
* cocoa: move handleFilesArray: to macosx_eventsGravatar FRAU KOUJIRO2014-08-06
* cocoa: move set_input_context to macosx_eventsGravatar FRAU KOUJIRO2014-08-06
* cocoa: sync inputContext inside EventsResponderGravatar FRAU KOUJIRO2014-08-06
* cocoa: decouple events from application somewhatGravatar FRAU KOUJIRO2014-08-06
* Remove the last remains of slave modeGravatar wm42014-08-01
* cocoa: fix key equivalent dispatchingGravatar Stefano Pigozzi2014-07-30
* osdep: don't assume errno is positiveGravatar wm42014-07-25
* cocoa: fix compilation on OS X 10.8Gravatar Stefano Pigozzi2014-07-14
* build: deal with endian messGravatar wm42014-07-10
* config: use the same signature for win32/OSX specific path functionsGravatar wm42014-06-26
* config: make passing talloc context optional for some functionsGravatar wm42014-06-26
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* win32: implement --priority differentlyGravatar wm42014-06-12
* input: separate wakeup pipe creation into a separate functionGravatar wm42014-05-30
* timer: remove unneeded time_t overflow checkGravatar wm42014-05-24
* timer: workaround for crappy operating systemsGravatar wm42014-05-23
* timer: fix previous commitGravatar wm42014-05-22
* timer: improve overflow checksGravatar wm42014-05-22