1. 2c68408 Fixed some of the issues reported by Solaris Lint. by Patrik Stridvall · 26 years ago
  2. 9fe7a25 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  3. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  4. 69289f6 Only declare console "driver" once, use external refs elsewhere. by Marcus Meissner · 26 years ago
  5. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  6. ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
  7. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  8. f544507 Added configure check for getbkgd and define HAVE_GETBKGD. by Michael Veksler · 26 years ago
  9. 93a2ce6 Added GetBackgroundColor call to the console struct. Will be used later. by Joseph Pranevich · 26 years ago
  10. f0e0df3 More commenting, better debugging of color problems, and support for by Joseph Pranevich · 26 years ago
  11. 019693b Support for the new InitialRows andf InitialColumns options in wine.ini by Joseph Pranevich · 26 years ago
  12. 23b6eeb Removal of obsolete XtermResolution option. by Joseph Pranevich · 26 years ago
  13. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  14. 11076b1 Added configuration options XtermProgram and XtermResolution. Fixed a warning. by Joseph Pranevich · 26 years ago
  15. ebc0e5e Moved initialization until later. Also moved around code a bit to be consistant. by Joseph Pranevich · 26 years ago
  16. edc858c wine_openpty is not properly declared (either missing or mismatched by Zygo Blaxell · 26 years ago
  17. 408b085 Small fix. by Ove Kaaven · 26 years ago
  18. 9c77b47 Preliminary color console support. by Joseph Pranevich · 26 years ago
  19. f0a3545 Switch ncurses.h/curses.h include (works better for FreeBSD). by Marcus Meissner · 26 years ago
  20. 592ba10 autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and by Marcus Meissner · 26 years ago
  21. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  22. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  23. bef93c0 Xterm driver can now resize the terminal when a mode change is detected. by Joseph Pranevich · 26 years ago
  24. d87fa94 Long standing scroll bug fixed! by Joseph Pranevich · 26 years ago
  25. e884f9c Rewrite of configuration system to support "regular" curses as well as by Joseph Pranevich · 26 years ago
  26. 06591f6 Add support for selection of console mode drivers to use using the by Joseph Pranevich · 26 years ago
  27. 251b8ee Made more cross-platform by changing ->_fileno to fileno(). by Joseph Pranevich · 26 years ago
  28. 5576838 Add a driver to open up a new xterm window whenever console output is by Joseph Pranevich · 26 years ago
  29. 791cd6a Added console support. by Joseph Pranevich · 26 years ago