Colin Finck [Fri, 19 Sep 2008 15:11:09 +0000 (15:11 +0000)]
Revert the aesthetic hack of r27608
We used Bitstream/DejaVu fonts for everything at that time, but the current Tahoma font doesn't need this hack.
This way, all window controls with mnemonic keys have the underscore placed as under Windows :-)
svn path=/trunk/; revision=36329
Christoph von Wittich [Fri, 19 Sep 2008 14:15:05 +0000 (14:15 +0000)]
fix a psapi winetest
svn path=/trunk/; revision=36328
Christoph von Wittich [Fri, 19 Sep 2008 14:02:24 +0000 (14:02 +0000)]
fix dll parameters
svn path=/trunk/; revision=36327
Johannes Anderwald [Fri, 19 Sep 2008 12:40:29 +0000 (12:40 +0000)]
- Add resource idds
svn path=/trunk/; revision=36326
Johannes Anderwald [Fri, 19 Sep 2008 12:40:04 +0000 (12:40 +0000)]
- Import TCP/IP dialog from ncpa
svn path=/trunk/; revision=36325
Christoph von Wittich [Fri, 19 Sep 2008 10:53:10 +0000 (10:53 +0000)]
fix formatting
svn path=/trunk/; revision=36324
Aleksey Bragin [Fri, 19 Sep 2008 10:35:30 +0000 (10:35 +0000)]
- Get rid of sprintf usage in default_dbg_vprintf.
- This make tracing macro usage safe in crt sprintf implementation and simplify overall codepath (no need for intermediate buffer).
- Solution inspired by hackbunny's suggestion, fixes bug 3632.
- Add vDbgPrintExWithPrefix to debugsup libraries.
See issue #3632 for more details.
svn path=/trunk/; revision=36323
Christoph von Wittich [Fri, 19 Sep 2008 09:02:03 +0000 (09:02 +0000)]
DShow.h -> dshow.h
svn path=/trunk/; revision=36322
Christoph von Wittich [Fri, 19 Sep 2008 09:01:44 +0000 (09:01 +0000)]
add missing dvdmedia.h
svn path=/trunk/; revision=36321
Christoph von Wittich [Fri, 19 Sep 2008 08:57:12 +0000 (08:57 +0000)]
-> filename to lowercase
svn path=/trunk/; revision=36320
Christoph von Wittich [Fri, 19 Sep 2008 08:52:53 +0000 (08:52 +0000)]
rename to lower case
svn path=/trunk/; revision=36319
Christoph von Wittich [Fri, 19 Sep 2008 08:52:07 +0000 (08:52 +0000)]
add CLSIDWaveParser
svn path=/trunk/; revision=36318
Christoph von Wittich [Fri, 19 Sep 2008 08:46:37 +0000 (08:46 +0000)]
rename to lower case
svn path=/trunk/; revision=36317
Christoph von Wittich [Fri, 19 Sep 2008 08:46:17 +0000 (08:46 +0000)]
rename to lower case
svn path=/trunk/; revision=36316
Christoph von Wittich [Fri, 19 Sep 2008 08:45:52 +0000 (08:45 +0000)]
rename to lower case
svn path=/trunk/; revision=36315
Christoph von Wittich [Fri, 19 Sep 2008 08:45:12 +0000 (08:45 +0000)]
rename to lower case
svn path=/trunk/; revision=36314
Christoph von Wittich [Fri, 19 Sep 2008 08:44:50 +0000 (08:44 +0000)]
rename to lower case
svn path=/trunk/; revision=36313
Christoph von Wittich [Fri, 19 Sep 2008 08:35:33 +0000 (08:35 +0000)]
-import quartz from wine 1.1.4
-autoregister devenum
svn path=/trunk/; revision=36312
Christoph von Wittich [Thu, 18 Sep 2008 16:49:53 +0000 (16:49 +0000)]
forgot to fix this as well
svn path=/trunk/; revision=36306
Christoph von Wittich [Thu, 18 Sep 2008 16:48:38 +0000 (16:48 +0000)]
fix some of the mess Lentin created here
-don't use TCHAR in ANSI functions
-add a DllMain otherwise a random memory address is called when loading the dll
-add DPRINT1 to all stubs
svn path=/trunk/; revision=36305
Aleksey Bragin [Thu, 18 Sep 2008 15:45:16 +0000 (15:45 +0000)]
- Implement MmCallDllInitialize (partially based on a patch from bug 3730).
See issue #3730 for more details.
svn path=/trunk/; revision=36304
Aleksey Bragin [Thu, 18 Sep 2008 12:56:52 +0000 (12:56 +0000)]
- Select ANSI_VAR_FONT in explorer when drawing start button text and desktop switching buttons text. Based on Juriy Sidorov's patch from bug 3484.
See issue #3484 for more details.
svn path=/trunk/; revision=36303
Christoph von Wittich [Thu, 18 Sep 2008 12:54:45 +0000 (12:54 +0000)]
only touch the type on success or STATUS_BUFFER_OVERFLOW
svn path=/trunk/; revision=36302
Aleksey Bragin [Thu, 18 Sep 2008 12:43:21 +0000 (12:43 +0000)]
- Create a stock font object ANSI_VAR_FONT, this fixes explorer's clock using the wrong font (and any other app using that stock font object).
See issue #3484 for more details.
svn path=/trunk/; revision=36301
Aleksey Bragin [Thu, 18 Sep 2008 11:19:29 +0000 (11:19 +0000)]
- Save SizeOfImage field from the image header during PE loading.
svn path=/trunk/; revision=36300
Johannes Anderwald [Thu, 18 Sep 2008 09:01:52 +0000 (09:01 +0000)]
- Refresh adapter statistics when INetConnection_GetProperties is called
- Perform icon change when the adapter receives operational / disconnected state
svn path=/trunk/; revision=36298
Johannes Anderwald [Thu, 18 Sep 2008 07:18:18 +0000 (07:18 +0000)]
- Use LoadImage over deprecated LoadIcon (thanks Ged)
- Restore focus to status dialog when network properties dialog is closed
svn path=/trunk/; revision=36297
Johannes Anderwald [Wed, 17 Sep 2008 22:21:04 +0000 (22:21 +0000)]
- Fix several bugs in icon changing code
svn path=/trunk/; revision=36296
Johannes Anderwald [Wed, 17 Sep 2008 21:58:34 +0000 (21:58 +0000)]
- Update Status Icon when there is activity
- Also update the Taskbar Notification Icon
svn path=/trunk/; revision=36295
Johannes Anderwald [Wed, 17 Sep 2008 19:44:05 +0000 (19:44 +0000)]
- Use Ged's time updating code from ncpa module
- Periodically refresh timer for status dialog
- Make property sheet modal
svn path=/trunk/; revision=36292
Aleksey Bragin [Wed, 17 Sep 2008 18:38:14 +0000 (18:38 +0000)]
- ObQueryNameString can return STATUS_INFO_LENGTH_MISMATCH, so make sure SeInitializeProcessAuditName supports that along with BUFFER_OVERFLOW and BUFFER_TOO_SMALL, which an Ob query name procedure could return.
- ObQueryNameString can return STATUS_INFO_LENGTH_MISMATCH, take this into account and report a proper buffer length to the caller in IopQueryNameFile.
svn path=/trunk/; revision=36291
Johannes Anderwald [Wed, 17 Sep 2008 16:53:05 +0000 (16:53 +0000)]
- Use updated icons
- Only load Taskbar Notifications once
svn path=/trunk/; revision=36290
Christoph von Wittich [Wed, 17 Sep 2008 16:35:56 +0000 (16:35 +0000)]
add icons for netshell (from tango project)
svn path=/trunk/; revision=36289
Johannes Anderwald [Wed, 17 Sep 2008 16:19:35 +0000 (16:19 +0000)]
- Initialize members
svn path=/trunk/; revision=36288
Johannes Anderwald [Wed, 17 Sep 2008 15:20:04 +0000 (15:20 +0000)]
- Preload NetworkConnection Taskbar Notification
- Use Notification as a singleton
- Execute the status dialog by using the NetCfgInstanceId of the connection
svn path=/trunk/; revision=36287
Christoph von Wittich [Wed, 17 Sep 2008 14:03:05 +0000 (14:03 +0000)]
fix a kernel32 environ winetest
svn path=/trunk/; revision=36285
Johannes Anderwald [Wed, 17 Sep 2008 13:58:48 +0000 (13:58 +0000)]
- Check for null in IConnection_Constructor
- Implement INetConnectionConnectUi interface
- Add a dialog which serves a proxy dialog
- Add tray icons for connection which want to displayed in the tray
- Start implement network connection status dialog
svn path=/trunk/; revision=36284
Johannes Anderwald [Wed, 17 Sep 2008 13:53:00 +0000 (13:53 +0000)]
- Add INetConnectionConnectUi interface
svn path=/trunk/; revision=36283
Eric Kohl [Tue, 16 Sep 2008 19:47:16 +0000 (19:47 +0000)]
RSetServiceStatus:
- Don't fail if the system is shutting down because services must report successful shutdown to the service manager while the system is shutting down.
- Add some more parameter checks.
svn path=/trunk/; revision=36272
Gregor Brunmar [Tue, 16 Sep 2008 19:21:02 +0000 (19:21 +0000)]
D3D9: Implemented part of IDirect3DDevice9::CreateTexture()
svn path=/trunk/; revision=36271
Johannes Anderwald [Tue, 16 Sep 2008 14:44:42 +0000 (14:44 +0000)]
- add IID_INetConnectionConnectUi
svn path=/trunk/; revision=36268
Colin Finck [Tue, 16 Sep 2008 14:29:21 +0000 (14:29 +0000)]
Fix some mistakes detected by a true XML parser
svn path=/trunk/; revision=36267
Stefan Ginsberg [Mon, 15 Sep 2008 17:47:16 +0000 (17:47 +0000)]
- Implement IoSetFileOrigin
svn path=/trunk/; revision=36263
Johannes Anderwald [Mon, 15 Sep 2008 13:41:17 +0000 (13:41 +0000)]
- Fix selection of radio buttons for unimplemented by folder dialog
- found by PCNeuVerdrahter
svn path=/trunk/; revision=36259
Cameron Gutman [Mon, 15 Sep 2008 13:13:44 +0000 (13:13 +0000)]
- Merge aicom-network-fixes up to r36256
- This should fix kvmnet
svn path=/trunk/; revision=36258
Aleksey Bragin [Mon, 15 Sep 2008 13:09:30 +0000 (13:09 +0000)]
- Don't hardcode PAGE_SIZE two times, use ViewSize value, which is the actual size of committed pages.
svn path=/trunk/; revision=36257
Christoph von Wittich [Mon, 15 Sep 2008 06:25:31 +0000 (06:25 +0000)]
add ReactOS (RosDbg) option to freeldr and use it as default for unattended installs
svn path=/trunk/; revision=36253
Stefan Ginsberg [Mon, 15 Sep 2008 04:38:06 +0000 (04:38 +0000)]
- STDCALL -> NTAPI
svn path=/trunk/; revision=36252
Stefan Ginsberg [Mon, 15 Sep 2008 04:32:45 +0000 (04:32 +0000)]
- IopCompleteRequest: Remove the hack related to Irp->UserEvent, fixed by 36047
svn path=/trunk/; revision=36251
Christoph von Wittich [Sun, 14 Sep 2008 18:24:25 +0000 (18:24 +0000)]
sync advapi32_winetest to wine 1.1.4
svn path=/trunk/; revision=36247
Christoph von Wittich [Sun, 14 Sep 2008 18:22:53 +0000 (18:22 +0000)]
add missing definitions
svn path=/trunk/; revision=36246
Eric Kohl [Sun, 14 Sep 2008 18:16:24 +0000 (18:16 +0000)]
Don't user the local attribute twice.
svn path=/trunk/; revision=36245
Aleksey Bragin [Sun, 14 Sep 2008 17:58:27 +0000 (17:58 +0000)]
- Don't call MmLoadSystemImage with a NULL ModuleHandle. This could allow a simplification of the SystemLoadGdiDriverInformation function.
svn path=/trunk/; revision=36244
Christoph von Wittich [Sun, 14 Sep 2008 17:20:45 +0000 (17:20 +0000)]
fix memory allocation for NDIS_WORK_ITEM
svn path=/trunk/; revision=36243
Christoph von Wittich [Sun, 14 Sep 2008 16:22:42 +0000 (16:22 +0000)]
add PCI_SUBCLASS_SB_SMBUS
svn path=/trunk/; revision=36242
Christoph von Wittich [Sun, 14 Sep 2008 14:29:33 +0000 (14:29 +0000)]
add kvmnet.sys and kvmnet.inf to bootcd (OPTIONAL)
svn path=/trunk/; revision=36241
Cameron Gutman [Sun, 14 Sep 2008 13:54:42 +0000 (13:54 +0000)]
- Merge aicom-network-fixes up to r36215
- We now queue a work item to do most of the work
- Send/SendPackets now get called at the correct IRQL
svn path=/trunk/; revision=36240
Christoph von Wittich [Sun, 14 Sep 2008 13:43:46 +0000 (13:43 +0000)]
fix some typos
svn path=/trunk/; revision=36239
Stefan Ginsberg [Sun, 14 Sep 2008 13:41:33 +0000 (13:41 +0000)]
- Don't dereference a thread when we are supposed to reference it. Now WinDBG can attach to a process, but we crash in CM due to a unhandled failure case.
svn path=/trunk/; revision=36238
Stefan Ginsberg [Sun, 14 Sep 2008 13:20:36 +0000 (13:20 +0000)]
- Don't dereference the debug object when we are supposed to reference it
svn path=/trunk/; revision=36237
Christoph von Wittich [Sun, 14 Sep 2008 13:11:49 +0000 (13:11 +0000)]
fix a no newline @ end of file warning
svn path=/trunk/; revision=36236
Christoph von Wittich [Sun, 14 Sep 2008 13:10:36 +0000 (13:10 +0000)]
fix a no newline @ end of file warning
svn path=/trunk/; revision=36235
Christoph von Wittich [Sun, 14 Sep 2008 12:02:50 +0000 (12:02 +0000)]
include wintrust.h in imagehlp.h
svn path=/trunk/; revision=36234
Christoph von Wittich [Sun, 14 Sep 2008 11:46:08 +0000 (11:46 +0000)]
sync imm.h with wine (should fix build)
svn path=/trunk/; revision=36233
Christoph von Wittich [Sun, 14 Sep 2008 11:32:55 +0000 (11:32 +0000)]
update crypt headers
sync crypt32 with wine 1.1.4
sync wintrust with wine 1.1.4
svn path=/trunk/; revision=36232
Christoph von Wittich [Sun, 14 Sep 2008 11:28:56 +0000 (11:28 +0000)]
set _ADVAPI32_ define
svn path=/trunk/; revision=36231
Stefan Ginsberg [Sun, 14 Sep 2008 11:27:28 +0000 (11:27 +0000)]
- Don't leak a handle if user mode tries to debug the system process
svn path=/trunk/; revision=36230
Christoph von Wittich [Sun, 14 Sep 2008 10:37:55 +0000 (10:37 +0000)]
sync rasapi32 to wine 1.1.4
svn path=/trunk/; revision=36229
Christoph von Wittich [Sun, 14 Sep 2008 10:18:40 +0000 (10:18 +0000)]
sync mpr to wine 1.1.4
svn path=/trunk/; revision=36228
Christoph von Wittich [Sun, 14 Sep 2008 10:14:21 +0000 (10:14 +0000)]
sync advpack to wine 1.1.4
svn path=/trunk/; revision=36227
Christoph von Wittich [Sun, 14 Sep 2008 10:05:35 +0000 (10:05 +0000)]
update headers for shdocvw
svn path=/trunk/; revision=36226
Christoph von Wittich [Sun, 14 Sep 2008 09:56:41 +0000 (09:56 +0000)]
IID_IActiveScriptSiteDebug32 is already defined in uuid
svn path=/trunk/; revision=36225
Christoph von Wittich [Sun, 14 Sep 2008 07:43:02 +0000 (07:43 +0000)]
add some stuff to uuid
svn path=/trunk/; revision=36222
Christoph von Wittich [Sun, 14 Sep 2008 06:24:36 +0000 (06:24 +0000)]
sync msxml3 to wine 1.1.4
svn path=/trunk/; revision=36220
Christoph von Wittich [Sun, 14 Sep 2008 06:17:43 +0000 (06:17 +0000)]
sync mlang with wine 1.1.4
svn path=/trunk/; revision=36219
Christoph von Wittich [Sun, 14 Sep 2008 06:13:20 +0000 (06:13 +0000)]
sync inetmib1 with wine 1.1.4
svn path=/trunk/; revision=36218
Christoph von Wittich [Sun, 14 Sep 2008 06:10:11 +0000 (06:10 +0000)]
sync hlink with wine 1.1.4
svn path=/trunk/; revision=36217
Christoph von Wittich [Sun, 14 Sep 2008 06:08:59 +0000 (06:08 +0000)]
sync hhctrl.ocx with wine 1.1.4
svn path=/trunk/; revision=36216
Christoph von Wittich [Sun, 14 Sep 2008 06:02:13 +0000 (06:02 +0000)]
sync cryptui with wine 1.1.4
svn path=/trunk/; revision=36214
Christoph von Wittich [Sun, 14 Sep 2008 06:01:06 +0000 (06:01 +0000)]
sync cryptnet with wine 1.1.4
svn path=/trunk/; revision=36213
Christoph von Wittich [Sun, 14 Sep 2008 05:15:39 +0000 (05:15 +0000)]
sync oleaut32 to wine 1.1.4
svn path=/trunk/; revision=36210
Christoph von Wittich [Sun, 14 Sep 2008 05:09:19 +0000 (05:09 +0000)]
revert the ole32 idl hack from heispiter as it breaks the rpc proxy
svn path=/trunk/; revision=36209
Christoph von Wittich [Sun, 14 Sep 2008 05:08:29 +0000 (05:08 +0000)]
better hackfix for rpc.h
generate oleacc header from idl
svn path=/trunk/; revision=36208
Christoph von Wittich [Sun, 14 Sep 2008 05:07:16 +0000 (05:07 +0000)]
Output NULL for inherited methods in the vtbl.
Dan Hipschman <dsh at linux.ucla.edu>
svn path=/trunk/; revision=36207
Christoph von Wittich [Sun, 14 Sep 2008 03:39:06 +0000 (03:39 +0000)]
revert 36199
svn path=/trunk/; revision=36205
Cameron Gutman [Sun, 14 Sep 2008 00:48:32 +0000 (00:48 +0000)]
- Merge aicom-network-fixes up to r36198
svn path=/trunk/; revision=36204
Pierre Schweitzer [Sat, 13 Sep 2008 22:14:29 +0000 (22:14 +0000)]
Hackfixed ole32.dll build adding lots of warnings.
A proper fix will be necessary.
svn path=/trunk/; revision=36203
Pierre Schweitzer [Sat, 13 Sep 2008 22:10:18 +0000 (22:10 +0000)]
Added the 3 missing idl files.
This *DOES NOT* fix ole32 build.
svn path=/trunk/; revision=36202
Pierre Schweitzer [Sat, 13 Sep 2008 21:46:45 +0000 (21:46 +0000)]
Fixed build
svn path=/trunk/; revision=36201
Eric Kohl [Sat, 13 Sep 2008 20:04:51 +0000 (20:04 +0000)]
Implement I_ScSetServiceBitsA/W and SetServiceBits.
svn path=/trunk/; revision=36200
Christoph von Wittich [Sat, 13 Sep 2008 19:15:28 +0000 (19:15 +0000)]
don't define __WINESRC__
svn path=/trunk/; revision=36199
Christoph von Wittich [Sat, 13 Sep 2008 18:52:03 +0000 (18:52 +0000)]
sync ole2 winetest
svn path=/trunk/; revision=36197
Christoph von Wittich [Sat, 13 Sep 2008 18:49:51 +0000 (18:49 +0000)]
sync ole32 with wine 1.1.4
svn path=/trunk/; revision=36196
Eric Kohl [Sat, 13 Sep 2008 18:22:34 +0000 (18:22 +0000)]
- Disable some debug messages.
- Fix the prototype of RI_ScGetCurrentGroupStateW (Function 34).
svn path=/trunk/; revision=36194
Christoph von Wittich [Sat, 13 Sep 2008 16:18:44 +0000 (16:18 +0000)]
sync rpc4rt winetests as well
svn path=/trunk/; revision=36189
Christoph von Wittich [Sat, 13 Sep 2008 15:52:50 +0000 (15:52 +0000)]
sync most of rpcrt4 to wine 1.1.4
svn path=/trunk/; revision=36188
Christoph von Wittich [Sat, 13 Sep 2008 14:27:43 +0000 (14:27 +0000)]
replace NtCurrentTeb()->ProcessEnvironmentBlock by NtCurrentPeb()
svn path=/trunk/; revision=36187
Christoph von Wittich [Sat, 13 Sep 2008 11:35:01 +0000 (11:35 +0000)]
fix some more kernel32_module winetests
svn path=/trunk/; revision=36184
Dmitry Chapyshev [Sat, 13 Sep 2008 10:22:28 +0000 (10:22 +0000)]
- volume.c: replace HeapAlloc to RtlAllocateHeap, HeapFree to RtlFreeHeap
- move TzSpecificLocalTimeToSystemTime to time.c
- implement TzSpecificLocalTimeToSystemTime based on wine. It corrects 378 wine tests.
svn path=/trunk/; revision=36183
Aleksey Bragin [Sat, 13 Sep 2008 09:59:22 +0000 (09:59 +0000)]
- Call NtCreateSection and NtMapViewOfSection with more correct parameters.
svn path=/trunk/; revision=36182