samwise52 <samcharly@hotmail.com>
[reactos.git] / reactos / lib /
2005-12-12 Gé van Geldorpsamwise52 <samcharly@hotmail.com>
2005-12-12 KJK::Hyperion - Replaced horribly broken implementation of CreateSym...
2005-12-12 Christoph von Wittichcorrect implementation of VerLanguageNameA/W
2005-12-12 Gé van GeldorpAdd small utility to download/install Firefox
2005-12-12 Christoph von Wittichbetter stubs for VerLanguageNameA/W (untested)
2005-12-11 Christoph von Wittichbetter GetSystemPowerStatus stub
2005-12-11 Filip NavaraCheck for failed allocations. Spotted by Martin Bealby.
2005-12-11 Christoph von Wittichset eol-style:native
2005-12-11 Filip NavaraRevert r20089, thanks SVN for not a nice conflict resol...
2005-12-11 Filip NavaraCheck for failed allocation in GetNamedPipeHandleStateA.
2005-12-11 Thomas Bluemelfixed uninitialized variable warnings and possible...
2005-12-11 Gé van GeldorpPut back extra info if it was present
2005-12-11 Gé van GeldorpResolve chained CNAME records
2005-12-11 Thomas Bluemelfixed some missing NULL checks, reported by M Bealby...
2005-12-11 Thomas Bluemelfixed some missing NULL checks, reported by M Bealby...
2005-12-11 Thomas Bluemelfixed converting the unicode string back to ansi in...
2005-12-11 Magnus Olsencomplete the sync with wine 0.9.2
2005-12-11 Magnus Olsensync the header with wine 0.9.2 part 2 of 4
2005-12-11 Sebastian Gasiorekfind applet by name (fixes bug #1063)
2005-12-11 Hervé PoussineauSort drivers by rank + date, so best driver would be...
2005-12-11 Hervé PoussineauImplement SetupDiGetClassImageIndex, SetupDiGetClassIma...
2005-12-11 Brandon TurnerMake sure buffer isnt NULL. fixes bug 1102.
2005-12-11 Brandon TurnerSpell it right. :rolleyes:
2005-12-11 Brandon TurnerCheck to make sure pointer isnt null after allocation...
2005-12-11 Brandon Turner"Add" -> "Modify". Fixes bug 847.
2005-12-11 Brandon TurnerWrite the new environment vars to the registry. Fixes...
2005-12-11 Sebastian Gasiorekfix inserting menu by position in InsertMenuA/W
2005-12-10 Sebastian Gasiorekmerged changes from wine to edit control.
2005-12-10 Thomas Bluemelfixed calls to NtDuplicateObject
2005-12-10 Christoph von Wittichadd QueryServiceConfig2W stub to get ros-msconfig worki...
2005-12-10 Sebastian Gasiorekmerged changes from wine to button and combobox code.
2005-12-09 Christoph von Wittichadd CertVerifyCertificateChainPolicy stub. now Genuine...
2005-12-09 Thomas Bluemelimplemented DeviceProblemTextA/W()
2005-12-09 Gé van GeldorpWork around lack of MSG_PEEK
2005-12-09 Gé van GeldorpRemove Wine-ism
2005-12-09 Gé van GeldorpTell shdocvw where to get the Mozilla control
2005-12-09 Sebastian Gasiorekconvert strings to lower case in CharLowerA.
2005-12-09 Filip NavaraFix a Mach-O magic check. Spotted by mbealby@gmail...
2005-12-09 Filip NavaraFix a buffer overflow in OutputDebugStringA. Spotted...
2005-12-09 Thomas BluemelPatch by FRy2oo5 <fRy2oo5@gmail.com>:
2005-12-09 Steven Edwardsremove another unused folder
2005-12-09 Steven Edwardsremove test cases. sorry I ment to do this before the...
2005-12-09 Thomas BluemelSVN maintainance: set eol-style to native
2005-12-09 Christoph von Wittichadded stubs for CertGetNameStringA/W needed by eMule
2005-12-09 Christoph von Wittichset eol-style:native
2005-12-09 Christoph von Wittichadded german translation
2005-12-09 Hervé PoussineauUse correct format for arguments in debug messages
2005-12-08 Christoph von Wittichset eol-style:native
2005-12-08 Thomas Bluemelset eol-style to native
2005-12-08 Thomas Bluemel- fixed definition of RtlImageRvaToVa
2005-12-08 Christoph von Wittichset eol-style:native
2005-12-08 Hervé PoussineauSet right error code, when a problem occurs
2005-12-08 Hervé PoussineauUse correct format for arguments in debug messages
2005-12-08 Christoph von Wittichimplemented: NtGdiAbortPath, NtGdiBeginPath, NtGdiEndPa...
2005-12-08 Steven Edwardspass the correct defines to build as a static lib
2005-12-08 Steven Edwardsimport libxml2-2.6.20. I did not bother with a vendor...
2005-12-08 Gé van GeldorpStrings with different lengths are not equal
2005-12-08 Gé van GeldorpSelf-registration of devenum.dll depends on quartz...
2005-12-08 Alex Ionescu- Temporary fix for making locale switches possible...
2005-12-08 Alex Ionescu- Allow TLS usage for 1088 TLS slots, fixes part of...
2005-12-07 Andrew GreenwoodCleanup of existing code, basic implementation of play...
2005-12-07 Thomas Bluemelprint more detailed information for the status codes...
2005-12-06 Magnus OlsenBugfix EnumDisplayDevicesA when it convert the struct...
2005-12-06 Brandon TurnerActually provide __aulldiv code.
2005-12-06 Magnus Olsenfix the Bug#: 1074 the regserver api does not exists...
2005-12-06 Brandon TurnerRename uallshr_asm.s -> aullshr_asm.s.
2005-12-06 Gé van GeldorpAlex Buell <alex.buell@munted.org.uk>:
2005-12-06 Brandon TurnerSeparated math and memory functions into their own...
2005-12-06 Alex Ionescu- Make iofuncs.h standalone.
2005-12-05 Thomas BluemelPatch by FRy2oo5 <fRy2oo5@gmail.com>:
2005-12-05 Thomas Bluemeldisable the device if the user selects "Do not show...
2005-12-05 Thomas Bluemeladd stub for SetupDiSetClassInstallParamsW
2005-12-05 Thomas Bluemelimplemented enabling/disabling of devices
2005-12-05 Thomas Bluemeldisplay the "Reinstall Driver" button in case the insta...
2005-12-05 Thomas BluemelPatch by FRy2oo5 <fRy2oo5@gmail.com>:
2005-12-05 Christoph von Wittichadded SplitSymbols stub
2005-12-05 Thomas Bluemelupdate the hardware page on device status changes
2005-12-05 Thomas Bluemelfixed SetHandleInformation to take dwMask into account...
2005-12-04 Magnus Olsenprepare fixing vfw.h header so it can be compile withou...
2005-12-04 Art YerkesAdded kbdhe. Was missing.
2005-12-04 Thomas BluemelPatch by Apostolos Alexiadis <grad0621@di.uoa.gr>:
2005-12-04 Thomas BluemelPatch by FRy2oo5 <fRy2oo5@gmail.com>:
2005-12-04 Magnus Olsenupdate the hu.rc from irc : talley
2005-12-04 Magnus Olsenupdate the hu.rc from irc : talley
2005-12-04 Ged MurphyA bit more eye candy for the start menu.
2005-12-04 Sebastian Gasiorekupdated listbox control from wine 0.9.2
2005-12-04 Thomas Bluemeladded missing constants
2005-12-04 Alex Ionescu- Fix KeAttackProcess, KeStackAttachProcess, KeUnstackD...
2005-12-03 Magnus Olsenrevert my latest change for it contain to some serous...
2005-12-03 Sebastian Gasiorekfix for LoadStringA - return part of string if buffer...
2005-12-03 Magnus OlsenImplmenet IDxDiagContainerImpl_GetNumberOfProps, IDxDi...
2005-12-03 Gé van GeldorpDocument (failed) attempt to optimize memcpy()
2005-12-03 Thomas Bluemelfixed prototype of GdiGetCharDimensions
2005-12-03 Sebastian Gasiorekfixes from Wine.
2005-12-03 Thomas Bluemelpartly implemented DeviceProblemWizardA/W
2005-12-03 Thomas Bluemel- document and partly implement DevicePropertiesExA/W()
2005-12-03 Thomas Bluemel- if the device cannot be opened display information...
2005-12-02 Sebastian Gasiorekimported newer version of DIALOG_DoDialogBox and DEFDLG...
2005-12-02 Sebastian Gasiorekfixes for GetDlgItemTextA, GetDlgItemTextW and DIALOG_C...
2005-12-02 Magnus OlsenCorretat en översätting miss upptäckes av harteex progr...
next