Difference between revisions of "Csrss.exe"

From ReactOS Wiki
Jump to: navigation, search
m
m
Line 16: Line 16:
 
* Auto-detect whether to create a GUI or a TUI console ([[Gé van Geldorp]])
 
* Auto-detect whether to create a GUI or a TUI console ([[Gé van Geldorp]])
 
* Improved keyboard handling ([[Art Yerkes]])
 
* Improved keyboard handling ([[Art Yerkes]])
 +
[[ChangeLog-0.2.1]]
 +
* Use ScrollWindowEx for scrolling text in console ([[Filip Navara]])
 +
* Move call to PrivateCsrssManualGuiCheck to before the creation of window classes ([[Gé van Geldorp]])
 +
* Fixed shift handling code that caused bug 193 ([[Art Yerkes]])
 +
* Initialize/delete the lock of a screen buffer ([[Hartmut Birr]])

Revision as of 00:51, 5 March 2012

http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/csrss/?view=log

ChangeLog-0.0.16

  • Console handling moved to CSRSS
  • Whole new win32 console support, with multiple virtual consoles and scrollback support

ChangeLog-0.0.17

  • New console client support

ChangeLog-0.0.21

ChangeLog-0.1.0

  • CSRSS: Implemented ReadConsoleOutputA() and WriteConsoleInputA() (Marty Dill)

ChangeLog-0.1.1

  • Csrss: More Console functions implemented, others improved (Hartmut Birr)

ChangeLog-0.2.0

ChangeLog-0.2.1

  • Use ScrollWindowEx for scrolling text in console (Filip Navara)
  • Move call to PrivateCsrssManualGuiCheck to before the creation of window classes (Gé van Geldorp)
  • Fixed shift handling code that caused bug 193 (Art Yerkes)
  • Initialize/delete the lock of a screen buffer (Hartmut Birr)