Commit graph

18967 commits

Author SHA1 Message Date
Magnus Olsen
4eb2b8bb3a Maintain work sync res with en.rc res change adding IDS_USERDOMAINFORMAT "%1 (%2\\%3)" and IDS_USERFORMAT "%1" no need update the translatons.
svn path=/trunk/; revision=20359
2005-12-26 23:56:25 +00:00
Thomas Bluemel
1797e0a93a Add the driver page if necessary, based on a patch by Herve
svn path=/trunk/; revision=20358
2005-12-26 23:37:04 +00:00
Gé van Geldorp
8a34917715 Update status
svn path=/trunk/; revision=20357
2005-12-26 23:35:02 +00:00
Gé van Geldorp
bb28b4d54c Sync to Wine-0_9_4:
Thomas Weidenmueller <wine-patches@reactsoft.com>
- urlmon: Correctly fix IStream::Read.
  Don't dereference a possible NULL pointer.
- urlmon: Fix call to ReadFile.
  The BytesRead parameter passed to ReadFile may never be NULL.
Jacek Caban <jacek@codeweavers.com>
- urlmon: Added handling of BINDF_FROMURLMON in file protocol.
- urlmon: Added some tests and fixes of file protocol.
- urlmon: Fix BindToStorage test.

svn path=/trunk/; revision=20355
2005-12-26 23:31:24 +00:00
Gé van Geldorp
d852648be4 Sync to Wine-0_9_4:
Vincent Béron <vberon@mecano.gme.usherb.ca>
- Add some missing includes which contain used prototypes.

svn path=/trunk/; revision=20354
2005-12-26 23:24:41 +00:00
Gé van Geldorp
4b31fc1e94 Sync to Wine-0_9_4:
Michael Jung <mjung@iss.tu-darmstadt.de>
- shell32: Fix drag-scrolling in the shellview object.
Stefan Leichter <Stefan.Leichter@camLine.com>
- shell32: Fix return value of PathProcessCommand.

svn path=/trunk/; revision=20353
2005-12-26 23:23:03 +00:00
Gé van Geldorp
5187602453 Sync to Wine-0_9_4:
Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
- riched20: Reset selection when text is reset.

svn path=/trunk/; revision=20352
2005-12-26 23:20:19 +00:00
Gé van Geldorp
afdf040ea3 Sync to Wine-0_9_4:
Robert Shearman <rob@codeweavers.com>
- OLE: Fix SafeArrayCopy for NULL pvData.
  It is allowed to copy a SAFEARRAY with a NULL pvData, as long as
  cbElements is non-zero. Add a test for this and fix the safe array
  code.
- OLE: Add const to several typelib functions.
  Add const attributes to parameters for several functions and fix up
  some formatting.
- OleTranslateColor trace fix.
  OleTranslateColor isn't a stub so don't print ":stub" in the trace
  message.

svn path=/trunk/; revision=20351
2005-12-26 23:18:49 +00:00
Gé van Geldorp
754cd8a82e Sync to Wine-0_9_4:
Michael Jung <mjung@iss.tu-darmstadt.de>
- ole32: Periodically call IDropTarger::DragOver during Drag&Drop.
Robert Shearman <rob@codeweavers.com>
- CreateErrorInfo trace fix.
  CreateErrorInfo isn't a stub so don't print this in the trace
  message.
Alexandre Julliard <julliard@winehq.org>
- Take advantage of the __EXCEPT_PAGE_FAULT macro.
- We no longer need to handle EXCEPTION_PRIV_INSTRUCTION on page faults.
- ole32: Revert exception handler change.
  The handler does the opposite of normal page fault handlers.
Ulrich Czekalla <ulrich@codeweavers.com>
- ole32: Return error instead of asserting if storage file is corrupt.
Eric Pouech <eric.pouech@wanadoo.fr>
- Functions with no paramters must be (void).
- Const correctness fixes.

svn path=/trunk/; revision=20350
2005-12-26 23:16:41 +00:00
Gé van Geldorp
907803cd6d Sync to Wine-0_9_4:
Magnus Olsen <magnus@itkonsult-olsen.com>
- msi: Fixed deformat_environment to not cut off string.
Bill Medland <billmedland@mercuryspeed.com>
- msi: Use a default dialog font if nothing is specified.
- msi: Prevent array underflow in MsiFormat when measuring with zero-length buffer.

svn path=/trunk/; revision=20349
2005-12-26 23:10:21 +00:00
Gé van Geldorp
1ec4f54cc9 Sync to Wine-0_9_4:
Vincent Béron <vberon@mecano.gme.usherb.ca>
- Add some missing includes which contain used prototypes.

