- 04 Mar, 2009 1 commit
-
-
Paul Vriens authored
-
- 24 Feb, 2009 2 commits
-
-
Francois Gouget authored
kernel32/tests: Change to a win_skip() because we don't want to skip the GetConsoleCursorInfo(,NULL) test in Wine.
-
Francois Gouget authored
-
- 19 Jan, 2009 2 commits
-
-
Andrew Nguyen authored
-
Andrew Nguyen authored
-
- 24 Jun, 2008 2 commits
-
-
Paul Vriens authored
-
Paul Vriens authored
-
- 02 May, 2008 2 commits
-
-
Paul Vriens authored
-
Paul Vriens authored
-
- 21 Apr, 2008 1 commit
-
-
James Hawkins authored
-
- 06 Dec, 2007 1 commit
-
-
Paul Vriens authored
-
- 05 Dec, 2007 1 commit
-
-
Paul Vriens authored
-
- 03 Dec, 2007 1 commit
-
-
Hans Leidekker authored
-
- 10 May, 2007 1 commit
-
-
Kirill K. Smirnov authored
-
- 08 Jan, 2007 1 commit
-
-
Francois Gouget authored
Fix the code so it compiles without warnings.
-
- 10 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 12 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
Also get rid of the kernel/messages subdirectory.
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 22 Dec, 2005 1 commit
-
-
Eric Pouech authored
-
- 28 Oct, 2005 1 commit
-
-
Saulius Krasuckas authored
console signal handler is set to NULL.
-
- 28 Jan, 2005 1 commit
-
-
Rémi Assailly authored
-
- 08 Oct, 2004 1 commit
-
-
Ferenc Wagner authored
-
- 13 Sep, 2004 1 commit
-
-
Eric Pouech authored
-
- 09 Sep, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 08 Sep, 2004 1 commit
-
-
Eric Pouech authored
- fixed console-related fields in RTL_USER_PROCESS_PARAMETERS - various clean-up in kernel32.SetConsoleCtrlHandler - only send a console event once to a process and not to all the process' threads
-
- 03 May, 2004 1 commit
-
-
Jakob Eriksson authored
-
- 26 Jan, 2004 1 commit
-
-
Francois Gouget authored
-
- 25 Sep, 2003 1 commit
-
-
Jon Griffiths authored
-
- 21 Jun, 2003 1 commit
-
-
Eric Pouech authored
handles as wineserver handles - console input handle object is no longer waitable (input record synchronisation is now implemented as a simple semaphore), and removed FD_TYPE_CONSOLE from fd types in wineserver - console handles now always have their two lower bit set so one can distinguish a console handle from a kernel object handle - implemented some undocumented kernel32 console related APIs (CloseConsoleHandle, GetConsoleInputWaitHandle, OpenConsoleW, VerifyConsoleIoHandle, DuplicateConsoleHandle) - allowed a few kernel32 APIs to take console pseudo-handles (FlushFileBuffer, GetFileType, WaitFor*Object*) - simplified the console inheritance at process creation - in console tests, no longer create a console if one already exists
-
- 13 May, 2003 1 commit
-
-
Eric Pouech authored
-