aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* 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
* timer: fix (usually impossible) timespec.tv_sec overflowGravatar wm42014-05-22
* osdep: silence a -Wshadow warningGravatar wm42014-05-21
* timer: account for negative time valuesGravatar wm42014-05-18
* threads: use mpv time for mpthread_cond_timedwait wrapperGravatar wm42014-05-18
* terminal: always use SA_RESTART with sigaction()Gravatar wm42014-04-26
* threads: fix function nameGravatar wm42014-04-23
* dispatch: move into its own source fileGravatar wm42014-04-23
* glob-win: support UnicodeGravatar James Ross-Gowan2014-04-21
* Kill all tabsGravatar wm42014-04-13
* client API: add mpv_get_wakeup_pipe convenience functionGravatar wm42014-04-12
* terminal-unix: reject overlong termcap stringsGravatar wm42014-04-10