Commit graph

35395 commits

Author SHA1 Message Date
Jeffrey Morlan 484ee2fa7e Separate batch file contexts and FOR contexts into two different structs, since they don't actually have anything in common any more
svn path=/trunk/; revision=39846
2009-03-02 19:08:25 +00:00
Dmitry Chapyshev 6b888f2d5b - Fix typo
svn path=/trunk/; revision=39844
2009-03-02 16:21:24 +00:00
Dmitry Chapyshev bd718d68df - Add check of returned value for EnumDisplaySettings
svn path=/trunk/; revision=39843
2009-03-02 14:08:46 +00:00
Dmitry Chapyshev 8d143da0d2 - Add more known dlls
- Add to Path variable a directory wbem

svn path=/trunk/; revision=39842
2009-03-02 13:30:10 +00:00
Dmitry Chapyshev 8cbf61f0d3 - Get system color depth for application list
svn path=/trunk/; revision=39841
2009-03-02 12:46:53 +00:00
Dmitry Chapyshev 3ccbacec4d - Change themes fonts to Tahoma
svn path=/trunk/; revision=39840
2009-03-02 12:23:07 +00:00
James Tabor 7f9d753a27 - Add LanguagePack support to GetFontLanguageInfo.
svn path=/trunk/; revision=39839
2009-03-02 01:54:37 +00:00
Matthias Kupfer 78b88e1063 - Show the currently selected color scheme in combo box instead of default "Reactos Standard".
- The value HKCU\Control Panel\Apperance\(New)Current isn't used yet.
- See issue #4164 for details.

svn path=/trunk/; revision=39838
2009-03-01 22:55:02 +00:00
James Tabor 3c959e9093 - Implement GdiIsPlayMetafileDC.
svn path=/trunk/; revision=39837
2009-03-01 21:22:53 +00:00
Jeffrey Morlan 9ea64ffebb Fix BatchParams to handle unconventional spacing/quoting properly.
svn path=/trunk/; revision=39836
2009-03-01 20:25:13 +00:00
James Tabor a784e30920 - Implement GdiIsMetaFileDC and GdiIsMetaPrintDC.
svn path=/trunk/; revision=39835
2009-03-01 19:37:52 +00:00
Jeffrey Morlan e81627a11d In the DOSKEY command:
- Fix handling of spaces
- When reading from file, remove ending '\n'
- Don't convert macro name to lower case
- Disallow empty macro name or macro names containing spaces

svn path=/trunk/; revision=39834
2009-03-01 19:11:55 +00:00
Dmitry Chapyshev 7f9c2e8970 - Fix pictures icons
- Add data for .avi files

svn path=/trunk/; revision=39833
2009-03-01 18:05:07 +00:00
Andrew Greenwood 96037bb17d Don't enable sndblst.sys yet
svn path=/trunk/; revision=39832
2009-03-01 17:34:03 +00:00
Dmitry Chapyshev 337dbdadf1 - Fix dmo.h and mediaerr.h
svn path=/trunk/; revision=39831
2009-03-01 17:15:00 +00:00
Matthias Kupfer 6a5097f0bb Sascha Clausen <r4v3r AT hotmail DOT de>
- Set menu ID.
- See issue #2144 for details.

svn path=/trunk/; revision=39830
2009-03-01 16:12:34 +00:00
Stefan Ginsberg 6a56dca9a3 - Fix 37825 -- Yes, we shouldn't check if an unsigned value is larger than or equal to zero, so just fix the check instead of...commenting out the assertion.
svn path=/trunk/; revision=39829
2009-03-01 15:35:31 +00:00
Dmitry Chapyshev d61a6ea982 - Remove duplicates
svn path=/trunk/; revision=39828
2009-03-01 14:31:31 +00:00
Johannes Anderwald 4b4d95da9c - Fix compilation of cmidriver
- Does not yet link

svn path=/trunk/; revision=39827
2009-03-01 14:29:57 +00:00
Dmitry Chapyshev 2eba686398 - Full path to mci*.dll is unneeded
- Add system.ini

svn path=/trunk/; revision=39826
2009-03-01 14:16:14 +00:00
Dmitry Chapyshev 9f32d9e704 - Add iccvid, imaadp32.acm, msadp32.acm, msg711.acm, msvidc32 from Wine
svn path=/trunk/; revision=39825
2009-03-01 13:42:09 +00:00
Johannes Anderwald 35c0dcde31 - Disable ASSERTMSG macro to fix compilation
- Fix definition of PCPROPERTY_REQUEST

svn path=/trunk/; revision=39824
2009-03-01 13:10:33 +00:00
Sylvain Petreolle 36586bfb83 Recode rosapps French files from UTF-8 to CP-1252.
svn path=/trunk/; revision=39823
2009-03-01 12:47:18 +00:00
Johannes Anderwald 730cfa49a0 - Add missing guids, interfaces, structs to get CMIDriver compile
svn path=/trunk/; revision=39822
2009-03-01 12:45:32 +00:00
Dmitry Chapyshev 832f03d77d - Add mciavi32, mcicda, mciqtz32, mciseq, mciwave from Wine
svn path=/trunk/; revision=39821
2009-03-01 11:54:06 +00:00
Dmitry Gorbachev 835d718621 Recode French files from UTF-8 to CP-1252.
svn path=/trunk/; revision=39820
2009-03-01 11:20:29 +00:00
Dmitry Gorbachev f9ad0355df - Add missing strings to RC files, fix formatting. Mario Kacmar, bug #4211.
- Fix other translations in the same spirit.

