reactos.git
15 years agoImport the 4:3 version of the ReactOS wallpaper by forum user "Angelus" (jedi.knight...
Colin Finck [Tue, 3 Feb 2009 11:16:51 +0000 (11:16 +0000)]
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

15 years agoFix freeing the allocated string SID
Colin Finck [Tue, 3 Feb 2009 09:39:57 +0000 (09:39 +0000)]
Fix freeing the allocated string SID

svn path=/trunk/; revision=39304

15 years ago- Add stub for SHGetIconOverlayIndexA/W
Dmitry Chapyshev [Tue, 3 Feb 2009 09:29:48 +0000 (09:29 +0000)]
- Add stub for SHGetIconOverlayIndexA/W
- Remove "-noname" attribute from ILAppendID function

svn path=/trunk/; revision=39303

15 years ago- Small cleanup shell32. We don't support non-unicode OSes and Windows XP/2003 calls...
Dmitry Chapyshev [Tue, 3 Feb 2009 09:23:16 +0000 (09:23 +0000)]
- Small cleanup shell32. We don't support non-unicode OSes and Windows XP/2003 calls unicode functions

svn path=/trunk/; revision=39302

15 years ago- Change MultiByteToWideChar to match windows behavior. Fix part 1 of ? for bug ...
Michael Martin [Tue, 3 Feb 2009 09:09:06 +0000 (09:09 +0000)]
- Change MultiByteToWideChar to match windows behavior. Fix part 1 of ? for bug #3740.

svn path=/trunk/; revision=39301

15 years ago- Update shell32 exports to 6.0.2900.5686
Dmitry Chapyshev [Tue, 3 Feb 2009 07:37:10 +0000 (07:37 +0000)]
- Update shell32 exports to 6.0.2900.5686

svn path=/trunk/; revision=39300

15 years agoSet the APPDATA environment variable when logging in based on the information SHGetFo...
Colin Finck [Mon, 2 Feb 2009 23:08:51 +0000 (23:08 +0000)]
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

15 years agoSupport passing a Token to SHGetFolderPathW and similar functions
Colin Finck [Mon, 2 Feb 2009 23:06:33 +0000 (23:06 +0000)]
Support passing a Token to SHGetFolderPathW and similar functions

svn path=/trunk/; revision=39294

15 years agoMove hack to other place because of bug #4120.
Dmitry Gorbachev [Mon, 2 Feb 2009 22:31:54 +0000 (22:31 +0000)]
Move hack to other place because of bug #4120.

svn path=/trunk/; revision=39292

15 years agoAdd new strings to translations.
Dmitry Gorbachev [Mon, 2 Feb 2009 21:44:31 +0000 (21:44 +0000)]
Add new strings to translations.

svn path=/trunk/; revision=39291

15 years ago- sync dinput with wine
Kamil Hornicek [Mon, 2 Feb 2009 21:09:39 +0000 (21:09 +0000)]
- sync dinput with wine

svn path=/trunk/; revision=39290

15 years agohalfplement MmCanFileBeTruncated
Christoph von Wittich [Mon, 2 Feb 2009 17:14:24 +0000 (17:14 +0000)]
halfplement MmCanFileBeTruncated

svn path=/trunk/; revision=39289

15 years agoHack-close TCP connection. Bug #1283.
Dmitry Gorbachev [Mon, 2 Feb 2009 12:28:31 +0000 (12:28 +0000)]
Hack-close TCP connection. Bug #1283.

svn path=/trunk/; revision=39285

15 years agoinit dwTotalRecords to 0
Christoph von Wittich [Mon, 2 Feb 2009 08:54:57 +0000 (08:54 +0000)]
init dwTotalRecords to 0
fixes a crash in case of GetNumberOfEventLogRecords fails

svn path=/trunk/; revision=39284

15 years agoSuppress a warning about -1, since wchar_t is typically unsigned.
Art Yerkes [Mon, 2 Feb 2009 06:19:01 +0000 (06:19 +0000)]
Suppress a warning about -1, since wchar_t is typically unsigned.

svn path=/trunk/; revision=39283

15 years agotimedate.cpl: Fix size of the clock on both windows and reactos on any screen resolution.
Timo Kreuzer [Mon, 2 Feb 2009 01:33:13 +0000 (01:33 +0000)]
timedate.cpl: Fix size of the clock on both windows and reactos on any screen resolution.

svn path=/trunk/; revision=39282

15 years agogdi32: Fix and enable usermode implementation of SetWindowExtEx and SetViewportExtEx.
Timo Kreuzer [Mon, 2 Feb 2009 00:49:19 +0000 (00:49 +0000)]
gdi32: Fix and enable usermode implementation of SetWindowExtEx and SetViewportExtEx.
Win32k: remove NtGdiSetWindowExtEx and NtGdiSetViewportExtEx, rewrite IntFixIsotropicMapping, implement IntGetViewportExtEx

svn path=/trunk/; revision=39281

15 years agoAdd tests for SetWindowExtEx, one more test for CreateCompatibleDC
Timo Kreuzer [Mon, 2 Feb 2009 00:37:01 +0000 (00:37 +0000)]
Add tests for SetWindowExtEx, one more test for CreateCompatibleDC

svn path=/trunk/; revision=39280

15 years agoTake into account environment variables specified by gina DLL
Hervé Poussineau [Sun, 1 Feb 2009 19:52:41 +0000 (19:52 +0000)]
Take into account environment variables specified by gina DLL

svn path=/trunk/; revision=39274

15 years agosync pdh with wine 1.1.14
Christoph von Wittich [Sun, 1 Feb 2009 17:20:58 +0000 (17:20 +0000)]
sync pdh with wine 1.1.14

svn path=/trunk/; revision=39272

15 years agosync cryptdlg with wine 1.1.14
Christoph von Wittich [Sun, 1 Feb 2009 17:13:15 +0000 (17:13 +0000)]
sync cryptdlg with wine 1.1.14

svn path=/trunk/; revision=39271

15 years agosync schannel with wine 1.1.14
Christoph von Wittich [Sun, 1 Feb 2009 17:09:58 +0000 (17:09 +0000)]
sync schannel with wine 1.1.14

svn path=/trunk/; revision=39270

15 years agofix debugprint
Christoph von Wittich [Sun, 1 Feb 2009 14:01:44 +0000 (14:01 +0000)]
fix debugprint

svn path=/trunk/; revision=39268

15 years agosync hlink with wine 1.1.14
Christoph von Wittich [Sun, 1 Feb 2009 13:53:08 +0000 (13:53 +0000)]
sync hlink with wine 1.1.14

svn path=/trunk/; revision=39267

15 years agosync urlmon to wine 1.1.14
Christoph von Wittich [Sun, 1 Feb 2009 13:46:44 +0000 (13:46 +0000)]
sync urlmon to wine 1.1.14

svn path=/trunk/; revision=39266

15 years agouncomment the exports
Christoph von Wittich [Sun, 1 Feb 2009 13:38:30 +0000 (13:38 +0000)]
uncomment the exports

svn path=/trunk/; revision=39265

15 years agostub some missing functions
Christoph von Wittich [Sun, 1 Feb 2009 13:38:04 +0000 (13:38 +0000)]
stub some missing functions

svn path=/trunk/; revision=39264

15 years ago- Sync dwmapi with Wine head
Dmitry Chapyshev [Sun, 1 Feb 2009 10:34:53 +0000 (10:34 +0000)]
- Sync dwmapi with Wine head

svn path=/trunk/; revision=39262

15 years ago- Add stub for SHOpenFolderAndSelectItems
Dmitry Chapyshev [Sun, 1 Feb 2009 10:03:33 +0000 (10:03 +0000)]
- Add stub for SHOpenFolderAndSelectItems
- Add SHParseDisplayName to .spec file
foobar2000 now it is started normally

svn path=/trunk/; revision=39261

15 years agosync netapi32 with wine 1.1.14
Christoph von Wittich [Sun, 1 Feb 2009 07:57:15 +0000 (07:57 +0000)]
sync netapi32 with wine 1.1.14

svn path=/trunk/; revision=39260

15 years agoSync Czech file with English file. Radek Liska, bug #4105.
Dmitry Gorbachev [Sun, 1 Feb 2009 06:33:48 +0000 (06:33 +0000)]
Sync Czech file with English file. Radek Liska, bug #4105.

svn path=/trunk/; revision=39259

15 years agosync some LsaQueryDomainInformationPolicy stuff with wine 1.1.14
Christoph von Wittich [Sun, 1 Feb 2009 06:14:29 +0000 (06:14 +0000)]
sync some LsaQueryDomainInformationPolicy stuff with wine 1.1.14
fixes all advapi32 lsa winetests
fixes all netapi32 wksta winetests

svn path=/trunk/; revision=39258

15 years agoSystemName == NULL is valid for LsaOpenPolicy
Christoph von Wittich [Sun, 1 Feb 2009 05:51:07 +0000 (05:51 +0000)]
SystemName == NULL is valid for LsaOpenPolicy

svn path=/trunk/; revision=39257

15 years agosync wintrust_winetest with wine 1.1.14
Christoph von Wittich [Sun, 1 Feb 2009 05:43:40 +0000 (05:43 +0000)]
sync wintrust_winetest with wine 1.1.14

svn path=/trunk/; revision=39256

15 years agosync wintrust and mscat32 with wine 1.1.14
Christoph von Wittich [Sun, 1 Feb 2009 05:42:03 +0000 (05:42 +0000)]
sync wintrust and mscat32 with wine 1.1.14

svn path=/trunk/; revision=39255

15 years agodon't set LastError as we fake success
Christoph von Wittich [Sun, 1 Feb 2009 05:39:56 +0000 (05:39 +0000)]
don't set LastError as we fake success

svn path=/trunk/; revision=39254

15 years agoVarious headers needed to compile the sound support libraries.
Andrew Greenwood [Sat, 31 Jan 2009 22:13:30 +0000 (22:13 +0000)]
Various headers needed to compile the sound support libraries.

svn path=/trunk/; revision=39253

15 years agoAbandoning silverblade-audio branch.
Andrew Greenwood [Sat, 31 Jan 2009 22:11:09 +0000 (22:11 +0000)]
Abandoning silverblade-audio branch.
General user-mode audio support libraries added.

svn path=/trunk/; revision=39252

15 years ago- FIXME -> TRACE. This function is not implemented in Windows XP SP3.
Dmitry Chapyshev [Sat, 31 Jan 2009 20:57:28 +0000 (20:57 +0000)]
- FIXME -> TRACE. This function is not implemented in Windows XP SP3.

svn path=/trunk/; revision=39251

15 years ago- Implement GetComputerObjectNameA/W (from Wine)
Dmitry Chapyshev [Sat, 31 Jan 2009 20:22:17 +0000 (20:22 +0000)]
- Implement GetComputerObjectNameA/W (from Wine)

svn path=/trunk/; revision=39250

15 years agoRadek Liska (radekliska@gmail.com)
Colin Finck [Sat, 31 Jan 2009 19:27:09 +0000 (19:27 +0000)]
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

15 years agoUpdate mIRC to 6.35, works under 0.3.8 and as long as this version is the latest...
Colin Finck [Sat, 31 Jan 2009 17:23:09 +0000 (17:23 +0000)]
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

15 years ago- Fix typo (revealed by Kario)
Dmitry Chapyshev [Sat, 31 Jan 2009 16:53:06 +0000 (16:53 +0000)]
- Fix typo (revealed by Kario)

svn path=/trunk/; revision=39244

15 years ago- Add qmgr to build and bootcd
Dmitry Chapyshev [Sat, 31 Jan 2009 16:49:22 +0000 (16:49 +0000)]
- Add qmgr to build and bootcd
- Add more stuff to bootcd
See issue #4095 for more details.

svn path=/trunk/; revision=39243

15 years agoreplace hack by manually generated msiserver.idl_i.c (which should be generated by...
Christoph von Wittich [Sat, 31 Jan 2009 15:46:48 +0000 (15:46 +0000)]
replace hack by manually generated msiserver.idl_i.c (which should be generated by rbuild)

svn path=/trunk/; revision=39242

15 years agoRemove dead StretchBlt code
Gregor Schneider [Sat, 31 Jan 2009 15:38:16 +0000 (15:38 +0000)]
Remove dead StretchBlt code

svn path=/trunk/; revision=39241

15 years ago- Add some headers from Wine
Dmitry Chapyshev [Sat, 31 Jan 2009 15:32:09 +0000 (15:32 +0000)]
- Add some headers from Wine
- Import qmgr from Wine (not included yet to build)

svn path=/trunk/; revision=39240

15 years agosync shlwapi_winetest with wine 1.1.14
Christoph von Wittich [Sat, 31 Jan 2009 14:49:08 +0000 (14:49 +0000)]
sync shlwapi_winetest with wine 1.1.14

svn path=/trunk/; revision=39239

15 years agosync shlwapi with wine 1.1.14
Christoph von Wittich [Sat, 31 Jan 2009 14:48:46 +0000 (14:48 +0000)]
sync shlwapi with wine 1.1.14

svn path=/trunk/; revision=39238

15 years agosync crypt32_winetest with wine 1.1.14
Christoph von Wittich [Sat, 31 Jan 2009 14:31:11 +0000 (14:31 +0000)]
sync crypt32_winetest with wine 1.1.14

svn path=/trunk/; revision=39237

15 years agosync crypt32 with wine 1.1.14
Christoph von Wittich [Sat, 31 Jan 2009 14:28:46 +0000 (14:28 +0000)]
sync crypt32 with wine 1.1.14

svn path=/trunk/; revision=39236

15 years agosync msi_winetest with wine 1.1.14
Christoph von Wittich [Sat, 31 Jan 2009 14:17:07 +0000 (14:17 +0000)]
sync msi_winetest with wine 1.1.14

svn path=/trunk/; revision=39235

15 years agosync msi with wine 1.1.14
Christoph von Wittich [Sat, 31 Jan 2009 14:13:20 +0000 (14:13 +0000)]
sync msi with wine 1.1.14

svn path=/trunk/; revision=39234

15 years agoadd stubs for SHFlushSFCache and SHGetImageList (from wine)
Christoph von Wittich [Sat, 31 Jan 2009 14:01:57 +0000 (14:01 +0000)]
add stubs for SHFlushSFCache and SHGetImageList (from wine)

svn path=/trunk/; revision=39233

15 years agomake explicit use of unicode functions
Christoph von Wittich [Sat, 31 Jan 2009 13:44:48 +0000 (13:44 +0000)]
make explicit use of unicode functions

svn path=/trunk/; revision=39232

15 years agoadd lodctr
Christoph von Wittich [Sat, 31 Jan 2009 13:21:11 +0000 (13:21 +0000)]
add lodctr

svn path=/trunk/; revision=39231

15 years agoadd loadperf and lodctr from wine 1.1.14
Christoph von Wittich [Sat, 31 Jan 2009 13:09:48 +0000 (13:09 +0000)]
add loadperf and lodctr from wine 1.1.14

svn path=/trunk/; revision=39228

15 years agoEvgeny Boltik <BSTSoft AT narod DOT ru>:
Gregor Schneider [Sat, 31 Jan 2009 13:05:11 +0000 (13:05 +0000)]
Evgeny Boltik <BSTSoft AT narod DOT ru>:
Generic StretchBlt implementation for all bitrates with partial ROP and clipping support, see bug #4075.
Some changes from me applied to the patch:
- ROP variables renamed, applied consistent indentation, abort operation if pattern ROP and dprint once, split src and dst dprints
- Access source surface only if source is actually used, fixes mem access crashes
- Offer external drivers a NULL surface ptr if source is not used, since they (VMWare for example) access it although they shouldn't (another crash)
- Fixes bug #2609, support for pattern ROPs will be added after some restructuring
- Clipping still has some issues (bugs 3325, 3477, 4089) which seem to be related to IntEng- and EngStretchBlt

svn path=/trunk/; revision=39227

15 years ago- Fix a few definitions
Johannes Anderwald [Sat, 31 Jan 2009 12:59:56 +0000 (12:59 +0000)]
- Fix a few definitions

svn path=/trunk/; revision=39226

15 years agosync ole32 with wine 1.1.14
Christoph von Wittich [Sat, 31 Jan 2009 12:40:36 +0000 (12:40 +0000)]
sync ole32 with wine 1.1.14

svn path=/trunk/; revision=39225

15 years agosync riched20 with wine 1.1.14
Christoph von Wittich [Sat, 31 Jan 2009 12:10:24 +0000 (12:10 +0000)]
sync riched20 with wine 1.1.14

svn path=/trunk/; revision=39224

15 years agosync cryptui with wine 1.1.14
Christoph von Wittich [Sat, 31 Jan 2009 11:47:29 +0000 (11:47 +0000)]
sync cryptui with wine 1.1.14

svn path=/trunk/; revision=39223

15 years agosync msxml3_winetest to wine 1.1.14
Christoph von Wittich [Sat, 31 Jan 2009 11:27:33 +0000 (11:27 +0000)]
sync msxml3_winetest to wine 1.1.14

svn path=/trunk/; revision=39222

15 years agosync msxml3 to wine 1.1.14
Christoph von Wittich [Sat, 31 Jan 2009 11:27:22 +0000 (11:27 +0000)]
sync msxml3 to wine 1.1.14

svn path=/trunk/; revision=39221

15 years ago"whois" -> "nicname"
Dmitry Gorbachev [Sat, 31 Jan 2009 09:37:35 +0000 (09:37 +0000)]
"whois" -> "nicname"

svn path=/trunk/; revision=39220

15 years agotabs -> spaces
Christoph von Wittich [Sat, 31 Jan 2009 08:48:59 +0000 (08:48 +0000)]
tabs -> spaces

svn path=/trunk/; revision=39219

15 years agoFix misuse of std::string in assuming that it's always null terminated, and that
Art Yerkes [Sat, 31 Jan 2009 08:43:10 +0000 (08:43 +0000)]
Fix misuse of std::string in assuming that it's always null terminated, and that
the c_str result is writable.

svn path=/trunk/; revision=39218

15 years agoUnify identical StretchBlt implementations in preparation of partial ROP suppport.
Gregor Schneider [Fri, 30 Jan 2009 20:02:58 +0000 (20:02 +0000)]
Unify identical StretchBlt implementations in preparation of partial ROP suppport.

svn path=/trunk/; revision=39217

15 years agoFix some deadlinks
Colin Finck [Fri, 30 Jan 2009 17:13:37 +0000 (17:13 +0000)]
Fix some deadlinks

svn path=/trunk/; revision=39215

15 years ago- Inline Guarded Mutex and Fast Mutex implementations when called from within the...
Stefan Ginsberg [Fri, 30 Jan 2009 16:45:17 +0000 (16:45 +0000)]
- Inline Guarded Mutex and Fast Mutex implementations when called from within the kernel

svn path=/trunk/; revision=39214

15 years ago- Fix 1 wine console test
Dmitry Chapyshev [Fri, 30 Jan 2009 14:36:57 +0000 (14:36 +0000)]
- Fix 1 wine console test

svn path=/trunk/; revision=39211

15 years ago- Formatting fix. No code change
Dmitry Chapyshev [Fri, 30 Jan 2009 14:25:00 +0000 (14:25 +0000)]
- Formatting fix. No code change

svn path=/trunk/; revision=39210

15 years ago.def -> .spec
Dmitry Chapyshev [Fri, 30 Jan 2009 08:54:30 +0000 (08:54 +0000)]
.def -> .spec

svn path=/trunk/; revision=39209

15 years ago- Add activeds from Wine
Dmitry Chapyshev [Fri, 30 Jan 2009 08:51:45 +0000 (08:51 +0000)]
- Add activeds from Wine

svn path=/trunk/; revision=39208

15 years ago- Update header
Dmitry Chapyshev [Fri, 30 Jan 2009 08:49:40 +0000 (08:49 +0000)]
- Update header

svn path=/trunk/; revision=39207

15 years ago- Update Greek translation
Dmitry Chapyshev [Fri, 30 Jan 2009 08:19:51 +0000 (08:19 +0000)]
- Update Greek translation
- Update Italian translation
See issue #4078,4088 for more details.

svn path=/trunk/; revision=39206

15 years agoformatting, no code change
Timo Kreuzer [Thu, 29 Jan 2009 21:33:38 +0000 (21:33 +0000)]
formatting, no code change

svn path=/trunk/; revision=39203

15 years agoFix IntGdiSetMapMode
Timo Kreuzer [Thu, 29 Jan 2009 19:17:53 +0000 (19:17 +0000)]
Fix IntGdiSetMapMode

svn path=/trunk/; revision=39202

15 years agoAdd more tests for SetMapMode
Timo Kreuzer [Thu, 29 Jan 2009 19:16:45 +0000 (19:16 +0000)]
Add more tests for SetMapMode

svn path=/trunk/; revision=39201

15 years agofix lsa handle leak
Christoph von Wittich [Thu, 29 Jan 2009 14:42:13 +0000 (14:42 +0000)]
fix lsa handle leak
See issue #3999 for more details.

svn path=/trunk/; revision=39196

15 years agoremove outdated unimplemented MessageBox
Matthias Kupfer [Thu, 29 Jan 2009 13:53:13 +0000 (13:53 +0000)]
remove outdated unimplemented MessageBox

svn path=/trunk/; revision=39195

15 years agodefine NDEBUG
Christoph von Wittich [Thu, 29 Jan 2009 12:30:02 +0000 (12:30 +0000)]
define NDEBUG

svn path=/trunk/; revision=39194

15 years ago- Update Russian translation
Dmitry Chapyshev [Thu, 29 Jan 2009 10:34:29 +0000 (10:34 +0000)]
- Update Russian translation

svn path=/trunk/; revision=39193

15 years ago- Update versions of Firefox, Thunderbird, Opera and SeaMonkey.
Colin Finck [Wed, 28 Jan 2009 21:01:26 +0000 (21:01 +0000)]
- Update versions of Firefox, Thunderbird, Opera and SeaMonkey.
  The previous links were all broken.
- Remove the Thunderbird 1.5 entry, I didn't find any official working download link for it and version 2.x can also be used for testing.

svn path=/trunk/; revision=39187

15 years agoone more attempt to fix clock size, absolute coord values for hands and clock replace...
Matthias Kupfer [Wed, 28 Jan 2009 18:00:23 +0000 (18:00 +0000)]
one more attempt to fix clock size, absolute coord values for hands and clock replaced by scale of client size

svn path=/trunk/; revision=39183

15 years ago- Fix exhaustive debug message flood
Johannes Anderwald [Wed, 28 Jan 2009 16:30:19 +0000 (16:30 +0000)]
- Fix exhaustive debug message flood

svn path=/trunk/; revision=39182

15 years ago- Add wdmaud and sysaudio to bootcd
Johannes Anderwald [Wed, 28 Jan 2009 16:19:37 +0000 (16:19 +0000)]
- Add wdmaud and sysaudio to bootcd

svn path=/trunk/; revision=39181

15 years agoSet the header size as expected instead of setting the bitmap width
Gregor Schneider [Wed, 28 Jan 2009 15:43:02 +0000 (15:43 +0000)]
Set the header size as expected instead of setting the bitmap width

svn path=/trunk/; revision=39180

15 years ago- bcSize holds the size of the BITMAPHEADER structure (not the image size) and should...
Gregor Schneider [Wed, 28 Jan 2009 15:35:57 +0000 (15:35 +0000)]
- bcSize holds the size of the BITMAPHEADER structure (not the image size) and should already be set
- Clean up unneeded comments

svn path=/trunk/; revision=39179

15 years ago- Implement enumerating available virtual audio devices and opening them
Johannes Anderwald [Wed, 28 Jan 2009 15:24:57 +0000 (15:24 +0000)]
- Implement enumerating available virtual audio devices and opening them

svn path=/trunk/; revision=39178

15 years ago-sync RtlDeleteTimer with wine
Christoph von Wittich [Wed, 28 Jan 2009 14:08:13 +0000 (14:08 +0000)]
-sync RtlDeleteTimer with wine
Giannis Adamopoulos (johnyadams at hotmail dot com)

svn path=/trunk/; revision=39177

15 years agofix formatting
Christoph von Wittich [Wed, 28 Jan 2009 13:55:37 +0000 (13:55 +0000)]
fix formatting

svn path=/trunk/; revision=39176

15 years agocalculate toolbar height instead of use the hardcoded value 35
Christoph von Wittich [Wed, 28 Jan 2009 12:28:11 +0000 (12:28 +0000)]
calculate toolbar height instead of use the hardcoded value 35

svn path=/trunk/; revision=39175

15 years agoFix and add German translation
Matthias Kupfer [Wed, 28 Jan 2009 12:20:12 +0000 (12:20 +0000)]
Fix and add German translation

svn path=/trunk/; revision=39174

15 years agoupdate bi->biBitCount before using it - fixes 5 gdi32 bitmap winetests
Christoph von Wittich [Wed, 28 Jan 2009 11:55:56 +0000 (11:55 +0000)]
update bi->biBitCount before using it - fixes 5 gdi32 bitmap winetests

svn path=/trunk/; revision=39172

15 years agoRob Shearman <robertshearman@gmail.com>
Aleksey Bragin [Wed, 28 Jan 2009 10:41:01 +0000 (10:41 +0000)]
Rob Shearman <robertshearman@gmail.com>
widl: Add a new function, type_alias_get_aliasee to wrap the retrieval of the type that the alias aliases.

Rob Shearman <robertshearman@gmail.com>
widl: Add new type_get_type and type_get_real_type_type functions.
Use these to implement a few helper functions. Change the type verification in type accessor functions to use these new functions.

Austin English <austinenglish@gmail.com>
widl: Fix a compiler warning.

Alexandre Julliard <julliard@winehq.org>
widl: We need an offset after the correlation descriptor for unencapsulated unions.

svn path=/trunk/; revision=39170

15 years agomodified ntoskrnl/include/internal/ob.h
KJK::Hyperion [Wed, 28 Jan 2009 10:32:43 +0000 (10:32 +0000)]
modified   ntoskrnl/include/internal/ob.h
modified   ntoskrnl/ob/obhandle.c
   New helper routine ObGetProcessHandleCount to safely read the count of handles in a process without messing with Ob internals
   Goodbye ObpGetHandleCountByHandleTable

modified   ntoskrnl/ex/sysinfo.c
modified   ntoskrnl/ps/query.c
   Read handle counts with ObGetProcessHandleCount instead of ObpGetHandleCountByHandleTable
   Fixes at least one crash

Thanks to Stefan Ginsberg for reporting the issue and testing
Thanks to Alex Ionescu for code review and suggestions

See issue #4050 for more details.

svn path=/trunk/; revision=39169

15 years agoCorrected prototype of SystemFunction036 (RtlGenRandom): BOOL -> BOOLEAN
KJK::Hyperion [Wed, 28 Jan 2009 09:58:46 +0000 (09:58 +0000)]
Corrected prototype of SystemFunction036 (RtlGenRandom): BOOL -> BOOLEAN
Fixes a build regression introduced in r39167

svn path=/trunk/; revision=39168

15 years ago- Add RtlGenRandom.
Aleksey Bragin [Wed, 28 Jan 2009 09:38:49 +0000 (09:38 +0000)]
- Add RtlGenRandom.

svn path=/trunk/; revision=39167

15 years agodraw a rect around the (not yet drawn) image
Christoph von Wittich [Wed, 28 Jan 2009 09:09:30 +0000 (09:09 +0000)]
draw a rect around the (not yet drawn) image

svn path=/trunk/; revision=39166