No need to define __USE_W32API
[reactos.git] / reactos / include / reactos /
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-19 Hervé PoussineauActivate define override check in rbuild
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-02 James TaborFix NtUserGetIconSize prototype.
2007-10-01 James TaborWin32k/User32:
2007-09-28 Timo KreuzerAdd 5th parameter to NtUserFindWindowEx
2007-09-28 Timo Kreuzerwin32k compatibility update
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 Thomas BluemelMove routines that can be shared between desk.cpl shell...
2007-09-26 Thomas BluemelMove desk.cpl shell extension interface definition...
2007-09-23 Colin FinckAdd the build date and revision number to sysdm.cpl...
2007-09-20 Timo Kreuzer- make gdi object's type field more windows compatible...
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-16 James TaborFix def and size for NtUserValidateHandleSecure.
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-12 Ged Murphyadd a client handle to the private interface
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 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 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 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-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 James TaborUpdate ENUMFONTDATAW structure based on returned data.
2007-08-26 James TaborAXESLIST, AXISINFO and ENUMTEXTMETRIC structures. Updat...
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...
2007-08-21 James Tabor- Started the use of DC_ATTR. Created dcutil.c to handl...
2007-08-19 Timo Kreuzer- rename NtGdiSelectPalette to NtUserSelectPalette...
2007-08-19 Art YerkesAdd async name functions, imported from wine. Modified...
2007-08-18 Colin FinckFix the mkhive bug on 64-bit systems, this time correct.
2007-08-17 Colin FinckRevert r28389 as it causes a build break, when you...
2007-08-17 Colin FinckFix the long-standing mkhive bug on 64-bit systems
2007-08-17 James TaborAdd the rest of the dcattr structure, LocalIcm and...
2007-08-17 James TaborAdd 4 more dcattr units.
2007-08-17 Magnus Olsenupdating wine dx headers, adding some new wine dx heade...
2007-08-17 James TaborFix NtUserLoadKeyboardLayoutEx size.
2007-08-17 James TaborRemoved two unsupported types.
2007-08-16 James TaborRemoved NtGdiSetWorldTransform. Made the code info...
2007-08-14 Hervé PoussineauAdd back idl for eventlog
2007-08-12 Timo Kreuzerrename NtGdiGetBitmapDimensionEx to NtGdiGetBitmapDimen...
2007-08-11 James TaborRemoved Ex from NtGdiSetBitmapDimensionEx and NtGdiSetB...
2007-08-10 James Tabor- Removed NtGdiLPTODP/DPTOLP from w32ksvc.db and update...
2007-08-10 James Tabor- Removed NtGdiPie from w32ksvc.db, leaving NtGdiPie...
2007-08-09 James Tabor- Removed NtGdiSetAbortProc and NtGdiEscape from w32ksv...
2007-08-09 James Tabor- Fixed NtGdiAlphaBlend prototype.
2007-08-08 James Tabor- Removed NtGdiGet/SetArcDirection and NtGdiGetSetTextC...
2007-08-08 James TaborRemoved NtGdiGetRelAbs. Use GetDCDWord in gdi32. Update...
2007-08-08 James TaborAdd two more Dc_Attr Dirty flags.
2007-08-07 Aleksey Bragin- Fix build (remove RtlUnwind redeclarations).
2007-08-07 Aleksey Bragin- Add RtlUnwind to headers, and make list.h MSVC-compat...
2007-08-07 Timo Kreuzerupdate ntgdibad.h
2007-08-06 Magnus OlsenUpdate win32k syscall table layout to win32xp sp2
2007-08-05 James TaborStart of the dcattr migration.
2007-08-04 James TaborRemoved non Enh Metafile stubs from win32k:
2007-08-02 Timo Kreuzerremove NtGdiArc, NtGdiArcTo and NtGdiChord from ntgdibad.h
2007-08-02 Timo Kreuzerupdate ntgdibad.h
2007-07-31 James TaborRemove NtGdiGdiGet-SetBatchLimit.
2007-07-30 Timo Kreuzer- implement NtUserHideCaret, make NtUserShowCaret proto...
2007-07-30 Timo Kreuzeradd NtUserInvalidateRect and NtUserInvalidateRgn
2007-07-30 Timo Kreuzerupdate ntgdibad.h
2007-07-30 Timo Kreuzer- rename NtGdiGetTextMetrics to NtGdigetTextMetricsW...
2007-07-28 Thomas BluemelFix definition of DbgPrint to be compatible
2007-07-28 Thomas BluemelSimplify and fix handling of menus for classes
2007-07-27 Thomas Bluemel- Search for user32 window classes before searching...
2007-07-27 Hervé PoussineauAdd missing LIST_FOR_EACH_ENTRY_REV macro
2007-07-27 Hervé PoussineauRevert r27863, and add the correct fix
2007-07-26 Timo KreuzerRename NtGdiGettextFace into NtGdiGetTextFaceW and...
2007-07-26 Timo Kreuzerupdate ntgdibad.h
2007-07-26 Timo Kreuzer- add painting.c to gdi32.def
2007-07-26 Timo Kreuzerupdate ntgdibad.h
2007-07-26 Timo Kreuzerupdate ntgdibad.h
2007-07-26 Timo Kreuzerupdate ntgdibad.h
2007-07-26 Timo Kreuzer- implement CreateBitmapIndirect, calling NtGdicreateBitmap
2007-07-26 Timo Kreuzer- TextOutW: call NtGdiExtTextOut
next