Royce Mitchell III
5d6837f300
added myself to the "notevil" list
...
svn path=/trunk/; revision=5181
2003-07-20 06:51:29 +00:00
James Tabor
2159a6ca97
Added SetDesktopBitmap
...
svn path=/trunk/; revision=5180
2003-07-20 06:25:52 +00:00
James Tabor
3c46b3026a
Implemented GetKeyState, GetKeyboardState & SetKeyboardState.
...
svn path=/trunk/; revision=5179
2003-07-20 05:32:19 +00:00
Royce Mitchell III
06f059499a
fixed ldr/loader.c to report a missing export before bugchecking. ( was a CPRINT, which apparently doesn't work). Updated ntoskrnl.edf exports so that ros boots in bochs on my system again ( my ATAPI zip drive apparently was choking it )
...
svn path=/trunk/; revision=5178
2003-07-20 05:15:34 +00:00
James Tabor
2f0ad8d685
Implemented unpluged DC code.
...
svn path=/trunk/; revision=5177
2003-07-20 04:00:36 +00:00
KJK::Hyperion
93baf2c7ad
Fixed a bug in the accelerators code
...
svn path=/trunk/; revision=5176
2003-07-20 03:45:31 +00:00
James Tabor
e1c932cd9e
Removed W32k from SelectObject. Doesnt effect anything.
...
svn path=/trunk/; revision=5175
2003-07-20 03:01:13 +00:00
James Tabor
377803bd56
Implemented unpluged DC code, FrameRect, InvertRect and DrawFocusRect.
...
svn path=/trunk/; revision=5174
2003-07-20 02:58:13 +00:00
Royce Mitchell III
91c717d561
drivers/fs/vfat/volume.c: fixed bug lines 88, 92 - wasn't copying null-terminator.
...
svn path=/trunk/; revision=5173
2003-07-20 01:48:46 +00:00
James Tabor
3a6b419266
Implemented FrameRect, InvertRect and DrawFocusRect.
...
svn path=/trunk/; revision=5172
2003-07-20 01:24:52 +00:00
James Tabor
a3be8dee2e
Implemented Unpluged DC code
...
svn path=/trunk/; revision=5171
2003-07-20 00:42:55 +00:00
James Tabor
07ac6a5f63
Implemented Unpluged DC code
...
svn path=/trunk/; revision=5170
2003-07-20 00:33:55 +00:00
James Tabor
6dfe326b7b
Implemented Unpluged DC code
...
svn path=/trunk/; revision=5169
2003-07-20 00:13:36 +00:00
Eric Kohl
313d9193b5
Moved caret functions to a separate file.
...
svn path=/trunk/; revision=5168
2003-07-20 00:06:27 +00:00
Eric Kohl
b474c2f621
Added audit functions.
...
svn path=/trunk/; revision=5167
2003-07-20 00:04:06 +00:00
David Welch
34a2109187
- Fixed case of include file name.
...
svn path=/trunk/; revision=5166
2003-07-19 23:11:16 +00:00
James Tabor
f0c49a6e83
Implemented Unpluged DC code
...
svn path=/trunk/; revision=5165
2003-07-19 22:53:21 +00:00
Eric Kohl
df985d0406
Implemented NdisMPciAssignSlotResources() partially.
...
svn path=/trunk/; revision=5164
2003-07-19 11:40:05 +00:00
Hartmut Birr
8e2008811b
- Reverted my last changes.
...
svn path=/trunk/; revision=5163
2003-07-19 08:02:51 +00:00
James Tabor
e70d5b63e7
Add SetDesktopBitmap to def file
...
svn path=/trunk/; revision=5162
2003-07-19 04:52:52 +00:00
Royce Mitchell III
1519602c46
sorry I fubar'd the build :(
...
svn path=/trunk/; revision=5161
2003-07-19 04:10:30 +00:00
Royce Mitchell III
35e4ade503
see ChangeLog file please
...
svn path=/trunk/; revision=5160
2003-07-19 01:35:27 +00:00
Gé van Geldorp
24475b126e
Only repaint those parts of the desktop window which need repainting
...
svn path=/trunk/; revision=5159
2003-07-18 20:55:21 +00:00
Royce Mitchell III
f064f64b1d
StringFromCLSID missing call to IMalloc_Release
...
svn path=/trunk/; revision=5158
2003-07-18 04:01:58 +00:00
Steven Edwards
c79e8b6c63
install new tests.
...
svn path=/trunk/; revision=5157
2003-07-17 23:24:43 +00:00
Steven Edwards
0cd892553a
Updated tests.
...
svn path=/trunk/; revision=5156
2003-07-17 23:18:23 +00:00
Gé van Geldorp
6b56586d3b
Implement DCX_EXCLUDERGN and DCX_INTERSECTRGN
...
svn path=/trunk/; revision=5155
2003-07-17 21:25:11 +00:00
Gé van Geldorp
6a672c7aec
Get SM_CXSCREEN and SM_CYSCREEN from size of desktop window
...
svn path=/trunk/; revision=5154
2003-07-17 19:31:49 +00:00
Eric Kohl
5e00b52f0a
Partially implemented NdisImmediateWritePciSlotInformation() and NdisWritePciSlotInformation().
...
svn path=/trunk/; revision=5153
2003-07-17 18:17:55 +00:00
Eric Kohl
286447a2c9
Partially implemented NdisImmediateReadPciSlotInformation() and NdisReadPciSlotInformation().
...
svn path=/trunk/; revision=5152
2003-07-17 17:37:06 +00:00
Andrew Greenwood
e6d0d671b8
Win 32 API header compatibility update
...
Files that should now compile with Win 32 API headers:
* sysinfo.c
* time.c
* work.c
* zone.c
If you suddenly discover that something no longer works due to a missing struct member, it's probably because I've renamed it to match the Win 32 API headers.
svn path=/trunk/; revision=5151
2003-07-17 16:57:39 +00:00
Casper Hornstrup
cb35a5b425
2003-07-17 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* drivers/fs/ntfs/notes.txt: New file.
* drivers/fs/ntfs/close.c: Ditto.
* drivers/fs/ntfs/rw.c: Ditto.
* drivers/fs/ntfs/attrib.c: Change Cdfs prefix to Ntfs.
* drivers/fs/ntfs/fcb.c: Ditto.
* drivers/fs/ntfs/finfo.c: Ditto.
* drivers/fs/ntfs/fsctl.c: Ditto.
* drivers/fs/ntfs/volinfo.c: Ditto.
* drivers/fs/ntfs/ntfs.c (DriverEntry): Set remaining dispatch functions.
* drivers/fs/ntfs/ntfs.h: Change Cdfs prefix to Ntfs.
(NTFS_RECORD_HEADER, FILE_RECORD_HEADER): Document fields.
* drivers/fs/ntfs/makefile (TARGET_OBJECTS): Add close.o rw.o.
svn path=/trunk/; revision=5150
2003-07-17 13:31:39 +00:00
Casper Hornstrup
7359af43d8
Revert.
...
svn path=/trunk/; revision=5149
2003-07-17 10:47:02 +00:00
Casper Hornstrup
ee523ca3ba
2003-07-17 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* INSTALL: Update installation instructions.
svn path=/trunk/; revision=5148
2003-07-17 10:46:21 +00:00
Gé van Geldorp
ef4ace3cd7
Changes for multiple window support
...
svn path=/trunk/; revision=5147
2003-07-17 07:49:15 +00:00
Gé van Geldorp
5e5c85ccdd
Ignore generated _regtests.c
...
svn path=/trunk/; revision=5146
2003-07-17 06:37:39 +00:00
Steven Edwards
88a91a3783
Added combobox test by Waldo Alvarez
...
svn path=/trunk/; revision=5145
2003-07-17 03:05:44 +00:00
Royce Mitchell III
496acc2853
changed crtdll to use msvcrt's stdio/scanf.c
...
svn path=/trunk/; revision=5144
2003-07-16 22:09:07 +00:00
Royce Mitchell III
0d2df900ab
using msvcrt's vfscanf now.
...
svn path=/trunk/; revision=5143
2003-07-16 21:59:56 +00:00
Royce Mitchell III
1a9bda60e7
modifed strtok & wcstok in msvcrt so that crtdll can use it.
...
new private support functions _lasttoken and _wlasttoken to support strtok and wcstok respectively.
fixed lib/msvcrt/stdio/vfscanf.c to remove unnecessary globals.
svn path=/trunk/; revision=5142
2003-07-16 21:54:22 +00:00
Hartmut Birr
a94bc96529
- Sorry, something was wrong with my last clean up and check in.
...
The MEMORY_AREA_CACHE_SEGMENT should go to MmPageOutSectionView.
svn path=/trunk/; revision=5141
2003-07-16 20:57:36 +00:00
Royce Mitchell III
0397f6f960
fixed some warnings
...
svn path=/trunk/; revision=5140
2003-07-16 17:53:34 +00:00
Royce Mitchell III
0b1a369faf
integrated Art Yerkes' _ftime implementation at lib/msvcrt/time/ftime.c
...
fixed ungetc warning in lib/msvcrt/stdio/vfscanf.c (also renamed ungetc macro to UNGETC for clarity)
svn path=/trunk/; revision=5139
2003-07-16 13:29:01 +00:00
Eric Kohl
db21a27a3b
Fixed a potential bug related to anonymous struct/union.
...
svn path=/trunk/; revision=5138
2003-07-16 11:51:56 +00:00
Royce Mitchell III
e847eaa655
Fixed references to errno in MSVCRT to use __set_errno() and _errno() respectively. Fixed warning (args 3 & 6 in call to CreateThread) in lib/msvcrt/process/threadx.c
...
svn path=/trunk/; revision=5137
2003-07-16 02:45:24 +00:00
Royce Mitchell III
8082dee891
Updated by TortoiseCVS
...
svn path=/trunk/; revision=5136
2003-07-15 21:56:01 +00:00
Hartmut Birr
067fe9985c
- Check for a non existing memory area.
...
- Check if the memory area would be deleted.
- Allow to page out section pages which are mapped from cache.
svn path=/trunk/; revision=5135
2003-07-15 19:31:27 +00:00
Hartmut Birr
e6d3e40053
- Acquire always the segmemt lock in CcRosLookupCacheSegment/CcRosCreateCacheSegment.
...
- Try to remove mapped section pages from a cache segment in CcRosTrimCache.
svn path=/trunk/; revision=5134
2003-07-15 19:30:33 +00:00
Royce Mitchell III
4610a1b077
modified crtdll to forward most of it's CTYPE, STRING and WSTRING entries to NTDLL or MSVCRT.
...
svn path=/trunk/; revision=5132
2003-07-15 19:27:25 +00:00
Andrew Greenwood
8ff4e97a06
Sorry, I broke depend.mk last time by forcing forward slash usage... This should fix it.
...
svn path=/trunk/; revision=5131
2003-07-15 19:19:07 +00:00