Christoph von Wittich
b4c9d9e321
fix a psapi winetest
...
svn path=/trunk/; revision=36328
2008-09-19 14:15:05 +00:00
Christoph von Wittich
eb778285cf
fix dll parameters
...
svn path=/trunk/; revision=36327
2008-09-19 14:02:24 +00:00
Johannes Anderwald
f05f1fbaba
- Add resource idds
...
svn path=/trunk/; revision=36326
2008-09-19 12:40:29 +00:00
Johannes Anderwald
ebc7599c6d
- Import TCP/IP dialog from ncpa
...
svn path=/trunk/; revision=36325
2008-09-19 12:40:04 +00:00
Christoph von Wittich
72d5f166e9
fix formatting
...
svn path=/trunk/; revision=36324
2008-09-19 10:53:10 +00:00
Aleksey Bragin
f1c91f140d
- 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
2008-09-19 10:35:30 +00:00
Christoph von Wittich
b4572ba562
DShow.h -> dshow.h
...
svn path=/trunk/; revision=36322
2008-09-19 09:02:03 +00:00
Christoph von Wittich
2342d9a8ab
add missing dvdmedia.h
...
svn path=/trunk/; revision=36321
2008-09-19 09:01:44 +00:00
Christoph von Wittich
d062feb6c6
-> filename to lowercase
...
svn path=/trunk/; revision=36320
2008-09-19 08:57:12 +00:00
Christoph von Wittich
18f1286085
rename to lower case
...
svn path=/trunk/; revision=36319
2008-09-19 08:52:53 +00:00
Christoph von Wittich
376d45bf30
add CLSIDWaveParser
...
svn path=/trunk/; revision=36318
2008-09-19 08:52:07 +00:00
Christoph von Wittich
c8486cd5b2
rename to lower case
...
svn path=/trunk/; revision=36317
2008-09-19 08:46:37 +00:00
Christoph von Wittich
d75275c3dc
rename to lower case
...
svn path=/trunk/; revision=36316
2008-09-19 08:46:17 +00:00
Christoph von Wittich
318e4faba3
rename to lower case
...
svn path=/trunk/; revision=36315
2008-09-19 08:45:52 +00:00
Christoph von Wittich
492db19dd6
rename to lower case
...
svn path=/trunk/; revision=36314
2008-09-19 08:45:12 +00:00
Christoph von Wittich
9f481ee4dd
rename to lower case
...
svn path=/trunk/; revision=36313
2008-09-19 08:44:50 +00:00
Christoph von Wittich
f902a52200
-import quartz from wine 1.1.4
...
-autoregister devenum
svn path=/trunk/; revision=36312
2008-09-19 08:35:33 +00:00
Christoph von Wittich
1399ad5d93
forgot to fix this as well
...
svn path=/trunk/; revision=36306
2008-09-18 16:49:53 +00:00
Christoph von Wittich
e5131cbe38
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
2008-09-18 16:48:38 +00:00
Aleksey Bragin
d65eb0ae05
- Implement MmCallDllInitialize (partially based on a patch from bug 3730).
...
See issue #3730 for more details.
svn path=/trunk/; revision=36304
2008-09-18 15:45:16 +00:00
Aleksey Bragin
c6afd96ea2
- 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
2008-09-18 12:56:52 +00:00
Christoph von Wittich
a0d50db01e
only touch the type on success or STATUS_BUFFER_OVERFLOW
...
svn path=/trunk/; revision=36302
2008-09-18 12:54:45 +00:00
Aleksey Bragin
425fdf353f
- 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
2008-09-18 12:43:21 +00:00
Aleksey Bragin
0395b8a56a
- Save SizeOfImage field from the image header during PE loading.
...
svn path=/trunk/; revision=36300
2008-09-18 11:19:29 +00:00
Johannes Anderwald
15ae0a215b
- Refresh adapter statistics when INetConnection_GetProperties is called
...
- Perform icon change when the adapter receives operational / disconnected state
svn path=/trunk/; revision=36298
2008-09-18 09:01:52 +00:00
Johannes Anderwald
88a671baa1
- Use LoadImage over deprecated LoadIcon (thanks Ged)
...
- Restore focus to status dialog when network properties dialog is closed
svn path=/trunk/; revision=36297
2008-09-18 07:18:18 +00:00
Johannes Anderwald
245ddb9f52
- Fix several bugs in icon changing code
...
svn path=/trunk/; revision=36296
2008-09-17 22:21:04 +00:00
Johannes Anderwald
48dac13bd4
- Update Status Icon when there is activity
...
- Also update the Taskbar Notification Icon
svn path=/trunk/; revision=36295
2008-09-17 21:58:34 +00:00
Johannes Anderwald
58d5c68b74
- Use Ged's time updating code from ncpa module
...
- Periodically refresh timer for status dialog
- Make property sheet modal
svn path=/trunk/; revision=36292
2008-09-17 19:44:05 +00:00
Aleksey Bragin
9a4bf1ea9c
- 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
2008-09-17 18:38:14 +00:00
Johannes Anderwald
6a59f3c2f8
- Use updated icons
...
- Only load Taskbar Notifications once
svn path=/trunk/; revision=36290
2008-09-17 16:53:05 +00:00
Christoph von Wittich
73e8217f04
add icons for netshell (from tango project)
...
svn path=/trunk/; revision=36289
2008-09-17 16:35:56 +00:00
Johannes Anderwald
c4f9fedf2d
- Initialize members
...
svn path=/trunk/; revision=36288
2008-09-17 16:19:35 +00:00
Johannes Anderwald
fa64fcba76
- 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
2008-09-17 15:20:04 +00:00
Christoph von Wittich
15e6477932
fix a kernel32 environ winetest
...
svn path=/trunk/; revision=36285
2008-09-17 14:03:05 +00:00
Johannes Anderwald
3ed4acffca
- 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
2008-09-17 13:58:48 +00:00
Johannes Anderwald
84df91a549
- Add INetConnectionConnectUi interface
...
svn path=/trunk/; revision=36283
2008-09-17 13:53:00 +00:00
Eric Kohl
7fc5d5420a
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
2008-09-16 19:47:16 +00:00
Gregor Brunmar
b0530233d9
D3D9: Implemented part of IDirect3DDevice9::CreateTexture()
...
svn path=/trunk/; revision=36271
2008-09-16 19:21:02 +00:00
Johannes Anderwald
ec92454abf
- add IID_INetConnectionConnectUi
...
svn path=/trunk/; revision=36268
2008-09-16 14:44:42 +00:00
Colin Finck
0cb9efc0ff
Fix some mistakes detected by a true XML parser
...
svn path=/trunk/; revision=36267
2008-09-16 14:29:21 +00:00
Stefan Ginsberg
82234d5abf
- Implement IoSetFileOrigin
...
svn path=/trunk/; revision=36263
2008-09-15 17:47:16 +00:00
Johannes Anderwald
7660dc57be
- Fix selection of radio buttons for unimplemented by folder dialog
...
- found by PCNeuVerdrahter
svn path=/trunk/; revision=36259
2008-09-15 13:41:17 +00:00
Cameron Gutman
48c42842c5
- Merge aicom-network-fixes up to r36256
...
- This should fix kvmnet
svn path=/trunk/; revision=36258
2008-09-15 13:13:44 +00:00
Aleksey Bragin
b07e36592f
- Don't hardcode PAGE_SIZE two times, use ViewSize value, which is the actual size of committed pages.
...
svn path=/trunk/; revision=36257
2008-09-15 13:09:30 +00:00
Christoph von Wittich
43aead0a4e
add ReactOS (RosDbg) option to freeldr and use it as default for unattended installs
...
svn path=/trunk/; revision=36253
2008-09-15 06:25:31 +00:00
Stefan Ginsberg
fa462c13fd
- STDCALL -> NTAPI
...
svn path=/trunk/; revision=36252
2008-09-15 04:38:06 +00:00
Stefan Ginsberg
af0b1eb575
- IopCompleteRequest: Remove the hack related to Irp->UserEvent, fixed by 36047
...
svn path=/trunk/; revision=36251
2008-09-15 04:32:45 +00:00
Christoph von Wittich
2d4aadb83f
sync advapi32_winetest to wine 1.1.4
...
svn path=/trunk/; revision=36247
2008-09-14 18:24:25 +00:00
Christoph von Wittich
2435f146c3
add missing definitions
...
svn path=/trunk/; revision=36246
2008-09-14 18:22:53 +00:00