svn path=/trunk/; revision=39819
2009-03-01 10:59:10 +00:00
Jeffrey Morlan ba3e9218c7 - FileGetString: Only end line on '\n', not on '\r'.
- Various improvements to ExpandAlias

svn path=/trunk/; revision=39817
2009-02-28 18:00:38 +00:00
Johannes Anderwald 69f81beb13 - Cleanup code a bit
svn path=/trunk/; revision=39816
2009-02-28 12:04:00 +00:00
Aleksey Bragin 09ce3c6e91 - If a driver has no Tag specified it should be defaulted to the max ULONG value, so it gets loaded after all drivers with correct tags. This fixes a problem of null.sys and beep.sys loading up to TagCount (20 for Base group) times during each boot.
svn path=/trunk/; revision=39815
2009-02-28 10:29:06 +00:00
James Tabor fde70551ec - No code change, adding notes to header.
svn path=/trunk/; revision=39798
2009-02-28 04:41:52 +00:00
Andrew Greenwood 60a7be44dc Started new implementation of Sound Blaster driver (kernel mode), which
at present just looks at the settings in the registry (actual sound
blaster code to go in a dedicated library elsewhere for later reuse in
portcls.) Also updated wdmaud.drv - it can only identify how many devices
have been reported by janderwald's code at present.


svn path=/trunk/; revision=39797
2009-02-27 22:50:58 +00:00
Dmitry Gorbachev 36bf174662 Fix warning: implicit declaration of function 'VALID_SOUND_DEVICE_TYPE'
svn path=/trunk/; revision=39796
2009-02-27 21:46:59 +00:00
Jeffrey Morlan 9ed19ef909 Handle quotes in a CMD /C or CMD /K argument properly.
svn path=/trunk/; revision=39795
2009-02-27 18:09:33 +00:00
Dmitry Chapyshev 83f58a9337 - Add winetests for mscms, msvcrtd, quartz, secur32
svn path=/trunk/; revision=39794
2009-02-27 17:57:06 +00:00
Dmitry Chapyshev bd5f91d815 - Add winetests for pdh, qmgr, rasapi32, serialui, snmpapi, spoolss, twain_32, userenv, wldap32
svn path=/trunk/; revision=39793
2009-02-27 17:32:07 +00:00
Dmitry Chapyshev 4c6d8cb1d8 - Add twain.h from Wine
svn path=/trunk/; revision=39792
2009-02-27 17:30:46 +00:00
Dmitry Chapyshev 3fa4b5dde4 - Add winetests for msctf, msvfw32, ntdsapi, ntprint, oleacc
svn path=/trunk/; revision=39791
2009-02-27 16:45:02 +00:00
Dmitry Chapyshev 06448880e7 - Add winetests for inetcomm, inetmib1, itss, localspl, localui
svn path=/trunk/; revision=39790
2009-02-27 16:23:50 +00:00
Dmitry Chapyshev 67c56404b6 - Add DNS_RRSET_INIT, DNS_RRSET_ADD, DNS_RRSET_TERMINATE
svn path=/trunk/; revision=39789
2009-02-27 15:59:01 +00:00
Dmitry Chapyshev 569bd394b8 - Add winetests for credui, cryptnet, cryptui, dnsapi, fusion
svn path=/trunk/; revision=39788
2009-02-27 15:57:39 +00:00
Dmitry Gorbachev 1f80c7f756 Japanese explorer-new translation by Pcds90net (ds200xnet-ros|at|yahoo|dot|co|dot|jp). Bug #4203.
svn path=/trunk/; revision=39787
2009-02-27 15:50:43 +00:00
Aleksey Bragin a96493a8eb - Wait untill all usb embedded drivers are initialized before returning from DriverEntry. This allows usb mouse driver to have a chance to register itself before mouclass is loaded.
svn path=/trunk/; revision=39786
2009-02-27 15:29:54 +00:00
Johannes Anderwald f717c34ae1 - Add sanity checks
- Fix memory leaks

svn path=/trunk/; revision=39784
2009-02-27 13:19:10 +00:00
Johannes Anderwald 49c8f850cd - Implement enumerating devices for wave in devices
- Implement mapping virtual device id to real filter id and pin id
- Wdmaud can now select the correct pin

svn path=/trunk/; revision=39783
2009-02-27 12:22:18 +00:00
Johannes Anderwald 89797da903 - Complete missing irp
- Handle all properties of KSPROPSETID
- Initialize filter properties in a deferred routine
- Add more error checks

svn path=/trunk/; revision=39782
2009-02-27 11:22:16 +00:00
Johannes Anderwald d74f376c18 - Ignore the failure of device interface registration as a audio might not have been initialized yet
svn path=/trunk/; revision=39781
2009-02-27 00:22:32 +00:00
Dmitry Gorbachev a47d006bd7 Add GetListBoxInfo()
svn path=/trunk/; revision=39779
2009-02-26 23:32:52 +00:00
Johannes Anderwald b5cdd80eb5 - Disable checking of nonactive device interface because the code is not working yet (IoSetDeviceInterfaceState requires more work)
svn path=/trunk/; revision=39777
2009-02-26 20:36:56 +00:00
Johannes Anderwald be75d0f7aa - Change service type of RosAudioSrv to automatically start when an audio adapter is installed
- Also start RosAudioSrv

svn path=/trunk/; revision=39776
2009-02-26 19:15:35 +00:00