Moved in win32
[reactos.git] / reactos /
2006-01-23 Christoph von Wittichcheck NDIS ParameterType (fix by Crashfourit)
2006-01-23 Christoph von Wittichfixed some resource leaks
2006-01-23 Christoph von Wittichforgot to commit the DrawEdge stuff
2006-01-23 Brandon TurnerCheck to make sure GetComputerName failed, caught by...
2006-01-23 Brandon TurnerShow the computer name when loaded.
2006-01-23 Christoph von Wittichuse DrawEdge to draw the splitter
2006-01-22 Ged Murphyremove unneeded loop check
2006-01-22 Ged Murphy- Improve start / stop control
2006-01-22 Brandon TurnerAdded some error checking after allocations. Part...
2006-01-22 Thomas Bluemelvalidate the ACLs and SIDs after capturing them in...
2006-01-22 Christoph von Wittichset TBSTYLE_FLAT
2006-01-22 Thomas Bluemelreturn the result in NtPrivilegeCheck
2006-01-22 MindflyerCorrect icons. If your treeview code isn't picky about...
2006-01-22 Thomas Bluemel- secure access to buffers in NtPrivilegeCheck()
2006-01-22 Ged Murphy- Added a progress bar showing the status of the action...
2006-01-22 Thomas Bluemeladd SEH to NtW32Call and directly use KeUserModeCallbac...
2006-01-22 Thomas Bluemelset a last error code in case translating the path...
2006-01-22 Maarten BosmaAdd high resolution of computer.ico and replace regedit...
2006-01-22 Ged MurphyI have no excuse. It's not even early or late ....
2006-01-22 Ged Murphyput brain into gear ....
2006-01-22 Ged Murphyadd some descriptions for listed services
2006-01-22 Eric KohlForward CM_Create_DevNode[_Ex]A/W to umpnpmgr.
2006-01-22 Maarten BosmaDJ_Smith (dj_smith_reactos(at)online(dot)de): Updated...
2006-01-22 Thomas Bluemel- fixed a possible endless loop in GetSecurityInfo()
2006-01-22 Thomas Bluemeldon't free the string allocated by RtlDosPathNameToNtPa...
2006-01-22 Thomas Bluemeldon't free the string allocated by RtlDosPathNameToNtPa...
2006-01-22 Thomas Bluemeltranslate the \\?\ prefix to \??\ in RtlDosPathNameToNt...
2006-01-22 Thomas Bluemelfixed compiling
2006-01-22 Thomas Bluemeltry to get the user from the token and fall back to...
2006-01-22 Thomas Bluemelfixed allocating the memory for the security descriptor
2006-01-22 Thomas Bluemelreturn the pointers of the owner, group, dacl and sacl...
2006-01-22 Thomas Bluemelimplement the object types SE_REGISTRY_KEY, SE_FILE_OBJ...
2006-01-22 Thomas Bluemelimplement the object type SE_KERNEL_OBJECT for GetSecur...
2006-01-22 Thomas Bluemel- fixed getting the process owner
2006-01-21 James TaborRevert GetCharWidth32A change.
2006-01-21 Thomas Bluemelrename a variable to avoid conflicts with an existing...
2006-01-21 Thomas Bluemeldon't read the image file name from the Peb in NtQueryI...
2006-01-21 Ged Murphy- Fix displaying the full executable path, plus arguments
2006-01-21 Magnus Olsencorret a member name in DD_SURFACECALLBACKS so it is...
2006-01-21 James TaborFixes typeo.
2006-01-21 James TaborPort Wine GetCharWidth32A.
2006-01-21 James TaborImplement the gdi function GetTextCharsetInfo.
2006-01-21 James TaborAdd notes for NtGdiGetTextCharset.
2006-01-20 Hervé PoussineauAdd stubs for keyboard and mouse class installers
2006-01-20 Hervé PoussineauActivate serial device interface only at the very end...
2006-01-20 Ged Murphy- Resource added for creating a service
2006-01-20 Brandon TurnerRename NtGdiGetTextExtentPoint to NtGdiGetTextExtent...
2006-01-20 James TaborMove GetTextCharset & Info to text.c. This part of...
2006-01-20 Ged Murphy- Add some more info to the properties dialog
2006-01-19 Christoph von Wittichdisplay first tab at startup
2006-01-19 James TaborPatch by Sebastiaan Roodenburg. Fixes problem in NtGdiS...
2006-01-18 James TaborStart Wine port for most Gdi functions. GetCharWidthA...
2006-01-17 Hartmut BirrRemoved my name from the hall of fame. Since it seems...
2006-01-17 Alex Ionescu- Use MmUserProbeAddress in the system call handler...
2006-01-17 Alex Ionescu* Implement 3 out of 4 486-compatible ExInterlocked...
2006-01-17 Ged MurphyA bit of work towards populating the properties dialog...
2006-01-17 Alex Ionescu- Delete deprecated file.
2006-01-17 Alex Ionescu- Use static IDT entries generated through a macro...
2006-01-17 Ged Murphyprogram files should use a separate a resource from...
2006-01-17 Alex Ionescu- Move some assembly functions around in better suited...
2006-01-17 Alex Ionescu- Implement SYSCALL_PROLOG for the main handler and...
2006-01-17 Alex Ionescu- Implement first version of trap exit macro. Currently...
2006-01-17 Alex Ionescu* Add more documented flags from ks386.inc to asm.h
2006-01-17 Thomas Bluemeldon't release the pipe list lock twice in case of a...
2006-01-17 Thomas Bluemelsome fixes in NtReadFile and NtWrite file for (a)synchr...
2006-01-17 Alex Ionescu* Add more PSDK defintions to asm.h
2006-01-17 Alex Ionescu* Use macro for APC-delivery.
2006-01-17 Ged Murphymake arrow available in 24x24
2006-01-16 Christoph von Wittichfixed a bug in IntSetMenuItemInfo
2006-01-16 Ged Murphynew recent docs icon
2006-01-16 Christoph von Wittichfix text align when using HBMMENU_CALLBACK (patch by...
2006-01-16 Martin Fuchsdisplay icons of size 24x24 per default in the start...
2006-01-16 Alex Ionescu- Fix a build issue.
2006-01-16 Alex Ionescu* Increase total system call count in KPCR for performa...
2006-01-16 Alex Ionescu- Write the first of 3 shared trap prolog macros. Does...
2006-01-16 Gé van GeldorpFix build for binutils 2.15.90
2006-01-16 Alex Ionescu- Fix another V86 Mode exit bug which could cause non...
2006-01-16 Alex Ionescu- Fix a bad bug in the system call handler and interrup...
2006-01-16 Alex Ionescu- Update asm.h with more definitions.
2006-01-16 Alex Ionescu- Merge breakpoint.S and tblfush.S into cpu.S
2006-01-16 Alex IonescuDo set ESP0, but after we save the old value for the...
2006-01-16 Alex IonescuDisable correct usage of ESP0 since it seems the V86...
2006-01-16 Christoph von Wittichimplemented HBMMENU_CALLBACK (now some of the Miranda...
2006-01-16 Thomas Bluemelfixed difference in signedness warnings and a uninitial...
2006-01-16 Alex Ionescu- Fix some nasty context switch bugs:
2006-01-15 Gé van GeldorpNew wininet vendor import
2006-01-15 Gé van GeldorpDrop old wininet in preparation for new vendor import
2006-01-15 Gé van Geldorpwintrust vendor import
2006-01-15 Gé van GeldorpDelete old (unused) wintrust version
2006-01-15 Alex Ionescu- Don't bother with clearing the DRs in the CONTEXT...
2006-01-15 Magnus OlsenImplement XMillimeter and YMillimeter calculation,...
2006-01-15 Alex Ionescu- Use old-style NPX state when creating the thread...
2006-01-15 Ged Murphyhelp update
2006-01-15 Hartmut Birr- Allocated the initial stacks page aligned.
2006-01-15 Hartmut BirrFixed the stack for the first thread.
2006-01-15 Ged MurphyChange toolbars from 16 to 15 pixels high
2006-01-15 Thomas Bluemelimplemented LsaDelete() (client only)
2006-01-15 Thomas Bluemelimplemented LsarClose()
2006-01-15 Martin FuchsExplorer: sort drives by path name; ignore hidden attri...
2006-01-15 Thomas Bluemeldisable starting lsass.exe for now
next