Don't crash when no working display adapter is present
[reactos.git] / reactos /
2006-06-04 Hervé PoussineauDon't crash when no working display adapter is present
2006-06-04 Hervé PoussineauConvert result struct only if NtUserEnumDisplayDevices...
2006-06-04 Johannes Anderwald_strdate should return maximum 8 chars
2006-06-04 Hervé PoussineauIntEnumDisplaySettings returns a BOOL, not a NTSTATUS
2006-06-04 Johannes Anderwaldmake _tfullpath pass all msvcrt_winetest dir tests
2006-06-03 Magnus Olsendo not cuase crash in dhcp when no networkcard is found
2006-06-03 Magnus Olsensorrry I did break the build
2006-06-03 Magnus Olsenfixing malloc and realloc so it return right value
2006-06-03 Magnus OlsenFix overflow caltions bugs in varus memmory functions...
2006-06-03 Magnus Olsenmake malloc, calloc and some other function return...
2006-06-03 Johannes Anderwaldfix bug in CmiCreateHiveFreeCellList when a cell has...
2006-06-03 Hervé PoussineauFix some little bugs
2006-06-03 James TaborFix compiling. Well for me anyway.
2006-06-02 Aleksey BraginAdd forgotten KeAcquire/ReleaseQueuedSpinLock exported...
2006-06-02 Johannes Anderwaldreturn ERROR_INVALID_HANDLE when hKey is invalid
2006-06-02 Ged Murphy- remove all reliance on 'extern' data, using abstraction.
2006-06-02 Johannes Anderwaldfix apps depending on INVALID_HANDLE_VALUE
2006-06-02 Johannes Anderwaldforgot header in last commit
2006-06-02 Johannes Anderwaldalways zero handle on return
2006-06-02 Hervé PoussineauBy default, don't search a driver on removable media.
2006-06-02 Hervé PoussineauImplement CM_Add_IDA, CM_Add_IDW, CM_Add_ID_ExA
2006-06-02 Johannes Anderwalddisable timer when user wants to set an alternative...
2006-06-02 Hervé PoussineauExtract some code from devinst.c to new files: devclass...
2006-06-01 Hervé PoussineauChange registry settings (related to revision 22169)
2006-06-01 Hervé PoussineauStore real parameters registry key in DEVICEMAP\VIDEO
2006-06-01 Christoph von Wittich-fix copy paste error (crypt32->cryptdll)
2006-06-01 Christoph von Wittich-added cryptdll to build
2006-06-01 Ged MurphyFirst time import from wine-0.9.14
2006-06-01 Magnus Olsenredirect __p__tzname to _tzname, I copy the idea from...
2006-06-01 Magnus Olsenredirect __p__mbctype to _mbctype, I copy the idea...
2006-06-01 Ged Murphymore gcc 4.1 fixes
2006-06-01 Ged Murphyfix build for w3seek and his gcc 4.1 crew ;)
2006-06-01 Magnus Olsenremove stub for _wenviron we already have it implement...
2006-06-01 Hervé PoussineauDon't free the string, as it is not ours
2006-06-01 Ged Murphy- Temperarly add the screenshot app to the start menu
2006-06-01 Hervé PoussineauFix calculation of loss percentage
2006-06-01 Magnus Olsenfix so fread return right value of bytes/chars it reads
2006-06-01 Christoph von Wittich-don't update the time in the DTP control when the...
2006-06-01 Ged Murphyadd a really dodgy delete button. I'll replace all...
2006-06-01 Christoph von Wittich-forgot to add world.bmp
2006-06-01 Hervé PoussineauIf the section name contained a dot, sometimes the...
2006-06-01 Ged Murphyhmm, tortoise is messing me about ;)
2006-06-01 Ged Murphy- Start a complete overhaul of servman, using abstracti...
2006-06-01 Christoph von Wittich-forgot to check lpDrawItem->CtlID
2006-06-01 Hervé PoussineauAmovible devices should be checked when doing automatic...
2006-06-01 Christoph von Wittich-added a worldmap picture (source: en.wikipedia.org...
2006-06-01 Magnus OlsenSorry I did wrong calc of the position of ungetc did...
2006-06-01 Magnus Olsensmall rewrite by me, pass wine test and no bugs in...
2006-05-31 Ged Murphyfix possible memory leak
2006-05-31 Christoph von Wittich-fixed bug 1513
2006-05-31 Magnus Olsenrecommit french translatoins : patch from bug 1539...
2006-05-31 Johannes Anderwaldadd french translation
2006-05-31 Hervé PoussineauFix BSOD in IntPrepareDriver (bug 1321)
2006-05-31 Christoph von Wittichshow Cancel button
2006-05-31 Hervé PoussineauRemove useless cast
2006-05-31 Magnus Olsenstart implement WSHGetSockaddrType, it missing error...
2006-05-30 Ged Murphyadd screenshot app to bootcd
2006-05-30 Ged Murphyadd a temp screenshot app in case I don't get time...
2006-05-30 Aleksey Bragin- Unlock *.def file (it doesn't need to be audited)
2006-05-30 Hervé PoussineauFix indentation by replacing tabs by spaces. No code...
2006-05-30 Hervé PoussineauFix installation from default directory (%SYSTEMROOT...
2006-05-30 Hervé PoussineauImplement the Browse button, but it is not working...
2006-05-30 Hervé PoussineauRemember custom paths entered in wizard
2006-05-30 James TaborImplement NtGdiGetCharABCWidths. Not sure if the math...
2006-05-29 Ged Murphychange version text in line with new svn version
2006-05-29 Hervé Poussineau- Implement SetupCopyOEMInfW
2006-05-29 Hervé PoussineauFix typo ("SetupDiGetDeviceRegistryProperty" -> "SetupD...
2006-05-29 Magnus OlsenHidden bug in our tcp/ip stack, at shutdown api the...
2006-05-29 Magnus Olsenrevers r22073 and r22075 bugfix for envinmert for it...
2006-05-29 Hervé PoussineauDo the normal install before custom install actions.
2006-05-29 Hervé PoussineauSP_DRVINFO_DETAIL_DATA_W.InfFileName must contain the...
2006-05-29 Hervé PoussineauDon't stop the search after the first driver found...
2006-05-29 Hervé PoussineauFix some whitespaces
2006-05-29 Alex Ionescu- Object Manager Improvements (3 of 3):
2006-05-29 Alex Ionescu- Object Manager Fixes (2 of 3):
2006-05-29 Alex Ionescu- Object Manager Improvement Patch 1/3:
2006-05-28 James TaborFix build. Missing chg for GetOutlineTextMetrics.
2006-05-28 James TaborImplement NtGdiGetOutlineTextMetrics and GetOutlineText...
2006-05-28 Hervé PoussineauBetter handling of errors/special cases
2006-05-28 Hervé PoussineauAdd newdev.h of the w32api package
2006-05-28 Hervé PoussineauFix the build
2006-05-28 Hervé Poussineau- Display install page when installing the device,...
2006-05-28 Hervé PoussineauKeep minimal amount of differences with Wine code
2006-05-28 Alex Ionescu- Add SecurityQoS and PreviousMode parameters to ObFind...
2006-05-28 Hervé PoussineauForward more functions to setupapi
2006-05-28 Hervé PoussineauRewrite SetupDiGetActualSectionToInstallExW:
2006-05-28 Hervé PoussineauSearch driver files in the same directory as the .inf...
2006-05-28 Magnus Olsencopy number to numberf so people can bugfix it/rewrite it
2006-05-28 Magnus Olsenalmost last commit for full support of %e %E %f %g...
2006-05-28 Magnus Olsenstarteted implement float into sprintf, snprintf and...
2006-05-28 Magnus Olsenmaking one more wine msvcrt printf test pass
2006-05-28 Magnus Olsenfixing two hiden bug in reactos, null termante the...
2006-05-27 Aleksey BraginFix an incorrect HalBeginSystemInterrupt() prototype
2006-05-27 Ged MurphyFix possible memory leak in ProbeAndCaptureUnicodeString
2006-05-27 Magnus Olsen patch from w3seek : <w3seek> btw here's a (temporary...
2006-05-27 Hervé PoussineauSmall fixes by w3seek
2006-05-27 Magnus Olsensorry for breaking the build, I did put in wrong versio...
2006-05-27 Hervé PoussineauFix search of driver on removable media
2006-05-27 Magnus OlsenBugfix environ so it does not allown = in environ name...
2006-05-27 Magnus Olsenreplacing _swab with wine cvs 2006-05-11 version, this...
next