aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* 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
* timer: reduce ifdef headsplitting-factorGravatar wm42014-03-09
* timer: switch to CLOCK_MONOTONICGravatar wm42014-03-09
* timer: add utility function to get relative timeGravatar wm42014-02-28
* threads: fix wait time overflow checkGravatar wm42014-02-26
* win32: restore support for exe directory as config directoryGravatar elevengu2014-02-14
* cocoa: fix deadlock during initialization [2]Gravatar Stefano Pigozzi2014-02-13
* cocoa: fix deadlock during initializationGravatar Stefano Pigozzi2014-02-13
* timer: init only onceGravatar wm42014-02-10
* threads: add a dispatch queue thingGravatar wm42014-02-10
* threads: avoid timeout calculation overflowGravatar wm42014-02-10