svn path=/trunk/; revision=20348
2005-12-26 23:08:49 +00:00
Gé van Geldorp
9d0a7ef35c Sync to Wine-0_9_4:
Juan Lang <juan_lang@yahoo.com>
- crypt32: Implement more implicit properties, with tests.
- crypt32: Implement CRLDistPoints encoding/decoding.
- rewrite sequence decoding to support context-specific tags, and
  eliminate duplicated code
- implement encoding and decoding of CRLDistPoints
- crypt32: Decode cleanups.
- implement a helper to decode sequences of like types
- use helper functions wherever applicable when decoding
- correct "expected" vs. "got" usage in tests
- fix a few other small bugs
Alexandre Julliard <julliard@winehq.org>
- Take advantage of the __EXCEPT_PAGE_FAULT macro.

svn path=/trunk/; revision=20347
2005-12-26 23:05:15 +00:00
Gé van Geldorp
74ab94870a Sync to Wine-0_9_4:
Eric Pouech <eric.pouech@wanadoo.fr>
- Const correctness fixes.
- Removed some dead-code.

svn path=/trunk/; revision=20346
2005-12-26 22:57:56 +00:00
Gé van Geldorp
5fccaf46f0 Sync to Wine-0_9_4:
Dmitry Timoshkov <dmitry@codeweavers.com>
- comctl32: Add a test for the initial tooltip window style settings,
  make it pass under Wine.
Eric Pouech <eric.pouech@wanadoo.fr>
- comctl32: Fixed (harmless) typo.

svn path=/trunk/; revision=20345
2005-12-26 22:56:31 +00:00
Gé van Geldorp
a7c00fd10a Sync to Wine-0_9_4:
Alexandre Julliard <julliard@winehq.org>
- winebuild: Allow -register flag for Win32 too.
  This way it can be used as hint for the relay code.
- ntdll: Make __wine_call_from_32_restore_regs take a context pointer.
  Changed exception raise functions to call it explicitly.
- ntdll: New implementation of relay thunks.
  New implementation of relay thunks that doesn't require modifying code
  on the fly, so that the thunks can be put in the text section.
  Some performance improvements.

svn path=/trunk/; revision=20344
2005-12-26 22:51:29 +00:00
Hervé Poussineau
f839c3ab83 Replace implementation of QueryServiceConfigW by a stub (like in pre-20255), as rpcrt4 throws sometimes an exception and breaks PnP manager
svn path=/trunk/; revision=20343
2005-12-26 21:47:28 +00:00
Hervé Poussineau
7005e550e5 - Set SPINT_DEFAULT, SPINT_REMOVED and SPINT_ACTIVE in interface flags when needed
- Precise some SP_DEVINSTALL_PARAMS, by replacing them by SP_DEVINSTALL_PARAMS_W
- Don't hardcode some constants

svn path=/trunk/; revision=20342
2005-12-26 21:41:02 +00:00
Ged Murphy
f7c12cd957 forgot to remove this
svn path=/trunk/; revision=20341
2005-12-26 20:48:46 +00:00
Ged Murphy
742f2e36bf Shut MSVC warnings up
svn path=/trunk/; revision=20339
2005-12-26 20:40:45 +00:00
Eric Kohl
5159234db2 Add CMP_Init_Detection and CMP_Report_LogOn prototypes.
svn path=/trunk/; revision=20338
2005-12-26 20:14:24 +00:00
Hervé Poussineau
3fe126e7b0 Take care of flag DI_FLAGSEX_NO_DRVREG_MODIFY
svn path=/trunk/; revision=20337
2005-12-26 15:55:33 +00:00
Hervé Poussineau
ad04c03732 Fix usage of DI_NOVCP flag
svn path=/trunk/; revision=20336
2005-12-26 15:25:47 +00:00
Eric Kohl
5531d9e68d -Implement EnumServicesStatusExW.
-Add missing [unique] Attributes to svcctrl.idl.

svn path=/trunk/; revision=20335
2005-12-26 15:06:46 +00:00
Brandon Turner
5caea08853 Better page file creation that allows for system managed setting. A lot of thanks to Thomas on this patch.
svn path=/trunk/; revision=20334
2005-12-26 02:45:49 +00:00
Thomas Bluemel
60f9e8b3c5 fixed creating property pages
svn path=/trunk/; revision=20333
2005-12-25 23:57:26 +00:00
Thomas Bluemel
5ec3b17e0d perform asynchronous SID lookups
svn path=/trunk/; revision=20332
2005-12-25 21:20:13 +00:00
Eric Kohl
1dbbdf4ea8 Implement QueryServiceStatusEx.
svn path=/trunk/; revision=20331
2005-12-25 21:19:33 +00:00
Magnus Olsen
80cc55de74 do not BSD in some test apps I have. it did not check if input buffer for the convert string was NULL or not.
svn path=/trunk/; revision=20330
2005-12-25 18:53:39 +00:00
Hervé Poussineau
559ea9a183 Copy driver files only once
svn path=/trunk/; revision=20329
2005-12-25 15:00:05 +00:00
Eric Kohl
2e1f9475d8 - Implement EnumServicesStatusW.
- Add server stubs for ChangeServiceConfigA, GetServiceDisplayNameA, GetServiceKeyNameA and QueryServiceStatusEx.

