reactos.git
2004-03-15 Gé van Geldorp- Add arrows for popup submenus
2004-03-15 David Welch- Left whole page allocations on by accident.
2004-03-15 Gé van Geldorp- Handle 1bpp DIBs in NtGdiCreateDIBitmap
2004-03-15 Gé van GeldorphSelf member contains the handle, not the pointer
2004-03-15 Gé van GeldorpSilence debug message
2004-03-15 Hartmut Birr- Reduced the size of the symbol files, as only necessa...
2004-03-15 Hartmut Birr- Fixed the loading of symbol files, if the base name...
2004-03-15 Hartmut Birr- Removed dirty loading of symbol files from ExpInitial...
2004-03-15 Martin Fuchslaunch sound control panel applet
2004-03-15 Martin Fuchsimplementation of volume control tray icon
2004-03-15 Filip Navara- Minor corrections to emulated mouse pointer handling.
2004-03-15 David Welch- Fix reading past the end of the pool block.
2004-03-15 Hartmut Birr- Changed ctype.h from mingw to ntoskrnl its own.
2004-03-15 Royce Mitchell IIImark GetPixel as @implemented and fix param names
2004-03-15 David Welch- Fixed whole page allocations since the handle table...
2004-03-14 Gé van GeldorpFix mask for true color images
2004-03-14 Martin Fuchshandle large notification strings
2004-03-14 Martin FuchsUNICODE fix for Tooltips
2004-03-14 Martin Fuchshandle WM_NOTIFYFORMAT
2004-03-14 Martin Fuchs- separate tooltip area for each notify icon
2004-03-14 Gé van GeldorpReturn a valid (empty) visible region when the window...
2004-03-14 Filip Navara- Set InitData.HwInitDataSize to proper value.
2004-03-14 David Welch- Complete the irp even on an error.
2004-03-14 Martin Fuchsresize taskbar buttons on WM_SIZE
2004-03-14 David Welch- Map ntstatus values to the win32 error code expected...
2004-03-14 David Welch- Map return codes from the miniport's device i/o contr...
2004-03-14 David Welch- Fixed bug with recalling previous input.
2004-03-14 David Welch- Removed setting of STATUS_DATA_OVERRUN in IoStatusBlo...
2004-03-14 Thomas Bluemelimplemented GetProcessIoCounters()
2004-03-14 Eric KohlImplement GetUserProfileDirectoryW().
2004-03-14 Eric KohlFix some prototypes.
2004-03-14 Thomas Bluemelimplemented SetConsoleIcon()
2004-03-14 Filip Navara- Added PnP enum entry for the VMware video driver.
2004-03-14 Filip Navara- Don't load PnP drivers if they're disabled.
2004-03-14 Filip Navara- Fixed handling of IRP_MN_QUERY_BUS_INFORMATION.
2004-03-14 Gé van GeldorpImplement TrackPopupMenu. This fixes bug #131
2004-03-14 Martin Fuchstool tip texts for notification icons
2004-03-14 Martin Fuchsdeclare NOTIFYICON VERSION 3 constants
2004-03-14 Martin Fuchsdeclare V5 structure members and constants for notifica...
2004-03-14 Martin Fuchshide clock from desktop bar if it's configured this...
2004-03-14 Thomas Bluemelimplemented GetFileSizeEx()
2004-03-14 Thomas Bluemelimplemented SetFilePointerEx() and fixed SetFilePointer...
2004-03-14 Martin Fuchsfixed imagelist handle leak
2004-03-14 Thomas Bluemelcount all gdi handles and serialize removing gdi handle...
2004-03-14 Martin Fuchsdisable context menu for non-file system objects
2004-03-14 Gé van GeldorpMatch error tested against to the actual error returned by
2004-03-14 Gé van GeldorpYou can't use NtCurrentTeb() in kernel mode
2004-03-14 Thomas Bluemelimplemented GetProcessId()
2004-03-14 Thomas Bluemelminor fix
2004-03-14 Filip Navara- Make IoGetDeviceInterfaces more compatible with the...
2004-03-14 Thomas BluemelImplemented CreateHardLink()
2004-03-14 Gé van GeldorpAvoid ReactOS changes getting lost
2004-03-14 Gé van GeldorpExplicitly include stddef.h for offsetof, needed for...
2004-03-14 Gé van GeldorpTranslate pixel value from internal pixel format to...
2004-03-13 Gé van GeldorpDelay unlinking of windows until after all messages...
2004-03-13 Thomas BluemelRtlGetFullPathName_U() is supposed to check the paramet...
2004-03-13 Filip Navara- Fixed DPRINT.
2004-03-13 Eric KohlImplement LoadUserProfileW() and UnloadUserProfile().
2004-03-13 Martin Fuchsfrench translation for some start menu entries from Gge
2004-03-13 Jason FilbyFinish off NtDuplicateToken
2004-03-13 David Welch- Checked in MmMapLockedPages patch from Anich Gregor.
2004-03-13 David Welch- Record feature information from cpuid. Not used at...
2004-03-13 David Welch- Fixed comment.
2004-03-13 David Welch- Added disassembler from gdb.
2004-03-13 David Welch- Added basic tracing, breakpoints and disassembly...
2004-03-13 Hartmut Birr- Split LdrpProcessImportDirectory into LdrpProcessImpo...
2004-03-13 Gé van GeldorpMark update regions as global objects, to prevent their...
2004-03-13 Eric KohlFix key name size calculation bugs.
2004-03-13 Eric KohlAdd missing EVENTLOG_SUCCESS.
2004-03-13 Vizziniturn off skip bit to support VMWare FDC
2004-03-13 Vizzinifixed two race conditions with motor power-off; now...
2004-03-13 Vizzinifixed a couple motor start/stop bugs; fixed a seek...
2004-03-13 David Welch- Removed some debugging stuff I checked in by accident.
2004-03-12 David Welch- Fixed VPInterruptRoutine definition.
2004-03-12 Gé van GeldorpUpdate status
2004-03-12 Gé van GeldorpSync to Wine-20040309:
2004-03-12 Martin Fuchssmall 'Explorer' string adjustment for french
2004-03-12 Martin Fuchsadjust start button to text size
2004-03-12 Martin Fuchsadjust start button to text size
2004-03-12 Gé van GeldorpSync to Wine-20040309:
2004-03-12 Gé van GeldorpMerge back commit from WineHQ
2004-03-12 Filip Navara- Fixed declaration of DRIVER_OBJECT and friends.
2004-03-12 Filip Navara- Implemented IoGetDriverObjectExtension and IoAllocate...
2004-03-12 Filip Navara- Support for IRP_MN_QUERY_BUS_INFORMATION and devices...
2004-03-12 Art YerkesAdded bit counting and inverting functions to address.
2004-03-12 Vizzini - Added arc path support
2004-03-12 David Welch- Actually I realised it isn't valid to touch the objec...
2004-03-12 David Welch- Use the return value from calling InterlockedDecremen...
2004-03-11 VizziniLots of code clean-up; correctly copies files of any...
2004-03-11 David Welch- Return any error code from the miniport device i...
2004-03-11 Gé van GeldorpSync to Wine-20040309:
2004-03-11 Gé van GeldorpSync to Wine-20040309:
2004-03-11 David Welch- Made KeBugCheckEx into a call to KeBugCheckExWithTf.
2004-03-11 Gé van GeldorpSync to Wine-20040309:
2004-03-11 David Welch- Added KeSaveFloatingPoint and KeRestoreFloatingPointS...
2004-03-11 David Welch- Implemented EngSaveFloatingPointState and EngRestoreF...
2004-03-11 Gé van GeldorpFix DocumentPropertiesW declaration
2004-03-11 Gé van GeldorpSync to Wine-20040309
2004-03-11 Gé van GeldorpSync to Wine-20040309
2004-03-11 Gé van GeldorpMove declaration of GetLastError() to match PSDK
next