aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Add header for macosx_finder_args() instead of forward declaring it.Gravatar diego2010-02-23
* Mark sleep_accurate() as static, it is only used within the file.Gravatar diego2010-02-22
* Conditionally declare mp_input_slave_cmd_func().Gravatar diego2010-02-22
* Properly declare get_term_charset() instead of forward declaring it.Gravatar diego2010-02-22
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* #include corresponding .h files in .c files.Gravatar diego2010-02-16
* Add a proper header for our strsep implementation so strsep willGravatar reimar2010-01-17
* Happy new year!Gravatar zuxy2010-01-07
* Use a malloced string for the get_term_charset return value.Gravatar reimar2009-05-31
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* cosmetics: reindentGravatar diego2009-04-19
* cosmetics: Remove file names from file header, it only causes trouble.Gravatar diego2009-03-15
* Add back mistakenly removed copyright notice.Gravatar diego2009-03-03
* Add standard license headers to files.Gravatar diego2009-03-01
* Remove unnecessary _UWIN #define.Gravatar diego2009-02-11
* Add priority support for OS/2 and factorize the Windows priority support.Gravatar diego2009-02-10
* Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.Gravatar diego2009-01-15
* timer-win2.c: Fix "voi" (void) typo breaking Windows compilationGravatar uau2009-01-05
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Remove useless variable startup_time, since we do not need it any more.Gravatar ulion2008-05-05
* Use consistent include paths, we always build from the top level now.Gravatar diego2008-04-30
* Force to uint64_t first to avoid direct conversion from double to unsigned int.Gravatar ulion2008-04-28
* Merge osdep/Makefile into the top-level Makefile, thus getting ridGravatar diego2008-04-08
* Move decision about which getch2 and timer file to compile to configure.Gravatar diego2008-04-08
* Move decision about whether or not to compile osdep/mmap_os2.c to configure.Gravatar diego2008-04-08
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-07
* mmap() support for OS/2Gravatar diego2008-02-27
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* OS/2 getch2() supportGravatar diego2008-02-21
* Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.Gravatar diego2008-02-21
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* Happy New Year!Gravatar zuxy2008-01-02
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Replace multiple inclusion guards with leading underscores by default names.Gravatar diego2008-01-01
* Fix warnings when compiling test application.Gravatar diego2007-12-28
* Make windres binary name configurable, useful for cross-compiling.Gravatar diego2007-12-28
* Rename timer-lx.c --> timer-linux.c.Gravatar diego2007-11-21
* main() --> main(void)Gravatar diego2007-11-21
* Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflowGravatar ulion2007-10-23
* getch2: Fix incorrect testGravatar uau2007-09-15
* warning fix:Gravatar diego2007-08-25
* Clean up getch2() code somewhatGravatar uau2007-08-25
* Make terminal input work more like VO key inputGravatar uau2007-08-25