Eric Kohl
e81ecb35ce
Enumerate FILE_DEVICE_BUS_EXTENDER and FILE_DEVICE_ACPI devices.
...
svn path=/trunk/; revision=12360
2004-12-27 14:21:35 +00:00
Martin Fuchs
d8d3883496
fix GPF for clicks in the favorites folder
...
svn path=/trunk/; revision=12359
2004-12-27 13:54:19 +00:00
Gé van Geldorp
7a1b4194e2
Use ListEntry->Flink before ListEntry is freed by SignalSocket()
...
svn path=/trunk/; revision=12358
2004-12-27 11:00:01 +00:00
Gé van Geldorp
4b48423b86
Make AsyncData point to the allocated memory instead of overwriting some
...
random memory locations
svn path=/trunk/; revision=12357
2004-12-27 10:38:06 +00:00
Filip Navara
89ae96ff47
- Free all memory in error case of GetClassInfoExCommon.
...
- Fix RegisterClassExA for menu-less window classes.
svn path=/trunk/; revision=12353
2004-12-26 23:56:16 +00:00
Filip Navara
f6f130ea4b
- Fix size returned by NtUserGetClassInfo.
...
svn path=/trunk/; revision=12352
2004-12-26 23:54:54 +00:00
Gé van Geldorp
e4514c3fed
Dynamically resize buffer as needed
...
svn path=/trunk/; revision=12350
2004-12-26 23:31:00 +00:00
Gé van Geldorp
8bbd20efdc
Don't write outside buffer
...
svn path=/trunk/; revision=12349
2004-12-26 23:09:51 +00:00
Gé van Geldorp
0afb1fb12d
Move the I/O completion port setting to second stage and fix the async I/O
...
test. Thanks to Alex Ionescu for explaining this stuff to me.
svn path=/trunk/; revision=12348
2004-12-26 21:18:34 +00:00
Filip Navara
46016205f7
DceResetActiveDCEs fixes:
...
- Don't check ownership because window DCs are global now.
- Correctly reposition client DCs (if window style changes).
svn path=/trunk/; revision=12347
2004-12-26 20:34:49 +00:00
Filip Navara
fe67fad88a
- Fix building on Linux.
...
svn path=/trunk/; revision=12346
2004-12-26 18:55:26 +00:00
Filip Navara
11d39be5b5
- Export ExSemaphoreObjectType.
...
svn path=/trunk/; revision=12345
2004-12-26 17:48:19 +00:00
Gé van Geldorp
cbfd8c1020
Set I/O completion port on completion of the IRP
...
svn path=/trunk/; revision=12344
2004-12-26 15:55:14 +00:00
Gé van Geldorp
f5639215be
Implement IoSetIoCompletion()
...
svn path=/trunk/; revision=12343
2004-12-26 15:36:23 +00:00
Gé van Geldorp
eb9bfeca2c
Thomas pointed out that we can just use PostMessageW() instead of going
...
through WPUPostMessage()
svn path=/trunk/; revision=12342
2004-12-26 15:21:23 +00:00
Gé van Geldorp
fb8f8407b9
Handle AFD_EVENT_CONNECT notifications
...
svn path=/trunk/; revision=12341
2004-12-26 15:04:33 +00:00
Gé van Geldorp
fbabeaaf58
- Don't use boolean NOT when bitwise NOT is intended
...
- Add break to end of switch cases
svn path=/trunk/; revision=12340
2004-12-26 14:55:51 +00:00
Gé van Geldorp
aa94246f81
Don't free AsyncData if we're still using it
...
svn path=/trunk/; revision=12339
2004-12-26 14:47:57 +00:00
Gé van Geldorp
65c509fce1
Implemented WPUPostMessage()
...
svn path=/trunk/; revision=12338
2004-12-26 14:43:01 +00:00
Filip Navara
ec977e2072
- Set the popup menu flag in IntSetMenuItemInfo when setting the handle of submenu.
...
svn path=/trunk/; revision=12337
2004-12-25 23:40:47 +00:00
Filip Navara
adc5944468
- Partial implementation of RealMsgWaitForMultipleObjectsEx and message queue wake mask.
...
- Fix setting of menu item type and strings.
svn path=/trunk/; revision=12336
2004-12-25 22:59:10 +00:00
Gé van Geldorp
0dedd084f1
Don't return uninitialized variable
...
svn path=/trunk/; revision=12335
2004-12-25 22:58:59 +00:00
Art Yerkes
af8cd05c99
Added a (currently unworking) accept implementation. Needs work, but doesn't
...
break anything.
Committed a patch by GvG:
- SignalSocket: Removed collected parameter, changed Information to actual
number of bytes returned.
svn path=/trunk/; revision=12333
2004-12-25 21:30:20 +00:00
Filip Navara
bcf559d5f2
- Fix compilation with MinGW runtime 3.5.
...
svn path=/trunk/; revision=12332
2004-12-25 21:05:19 +00:00
Filip Navara
681a0743e5
- Fix finding of windows by classes in NtUserFindWindow.
...
- Marshal WM_COPYDATA messages.
svn path=/trunk/; revision=12331
2004-12-25 20:30:50 +00:00
Filip Navara
2d0fbe6020
- Fix KDBG build that I've broken.
...
svn path=/trunk/; revision=12330
2004-12-25 19:38:17 +00:00
Filip Navara
2aab39efbd
- Fix a typo.
...
svn path=/trunk/; revision=12329
2004-12-25 15:33:30 +00:00
Filip Navara
373381ed59
- Fix comparsion that I broke with my last commit.
...
svn path=/trunk/; revision=12328
2004-12-25 14:22:57 +00:00
Filip Navara
32dfb00066
- Fix yet another double completition error.
...
svn path=/trunk/; revision=12327
2004-12-25 12:07:24 +00:00
Filip Navara
c7505530e0
- Fix compilation with GCC 4.0-20041219.
...
svn path=/trunk/; revision=12326
2004-12-25 11:22:37 +00:00
Filip Navara
37dca7acbd
- Fix compilation with GCC 4.0-20041219.
...
- Don't try to stick (1 << 8) into entry.delivery_mode which is 3-bit integer.
svn path=/trunk/; revision=12325
2004-12-25 11:21:48 +00:00
Filip Navara
f73524a056
- Don't pass uninitialized variables to PropertySheet,
...
svn path=/trunk/; revision=12324
2004-12-25 11:17:10 +00:00
Magnus Olsen
89384064a9
regsettings for acpi and
...
fix powerdown when reactos shortdown by Herv� Poussineau
svn path=/trunk/; revision=12323
2004-12-25 00:46:07 +00:00
Magnus Olsen
2b91825e80
fix powerdown when reactos shortdown by Herv� Poussineau
...
svn path=/trunk/; revision=12322
2004-12-25 00:44:49 +00:00
Filip Navara
63dde03aef
- Fix compilation with GCC 4.0-20041219.
...
svn path=/trunk/; revision=12321
2004-12-24 23:01:35 +00:00
Magnus Olsen
2c0d95525f
change NtUserChangeDisplaySettings stub so it report res not supported
...
geting quake1 working direcly form console with out any extra switch
svn path=/trunk/; revision=12320
2004-12-24 19:02:32 +00:00
Thomas Bluemel
e07e530aa6
revert my temporary class hacks and remove my desktop handling changes temporarily as they cause some trouble
...
svn path=/trunk/; revision=12319
2004-12-24 17:45:59 +00:00
Eric Kohl
68bf1ffa6a
Add simple first stage GUI setup application.
...
svn path=/trunk/; revision=12317
2004-12-24 17:31:07 +00:00
Eric Kohl
f9131a7f31
- Move english resource to a separate file.
...
- Keep language-independent resources in welcome.rc.
- Run 'reactos.exe' to install ReactOS.
svn path=/trunk/; revision=12316
2004-12-24 17:19:44 +00:00
Eric Kohl
102860f1bd
Add simple first stage GUI setup application.
...
svn path=/trunk/; revision=12315
2004-12-24 17:17:12 +00:00
Filip Navara
f4e0630b1d
- Fix compilation with GCC 4.0-20041219.
...
svn path=/trunk/; revision=12314
2004-12-24 17:07:00 +00:00
Royce Mitchell III
9f1fc57758
IntEngGradientFill() fix ASSERT statements
...
svn path=/trunk/; revision=12312
2004-12-24 06:00:53 +00:00
Gunnar Dalsnes
699702d6ce
-add some asserts to catch abuse (double insertions, unititialized items etc.)
...
-add asserts for KeRemoveQueue NTSTATUS returns
svn path=/trunk/; revision=12311
2004-12-24 02:09:12 +00:00
Gunnar Dalsnes
11deb707d5
add bugcode: INVALID_WORK_QUEUE_ITEM
...
svn path=/trunk/; revision=12310
2004-12-24 02:05:26 +00:00
Gunnar Dalsnes
8d1d54877f
ExInitializeWorkItem: synch with Windows (only NULL the Flink)
...
svn path=/trunk/; revision=12309
2004-12-24 01:39:50 +00:00
Alex Ionescu
8b4b5441b4
Fix building with DBG=1, OPTIMIZED=1. Patch by Stephen Hodges.
...
svn path=/trunk/; revision=12308
2004-12-24 01:32:38 +00:00
Eric Kohl
38615c56e8
- Pass create parameters for named pipes and mailslots in the stack location.
...
- Call NpfsFindPipe to search for an existing pipe.
svn path=/trunk/; revision=12307
2004-12-23 23:58:44 +00:00
Eric Kohl
9b7ba3e6fb
Pass create parameters for named pipes and mailslots in the stack location.
...
svn path=/trunk/; revision=12306
2004-12-23 23:56:33 +00:00
Filip Navara
630b572695
- Check the return value of LdrProcessModule instead of uninitialized variable.
...
svn path=/trunk/; revision=12305
2004-12-23 23:33:54 +00:00
Eric Kohl
09e71d4f7d
Fix the signature of Nt/ZwCreateNamedPipe, the 8th to 10th arguments are ULONGs instead of BOOLEANs.
...
svn path=/trunk/; revision=12303
2004-12-23 20:13:38 +00:00