fixed typo
[reactos.git] / reactos / include /
2004-07-04 Filip Navara- Fix GDI object locking broken by this patch:
2004-07-04 Filip Navara- Support resursive locking of the GDI objects.
2004-07-04 Royce Mitchell IIIsmall fix to constant we aren't even using, yet, but...
2004-07-03 Hartmut Birr- Allowed multiple calls to CsrClientConnectToServer.
2004-07-03 Filip Navara[Sorry for too many changes in one patch, but it's...
2004-06-29 Gé van GeldorpMinimize Wine porting headers
2004-06-28 Filip Navara- We don't need to have BuiltInRect member in the ROSRG...
2004-06-27 Eric KohlImplement and use LdrProcessRelocationBlock().
2004-06-27 Filip Navara- Fixed compilation.
2004-06-27 Alex IonescuRemoved Named Arguments for non-public APIs and added...
2004-06-24 Thomas Bluemel1.fixed return type for NtSystemParametersInfo()
2004-06-24 Eric KohlFix line breaks.
2004-06-23 Alex IonescuAdded Ke Stub Prototypes
2004-06-23 Alex IonescuAdded Ldr Stub Prototypes
2004-06-23 Alex IonescuAdded Io Stub Prototypes
2004-06-23 Alex IonescuAdded Ex Prototypes
2004-06-23 Alex IonescuAdded Ldr Stub Prototypes
2004-06-23 Alex IonescuFixed KeRaiseUserException to return old EIP.
2004-06-23 Alex IonescuFSRTL Types and Prototypes Added.
2004-06-22 Eric KohlAdd missing IOCTL codes.
2004-06-21 KJK::HyperionAnother PSEH fix
2004-06-20 Gunnar Dalsnesadded RtlpDuplicateUnicodeString
2004-06-19 Vizzinifixed an extremely irritating bug in an enum
2004-06-19 Steven Edwardsadded stubs for the Cache Manager by Alex Ionescu.
2004-06-18 KJK::HyperionAttempt to fix PSEH compilation for kernel-mode targets...
2004-06-17 Eric KohlCompile advapi32 using w32api.
2004-06-16 Filip Navara- Bump version number to 0.2.4.
2004-06-13 Filip Navara- Compile kernel32 using w32api.
2004-06-13 Filip Navara- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectV...
2004-06-04 KJK::HyperionFixed compilation in environments where the native...
2004-06-03 KJK::HyperionFixes for Borland C++ compilation, and one variable...
2004-06-03 KJK::HyperionSmall fixes to the SEH library
2004-06-03 KJK::HyperionCorrected a stupid mistake
2004-06-03 KJK::HyperionFinal touches to the SEH library: now comes with a...
2004-06-02 KJK::HyperionAdded license text (MIT license) to the SEH library...
2004-05-31 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl
2004-05-31 Casper Hornstrup2004-05-31 Casper S. Hornstrup <chorns@users.sourcefo...
2004-05-28 Gé van GeldorpClean up calls from win32k to csrss
2004-05-26 Filip Navara- Return success for SystemFileCacheInformation request...
2004-05-22 Thomas Bluemelprevent memory leaks if callbacks to usermode never...
2004-05-21 Thomas Bluemelremoved obsolete fields from the W32PROCESS structure
2004-05-21 Thomas Bluemelimplemented DisableProcessWindowsGhosting() (window...
2004-05-17 Eric KohlAdd range list flags.
2004-05-16 Filip NavaraWindow Class handling fixes:
2004-05-15 Hartmut Birr- Fixed the implementation of MmMapIoSpace.
2004-05-15 Eric KohlAdd range list status codes.
2004-05-14 Filip Navara- Define KEBUGCHECK macro to make compiling KJS working...
2004-05-14 James TaborUse updated version of SystemHandleInformation.
2004-05-11 Gé van GeldorpAvoid warnings when using gcc 3.4
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-05-05 Thomas Bluemelfixed GetThreadDesktop() (not fully working yet because...
2004-05-04 Filip Navara- Merge RPC runtime from Wine.
2004-05-04 Filip Navara- Remove IPHLPAPI headers copied from Wine.
2004-05-03 Thomas Bluemelimplemented LoadModule()
2004-05-02 Thomas Bluemelimplemented IsWindowInDestroy()
2004-05-02 Thomas Bluemelimplemented GetThreadLocale() and partly implemented...
2004-05-02 Thomas Bluemelported GetBinaryType() from wine
2004-05-01 Eric KohlFix Nt/ZwGetTickCount.
2004-05-01 Thomas Bluemelimplemented AnyPopup()
2004-05-01 Thomas Bluemelimplemented RegisterLogonProcess(), LockWindowStation...
2004-05-01 Thomas Bluemelchanged SetCursorPos() to use SendInput()
2004-04-29 Gé van GeldorpImplement DDE Execute:
2004-04-29 Thomas Bluemelimplemented keybd_event(), mouse_event(), BlockInput...
2004-04-25 Thomas Bluemelimplemented GetDCBrushColor(), SetDCBrushColor(), GetDC...
2004-04-25 Thomas Bluemelimplemented GetCurrentObject()
2004-04-25 Thomas Bluemel1. implemented hatched brushes
2004-04-24 Filip Navara- Minor correction to RPC structures.
2004-04-24 Thomas Bluemelproper implementation of FrameRgn() (cannot be ported...
2004-04-21 Hartmut Birr- Made some flags for the flag value from the FILE...
2004-04-20 James TaborFilip Navara NtGetTickCount implementation.
2004-04-20 Gunnar Dalsnesmake mdl usage/impl. more windows compliant
2004-04-15 Thomas Bluemel1. move SendMessage calls out of the message queue...
2004-04-15 Gé van GeldorpSync to Wine-20040408:
2004-04-13 Thomas Bluemeldon't pass ansi strings to win32k!!!!
2004-04-12 Filip Navara- Reverted my last changed, should go to branch!
2004-04-12 Filip Navara- Initial hacky implementation of some SCM calls needed...
2004-04-12 Filip Navara- Don't declare DWORDLONG as double!
2004-04-11 Gé van GeldorpBump version number
2004-04-10 Eric KohlImplement tape IO functions.
2004-04-10 Eric KohlFix TAPE_GET_POSITION and TAPE_SET_POSITION structures.
2004-04-09 Filip NavaraCompile Win32k using W32API [Part II]:
2004-04-09 Filip NavaraAdd LPC_MESSAGE_BASE_SIZE definition.
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-07 Eric KohlRestore modification.
2004-04-07 Thomas Bluemelpatch reverted because ros crashes ntoskrnl
2004-04-07 KJK::Hyperion - SSPT elements are 8 bit wide on Windows. Made ReactO...
2004-04-05 Filip Navara- Changed the internal brush object to be (almost)...
2004-04-03 Gé van GeldorpMost regions (> 95% in testing) consist of only 1 recta...
2004-04-02 Thomas Bluemelpartially implemented IsHungAppWindow()
2004-04-02 Thomas Bluemelimplemented GetWindowModuleFileName()
2004-04-02 Thomas Bluemelimplemented GetWindowInfo()
2004-03-28 Thomas BluemelPartly (not working) implementation of TransparentBlt()
2004-03-27 Gé van GeldorpFix LOGFONT conversion in CreateFontIndirectA()
2004-03-24 Emanuele AlibertiVisible build timestamp.
2004-03-23 Thomas BluemelImplemented GetWindowRgn() and GetWindowRgnBox()
2004-03-23 Thomas BluemelImplemented SetWindowRgn() and added support for window...
2004-03-23 Gé van Geldorp- Implement GetCharWidthA/W()
2004-03-23 Gé van GeldorpImplement EnumFontFamilies(Ex)A/W() and TranslateCharse...
2004-03-22 Thomas Bluemelfixed a couple of dead-locks in the region code
2004-03-21 Gé van GeldorpFix calling convention of various callback function...
next