reactos.git
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... display 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 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... fixed a bug in IntSetMenuItemInfo
2006-01-16 Ged Murphynew recent docs icon
2006-01-16 Christoph von... fix 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... implemented 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
2006-01-15 Thomas Bluemel- use RPC for communication with lsass
2006-01-15 Martin Fuchschange explorer sort order so that virtual folders...
2006-01-15 Hartmut BirrFix the smp build.
2006-01-15 Alex Ionescu- Update KeContextToTrapFrame to support separate Conte...
2006-01-15 Hartmut BirrFixed the initialisation of the feature bits.
2006-01-15 Hartmut BirrLower the irql on exit in KeInsertQueueDpc.
2006-01-15 Hartmut BirrFix the check for an empty list.
2006-01-15 Hartmut BirrBochs debug output is only a simple print routine and...
2006-01-15 Thomas Bluemelimplemented FindFirstStreamW() and FindNextStreamW...
2006-01-15 Martin Fuchsrelease mozctl_install_semaphore semaphore when the...
2006-01-15 Royce Mitchell IIIfix "line #=0" and "missing function name" bugs in...
2006-01-15 Martin Fuchsremove incorrect include directory
2006-01-15 Martin Fuchsfix Expat includes
2006-01-15 Alex IonescuFix msvc warnings
2006-01-15 Martin FuchsUpdate XMLStorage to Expat 2.0
2006-01-15 Martin Fuchsupdate header files to Expat Version 2.0
2006-01-15 Martin Fuchsupdate to Expat Version 2.0
2006-01-14 Thomas BluemelRegDisablePredefinedCacheEx() should also disable the...
2006-01-14 Thomas Bluemelfixed a buffer overflow when the referenced domain...
2006-01-14 Nathan WoodsFreeloader: Check return code of RegOpenKey() in FrLdrL...
2006-01-14 Thomas Bluemel- implemented RegDisablePredefinedCache()
2006-01-14 Thomas Bluemeladd stubs for CancelIoEx() and CancelSynchronousIo()
2006-01-14 Thomas Bluemeladded stubs for SetFileBandwidthReservation(), GetFileB...
2006-01-14 Nathan WoodsFreeloader: Check return code of RegOpenKey() in FrLdrL...
2006-01-14 Thomas Bluemelremove debug information I forgot to remove
2006-01-14 Thomas Bluemelmake the initial kernel_stack large enough to have...
2006-01-14 Gé van GeldorpImport mapi32 from Wine
2006-01-14 Maarten BosmaDJ_Smith (dj_smith_reactos(at)online(dot)de):
2006-01-14 Ged MurphyAdd calculator icon
2006-01-14 Ged Murphy- Remove licence dialog boxes and implement an about...
2006-01-14 Thomas Bluemelfixed possible buffer overflows in LookupAccountSidW...
2006-01-14 Thomas Bluemelimproved error handling
2006-01-14 Christoph von... implemented PS_DOT, PS_DASH and PS_INSIDEFRAME in IntGd...
2006-01-14 Thomas Bluemelfixed SeSetWorldSecurityDescriptor() so it creates...
2006-01-14 Thomas Bluemelimplemented GetFinalPathNameByHandleA() and added stub...
2006-01-14 Christoph von... fixed LoadCursorIconImage (Thunderbird is now working)
2006-01-14 Thomas Bluemeladd cacls.exe to the bootcd
2006-01-14 Martin Fuchsadd the new icons to the project file
2006-01-14 Alex Ionescu- Fix flaw in win32k hardware message queue which used...
2006-01-14 Thomas BluemelAn initial implementation of cacls.exe. Only displaying...
2006-01-14 Nathan WoodsRbuild: Added "description" field to the various backen...
2006-01-14 Ged Murphyicons are now 16x16, 24x24, 32x32, 48x48
2006-01-13 Ged MurphySeparate mydocs and recent docs resources
next