reactos.git
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:
2005-08-05 Alex Ionescu- Protect semaphore release with SEH, since it can...
2005-08-05 Alex Ionescu - Add comments to code and clean it up
2005-08-05 Alex Ionescu- Optimize locking so that the Wake Lock is only entere...
2005-08-05 Alex Ionescu- Makefile change for previous commit.
2005-08-05 Alex Ionescu- Move ExCreateUUID to uuid.c
2005-08-05 Steven Edwardsadded oledlg.dll to the build. Needed by visio2k setup.
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-08-04 Magnus Olsenfix a small bug in cd, it did make all char lower case...
2005-08-04 Filip NavaraFix keyboard input in usetup.
2005-08-04 Steven Edwardstook a stab at write support and turned it on. Removed...
2005-08-04 Gé van GeldorpSync to Wine-20050628:
2005-08-04 Magnus OlsenWindows TAB complete style instead for unix style patch...
2005-08-04 Thomas Bluemelcompile welcome.exe as unicode application by default
2005-08-04 Gé van GeldorpSync to Wine-20050628:
2005-08-04 Thomas Bluemelproperly implement scrolling
2005-08-03 Thomas Bluemelfail as documented when the pointer to the buffer equal...
2005-08-03 Gé van GeldorpFrancois Gouget <fgouget@free.fr>
2005-08-03 Gé van GeldorpSync to Wine-20050628:
2005-08-03 Gé van GeldorpSync to Wine-20050628:
2005-08-03 Thomas Bluemelfixed difference in signedness warning (GCC4)
2005-08-03 Gé van GeldorpSync to Wine-20050628:
2005-08-03 Gé van GeldorpSync to Wine-20050628:
2005-08-03 Thomas Bluemelimplemented OffsetClipRgn()
2005-08-03 Eric Kohl- Add registry property constants.
2005-08-03 Filip NavaraUse valid timer ID for SetTimer.
2005-08-03 Thomas Bluemeldefine __NO_CTYPE_INLINES so DBG:=0 builds don't import...
2005-08-03 Casper HornstrupFix building 'make test'
2005-08-03 Martin Fuchsswitch back to #include "precomp.h" for precomp.cpp...
2005-08-03 Emanuele AlibertiDocument <module type="nativecui" ...>
2005-08-03 Hervé PoussineauFix mouse.inf file (missing %)
2005-08-03 Hervé PoussineauDon't display available resolutions even if DBG is...
2005-08-03 Hervé PoussineauImplement VideoPortVerifyAccessRanges
2005-08-03 Casper HornstrupFix building kernel32 test
2005-08-03 Filip NavaraFix name length handing in RtlQueryAtomInAtomTable.
2005-08-03 Filip Navara- Implement !DeletePinned case in RtlEmptyAtomTable.
2005-08-03 Hervé PoussineauSet right compatible IDs for USB devices with multiple...
next