Filip Navara
31c1c21824
- Compile Win32k, GDI, USER32 and CSRSS using W32API.
...
svn path=/trunk/; revision=9053
2004-04-09 20:03:21 +00:00
Thomas Bluemel
e040902fff
implemented SetConsoleIcon()
...
svn path=/trunk/; revision=8721
2004-03-14 17:53:27 +00:00
Hartmut Birr
11897d4d87
- Implemented double buffering for a console windows. Currently the second buffer
...
is a memory bitmap. All screen buffer updates does also write to the bitmap and
the screen is updated by invalidating the update region. The previous version
has released the screen buffer lock while scrolling up. It is not possible to
release the lock while a write to the screen buffer is in progress. If the text
output routines are faster, we should change the second buffer from a bitmap
to character array.
svn path=/trunk/; revision=8578
2004-03-07 21:00:11 +00:00
Gé van Geldorp
bec973c423
Move call to PrivateCsrssManualGuiCheck to before the creation of
...
window classes
svn path=/trunk/; revision=8019
2004-02-04 00:05:46 +00:00
Filip Navara
44f54f5ec0
- Use ScrollWindowEx for scrolling text in console
...
svn path=/trunk/; revision=8015
2004-02-03 17:53:54 +00:00
Gé van Geldorp
ac9931e8b5
Icon for console windows
...
svn path=/trunk/; revision=7774
2004-01-19 20:14:28 +00:00
Gé van Geldorp
e98f4ce2f0
Auto-detect whether to create a GUI or a TUI console
...
svn path=/trunk/; revision=7571
2004-01-11 17:31:16 +00:00
Gé van Geldorp
769dcae440
Re-create notification window when needed
...
svn path=/trunk/; revision=7375
2003-12-31 20:16:39 +00:00
Gé van Geldorp
17cd4520da
Do not endlessly repeat first character of line when using bright
...
background (fixes bug #105 )
svn path=/trunk/; revision=7268
2003-12-27 18:25:31 +00:00
Gé van Geldorp
78aaee0a8b
Allow launching of console apps from GUI apps
...
svn path=/trunk/; revision=7107
2003-12-18 09:51:08 +00:00
Gé van Geldorp
89d0892531
Move desktop window proc from WIN32K to CSRSS
...
svn path=/trunk/; revision=6908
2003-12-07 23:02:57 +00:00
Gé van Geldorp
1ffe9401f6
Remove direct references from csrss to win32k (call via user32/gdi32 only)
...
svn path=/trunk/; revision=6858
2003-12-03 21:50:50 +00:00
Gé van Geldorp
4e366db69f
CSRSS code reshuffle
...
svn path=/trunk/; revision=6845
2003-12-02 11:38:47 +00:00