Gé van Geldorp
59371a062e
Introduce TEXTMETRICSA and TEXTMETRICSW
...
svn path=/trunk/; revision=4431
2003-03-25 22:35:19 +00:00
Richard Campbell
dcedc133e0
*** empty log message ***
...
svn path=/trunk/; revision=4430
2003-03-25 20:34:52 +00:00
Eric Kohl
5ae904ab74
Added automatic start of 2nd stage setup.
...
svn path=/trunk/; revision=4429
2003-03-25 19:26:33 +00:00
Richard Campbell
eefe9aeef3
Removed a DbgPrint
...
svn path=/trunk/; revision=4428
2003-03-24 23:45:47 +00:00
Richard Campbell
464468ce33
Implemented UpdateWindow()
...
svn path=/trunk/; revision=4427
2003-03-24 23:08:51 +00:00
Gé van Geldorp
428e6983d1
Speed up search for free handle somewhat
...
svn path=/trunk/; revision=4426
2003-03-24 22:50:17 +00:00
Gé van Geldorp
0d5ed410c1
Fix GDI handle leaks
...
svn path=/trunk/; revision=4425
2003-03-24 22:49:54 +00:00
Eric Kohl
a3437854ba
Use an enum for page id's instead of an ULONG.
...
svn path=/trunk/; revision=4424
2003-03-24 19:12:10 +00:00
Eric Kohl
192fe9f464
Implemented import of binary system hive. (UNTESTED)
...
Improved handling of a hive's dirty block bitmap.
svn path=/trunk/; revision=4423
2003-03-24 19:10:00 +00:00
Eric Kohl
6b349cca78
Added leading semicolons to comment lines
...
svn path=/trunk/; revision=4422
2003-03-24 13:45:27 +00:00
Eric Kohl
d64b0c501f
Implemented RegLoadKey[A/W]() and RegUnLoadKey[A/W]().
...
svn path=/trunk/; revision=4421
2003-03-24 13:44:15 +00:00
Richard Campbell
e93115c5a2
- Proper implementation of NtUserMoveWindow()
...
svn path=/trunk/; revision=4420
2003-03-24 01:36:10 +00:00
KJK::Hyperion
1c607fc7d1
zlib is a static library, not (necessarily) a driver library. Moved it back to reactos/lib (who moved it?)
...
svn path=/trunk/; revision=4419
2003-03-24 01:28:44 +00:00
KJK::Hyperion
f7d6015170
why was zlib.a included in the list of files to install?
...
svn path=/trunk/; revision=4418
2003-03-24 00:23:18 +00:00
KJK::Hyperion
5c1108ea15
- changed a couple of structures to match the definitions given in the book "Windows 2000 Native API"
...
- implementation of the SystemProcessInformation class of NtQuerySystemInformation() by Aleksey Bragin
svn path=/trunk/; revision=4417
2003-03-24 00:09:32 +00:00
Gunnar Dalsnes
d3c97ea09d
init. change notification work
...
svn path=/trunk/; revision=4416
2003-03-23 19:51:11 +00:00
Hartmut Birr
f771a79dd9
- Set the executable flag for some files in _stat.
...
svn path=/trunk/; revision=4415
2003-03-23 15:18:34 +00:00
Hartmut Birr
fa9eae54dd
- Fixed a bug in valisttos.
...
- Implemented _spawnlp.
svn path=/trunk/; revision=4414
2003-03-23 15:18:01 +00:00
Eric Kohl
f392901f75
Implemented NtQueryAttributesFile() and NtQueryFullAttributesFile().
...
svn path=/trunk/; revision=4413
2003-03-23 14:46:09 +00:00
Hartmut Birr
2aef8289eb
- Save the device object for dereferencing before the worker routine is called (IoWorkItemCallback).
...
svn path=/trunk/; revision=4412
2003-03-23 10:50:13 +00:00
Hartmut Birr
457a70030c
- Add a trailing '\' if the path is only a drive (RtlpEatPath).
...
svn path=/trunk/; revision=4411
2003-03-23 10:49:19 +00:00
Hartmut Birr
52b9204b29
- Extract the correct search pattern and do not interpret '.' or '..'
...
at the end of the pattern as path (InternalFindFirstFile).
svn path=/trunk/; revision=4410
2003-03-23 10:48:14 +00:00
Hartmut Birr
d7d389bf60
- Fixed the length parameter for calling RtlGetCurrentDirectory_U (GetCurrentDirectoryW).
...
svn path=/trunk/; revision=4409
2003-03-23 10:46:59 +00:00
Hartmut Birr
1032130eaf
- Fixed the intialization of the returned fcb if the directory is the root (FindFile).
...
svn path=/trunk/; revision=4408
2003-03-23 10:45:56 +00:00
Jason Filby
4687fe39e4
Free bitmap in EngTransparentBlt
...
svn path=/trunk/; revision=4407
2003-03-23 10:15:12 +00:00
Jason Filby
3aed736c06
Improved font loaded message
...
svn path=/trunk/; revision=4406
2003-03-23 09:46:22 +00:00
Jason Filby
44b3528f71
Line drawing fixes
...
svn path=/trunk/; revision=4405
2003-03-23 09:18:51 +00:00
Eric Kohl
68c3b158fc
GetFileAttributes() and SetFileAttributes() must use NtOpenFile() to open directories too.
...
svn path=/trunk/; revision=4404
2003-03-23 04:01:16 +00:00
Gé van Geldorp
8b0fa2ce3d
Release XLATEOBJs after use
...
svn path=/trunk/; revision=4403
2003-03-22 23:57:32 +00:00
Gé van Geldorp
1e8cc39810
Don't access internal object for NULL handle
...
svn path=/trunk/; revision=4402
2003-03-22 23:57:05 +00:00
Eric Kohl
a8c65e148b
Check only the last path component for system hive name.
...
svn path=/trunk/; revision=4401
2003-03-22 22:32:17 +00:00
Jason Filby
e02bb01522
Use DPRINT1 for errors
...
svn path=/trunk/; revision=4400
2003-03-22 22:05:36 +00:00
Jason Filby
0a595fb831
Use DbgPrint for errors
...
svn path=/trunk/; revision=4399
2003-03-22 21:52:38 +00:00
Jason Filby
8526f38f43
Line drawing fixes
...
svn path=/trunk/; revision=4398
2003-03-22 21:51:05 +00:00
Eric Kohl
0e4840598e
Fix typo.
...
svn path=/trunk/; revision=4397
2003-03-22 18:45:20 +00:00
Eric Kohl
5aa85e8ac2
Separate import of system and hardware hive.
...
svn path=/trunk/; revision=4396
2003-03-22 18:27:40 +00:00
Eric Kohl
c5b283562d
Import registry data from inf files which are listed in txtsetup.sif.
...
svn path=/trunk/; revision=4395
2003-03-22 15:25:03 +00:00
Eric Kohl
8b3c315dd9
Add new registry inf files.
...
svn path=/trunk/; revision=4394
2003-03-22 15:22:14 +00:00
Eric Kohl
4f8e2ab714
Fixed NtLoadKey(), NtLoadKey2() and NtSaveKey() signature.
...
svn path=/trunk/; revision=4393
2003-03-22 11:26:51 +00:00
Mark Tempel
9bb9270ac0
Update to make shaptest be a windowed application.
...
svn path=/trunk/; revision=4392
2003-03-22 06:53:06 +00:00
Richard Campbell
87a1ef504f
Allocated space for the menu
...
svn path=/trunk/; revision=4391
2003-03-22 04:53:01 +00:00
Richard Campbell
948bca0d7e
Allocate space for menu in MoveWindow, will filter this change to SetWindowPos/CreateWindowEx soon, gotta go. PS doesn't work yet due to menu not being 'seen'
...
svn path=/trunk/; revision=4390
2003-03-22 03:05:26 +00:00
KJK::Hyperion
7c39153727
small fix to linking error
...
svn path=/trunk/; revision=4389
2003-03-21 21:46:06 +00:00
Hartmut Birr
a9b1cd3b93
- Fixed the buffer handling for ioctl requests and direct access
...
input buffers (METHODE_IN_DIRECT, output buffer from caller).
svn path=/trunk/; revision=4388
2003-03-21 21:09:42 +00:00
Hartmut Birr
99146c71b3
- Write direct to the console buffer in CsrWriteConsoleOutputChar.
...
- Update only the necessary screen region in CsrFillOutputChar.
- Improve the access to the console buffer in CsrFillOutputAttrib/CsrWriteConsoleOutputAttrib.
svn path=/trunk/; revision=4387
2003-03-21 20:17:55 +00:00
Eric Kohl
79dcc93088
Fixed typos in hivesys.inf.
...
Changed shell.exe to cmd.exe in txtsetup.sif
svn path=/trunk/; revision=4386
2003-03-21 18:10:32 +00:00
Eric Kohl
a4e1a6d03d
Fixed value list cell resizing bug.
...
svn path=/trunk/; revision=4385
2003-03-21 17:40:57 +00:00
Mark Tempel
71c0c0f710
fixed the shaptest copy command.
...
svn path=/trunk/; revision=4384
2003-03-21 04:26:50 +00:00
Gunnar Dalsnes
ed69e0431b
LoadResource crashed with NULL hModule
...
svn path=/trunk/; revision=4383
2003-03-21 00:20:41 +00:00
Gé van Geldorp
5b0769c317
Change install path
...
svn path=/trunk/; revision=4382
2003-03-20 21:46:41 +00:00