aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/getch2-win.c
Commit message (Expand)AuthorAge
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* getch2, mplayer: Always call load_termcapGravatar Diogo Franco (Kovensky)2013-07-25
* getch2-win: uncrustifyGravatar wm42013-07-14
* core: cleanup more mp_fifo leftoversGravatar wm42013-07-02
* Prefix keycode defines with MP_Gravatar wm42013-02-12
* mp_msg, getch2: unix tty background supportGravatar Rudolf Polzer2013-01-23
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* mp_msg: remove filename_recodeGravatar wm42012-07-31
* input: stop trying to read terminal input on EOFGravatar Uoti Urpala2012-04-06
* windows: terminal: unicode, --msgcolor, size changeGravatar Martin Herkt2012-03-09
* cleanup: Silence compilation warnings on MinGW-w64Gravatar wm42012-03-01
* input: move all key code lists to input/keycodes.hGravatar Uoti Urpala2011-05-02
* Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\
| * Add support for reading key events from MinGW xterm.Gravatar reimar2010-02-28
| * Make -slave also work with the normal console on Windows.Gravatar reimar2010-02-27
| * Do not misuse the stdin name.Gravatar reimar2010-02-27
| * Include getch2.h to get rid of some warnings.Gravatar reimar2010-02-27
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-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
* | Merge svn changes up to r28862Gravatar Uoti Urpala2009-03-07
|\|
| * Add standard license headers to files.Gravatar diego2009-03-01
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* | Add a context for mp_fifoGravatar Uoti Urpala2008-04-29
* | mp_fifo.c, osdep/: Include corresponding .h in .c filesGravatar Uoti Urpala2008-04-29
|/
* Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.Gravatar diego2008-02-21
* Make terminal input work more like VO key inputGravatar uau2007-08-25
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Add code to detect and convert to console codepage on Windows.Gravatar reimar2007-03-04
* Include stdio.h for printfGravatar reimar2007-03-04
* 10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from wor...Gravatar reimar2006-04-15
* getch2 should wait for input. Fixes 100% CPU usage during cache fill.Gravatar reimar2006-04-10
* change erase to end of line, fall back to old behavior if no termcap foundGravatar ods152005-12-29
* Fix erase to end of line with windows, windows terminal does not supportGravatar ods152005-12-27
* 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to beGravatar ods152005-12-26
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-14
* fix slave mode for mingw, patch by Anton Ragnarsson <anton.ragnarsson.1093 at...Gravatar faust32004-08-13
* add a read function for slave mode on mingwGravatar faust32003-09-22
* fix volume increasingGravatar faust32003-06-01
* alternative timer and glob emulation code for mingw32 portGravatar faust32003-04-25