svn path=/trunk/; revision=20328
2005-12-25 14:45:30 +00:00
Magnus Olsen
46d8d540af addig follow reslution to select betwin vbe_640x480x16, vbe_800x600x8, vbe_1024x768x8, vbe_1024x768x16
svn path=/trunk/; revision=20327
2005-12-25 10:35:23 +00:00
Magnus Olsen
344a183c14 Adding same bug fix as 20303 to vfprintf.c it did have same problem. thx for GvG bugfix.
svn path=/trunk/; revision=20326
2005-12-25 02:55:18 +00:00
Magnus Olsen
4e2b520755 fixing 20 VS waring msg
svn path=/trunk/; revision=20325
2005-12-25 02:05:50 +00:00
Hervé Poussineau
b0ed55d762 Close the key only if we have opened it (it's not the case when the subkey name is empty)
svn path=/trunk/; revision=20324
2005-12-24 23:24:40 +00:00
Hervé Poussineau
4d21beb957 Allow more than one USB controller
svn path=/trunk/; revision=20323
2005-12-24 17:56:23 +00:00
Magnus Olsen
1a9be1b9ef Fixed Cz.rc to SUBLANG_DEFAULT so make VS happy
Fixed Es.rc to SUBLANG_NEUTRAL so make VS happy

svn path=/trunk/; revision=20322
2005-12-24 17:50:01 +00:00
Gé van Geldorp
b321c10094 Fix transfer summary
svn path=/trunk/; revision=20321
2005-12-24 14:28:05 +00:00
Gé van Geldorp
d22675a805 There's a difference between a handle and an object... Sorry about this
svn path=/trunk/; revision=20320
2005-12-24 09:33:35 +00:00
Royce Mitchell III
c5454d2a4b fixed typo
svn path=/trunk/; revision=20319
2005-12-24 07:21:22 +00:00
Royce Mitchell III
4c7110175d first attempt at a hebrew keyboard
svn path=/trunk/; revision=20318
2005-12-24 05:36:38 +00:00
Gé van Geldorp
7ca33cb6d6 Checking memory allocation return values helps prevent crashes
svn path=/trunk/; revision=20316
2005-12-23 20:47:54 +00:00
Gé van Geldorp
9851ee0b33 Send delayed ACKs after 200ms instead of 2500ms
svn path=/trunk/; revision=20315
2005-12-23 20:46:48 +00:00
Gé van Geldorp
a7cb9f71d5 Force Nagle algorithm off for loopback
svn path=/trunk/; revision=20314
2005-12-23 20:44:39 +00:00
Maarten Bosma
a2603641ae Allow to choose between 800x600x16 and 640x480x8 as default resolution in first stage installer.
svn path=/trunk/; revision=20313
2005-12-23 18:03:12 +00:00
Eric Kohl
d40178810d -Add QueryServiceConfig2A stub.
-Implement QueryServiceObjectSecurity and SetServiceObjectSecurity.

svn path=/trunk/; revision=20311
2005-12-23 15:56:51 +00:00
Eric Kohl
e0189ae169 Forgot this file!
Exports CMP_InitDetection, CMP_Report_LogOn, CM_Move_DevNode[_Ex], CM_Setup_DevNode[_Ex] and CM_Uninstall_DevNode[_Ex].

svn path=/trunk/; revision=20310
2005-12-23 15:46:03 +00:00
Gé van Geldorp
0339408978 Return error code that oskit understands. Fixes ftp upload.
svn path=/trunk/; revision=20305
2005-12-22 22:23:07 +00:00
Gé van Geldorp
63a073268b Silence debug message
svn path=/trunk/; revision=20304
2005-12-22 22:22:14 +00:00
Gé van Geldorp
09b5023d6f Fix nul stripping and get GreatLord of my back ;-)
svn path=/trunk/; revision=20303
2005-12-22 20:41:46 +00:00
Maarten Bosma
e2b8d4b568 Only allow bmp since it is the only format supported by reactos.
svn path=/trunk/; revision=20301
2005-12-22 16:30:37 +00:00