Commit graph

34923 commits

Author SHA1 Message Date
Dmitry Chapyshev df7415ebd9 - FIXME -> TRACE for InvalidateDriveType. Unimplemented in WinXP SP3
- Add stub for SHFindComputer, SHLimitInputEdit, SHLimitInputCombo
- Add comments

svn path=/trunk/; revision=39322
2009-02-03 13:55:04 +00:00
Colin Finck e191c57fb3 Rename the wallpaper to conform with ISO 9660:1988 and make cdmake happy...
svn path=/trunk/; revision=39318
2009-02-03 13:26:30 +00:00
Dmitry Chapyshev 1956faaa0b - Remove shell.spec and version16.rc
svn path=/trunk/; revision=39316
2009-02-03 12:54:51 +00:00
Dmitry Chapyshev ac5c910802 - Add file for stubs
- Add stub implementation for SHLocalAlloc, SHLocalFree, SHLocalReAlloc, AddCommasW, ShortSizeFormatW
- Partially remove unneeded stuff from .spec

svn path=/trunk/; revision=39315
2009-02-03 12:50:50 +00:00
Christoph von Wittich 599e30a39f -check for filesize in MmCanFileBeTruncated
-make use of MmCanFileBeTruncated in VfatSetAllocationSizeInformation
-make use of MmCanFileBeTruncated in VfatSetInformation (patch by arty with some fixes from me)
thanks to Alex for the hint that we miss the MmCanFileBeTruncated check
fixes "Anyone has referenced a cache segment behind the new size."
See issue #712 for more details.

svn path=/trunk/; revision=39314
2009-02-03 12:39:55 +00:00
Colin Finck e274f4c714 Import the 4:3 version of the ReactOS wallpaper by forum user "Angelus" (jedi.knight@wanadoo.es), including the original 1440x1080 JPG and a 1024x768 BMP.
It is now the default wallpaper for releases.

I also reorganized the ReadMe file to make tracking the sources of these wallpapers easier.

svn path=/trunk/; revision=39307
2009-02-03 11:16:51 +00:00
Colin Finck 3f5fd0f760 Fix freeing the allocated string SID
svn path=/trunk/; revision=39304
2009-02-03 09:39:57 +00:00
Dmitry Chapyshev b7dc6dc3d9 - Add stub for SHGetIconOverlayIndexA/W
- Remove "-noname" attribute from ILAppendID function

svn path=/trunk/; revision=39303
2009-02-03 09:29:48 +00:00
Dmitry Chapyshev 62cd647ea4 - Small cleanup shell32. We don't support non-unicode OSes and Windows XP/2003 calls unicode functions
svn path=/trunk/; revision=39302
2009-02-03 09:23:16 +00:00
Michael Martin 0c9316bd54 - Change MultiByteToWideChar to match windows behavior. Fix part 1 of ? for bug #3740.
svn path=/trunk/; revision=39301
2009-02-03 09:09:06 +00:00
Dmitry Chapyshev edf41d63c7 - Update shell32 exports to 6.0.2900.5686
svn path=/trunk/; revision=39300
2009-02-03 07:37:10 +00:00
Colin Finck d7ca3b27e6 Set the APPDATA environment variable when logging in based on the information SHGetFolderPathW returns for the passed User Token.
Windows seems to do this the same way (verified with GNU strings)

svn path=/trunk/; revision=39295
2009-02-02 23:08:51 +00:00
Colin Finck 0228866724 Support passing a Token to SHGetFolderPathW and similar functions
svn path=/trunk/; revision=39294
2009-02-02 23:06:33 +00:00
Dmitry Gorbachev e7a9a76264 Move hack to other place because of bug #4120.
svn path=/trunk/; revision=39292
2009-02-02 22:31:54 +00:00
Dmitry Gorbachev 2e97505e3a Add new strings to translations.
svn path=/trunk/; revision=39291
2009-02-02 21:44:31 +00:00
Kamil Hornicek 4e5afc5ce8 - sync dinput with wine
svn path=/trunk/; revision=39290
2009-02-02 21:09:39 +00:00
Christoph von Wittich cfad1c5307 halfplement MmCanFileBeTruncated
svn path=/trunk/; revision=39289
2009-02-02 17:14:24 +00:00
Dmitry Gorbachev a120dfab47 Hack-close TCP connection. Bug #1283.
svn path=/trunk/; revision=39285
2009-02-02 12:28:31 +00:00
Christoph von Wittich 0db38b3b38 init dwTotalRecords to 0
fixes a crash in case of GetNumberOfEventLogRecords fails

svn path=/trunk/; revision=39284
2009-02-02 08:54:57 +00:00
Art Yerkes 0eea5df223 Suppress a warning about -1, since wchar_t is typically unsigned.
svn path=/trunk/; revision=39283
2009-02-02 06:19:01 +00:00
Timo Kreuzer 6c8b5da3ba timedate.cpl: Fix size of the clock on both windows and reactos on any screen resolution.
svn path=/trunk/; revision=39282
2009-02-02 01:33:13 +00:00
Timo Kreuzer e02dd69903 gdi32: Fix and enable usermode implementation of SetWindowExtEx and SetViewportExtEx.
Win32k: remove NtGdiSetWindowExtEx and NtGdiSetViewportExtEx, rewrite IntFixIsotropicMapping, implement IntGetViewportExtEx

