- Add language name tooltip to kbswitch systray icon
[reactos.git] / reactos / include /
2008-05-04 Dmitry Chapyshev- Update header file
2008-05-04 Magnus Olsenfixed some typo and stefan100 suggest to remove a ...
2008-05-04 Johannes Anderwald- add mmreg.h
2008-05-03 James TaborFix DxEngCreateMemoryDC, GetDesktopDC and DeleteDC.
2008-05-03 Magnus OlsenBugfix : DRVFN gaEngFuncs one row was wrong thx irc...
2008-05-03 Magnus Olsenimplemented partly DxEngGetDesktopDC
2008-05-02 Ged Murphy- Get the locations of DrawCaptionTemp and RegisterShel...
2008-05-02 Magnus OlsenFixed some struct member positions in EDD_DIRECTDRAW_GLOBAL
2008-05-01 Magnus OlsenFixed DRIVER_FUNCTIONS this struct are being passdown...
2008-05-01 Ged MurphyDECLSPEC_NOVTABLE isn't supported by gcc
2008-05-01 Magnus Olsenadd regkey HKLM\SYSTEM\CurrentControlSet\Control\Graphi...
2008-05-01 Ged Murphy- Add IMenuBand COM interface
2008-05-01 Ged Murphy- Add IShellView2 and IShellView3 COM interfaces
2008-05-01 Ged MurphyMore COM interfaces needed for the new explorer
2008-05-01 Ged MurphyStart to fix some COM interfaces which will be used...
2008-04-30 Timo Kreuzer- DxEngGetHdevData: return a DWORD_PTR instead of a...
2008-04-29 Aleksey Bragin- All DxEng APIs are STDCALL. The only possible excepti...
2008-04-29 Aleksey Bragin- Fix typos in source code comments.
2008-04-29 James TaborUpdate DxEngSetDCOwner and add owner masks.
2008-04-28 Johannes Anderwald- add GUID_DEVCLASS_DISPLAY
2008-04-27 Magnus OlsenGetting the pain in the ass api DxDdCreateDirectDrawObj...
2008-04-27 Magnus Olsenadd new : define a new flags for edd_directdraw_global...
2008-04-27 Magnus Olsenadd DD_VIDEOPORTCALLBACKS it mean directx video port...
2008-04-27 Magnus Olsenms dxg.sys can now found and execute GetAvailDriverMemo...
2008-04-27 Magnus Olsenadding more code for init the drv in intEnableReactXDriver
2008-04-27 Magnus Olsenno new code, only fixed some more members in EDD_DIRECT...
2008-04-27 Magnus OlsenEDD_DIRECTDRAW_GLOBAL mark out ddSurfaceCallbacks is...
2008-04-26 Magnus OlsenBugFix : EDD_DIRECTDRAW_GLOBAL put ddCallbacks in...
2008-04-26 Magnus OlsenAdd : started port in intEnableDriver from reactos...
2008-04-26 Magnus Olsenremove some debug output it is not longer need it.
2008-04-26 Magnus Olsenfixed bit more in the struct EDD_DIRECTDRAW_GLOBAL,
2008-04-26 Magnus Olsenfixed : we do not longer losing the hdev for ms dxg.sys
2008-04-25 Aleksey Bragin- Add more MDL flags.
2008-04-23 Magnus Olsenchange directx struct
2008-04-22 KJK::Hyperionmodified include/psdk/ntdef.h
2008-04-22 Johannes Anderwald- add missing constants required for dxdiag
2008-04-22 KJK::HyperionI am stupid and buildbot is broken
2008-04-22 KJK::Hyperionmodified include/psdk/ntdef.h
2008-04-22 Aleksey BraginBug fixes from Alex:
2008-04-21 James TaborImplemented DxEngGetRedirectionBitmap. Fixed GdiGetSetC...
2008-04-21 Ziliang GuoHeader updates from Samuel
2008-04-20 Hervé PoussineauAdd ERROR_WINHTTP_AUTODETECTION_FAILED
2008-04-20 Hervé PoussineauAdd GetCharABCWidthsI, GetGlyphIndicesA/W prototypes
2008-04-20 Magnus Olsenfix another stack crouptions for wrong prototype
2008-04-20 Hervé PoussineauSupport memicmpW() Wine specific function
2008-04-20 Eric KohlDon't terminate a cpp_quote statement with a semicolon...
2008-04-20 Magnus Olsenfixed 3 diffent bug for ms dxg.sys
2008-04-19 Magnus Olsenadded 3 more correct prototype for dxeng.c
2008-04-19 Magnus Olsenfixed stack corutions for dxeng api they do not have...
2008-04-19 James TaborPlugged in the old NtGdiSetDIBits for now. Need to...
2008-04-19 James TaborTidy ups some missed changes.
2008-04-17 Magnus Olsenadd some new define to ks.h for ksuser.dll that will...
2008-04-17 Magnus OlsenThis header file is for set the version number of all...
2008-04-17 Dmitry Chapyshev- Fix build
2008-04-17 James TaborRemoved w.ArcDirection. Now we are using dclevel path...
2008-04-17 James TaborAdding support for Event hooks. Start using the server...
2008-04-14 Magnus Olsenadd stub for dvdif.idl for now
2008-04-14 Magnus Olsendo not mix in wine header here the guids, CLSID is...
2008-04-14 Dmitry Chapyshev- Add header
2008-04-14 Dmitry Chapyshev- Update headers
2008-04-14 Hervé PoussineauMake plug-and-play RPC interface more compatible with...
2008-04-14 James TaborAdd the start of server information structure.
2008-04-13 Dmitry Chapyshev- Update headers
2008-04-13 Magnus Olsenfixed so old name can be use also
2008-04-12 Timo KreuzerPatchPatch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-04-12 James TaborMore hook implementations.
2008-04-12 James TaborMore work on hooks.
2008-04-12 James TaborUpdate prototypes for NtUserNotifyWinEvent and NtUserSe...
2008-04-11 Hervé PoussineauAdd wine_get_data_dir()/wine_get_build_dir() functions
2008-04-11 Hervé PoussineauUpdate some headers (from Wine)
2008-04-10 Hervé PoussineauUse R- prefix instead of Scmr- prefix for service RPC...
2008-04-10 Hervé PoussineauMake service RPC interface more compatible with MS...
2008-04-09 Johannes Anderwald- fix api call convention
2008-04-08 James TaborGood example how client thread info structure works...
2008-04-08 James TaborFix alignment for client info structure.
2008-04-07 Johannes Anderwald- add SHOpenWithDialog prototype and structure
2008-04-06 James Tabor- Implement SendMessageCallbackA/W, user32 only.
2008-04-06 Aleksey Bragin- Sync to Wine, fixes hlink_winetest build.
2008-04-06 Johannes Anderwald- add missing constants
2008-04-05 James TaborUpdate NtUserMessageCall prototype. Used Wine message...
2008-04-04 Hervé PoussineauAdd some constants/prototypes
2008-04-04 Hervé PoussineauAdd some constants
2008-04-04 Hervé PoussineauAdd some prototypes
2008-04-04 Hervé PoussineauUpdate header
2008-04-03 James TaborUpdate POLYPATBLT.
2008-04-03 Dmitry Chapyshev- Update header
2008-04-03 Timo KreuzerPatch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-04-01 Aleksey Bragin- Use C define for the bit in the wait block flags...
2008-04-01 Aleksey Bragin- Implement inline version of _rotl. The Win32 version...
2008-04-01 James TaborMove thread pool functions prototypes to ndk.
2008-03-31 Aleksey Bragin- Fix PARTITION_STYLE enum to include PARTITION_STYLE_RAW.
2008-03-31 James TaborFix GETTEXTEX update it to current sdk and web info.
2008-03-30 James TaborPatch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-03-25 Dmitry Chapyshev- Update headers (Part 2/2)
2008-03-22 Magnus Olsenimplemented NdisScheduleWorkItem writen by me and arty
2008-03-22 Magnus Olsenadd a missing struct NDIS_WORK_ITEM and missing prototy...
2008-03-22 Timo Kreuzerremove duplicate definitions
2008-03-22 Magnus OlsenFixing a typo in ndis rename NdisGetSystemUptime to...
2008-03-22 Timo Kreuzer- make Simplecall definitions (NtUserCallXxx) compatibl...
2008-03-22 Timo Kreuzerupdate NTDDI defines
next