1. 04 Mar, 2009 1 commit
  2. 24 Feb, 2009 2 commits
  3. 19 Jan, 2009 2 commits
  4. 24 Jun, 2008 2 commits
  5. 02 May, 2008 2 commits
  6. 21 Apr, 2008 1 commit
  7. 06 Dec, 2007 1 commit
  8. 05 Dec, 2007 1 commit
  9. 03 Dec, 2007 1 commit
  10. 10 May, 2007 1 commit
  11. 08 Jan, 2007 1 commit
  12. 10 Oct, 2006 1 commit
  13. 12 Sep, 2006 1 commit
  14. 23 May, 2006 1 commit
  15. 22 Dec, 2005 1 commit
  16. 28 Oct, 2005 1 commit
  17. 28 Jan, 2005 1 commit
  18. 08 Oct, 2004 1 commit
  19. 13 Sep, 2004 1 commit
  20. 09 Sep, 2004 1 commit
  21. 08 Sep, 2004 1 commit
    • Eric Pouech's avatar
      - ctrl-c enabling flag is now inherited · 440ad8cc
      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
      440ad8cc
  22. 03 May, 2004 1 commit
  23. 26 Jan, 2004 1 commit
  24. 25 Sep, 2003 1 commit
  25. 21 Jun, 2003 1 commit
    • Eric Pouech's avatar
      - adapted kernel32 so that it no longer (directly) manages console · 412d37f6
      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
      412d37f6
  26. 13 May, 2003 1 commit