svn path=/trunk/; revision=39281
2009-02-02 00:49:19 +00:00
Timo Kreuzer 849e2133ac Add tests for SetWindowExtEx, one more test for CreateCompatibleDC
svn path=/trunk/; revision=39280
2009-02-02 00:37:01 +00:00
Hervé Poussineau d2ba20e8fa Take into account environment variables specified by gina DLL
svn path=/trunk/; revision=39274
2009-02-01 19:52:41 +00:00
Christoph von Wittich 50195e9741 sync pdh with wine 1.1.14
svn path=/trunk/; revision=39272
2009-02-01 17:20:58 +00:00
Christoph von Wittich 3d89a72112 sync cryptdlg with wine 1.1.14
svn path=/trunk/; revision=39271
2009-02-01 17:13:15 +00:00
Christoph von Wittich cf017c8a04 sync schannel with wine 1.1.14
svn path=/trunk/; revision=39270
2009-02-01 17:09:58 +00:00
Christoph von Wittich 4d1d1fe9c5 fix debugprint
svn path=/trunk/; revision=39268
2009-02-01 14:01:44 +00:00
Christoph von Wittich 70f8f48451 sync hlink with wine 1.1.14
svn path=/trunk/; revision=39267
2009-02-01 13:53:08 +00:00
Christoph von Wittich fbed23740e sync urlmon to wine 1.1.14
svn path=/trunk/; revision=39266
2009-02-01 13:46:44 +00:00
Christoph von Wittich 05b450ba65 uncomment the exports
svn path=/trunk/; revision=39265
2009-02-01 13:38:30 +00:00
Christoph von Wittich faf395d839 stub some missing functions
svn path=/trunk/; revision=39264
2009-02-01 13:38:04 +00:00
Dmitry Chapyshev 9caa5c511f - Sync dwmapi with Wine head
svn path=/trunk/; revision=39262
2009-02-01 10:34:53 +00:00
Dmitry Chapyshev 79b2c29192 - Add stub for SHOpenFolderAndSelectItems
- Add SHParseDisplayName to .spec file
foobar2000 now it is started normally

svn path=/trunk/; revision=39261
2009-02-01 10:03:33 +00:00
Christoph von Wittich 4ef810bd41 sync netapi32 with wine 1.1.14
svn path=/trunk/; revision=39260
2009-02-01 07:57:15 +00:00
Dmitry Gorbachev 697550c010 Sync Czech file with English file. Radek Liska, bug #4105.
svn path=/trunk/; revision=39259
2009-02-01 06:33:48 +00:00
Christoph von Wittich 63ff65c648 sync some LsaQueryDomainInformationPolicy stuff with wine 1.1.14
fixes all advapi32 lsa winetests
fixes all netapi32 wksta winetests

svn path=/trunk/; revision=39258
2009-02-01 06:14:29 +00:00
Christoph von Wittich 2c235c6653 SystemName == NULL is valid for LsaOpenPolicy
svn path=/trunk/; revision=39257
2009-02-01 05:51:07 +00:00
Christoph von Wittich 9b57ce8177 sync wintrust_winetest with wine 1.1.14
svn path=/trunk/; revision=39256
2009-02-01 05:43:40 +00:00
Christoph von Wittich 5810de951d sync wintrust and mscat32 with wine 1.1.14
svn path=/trunk/; revision=39255
2009-02-01 05:42:03 +00:00
Christoph von Wittich 4a85c6705b don't set LastError as we fake success
svn path=/trunk/; revision=39254
2009-02-01 05:39:56 +00:00
Andrew Greenwood 5fa9003095 Various headers needed to compile the sound support libraries.
svn path=/trunk/; revision=39253
2009-01-31 22:13:30 +00:00
Andrew Greenwood 5bc7ecd049 Abandoning silverblade-audio branch.
General user-mode audio support libraries added.


svn path=/trunk/; revision=39252
2009-01-31 22:11:09 +00:00
Dmitry Chapyshev 607f12562e - FIXME -> TRACE. This function is not implemented in Windows XP SP3.
svn path=/trunk/; revision=39251
2009-01-31 20:57:28 +00:00
Dmitry Chapyshev 29f2b90096 - Implement GetComputerObjectNameA/W (from Wine)
svn path=/trunk/; revision=39250
2009-01-31 20:22:17 +00:00
Colin Finck 5ed8401b33 Radek Liska (radekliska@gmail.com)
- Try to get the Czech netshell working again by copying some missing stuff from the English translation

svn path=/trunk/; revision=39248
2009-01-31 19:27:09 +00:00
Colin Finck c22c004a09 Update mIRC to 6.35, works under 0.3.8 and as long as this version is the latest one, it doesn't ask for updates all the time :-)
svn path=/trunk/; revision=39246
2009-01-31 17:23:09 +00:00
Dmitry Chapyshev f71841ce0c - Fix typo (revealed by Kario)
svn path=/trunk/; revision=39244
2009-01-31 16:53:06 +00:00
Dmitry Chapyshev 92ad6e2242 - Add qmgr to build and bootcd
- Add more stuff to bootcd
See issue #4095 for more details.

svn path=/trunk/; revision=39243
2009-01-31 16:49:22 +00:00
Christoph von Wittich 84cc142d0b replace hack by manually generated msiserver.idl_i.c (which should be generated by rbuild)
svn path=/trunk/; revision=39242
2009-01-31 15:46:48 +00:00