Delete all Trailing spaces in code.
[reactos.git] / reactos / include /
2007-10-19 Hervé PoussineauActivate define override check in rbuild
2007-10-17 Hervé PoussineauAdd missing WINAPI keyword
2007-10-17 Mike NordellFix PAGE_ROUND_DOWN, PAGE_ROUND_UP, and a user of them...
2007-10-15 Art YerkesFix quirks for building PPC on windows.
2007-10-14 Art YerkesAdd simple GDB stub.
2007-10-13 Johannes Anderwald- add prototype for SHCreateDefaultContextMenu and...
2007-10-12 Johannes Anderwald- add PickIconDlg declaration
2007-10-12 Johannes Anderwald- fix warning
2007-10-12 James TaborAdd notes for NtGdiResetDC and NtGdiOpenDCW.
2007-10-10 Johannes Anderwald- fix RegLoadMUIStringA|W prototype
2007-10-10 Johannes Anderwald- add ntquery.h from Wine (rev 1.3)
2007-10-10 Johannes Anderwald- add __MINGW_NOTHROW macro (required for shell32 sync...
2007-10-06 Hervé PoussineauRename _REACTOS_ to __REACTOS__
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-10-06 Aleksey Bragin- Implement KiTrap19 handler (XMMI exceptions, mostly...
2007-10-05 Johannes Anderwald- add missing definitions required for wine shell32
2007-10-03 James TaborMove DCX_EXCLUDEUPDATE to the psdk where it belongs.
2007-10-02 James TaborFix NtUserGetIconSize prototype.
2007-10-01 James TaborWin32k/User32:
2007-10-01 Johannes Anderwald- add GUID_DEVCLASS_DISKDRIVE
2007-10-01 Aleksey Bragin- KeRosCaptureUserStackBackTrace is now created, which...
2007-10-01 Hervé PoussineauAdd NdisMIndicateReceivePacket
2007-09-28 Hervé PoussineauAdd missing constants
2007-09-28 Timo KreuzerAdd 5th parameter to NtUserFindWindowEx
2007-09-28 Timo Kreuzerwin32k compatibility update
2007-09-27 Aleksey Bragin- Add missing KERNEL_LARGE_STACK_COMMIT definition...
2007-09-27 Thomas Bluemel- Allow changing the screen resolution in the advanced...
2007-09-27 Thomas BluemelFix implementation of DevicePropertiesA/W to show exten...
2007-09-27 Thomas BluemelImplement DevicePropertiesA/W by calling DeviceProperti...
2007-09-26 Aleksey Bragin- PS_UNKNOWN_VALUE determines if the process should...
2007-09-26 Ged Murphy- add missing net card interface info to ipifcons.h
2007-09-26 Thomas BluemelMove routines that can be shared between desk.cpl shell...
2007-09-26 Thomas BluemelMove desk.cpl shell extension interface definition...
2007-09-26 Aleksey Bragin- Implement InterlockedExchangeAdd/Decrement/Increment16.
2007-09-24 Aleksey Bragin- Add Ex*Spinlock macros and FLUSH_MULTIPLE_MAXIMUM...
2007-09-24 Hervé PoussineauCopy some headers from RosBE to our include directory...
2007-09-23 Colin FinckAdd the build date and revision number to sysdm.cpl...
2007-09-22 Eric KohlAdd missing LPFILTERKEYS and LPTOGGLEKEYS types.
2007-09-21 James Tabor- Fixed CMP_UnregisterNotification. Add IN, sorry.
2007-09-21 James Tabor- Add CMP_RegisterNotification and CMP_UnregisterNotifi...
2007-09-20 Timo Kreuzer- make gdi object's type field more windows compatible...
2007-09-19 Andrew GreenwoodCorrect enumeration of Plug and Play audio devices...
2007-09-19 Andrew GreenwoodReactOS Audio Service. Has not been tested within React...
2007-09-18 James Tabor- Win32k: Removed NtUserCreateMenu replacing it with...
2007-09-17 James TaborFixed Client Info structure. Moved it to the right...
2007-09-17 Hervé PoussineauAdd some missing definitions to PSDK
2007-09-17 Hervé PoussineauAdd missing svn:eol-style native properties
2007-09-17 Art YerkesFix build for new rosbe-ppc.
2007-09-16 Aleksey Bragin- Move W32CLTINFO_TEB structure out of NDK, since it...
2007-09-16 James TaborFix def and size for NtUserValidateHandleSecure.
2007-09-14 Colin FinckForgot to change these ones
2007-09-14 Colin Finck- Create a new "include/host" directory for host-only...
2007-09-14 Hervé PoussineauClean up .rbuild files and make them xml compliant
2007-09-14 Hervé PoussineauAdd imm.h header (enough to let Wine imm.dll compile)
2007-09-14 James TaborFix typo, add extra entry to the structure.
2007-09-13 James TaborAdd window client information structure to TEB.
2007-09-12 Ged Murphyadd a client handle to the private interface
2007-09-10 Eric KohlAdd missing definitions of EnumDateFormats.
2007-09-09 Aleksey Bragin- Revert 28967, and fix the real issue where an overwri...
2007-09-09 Art YerkesCorrect size of KAPC_STATE to fit in the [23] window...
2007-09-08 Colin Finck- Revert my previous attempts to fix the "wmc" and...
2007-09-08 Colin Finck- Solve our wchar_t host problems the easy way by defin...
2007-09-07 Timo Kreuzer- add NTMW_INTERNAL structure
2007-09-06 Johannes Anderwald- terminate comment by Marc Puilachs
2007-09-06 Timo Kreuzer- add the missing macro
2007-09-06 Timo Kreuzer- move dx gdi object type definitions from intddraw...
2007-09-05 Timo Kreuzerdifferent implementation of ENUMFONTDATA structure
2007-09-05 Hervé PoussineauFinally let Wine package version depend of ReactOS...
2007-09-04 Aleksey Bragin- Use real NT KPCR address (0xFFDFF000).
2007-09-04 Colin FinckCorrectly define LONG_PTR, ULONG_PTR and SIZE_T in...
2007-09-04 James TaborFix processid mask, update gdi handle entry, shift...
2007-09-03 Colin FinckBuild fixes for MSVC, now mkhive can be built with...
2007-09-03 Hervé PoussineauFix build
2007-09-03 Hervé PoussineauAdd a generic implementation of InterlockedBitTestAndSe...
2007-09-03 Art YerkesAdded freeldr and hal from PPC branch, along with neede...
2007-09-02 Magnus Olsenupdate ntgdibad.h before I forget thuse details that...
2007-09-01 Aleksey Bragin- Finish the memory map code, so it now actually create...
2007-09-01 James Tabor- Removed NtGdiPoly/Bezier/To and lineTo/Polyline/line...
2007-09-01 James Tabor- Removed NtGdiPaintRgn and renamed NtGdiGetCurrentObje...
2007-08-31 Hervé PoussineauBetter assert + add LPDWORD type
2007-08-30 Magnus Olsenfix the build
2007-08-30 Magnus Olsenadding prototype for NtGdiInitSpool()
2007-08-28 James Tabor- Removed NtGdiPoly/Polygon from source, w32ksvc.db...
2007-08-28 Hervé PoussineauRevert r28603 and add the correct fix
2007-08-27 Hervé PoussineauDefine NTAPI and WINAPI to nothing, because host tools...
2007-08-27 Hervé PoussineauDo not include <ntddk.h> when compiling cmlib_host...
2007-08-27 Hervé PoussineauRely only on host headers (+ target ntstatus.h) to...
2007-08-27 James TaborAdd new gdi object type. Discovered and documented...
2007-08-27 Hervé PoussineauAdd some missing definitions
2007-08-27 James TaborUpdate ENUMFONTDATAW structure based on returned data.
2007-08-26 James TaborAXESLIST, AXISINFO and ENUMTEXTMETRIC structures. Updat...
2007-08-25 Magnus OlsenAlex is god of haven and shall rise to the sky ......
2007-08-24 Magnus OlsenNtGdiEngCreateBitmap got one undoc param
2007-08-24 Magnus Olsen the NtGdiEngCreateDeviceSurface got 4 param, see sysca...
2007-08-24 Magnus OlsenNtGdiEngCreateDeviceBitmap need four param the last...
2007-08-23 Aleksey Bragin- Small NDK headers update
2007-08-23 Timo Kreuzer- NtGdiAnimatePalette, NtGdiGe/SetPaletteEntries, NtGdi...
2007-08-22 James Tabor- Removed NtGdiGetDIBits from w32ksvc.db and updated...
2007-08-22 James TaborRemoved NtUserReleaseDC, replaced it with CallOneParam.
2007-08-21 James Tabor- Removed NtGdiSetMapMode from w32ksvc.db and updated...
next