Fix build (no idea why my rbuild didn't notice the "unicode" attribute change...)
[reactos.git] / reactos /
2008-05-09 Colin FinckFix build (no idea why my rbuild didn't notice the...
2008-05-09 Daniel ReimerBug 3217: shdocvw translation patch by Seungju Kim...
2008-05-09 Dmitry ChapyshevAdd keyboard layouts:
2008-05-09 Colin FinckCompile calc as Unicode and remove the unneeded __USE_W...
2008-05-09 Colin FinckChange the translation of the "Help" menu item to ...
2008-05-09 Dmitry Chapyshev- Add some defines
2008-05-09 Christoph von Wittichadd some initial xen support to sysreg (hack)
2008-05-09 Aleksey Bragin- Revert 33366 for explorer too. Bugs in explorer shoul...
2008-05-09 Ged Murphy- revert r32389. It's both useless and incorrect.
2008-05-08 Colin FinckRevert r33366 for regedit and compile it as Unicode...
2008-05-08 Hervé PoussineauFix compilation by using an unicode entrypoint
2008-05-08 Hervé PoussineauFix some various unicode problems
2008-05-08 Colin Finck- Fix build by converting everything to use TCHAR's
2008-05-08 Hervé PoussineauUse _tWinMain instead of WinMain, as msconfig.exe uses...
2008-05-08 Hervé PoussineauFix route.exe compilation by removing hack
2008-05-08 Hervé PoussineauUse _tWinMain instead of WinMain, as welcome.exe uses...
2008-05-08 Hervé PoussineauDo not define _UNICODE twice (on command line and in...
2008-05-08 Hervé PoussineauUse _tWinMain instead of WinMain, as setup.exe uses...
2008-05-08 Hervé PoussineauFix sc.exe compilation by removing hack
2008-05-08 Hervé PoussineauDon't depend of UNICODE/_UNICODE
2008-05-08 Hervé PoussineauFix typo spotted by Stephan100 on IRC
2008-05-08 Dmitry Chapyshev- Revert r33314
2008-05-08 Hervé PoussineauFix some .rbuild file problems
2008-05-08 Dmitry Chapyshev- Fix typo
2008-05-08 Dmitry Chapyshev- Adding and deleting layouts using Substitutes
2008-05-08 Johannes Anderwald- check if the requested MenuItem object was really...
2008-05-08 Pierre SchweitzerUpdated French translation for Syssetup.dll
2008-05-08 Pierre SchweitzerAdded an Ext2 provider. Not yet used by Autochk.
2008-05-08 Dmitry Chapyshev- Add more languages to usetup
2008-05-07 Colin FinckFilip Navara:
2008-05-07 Marc Piulachs-try to fix linux build
2008-05-07 Marc Piulachs-fix linux build
2008-05-07 Marc Piulachs- add missing idl files to build
2008-05-07 Marc Piulachs-autogenerate dxsdk headers as part of the build as...
2008-05-07 Gregor BrunmarImplemented IDirect3DDevice9::GetCreationParameters()
2008-05-07 James TaborAdding more than one video device.. We need to fix...
2008-05-07 Gregor Brunmar* Fixed an error in IDirect3DDevice9::GetDisplayMode...
2008-05-07 Dmitry Chapyshev- Small fix modifier_bits structure
2008-05-07 Dmitry Chapyshev- Adding shortcuts to kbswitch
2008-05-07 Timo KreuzerUserCreateHeap: use SIZE_T for parameter, also use...
2008-05-07 Timo Kreuzerremove unimplemented IntDrawCaret from caret.h
2008-05-07 Timo Kreuzer(Nt)UserGetWindowDC returns a HDC, not a DWORD
2008-05-07 Aleksey Bragin- Fix uninitialized Callback var usage, spotted by...
2008-05-07 Aleksey Bragin- Assign statements in ASSERTs is a bad idea. Fix that.
2008-05-07 Timo Kreuzerntifs.h: fix prototypes of PsChargePoolQuota, PsChargeP...
2008-05-06 Timo Kreuzerchange Amount param in all PsXxxPoolQuota functions...
2008-05-06 Timo Kreuzerfix MmMapViewOfSection prototype
2008-05-06 Johannes Anderwald- fix changing time format garbles the clock output
2008-05-06 Timo Kreuzerremove PalIndexed from dc struct
2008-05-06 Aleksey Bragin- Fix regedit's import function. Now it works equally...
2008-05-06 Timo KreuzerDC: use dc.DcLevel.hPal for the palette instead of...
2008-05-06 Magnus Olsenstarted cleanup object/dc.c
2008-05-06 Timo Kreuzerrename 2nd parameter of NtUserGetClipboardData from...
2008-05-06 Aleksey Bragin- Fix a bug resulting in a write to an uninitialized...
2008-05-06 Daniel ReimerNetherland translation for calc by Wouter Thierens...
2008-05-06 Gregor BrunmarImplemented IDirect3DDevice9::GetDisplayMode()
2008-05-06 Marc Piulachs-fix build
2008-05-06 Marc Piulachs-fix build
2008-05-06 Marc Piulachs-Fix unnecessary msi builds (part 2/2)
2008-05-06 Marc Piulachs-Fix unnecessary msi builds, this time for real! msi...
2008-05-06 Marc Piulachs-Add a new module type 'cabinet' to handle .cab files...
2008-05-06 Aleksey Braginatl: Remove freeing of an invalid pointer.
2008-05-06 Aleksey Bragin- Fix a typo.
2008-05-06 Dmitry Chapyshev- Add new dll's information
2008-05-06 Dmitry Chapyshev- Add new dll's to bootcd
2008-05-06 Dmitry Chapyshev- Add & update headers
2008-05-06 Dmitry Chapyshev- Add baseaddress for inetcomm.dll and nddeapi.dll
2008-05-06 Dmitry Chapyshev- advapi32: Small implementation RegConnectRegistryW...
2008-05-06 Johannes Anderwald- check for WHQL for display adapters (using d3d9)
2008-05-06 Johannes Anderwald- define LPD3DVECTOR_DEFINED when d3d9 and dsound heade...
2008-05-06 Hervé PoussineauFix indentation
2008-05-06 James TaborQuick implementation of DxEngCreateMemoryDC and DxEngCl...
2008-05-06 James TaborWin32k:
2008-05-05 Marc Piulachs-solve msi circular dependency warning and avoid unnece...
2008-05-05 Aleksey Bragin- Buffer size is in bytes, not in pages. Fixes boot...
2008-05-05 Hervé PoussineauInitialize size field of the OLEINPLACEFRAMEINFO structure.
2008-05-05 Magnus Olsenbye bye DXG_GET_INDEX_FUNCTION
2008-05-05 Gregor BrunmarMade IDirect3DDevice9::GetAvailableTextureMem() less...
2008-05-05 Gregor BrunmarChanged struct in IDirect3DDevice9::GetAvailableTexture...
2008-05-05 Magnus Olsenpatch from Stefan Ginsberg stefan__100__at hotmail...
2008-05-05 Aleksey Bragin- Fix two typos in the buffer size calculation code...
2008-05-05 James TaborImplement XxxRedrawDesktop for Dx, needs testing.
2008-05-05 Gregor BrunmarImplemented IDirect3DDevice9::GetAvailableTextureMem()
2008-05-05 Gregor Brunmar* Implemented IDirect3DDevice9::GetDirect3D() and GetDe...
2008-05-05 Hervé PoussineauRemove some warnings
2008-05-05 Hervé PoussineauFix assert
2008-05-05 Daniel Reimer... And the last things I forgot....
2008-05-05 Daniel ReimerForgot to save a local fix before commit...
2008-05-05 Daniel ReimerBug 3215: some updates and slovak translations by Mario...
2008-05-05 Aleksey Bragin- Revert 33274, except the change in GetDisplayNumberFr...
2008-05-05 Aleksey Bragin- Fix a few DxEng APIs without proper calling conventio...
2008-05-05 James TaborImplement IntGdiReferencePdev and part of IntGdiUnrefer...
2008-05-04 Marc Piulachs-Move shellext folder to a more appropriate location...
2008-05-04 Marc Piulachs-Move shellext folder to a more appropriate location...
2008-05-04 Marc Piulachs-replace the non defined ${MP} property by a constant...
2008-05-04 James TaborImpement DxEngSetDCState, DxEngIsHdevLockedByCurrentThr...
2008-05-04 Magnus Olsenremove more of no working macro DXG_GET_INDEX_FUNCTION
2008-05-04 Marc Piulachs- Add language name tooltip to kbswitch systray icon
2008-05-04 Marc Piulachs- Fix logon screensaver preview
2008-05-04 Dmitry Chapyshev- Synchronize with wine head
next