reactos.git
2009-02-28 Aleksey Bragin- If a driver has no Tag specified it should be default...
2009-02-28 James Tabor- No code change, adding notes to header.
2009-02-27 Andrew GreenwoodStarted new implementation of Sound Blaster driver...
2009-02-27 Dmitry GorbachevFix warning: implicit declaration of function 'VALID_SO...
2009-02-27 Jeffrey MorlanHandle quotes in a CMD /C or CMD /K argument properly.
2009-02-27 Dmitry Chapyshev- Add winetests for mscms, msvcrtd, quartz, secur32
2009-02-27 Dmitry Chapyshev- Add winetests for pdh, qmgr, rasapi32, serialui,...
2009-02-27 Dmitry Chapyshev- Add twain.h from Wine
2009-02-27 Dmitry Chapyshev- Add winetests for msctf, msvfw32, ntdsapi, ntprint...
2009-02-27 Dmitry Chapyshev- Add winetests for inetcomm, inetmib1, itss, localspl...
2009-02-27 Dmitry Chapyshev- Add DNS_RRSET_INIT, DNS_RRSET_ADD, DNS_RRSET_TERMINATE
2009-02-27 Dmitry Chapyshev- Add winetests for credui, cryptnet, cryptui, dnsapi...
2009-02-27 Dmitry GorbachevJapanese explorer-new translation by Pcds90net (ds200xn...
2009-02-27 Aleksey Bragin- Wait untill all usb embedded drivers are initialized...
2009-02-27 Johannes Anderwald- Add sanity checks
2009-02-27 Johannes Anderwald- Implement enumerating devices for wave in devices
2009-02-27 Johannes Anderwald- Complete missing irp
2009-02-27 Johannes Anderwald- Ignore the failure of device interface registration...
2009-02-26 Dmitry GorbachevAdd GetListBoxInfo()
2009-02-26 Johannes Anderwald- Disable checking of nonactive device interface becaus...
2009-02-26 Johannes Anderwald- Change service type of RosAudioSrv to automatically...
2009-02-26 Johannes Anderwald- Start automatically sysaudio / wdmaud when audiosrv...
2009-02-26 Johannes Anderwald- Implement CMP_RegisterNotification stubs
2009-02-26 Dmitry Chapyshev- Sync winetests with Wine head (comcat, crypt32, gdipl...
2009-02-26 Dmitry Chapyshev- Update headers
2009-02-26 Aleksey Bragin- Rename a variable so it doesn't conflict with a reser...
2009-02-26 Aleksey Bragin- Actually advance current item pointer to the next...
2009-02-26 Dmitry Chapyshev- Add msctf from Wine
2009-02-26 Christoph von... partially revert the mshtml sync as it breaks gecko...
2009-02-26 Dmitry Chapyshev- Update Russian translation
2009-02-26 Dmitry Chapyshev- Sync itss, mlang with Wine head
2009-02-26 Dmitry Chapyshev- Sync objsel, ntprint, netapi32, mshtml with Wine...
2009-02-26 Dmitry Chapyshev- Sync rsaenh, shdocvw, shlwapi with Wine head
2009-02-26 Dmitry Chapyshev- Sync wldap32, uxtheme, sxs with Wine head
2009-02-26 Dmitry Chapyshev- Delete unneeded file
2009-02-26 Dmitry Chapyshev- Sync gdiplus, hhctrl and inetcomm with Wine head
2009-02-26 Dmitry Chapyshev- Sync crypt32 and cryptui with Wine head
2009-02-26 Dmitry Chapyshev- Sync atl and cabinet with Wine head
2009-02-26 Johannes Anderwald- Fix wdmaud / sysaudio service installation when a...
2009-02-25 Johannes Anderwald- Refactor irp handling to support playing new stream...
2009-02-25 Pierre SchweitzerMini optimalisation of RtlGenerate8dot3Name.
2009-02-25 Aleksey Bragin- Scan three PCI buses in the legacy USB driver instead...
2009-02-25 Aleksey Bragin- Fix a horrible bug, when DriverEntry was not having...
2009-02-25 Johannes Anderwald- Fix a bug in the audio_test programm which initialize...
2009-02-25 Dmitry Chapyshev- Fix build. Sorry
2009-02-25 Dmitry Chapyshev- Add inseng, localspl, wuapi from Wine
2009-02-25 Dmitry Chapyshev- Sync spoolss with Wine head
2009-02-25 Andrew GreenwoodSet svn:eol-style native on ntstrsafe.h
2009-02-25 Stefan Ginsberg- Minor optimization to ExFreePoolWithTag -- also refor...
2009-02-25 Aleksey Bragin- Don't match tags if Tag is 0.
2009-02-25 Aleksey BraginAlex Vlasov
2009-02-25 Johannes Anderwald- Remove sb16 driver entry
2009-02-25 Andrew GreenwoodMove sb16_nt4 and sndblst out of the way in preparation...
2009-02-24 Jeffrey MorlanImplement complete support for FOR command (including...
2009-02-24 Johannes Anderwald- Fix enumerating of KSDATARANGES
2009-02-24 Johannes Anderwald- Explictly use unicode structures
2009-02-24 Aleksey Bragin- Make SystemProcessInformation return required size...
2009-02-24 Aleksey Bragin- If looking up a long name for a process failed, use...
2009-02-24 Aleksey Bragin- Fix freed memory usage in SeLocateProcessImageName...
2009-02-24 Dmitry Chapyshev- Sync Tahoma fonts with Wine head
2009-02-24 Dmitry Chapyshev- Add mscms, msftedit, msrle32 from Wine
2009-02-24 Stefan Ginsberg- Fix an assembler warning on release build
2009-02-24 Timo KreuzerAdd DbgPrint stub. Fixes release build of setupldr.
2009-02-23 Johannes Anderwald- Fix release build
2009-02-23 Stefan Ginsberg- Fix another issue with Portcls release build -- move...
2009-02-23 Stefan Ginsberg- Fix Portcls release build by putting a variable insid...
2009-02-23 Johannes Anderwald- Set a completion routine for irps send to lower devic...
2009-02-23 Dmitry GorbachevFix compilation of wdmaud.sys
2009-02-23 Dmitry GorbachevFix mmsystem.h
2009-02-23 Dmitry GorbachevTrying to fix r39718, r39719...
2009-02-23 Dmitry GorbachevRemove a hack from KiTrap14. Put a hack in other place.
2009-02-23 Dmitry Gorbachev- Reenable ACPI, it works now. Patch by Cameron Gutman...
2009-02-23 Dmitry GorbachevCall IopEnumerateDevice() later, after IopCreateArcNames().
2009-02-23 Dmitry GorbachevAllow shared interrupts.
2009-02-23 Johannes Anderwald- Extend test prog for quering capabilities
2009-02-23 Johannes Anderwald- Add KSDATARANGE_AUDIO
2009-02-22 Andrew GreenwoodAdded GETDEVCAPS support for MIDI, mixer and aux device...
2009-02-22 Andrew GreenwoodClosing of wave output devices is functional and termin...
2009-02-22 Johannes Anderwald- Implement a common property handler for filter proper...
2009-02-22 Dmitry Chapyshev- Add snmpapi from Wine
2009-02-22 Sylvain Petreolleadd missing \n in traces
2009-02-22 James Tabor- Patch by Evgeniy Boltik: Fixes HatchBrushes, see...
2009-02-22 Dmitry Chapyshev- pSetupGetFileTitle calling MyGetFileTitle
2009-02-22 Dmitry Chapyshev- Add CheckTokenMembership to winbase.h
2009-02-22 Dmitry Chapyshev- Don't direct call IsUserAnAdmin (setupapi in Windows...
2009-02-22 Dmitry Chapyshev- List of exported functions like Win2003 SP1
2009-02-22 James Tabor- Add back removed call commented out. First problem...
2009-02-21 Daniel ReimerOur mshtml uses Wine Gecko 0.9.1
2009-02-21 Matthias Kupferrevert hackfix (revision 39704)
2009-02-21 Matthias KupferEvgeniy Boltik <bstsoft AT narod DOT ru>
2009-02-21 Matthias Kupfer- implements an initial DrawMenuBar function (fixes...
2009-02-21 Johannes Anderwald- Fix a bug in KsAllocateDeviceHeader which copied...
2009-02-21 Johannes Anderwald- Add macros for KsStreamIo
2009-02-21 Jeffrey MorlanClean up DirReadParam a bit, reworked so that the code...
2009-02-21 Colin FinckAdd a /c option to supply a comment for the web service...
2009-02-21 Aleksey Bragin- Fix typos in the header.
2009-02-20 Matthias Kupferuse default font for columns
2009-02-20 Matthias Kupfer- Remove last app(s) from list if there is no applicati...
2009-02-20 Johannes Anderwald- Implement enumerating sysaudio devices using device...
2009-02-20 Johannes Anderwald- Fix property sets for sysaudio
next