- Use correct, documented, LPC Message structures (PORT_VIEW, REMOTE_PORT_VIEW)....
[reactos.git] / reactos /
2005-08-07 Steven Edwardsrename tests to dllname_winetest to make it less troubl...
2005-08-07 Magnus OlsenGdiEntry11 (not tested, we can not test it yet in ros...
2005-08-07 Filip NavaraChange the module type to win32gui. We really don't...
2005-08-07 Hartmut BirrFixed the comment from my last commit.
2005-08-07 Hartmut Birr- Removed the exclusive deletion because '-' is a valid...
2005-08-07 Filip NavaraFix setupapi build and prototypes.
2005-08-07 Magnus OlsenImplement Gdintry4 (not tested, we can not test it...
2005-08-07 Hervé PoussineauImplement SetupGetInfFileListW and SetupGetInfInformationW
2005-08-07 Filip NavaraFix a race condition in input packet processing.
2005-08-07 Thomas Bluemelfixed the order of the parameters of RtlIsValidIndexHandle
2005-08-07 Eric KohlSupport size_is(*Length) attributes for strings.
2005-08-07 Filip NavaraReadd check that I accidently removed.
2005-08-07 Filip NavaraCorrectly set internal state in NpfsDisconnectPipe...
2005-08-07 Filip NavaraFix mutex unlocking in NpfsWaiterThread and add ASSERT.
2005-08-07 Thomas BluemelSVN maintainance
2005-08-07 Thomas Bluemelfixed uninitialized variable warning
2005-08-07 Thomas Bluemelfixed uninitialized variables warnings
2005-08-07 Alex IonescuFix NtSignalAndwaitForSingleObject: Use SEH when approp...
2005-08-07 Thomas Bluemeladded a newline at the end of the file to fix a warning
2005-08-07 Filip Navara- Fix size check in SystemBasicInformation and SystemTi...
2005-08-07 Eric KohlFix CM_Get_Registry_Property_ExW.
2005-08-07 Hartmut BirrAllocated a converting buffer for WideCharToMultiByte...
2005-08-07 Martin Fuchsupdate SVN properties
2005-08-07 Alex IonescuAnd here goes another test for two unsupported flags.
2005-08-07 Alex IonescuOne more test can't hurt.
2005-08-07 Alex IonescuAdd failure cases for more things then a WINE test...
2005-08-07 Steven Edwardsenable the ntdll and kernel32 wine tests and watch...
2005-08-07 Steven Edwardsadded kernel32 wine tests
2005-08-07 Steven Edwardsmake the ros test name dllname_rostest.exe, suggested...
2005-08-07 Steven EdwardsNamed reactos regression tests dllname_tests.exe and...
2005-08-07 Steven Edwardsadd some missing values from Wine
2005-08-07 Steven Edwardsntdll pending some winerror.h fixes
2005-08-07 Steven Edwardsupdated winternl.h, PSDK fixes, etc...
2005-08-07 Steven EdwardsDCX_USESTYLE is a wineism. Dont use it in a header
2005-08-07 Steven Edwardsadded local define for DCX_USESTYLE
2005-08-07 Steven Edwardsadded DCX_USESTYLE
2005-08-07 Steven Edwardsturn on more the winetests
2005-08-07 Steven Edwardsagain dump the .cvsignore
2005-08-06 Steven Edwardsadd some of the shlwapi tests
2005-08-06 Steven Edwardsadded user32 wine regression test
2005-08-06 Steven Edwardswe don't need a .cvsignore
2005-08-06 Steven Edwardsadded gdi32 wine regression tests
2005-08-06 Steven Edwardsmoved psapi test
2005-08-06 Steven Edwardsmoved psapi test
2005-08-06 Steven Edwardsadd version tests
2005-08-06 Steven Edwardsadded msvcrt regression test
2005-08-06 Maarten Bosmaadd case if _NO_COM is defined structure _DDRAWI_DDRAWS...
2005-08-06 Thomas Bluemelfixed some uninitialized variables warnings
2005-08-06 Magnus Olsenadd #define DDRAWISURFGBL_NOTIFYWHENUNLOCKED
2005-08-06 Thomas Bluemelallow warnings
2005-08-06 Thomas Bluemeladd missing directory.xml
2005-08-06 Filip NavaraFix translation of extended keys.
2005-08-06 Steven Edwardsand this
2005-08-06 Steven Edwardsforgot this
2005-08-06 Steven Edwardsenable Wine regression tests for advapi32 and comctl32...
2005-08-06 Steven Edwardsadd prototype for DbgPrint so Winetests link properly...
2005-08-06 Steven Edwardsstick the winetests in the sub folder with the other...
2005-08-06 Steven Edwardsremove comctl32 winetests
2005-08-06 Steven Edwardsremove msvcrt winetests
2005-08-06 Steven Edwardsremove main winetest program
2005-08-06 Steven Edwardsremove version winetests
2005-08-06 Steven Edwardsremove advapi32 winetests. I am going to refactor the...
2005-08-06 Hartmut BirrDon't try to acquire the mutex, if the mutex already...
2005-08-06 Thomas Bluemelfixed uninitialized variable warning and indentation
2005-08-06 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-06 Thomas Bluemel#include "usetup.h" -> #include <usetup.h>
2005-08-06 Thomas Bluemelfixed uninitialized variable warning
2005-08-06 James TaborShow DrawTextExA implemented.
2005-08-06 James TaborShow SetParent implemented.
2005-08-06 James TaborShow UpdateWindow implemented.
2005-08-06 Thomas Bluemelhandle the WM_SIZE message and resize/move the controls...
2005-08-05 Maarten BosmaAdd more DDRAWISURFs and remove useless #ifndefs.
2005-08-05 Gé van GeldorpSync to Wine-20050725:
2005-08-05 Maarten Bosmainclude ddk/d3dnthal.h as well
2005-08-05 Filip NavaraRemove spurious call from I8042BasicDetect.
2005-08-05 Alex Ionescu- FS Devices don't need a device queue, optimize the...
2005-08-05 Alex Ionescu- DeviceExtension should be NULL if the caller didn...
2005-08-05 Maarten Bosmain ddrawgdi.h
2005-08-05 Maarten Bosmaundo my last change
2005-08-05 Gé van GeldorpUpdate status
2005-08-05 Gé van GeldorpSync to Wine-20050628:
2005-08-05 Maarten BosmaActually call the DDRAW_DllRegisterServer() and DDRAW_D...
2005-08-05 Gé van GeldorpSync to Wine-20050628:
2005-08-05 Gé van GeldorpSync to Wine-20050628:
2005-08-05 Filip NavaraRevert change to ExSystemExceptionFilter.
2005-08-05 Filip NavaraDon't save and restore previous mode in trap handlers...
2005-08-05 Filip NavaraRemove mouse device detection for now, since it fails...
2005-08-05 Filip NavaraProtect NtQuerySystemInformation with SEH.
2005-08-05 Filip NavaraMove a flush call few lines down.
2005-08-05 Magnus OlsenFixes a bug which disallows tab complete on empty input...
2005-08-05 Filip NavaraFix keyboard and mouse detection. We must disable the...
2005-08-05 Thomas Bluemel#include "advapi32.h" -> #include <advapi32.h>
2005-08-05 Thomas Bluemel#include "acluilib.h" -> #include <precomp.h>
2005-08-05 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-05 Filip NavaraComment out the ACPI enumeration entries for i8042prt...
2005-08-05 Filip NavaraFix shell32 build.
2005-08-05 Alex Ionescu- Removed all 3rd-party drivers due to popular request...
2005-08-05 Thomas Bluemelset eol-style to native and allow warnings (so it compi...
2005-08-05 Gé van GeldorpSync to Wine-20050628:
2005-08-05 Gé van GeldorpSync to Wine-20050628:
next