| Commit message (Expand) | Author | Age | Files | Lines |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2/+2 |
* | getch2, mplayer: Always call load_termcap | Diogo Franco (Kovensky) | 2013-07-25 | 1 | -0/+5 |
* | getch2-win: uncrustify | wm4 | 2013-07-14 | 1 | -116/+118 |
* | core: cleanup more mp_fifo leftovers | wm4 | 2013-07-02 | 1 | -3/+2 |
* | Prefix keycode defines with MP_ | wm4 | 2013-02-12 | 1 | -14/+14 |
* | mp_msg, getch2: unix tty background support | Rudolf Polzer | 2013-01-23 | 1 | -0/+3 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -3/+3 |
* | mp_msg: remove filename_recode | wm4 | 2012-07-31 | 1 | -40/+0 |
* | input: stop trying to read terminal input on EOF | Uoti Urpala | 2012-04-06 | 1 | -1/+2 |
* | windows: terminal: unicode, --msgcolor, size change | Martin Herkt | 2012-03-09 | 1 | -0/+6 |
* | cleanup: Silence compilation warnings on MinGW-w64 | wm4 | 2012-03-01 | 1 | -2/+2 |
* | input: move all key code lists to input/keycodes.h | Uoti Urpala | 2011-05-02 | 1 | -1/+1 |
* | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 1 | -13/+24 |
|\ |
|
| * | Add support for reading key events from MinGW xterm. | reimar | 2010-02-28 | 1 | -1/+10 |
| * | Make -slave also work with the normal console on Windows. | reimar | 2010-02-27 | 1 | -3/+8 |
| * | Do not misuse the stdin name. | reimar | 2010-02-27 | 1 | -10/+8 |
| * | Include getch2.h to get rid of some warnings. | reimar | 2010-02-27 | 1 | -0/+1 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 1 | -3/+4 |
|\| |
|
| * | Use a malloced string for the get_term_charset return value. | reimar | 2009-05-31 | 1 | -3/+4 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -17/+17 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -17/+17 |
* | | Merge svn changes up to r28862 | Uoti Urpala | 2009-03-07 | 1 | -1/+20 |
|\| |
|
| * | Add standard license headers to files. | diego | 2009-03-01 | 1 | -1/+20 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 1 | -3/+5 |
|\| |
|
| * | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 1 | -3/+5 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -1/+1 |
|\| |
|
| * | Rename font-related preprocessor directives. | diego | 2008-08-07 | 1 | -1/+1 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 1 | -1/+1 |
|\| |
|
| * | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 | 1 | -1/+1 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -1/+1 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -1/+1 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 1 | -1/+1 |
* | | Add a context for mp_fifo | Uoti Urpala | 2008-04-29 | 1 | -2/+2 |
* | | mp_fifo.c, osdep/: Include corresponding .h in .c files | Uoti Urpala | 2008-04-29 | 1 | -0/+2 |
|/ |
|
* | Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func. | diego | 2008-02-21 | 1 | -1/+1 |
* | Make terminal input work more like VO key input | uau | 2007-08-25 | 1 | -2/+9 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 | 1 | -1/+1 |
* | Add code to detect and convert to console codepage on Windows. | reimar | 2007-03-04 | 1 | -0/+40 |
* | Include stdio.h for printf | reimar | 2007-03-04 | 1 | -0/+3 |
* | 10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from wor... | reimar | 2006-04-15 | 1 | -1/+1 |
* | getch2 should wait for input. Fixes 100% CPU usage during cache fill. | reimar | 2006-04-10 | 1 | -0/+1 |
* | change erase to end of line, fall back to old behavior if no termcap found | ods15 | 2005-12-29 | 1 | -1/+1 |
* | Fix erase to end of line with windows, windows terminal does not support | ods15 | 2005-12-27 | 1 | -1/+1 |
* | 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to be | ods15 | 2005-12-26 | 1 | -0/+1 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-14 | 1 | -1/+1 |
* | fix slave mode for mingw, patch by Anton Ragnarsson <anton.ragnarsson.1093 at... | faust3 | 2004-08-13 | 1 | -12/+6 |
* | add a read function for slave mode on mingw | faust3 | 2003-09-22 | 1 | -0/+19 |
* | fix volume increasing | faust3 | 2003-06-01 | 1 | -1/+3 |
* | alternative timer and glob emulation code for mingw32 port | faust3 | 2003-04-25 | 1 | -1/+1 |
* | disable getch2 on windows when we can't read stdin (msys) | faust3 | 2003-04-19 | 1 | -3/+10 |
* | windows getch2 for MINGW32 port | faust3 | 2003-03-30 | 1 | -0/+109 |