reactos.git
2004-12-30 Filip Navara- Fix prototype of NtGdiExtCreatePen.
2004-12-30 Filip NavaraI accidently removed objects/metafile.o from the makefi...
2004-12-30 Filip Navara- Reimplementation of CreateCursor (now the correct...
2004-12-30 Filip Navara- Move implemented functions from stubs[aw].c to approp...
2004-12-30 Filip Navara- Use pvScan0 instead of pvBits as the first scan line...
2004-12-30 Gunnar Dalsnesfilelock.c:
2004-12-29 Thomas Bluemelvery beginning of a reactos volume control application...
2004-12-29 Gé van GeldorpFix crash when closing unconnected socket
2004-12-29 Gé van GeldorpGenerate timer messages instead of queueing them
2004-12-29 Gé van GeldorpFix rosapps build
2004-12-28 Gé van GeldorpMinor version number update because of xbox support
2004-12-28 Filip Navara- Implement connection-less Connect and Send.
2004-12-28 Gé van GeldorpCall TdiReceive when local buffer is empty
2004-12-28 Eric KohlMove 'Command Prompt' link creation from setup.exe...
2004-12-28 Eric KohlImplement CopyProfileDirectoryA/W.
2004-12-28 Thomas Bluemeldon't allocate movable memory and use the returned...
2004-12-28 Filip Navara- Don't try to free uninitialized pointer in error...
2004-12-28 Filip Navara- Don't continue if WarmSocketForConnection fails.
2004-12-28 Filip Navara- Fix WSPSelect.
2004-12-28 Gé van GeldorpImplement ToAscii() and ToAsciiEx()
2004-12-28 Gé van GeldorpDon't return characters is key is up
2004-12-28 Gé van GeldorpSet transition state bit in WM_KEY messages
2004-12-27 Alex IonescuFully support AsyncSelect by re-enabling events. Also...
2004-12-27 Filip Navara- Minor fixes to get Wine NTDLL environment tests pass.
2004-12-27 Gé van GeldorpImport libs now have a "lib" prefix
2004-12-27 Gé van GeldorpConsolidate filling of TEXTMETRICS to a single location.
2004-12-27 Art YerkesFix by WaxDragon: don't use before initialize.
2004-12-27 Filip Navara- Implement MsgWaitForMultipleObjects.
2004-12-27 Filip Navara- Set last error in CreateDIBSection.
2004-12-27 Filip Navara- BitmapFormat should handle BI_BITFIELDS compression...
2004-12-27 Filip Navara- Implement _onexit.
2004-12-27 Filip Navara- RtlExpandEnvironmentStrings_U and ExpandEnvironmentSt...
2004-12-27 Eric KohlDetect and report ACPI- and APM-BIOS support.
2004-12-27 Eric KohlEnumerate all devices on the 'ACPI bus'.
2004-12-27 Eric KohlEnumerate FILE_DEVICE_BUS_EXTENDER and FILE_DEVICE_ACPI...
2004-12-27 Martin Fuchsfix GPF for clicks in the favorites folder
2004-12-27 Gé van GeldorpUse ListEntry->Flink before ListEntry is freed by Signa...
2004-12-27 Gé van GeldorpMake AsyncData point to the allocated memory instead...
2004-12-26 Filip Navara- Free all memory in error case of GetClassInfoExCommon.
2004-12-26 Filip Navara- Fix size returned by NtUserGetClassInfo.
2004-12-26 Gé van GeldorpDynamically resize buffer as needed
2004-12-26 Gé van GeldorpDon't write outside buffer
2004-12-26 Gé van GeldorpMove the I/O completion port setting to second stage...
2004-12-26 Filip NavaraDceResetActiveDCEs fixes:
2004-12-26 Filip Navara- Fix building on Linux.
2004-12-26 Filip Navara- Export ExSemaphoreObjectType.
2004-12-26 Gé van GeldorpSet I/O completion port on completion of the IRP
2004-12-26 Gé van GeldorpImplement IoSetIoCompletion()
2004-12-26 Gé van GeldorpThomas pointed out that we can just use PostMessageW...
2004-12-26 Gé van GeldorpHandle AFD_EVENT_CONNECT notifications
2004-12-26 Gé van Geldorp- Don't use boolean NOT when bitwise NOT is intended
2004-12-26 Gé van GeldorpDon't free AsyncData if we're still using it
2004-12-26 Gé van GeldorpImplemented WPUPostMessage()
2004-12-25 Filip Navara- Set the popup menu flag in IntSetMenuItemInfo when...
2004-12-25 Filip Navara- Partial implementation of RealMsgWaitForMultipleObjec...
2004-12-25 Gé van GeldorpDon't return uninitialized variable
2004-12-25 Art YerkesAdded a (currently unworking) accept implementation...
2004-12-25 Filip Navara- Fix compilation with MinGW runtime 3.5.
2004-12-25 Filip Navara- Fix finding of windows by classes in NtUserFindWindow.
2004-12-25 Filip Navara- Fix KDBG build that I've broken.
2004-12-25 Filip Navara- Fix a typo.
2004-12-25 Filip Navara- Fix comparsion that I broke with my last commit.
2004-12-25 Filip Navara- Fix yet another double completition error.
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-25 Filip Navara- Don't pass uninitialized variables to PropertySheet,
2004-12-25 Magnus Olsenregsettings for acpi and
2004-12-25 Magnus Olsenfix powerdown when reactos shortdown by Herv� Poussineau
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-24 Magnus Olsenchange NtUserChangeDisplaySettings stub so it report...
2004-12-24 Thomas Bluemelrevert my temporary class hacks and remove my desktop...
2004-12-24 Eric KohlAdd simple first stage GUI setup application.
2004-12-24 Eric Kohl- Move english resource to a separate file.
2004-12-24 Eric KohlAdd simple first stage GUI setup application.
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-24 Royce Mitchell IIIIntEngGradientFill() fix ASSERT statements
2004-12-24 Gunnar Dalsnes-add some asserts to catch abuse (double insertions...
2004-12-24 Gunnar Dalsnesadd bugcode: INVALID_WORK_QUEUE_ITEM
2004-12-24 Gunnar DalsnesExInitializeWorkItem: synch with Windows (only NULL...
2004-12-24 Alex IonescuFix building with DBG=1, OPTIMIZED=1. Patch by Stephen...
2004-12-23 Eric Kohl- Pass create parameters for named pipes and mailslots...
2004-12-23 Eric KohlPass create parameters for named pipes and mailslots...
2004-12-23 Filip Navara- Check the return value of LdrProcessModule instead...
2004-12-23 Eric KohlFix the signature of Nt/ZwCreateNamedPipe, the 8th...
2004-12-23 Gé van GeldorpFree process data when LPC port is closed, not when...
2004-12-23 Eric KohlMerge EXTENDED_IO_STACK_LOCATION into IO_STACK_LOCATION...
2004-12-23 Gé van GeldorpRollback last change since it's causing problems on...
2004-12-23 Gé van GeldorpCVS maintenance
2004-12-23 Gé van GeldorpImport shdocvw from Wine
2004-12-23 Royce Mitchell IIIgive Arch a little more variety
2004-12-22 Gé van GeldorpReimport of urlmon from Wine
2004-12-22 Mike NordellTamlin was tired. Now byte order should _really_ be...
2004-12-22 Mike NordellRemove bad declaration of htons
2004-12-22 Mike NordellFix order-of-evalutation bug-to-be
2004-12-22 Royce Mitchell IIIcommited the wrong source for the bot.. sorry
2004-12-22 Royce Mitchell IIIforgot to commit responses file
2004-12-22 Royce Mitchell IIIArchBlackmann irc bot - works in ReactOS - happy hacking
2004-12-22 Art YerkesThis corresponds to the change made in dispatch.c on...
2004-12-22 Royce Mitchell IIIMiQueryVirtualMemory(): created because ZwQueryVirtualM...
2004-12-22 Royce Mitchell IIImsvc compatibility
next