reactos.git
18 years agosome case from win32k can call to RtlClearAllBits with NULL pointer. and check for...
Magnus Olsen [Thu, 29 Dec 2005 13:43:25 +0000 (13:43 +0000)]
some case from win32k can call to RtlClearAllBits with NULL pointer. and check for null pointer after RtlClearAllBits. This take care of those case for moment.

svn path=/trunk/; revision=20421

18 years agoFix memory leak in NtUserMonitorFromRect when it return in one case.
Magnus Olsen [Thu, 29 Dec 2005 13:13:14 +0000 (13:13 +0000)]
Fix memory leak in NtUserMonitorFromRect when it return in one case.

svn path=/trunk/; revision=20420

18 years agoIntRegisterClass did not check for NULL pointer when it alloc memory.
Magnus Olsen [Thu, 29 Dec 2005 12:40:31 +0000 (12:40 +0000)]
IntRegisterClass did not check for NULL pointer when it alloc memory.

svn path=/trunk/; revision=20419

18 years agoDRIVER_RegisterDriver did not check for NULL pointer when it alloc memory.
Magnus Olsen [Thu, 29 Dec 2005 12:13:02 +0000 (12:13 +0000)]
DRIVER_RegisterDriver did not check for NULL pointer when it alloc memory.

svn path=/trunk/; revision=20418

18 years agorevert my last code did miss POLYGONFILL_DestroyEdgeList was at end
Magnus Olsen [Thu, 29 Dec 2005 11:20:30 +0000 (11:20 +0000)]
revert my last code did miss POLYGONFILL_DestroyEdgeList was at end

svn path=/trunk/; revision=20417

18 years agoFix memory leak in POLYGONFILL_MakeEdgeList when it fail.
Magnus Olsen [Thu, 29 Dec 2005 11:16:28 +0000 (11:16 +0000)]
Fix memory leak in POLYGONFILL_MakeEdgeList when it fail.

svn path=/trunk/; revision=20416

18 years agoEngSetPointerShape did not check for NULL pointer when it alloc memmory.
Magnus Olsen [Thu, 29 Dec 2005 10:53:01 +0000 (10:53 +0000)]
EngSetPointerShape did not check for NULL pointer when it alloc memmory.

svn path=/trunk/; revision=20415

18 years agoFix kernel-mode executive atom implementation (mostly add SEH and tidy up the code...
Alex Ionescu [Thu, 29 Dec 2005 08:43:45 +0000 (08:43 +0000)]
Fix kernel-mode executive atom implementation (mostly add SEH and tidy up the code). Then fix kernel32 implementation which was sending incorrect sizes, and also re-factored the entire code, since most functions were quatriplicated. now there are 3 main functions instead of 12. Also fixed a bug in RtlCreateAtomTable.

svn path=/trunk/; revision=20414

18 years agoUse Bitstream Vera Sans when asked for Tahoma. Addresses bug 1188.
Andrew Munger [Thu, 29 Dec 2005 05:18:21 +0000 (05:18 +0000)]
Use Bitstream Vera Sans when asked for Tahoma. Addresses bug 1188.

svn path=/trunk/; revision=20413

18 years agochange service pack from 6 to 4
Ged Murphy [Thu, 29 Dec 2005 01:59:55 +0000 (01:59 +0000)]
change service pack from 6 to 4
addresses bug 1169

svn path=/trunk/; revision=20412

18 years agoDIB_CreateDIBSection fix do not zero out memmory if it is a null pointer it got from...
Magnus Olsen [Thu, 29 Dec 2005 01:57:50 +0000 (01:57 +0000)]
DIB_CreateDIBSection fix do not zero out memmory if it is a null pointer it got from  ExAllocatePoolWithTag
DIB_MapPaletteColors do not try write to NULL pointer if ExAllocatePoolWithTag do return a NULLL pointer.

svn path=/trunk/; revision=20411

18 years agoupdate of french Explore resource script from G. Maton Bugzilla entry 1184)
Martin Fuchs [Thu, 29 Dec 2005 00:04:34 +0000 (00:04 +0000)]
update of french Explore resource script from G. Maton Bugzilla entry 1184)

svn path=/trunk/; revision=20410

18 years agoclean up ibrowser resource scripts
Martin Fuchs [Wed, 28 Dec 2005 23:51:32 +0000 (23:51 +0000)]
clean up ibrowser resource scripts

svn path=/trunk/; revision=20409

18 years agocommit patch of bugzilla entry 1073 to to compile Explorer in a Wine environment
Martin Fuchs [Wed, 28 Dec 2005 22:52:35 +0000 (22:52 +0000)]
commit patch of bugzilla entry 1073 to to compile Explorer in a Wine environment

svn path=/trunk/; revision=20408

18 years agoreinitialize image list in ShellBrowser::invalidate_cache()
Martin Fuchs [Wed, 28 Dec 2005 22:46:09 +0000 (22:46 +0000)]
reinitialize image list in ShellBrowser::invalidate_cache()

svn path=/trunk/; revision=20407

18 years agoPatch by David Hinz <fRy2oo5@gmail.com>:
Thomas Bluemel [Wed, 28 Dec 2005 21:46:31 +0000 (21:46 +0000)]
Patch by David Hinz <fRy2oo5@gmail.com>:
- Update German translation of devmgr.dll

svn path=/trunk/; revision=20405

18 years agoFixed the structure allignment of some cursor/icon related structures.
Hartmut Birr [Wed, 28 Dec 2005 20:34:10 +0000 (20:34 +0000)]
Fixed the structure allignment of some cursor/icon related structures.

svn path=/trunk/; revision=20404

18 years agoCommit r20366:20368 again.
Hartmut Birr [Wed, 28 Dec 2005 20:31:44 +0000 (20:31 +0000)]
Commit r20366:20368 again.

svn path=/trunk/; revision=20403

18 years agoReAlloc should be able to move memory blocks if necessary. This fixes
Thomas Bluemel [Wed, 28 Dec 2005 20:06:35 +0000 (20:06 +0000)]
ReAlloc should be able to move memory blocks if necessary. This fixes
some problems I ran into: syslink control, and dynamically adding
property sheets with PropSheet_AddPage/PSM_ADDPAGE. This patch was submitted to wine-patches.

svn path=/trunk/; revision=20402

18 years agoupdate NtUserGetMouseMovePointsEx prototype to msdn
Magnus Olsen [Wed, 28 Dec 2005 19:54:07 +0000 (19:54 +0000)]
update NtUserGetMouseMovePointsEx prototype to msdn

svn path=/trunk/; revision=20401

18 years agoClean up code and fix memory leaks
Ged Murphy [Wed, 28 Dec 2005 19:32:06 +0000 (19:32 +0000)]
Clean up code and fix memory leaks

svn path=/trunk/; revision=20400

18 years agoValidate parameters in SetupDiSetDeviceInstallParamsW
Hervé Poussineau [Wed, 28 Dec 2005 17:10:36 +0000 (17:10 +0000)]
Validate parameters in SetupDiSetDeviceInstallParamsW
Be ready to honor DI_FLAGSEX_ALLOWEXCLUDEDDRVS flag
Fix an infinite loop in SetupDiSetSelectedDriverW

svn path=/trunk/; revision=20398

18 years agochecking for null and correct memmroy leak part of bug 252 patch by j_anderw
Magnus Olsen [Wed, 28 Dec 2005 16:27:20 +0000 (16:27 +0000)]
checking for null and correct memmroy leak part of bug 252 patch by j_anderw

svn path=/trunk/; revision=20397

18 years ago- refactor icon cache
Martin Fuchs [Wed, 28 Dec 2005 16:14:10 +0000 (16:14 +0000)]
- refactor icon cache
- display icon overlays in Explorer tree view

svn path=/trunk/; revision=20396

18 years agofixed uninitialized variable warning
Thomas Bluemel [Wed, 28 Dec 2005 14:55:22 +0000 (14:55 +0000)]
fixed uninitialized variable warning

svn path=/trunk/; revision=20395

18 years ago- Add a minimal implementation of SetupScanFileQueueW
Hervé Poussineau [Wed, 28 Dec 2005 14:21:05 +0000 (14:21 +0000)]
- Add a minimal implementation of SetupScanFileQueueW
- In SetupDiBuildDriverInfoList, add found drivers in the right driver list
- In SetupDiEnumDriverInfoW, enumerate the right driver list if DeviceInfoData is not NULL

svn path=/trunk/; revision=20394

18 years agoAdd failure check.
Filip Navara [Wed, 28 Dec 2005 13:27:40 +0000 (13:27 +0000)]
Add failure check.

svn path=/trunk/; revision=20393

18 years agoRevert r20367 and r20368 since they crash the GUI in second boot by hitting a assert...
Maarten Bosma [Wed, 28 Dec 2005 12:40:17 +0000 (12:40 +0000)]
Revert r20367 and r20368 since they crash the GUI in second boot by hitting a assert at line 271 in  win32k/ntuser/msgqueue.c

svn path=/trunk/; revision=20392

18 years agoFix some MSVC warnings
Ged Murphy [Wed, 28 Dec 2005 02:20:27 +0000 (02:20 +0000)]
Fix some MSVC warnings
I'm feeling very lazy today, today's commits prove that point nicely :)

svn path=/trunk/; revision=20390

18 years agoput the asterix and colon the right way round
Ged Murphy [Wed, 28 Dec 2005 01:29:42 +0000 (01:29 +0000)]
put the asterix and colon the right way round

svn path=/trunk/; revision=20389

18 years agoUse bigger buffer to avoid stack corruption, as seen when running app built with...
Ged Murphy [Wed, 28 Dec 2005 01:23:14 +0000 (01:23 +0000)]
Use bigger buffer to avoid stack corruption, as seen when running app built with msvc

svn path=/trunk/; revision=20388

18 years agodisplay correct Min RTT
Ged Murphy [Wed, 28 Dec 2005 01:08:04 +0000 (01:08 +0000)]
display correct Min RTT
Fixes bug 1194

svn path=/trunk/; revision=20387

18 years agosilence MSVC warning
Ged Murphy [Wed, 28 Dec 2005 00:17:21 +0000 (00:17 +0000)]
silence MSVC warning

svn path=/trunk/; revision=20386

18 years agocorrect spelling
Ged Murphy [Tue, 27 Dec 2005 23:25:04 +0000 (23:25 +0000)]
correct spelling

svn path=/trunk/; revision=20385

18 years agominor error handling fixes
Thomas Bluemel [Tue, 27 Dec 2005 23:17:43 +0000 (23:17 +0000)]
minor error handling fixes

svn path=/trunk/; revision=20384

18 years agoupdate hu langues file patch from talley.
Magnus Olsen [Tue, 27 Dec 2005 23:05:34 +0000 (23:05 +0000)]
update hu langues file patch from talley.

svn path=/trunk/; revision=20383

18 years agoReport a logged-on user to the PnP-Manager.
Eric Kohl [Tue, 27 Dec 2005 23:05:22 +0000 (23:05 +0000)]
Report a logged-on user to the PnP-Manager.
This should trigger the driver installation.

svn path=/trunk/; revision=20382

18 years agoPatch by Andreas Ntakas <freedatanow@yahoo.com>:
Thomas Bluemel [Tue, 27 Dec 2005 22:28:45 +0000 (22:28 +0000)]
Patch by Andreas Ntakas <freedatanow@yahoo.com>:
- Greek translation of aclui.dll

svn path=/trunk/; revision=20381

18 years agoArtem Reznikov: Ukrainian keyboard layout (bug 1200).
Aleksey Bragin [Tue, 27 Dec 2005 22:00:43 +0000 (22:00 +0000)]
Artem Reznikov: Ukrainian keyboard layout (bug 1200).

svn path=/trunk/; revision=20380

18 years agoUSB 2.5.0 -> 2.6.14.3 upgrade: Add some interrupt-related stuff into device extension...
Aleksey Bragin [Tue, 27 Dec 2005 21:22:27 +0000 (21:22 +0000)]
USB 2.5.0 -> 2.6.14.3 upgrade: Add some interrupt-related stuff into device extension (will be used after future commits)

svn path=/trunk/; revision=20379

18 years agoUSB 2.5.0 -> 2.6.14.3 upgrade: Store actual bus number by querying upper-laying driver.
Aleksey Bragin [Tue, 27 Dec 2005 21:01:58 +0000 (21:01 +0000)]
USB 2.5.0 -> 2.6.14.3 upgrade: Store actual bus number by querying upper-laying driver.

svn path=/trunk/; revision=20378

18 years agoUSB 2.5.0 -> 2.6.14.3 upgrade: Adding information about bus number to which this...
Aleksey Bragin [Tue, 27 Dec 2005 21:00:19 +0000 (21:00 +0000)]
USB 2.5.0 -> 2.6.14.3 upgrade: Adding information about bus number to which this HC is connected to (needed in further calls to read/write pci config space)

svn path=/trunk/; revision=20377

18 years agoFix a few msvc warnings
Ged Murphy [Tue, 27 Dec 2005 18:59:13 +0000 (18:59 +0000)]
Fix a few msvc warnings

svn path=/trunk/; revision=20376

18 years agosilence msvc warning
Ged Murphy [Tue, 27 Dec 2005 18:47:11 +0000 (18:47 +0000)]
silence msvc warning

svn path=/trunk/; revision=20375

18 years agoSilence most of the msvc warnings
Ged Murphy [Tue, 27 Dec 2005 18:05:53 +0000 (18:05 +0000)]
Silence most of the msvc warnings

svn path=/trunk/; revision=20374

18 years agoDisplay the driver provider, date and version. Based on a patch by Herve.
Thomas Bluemel [Tue, 27 Dec 2005 17:15:51 +0000 (17:15 +0000)]
Display the driver provider, date and version. Based on a patch by Herve.

svn path=/trunk/; revision=20373

18 years agoproperly read the cursor hotspots from the resource
Thomas Bluemel [Tue, 27 Dec 2005 16:19:07 +0000 (16:19 +0000)]
properly read the cursor hotspots from the resource

svn path=/trunk/; revision=20372

18 years agofixed difference in signedness warnings
Thomas Bluemel [Tue, 27 Dec 2005 15:33:31 +0000 (15:33 +0000)]
fixed difference in signedness warnings

svn path=/trunk/; revision=20371

18 years agoHandle more DIF codes in SetupDiCallClassInstaller. The list should now be complete
Hervé Poussineau [Tue, 27 Dec 2005 15:19:45 +0000 (15:19 +0000)]
Handle more DIF codes in SetupDiCallClassInstaller. The list should now be complete

svn path=/trunk/; revision=20370

18 years agoRevert code specific to Wine to enumerate serial ports, and allow generic enumeration...
Hervé Poussineau [Tue, 27 Dec 2005 11:39:43 +0000 (11:39 +0000)]
Revert code specific to Wine to enumerate serial ports, and allow generic enumeration of interfaces like in ReactOS.
Serial ports will still be enumerated in Wine (using GUID_DEVINTERFACE_COMPORT or GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR) if the following registry entries are present:

HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{4d36e978-e325-11ce-bfc1-08002be10318}\COM1
DeviceInstance   REG_SZ     SERIAL\COM1
HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{4d36e978-e325-11ce-bfc1-08002be10318}\COM1\#
SymbolicLink     REG_SZ     COM1:
HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{4d36e978-e325-11ce-bfc1-08002be10318}\COM1\#\Control
Linked           REG_DWORD  1
HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{86e0d1e0-8089-11d0-9ce4-08003e301f73}\COM1
DeviceInstance   REG_SZ     COM1
HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{86e0d1e0-8089-11d0-9ce4-08003e301f73}\COM1\#
SymbolicLink     REG_SZ     COM1:
HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{86e0d1e0-8089-11d0-9ce4-08003e301f73}\COM1\#\Control
Linked           REG_DWORD  1
HKLM\SYSTEM\CurrentControlSet\Enum\SERIAL\COM1
ClassGUID        REG_SZ     {4D36E978-E325-11CE-BFC1-08002BE10318}

svn path=/trunk/; revision=20369

18 years agoRemove the evil build-breaker mark of the devil: 't'
Alex Ionescu [Tue, 27 Dec 2005 06:11:44 +0000 (06:11 +0000)]
Remove the evil build-breaker mark of the devil: 't'

svn path=/trunk/; revision=20368

18 years ago- Major Win32k Header Cleanup: Add ntgdi.h based on latest Platform SDK Public header...
Alex Ionescu [Tue, 27 Dec 2005 03:41:13 +0000 (03:41 +0000)]
- Major Win32k Header Cleanup: Add ntgdi.h based on latest Platform SDK Public header. It contains the official definitions for NtGdi APIs.
- Added ntgdityps.h for structures needed to use the header (which were sadly not publically shipped).
- Removed internal win32k header data from public headers and put it to internal win32k headers.
- Fixed ntuser.h STDCALL->WINAPI.
- Added ntgdihdl.h for shared GDI Handle information between gdi32/win32k
- Added ntusrtyp.h for some shared NtUser types.
- Added ntgdibad.h which contains all non-compatible NtGdi prototypes, along with a detailed comment for each, and information on how to fix it. I had a 20 000+ line patch fixing all these issues, but it contained many bugs and I scrapped it in place for this approach, which while dirtier at first, simplifies the number of changes needed so that others can work on it as well.
- Fixed some gdi32/win32k/user32 header issues.

svn path=/trunk/; revision=20367

18 years ago- Added support for NTLDR style freeloader GUI. To enable, edit freeldr.ini and add:
Alex Ionescu [Tue, 27 Dec 2005 03:12:00 +0000 (03:12 +0000)]
- Added support for NTLDR style freeloader GUI. To enable, edit freeldr.ini and add:
ShowTime=No
MinimalUI=Yes
MenuBox=No
CenterMenu=No
TimeText=Seconds until highlighted choice will be started automatically:
Also make sure the following are set:
MenuTextColor=Gray
MenuColor=Black
TextColor=Gray
SelectedTextColor=Black
SelectedColor=Gray.
- Also made the boot-up screen black, not blue, since that's the actual color it's been after NT4. If booting without NOGUIBOOT, this results in a much nicer transition to the boot screen (especially if using the NTLDR theme)
- Some other minor changes done to simplify transitions while booting. Hoping for filip to finish his Bootvid patch to remove the last annoying gui->text->gui switch near the end :).

svn path=/trunk/; revision=20366

18 years ago- Add information on new executive locks being worked on.
Alex Ionescu [Tue, 27 Dec 2005 03:06:35 +0000 (03:06 +0000)]
- Add information on new executive locks being worked on.

svn path=/trunk/; revision=20365

18 years agofixed remote device property pages
Thomas Bluemel [Tue, 27 Dec 2005 01:53:00 +0000 (01:53 +0000)]
fixed remote device property pages

svn path=/trunk/; revision=20364

18 years agoHandle DIF_ADDPROPERTYPAGE_ADVANCED in SetupDiCallClassInstaller (needed by r20358)
Hervé Poussineau [Tue, 27 Dec 2005 01:37:04 +0000 (01:37 +0000)]
Handle DIF_ADDPROPERTYPAGE_ADVANCED in SetupDiCallClassInstaller (needed by r20358)

svn path=/trunk/; revision=20363

18 years agowrc wants an empty line at the end of the file
Thomas Bluemel [Tue, 27 Dec 2005 01:14:55 +0000 (01:14 +0000)]
wrc wants an empty line at the end of the file

svn path=/trunk/; revision=20362

18 years agoforget update de.rc
Magnus Olsen [Tue, 27 Dec 2005 00:11:29 +0000 (00:11 +0000)]
forget update de.rc

svn path=/trunk/; revision=20361

18 years agoMaintain work sync res with en.rc the rc file need update there translation for the...
Magnus Olsen [Tue, 27 Dec 2005 00:03:24 +0000 (00:03 +0000)]
Maintain work sync res with en.rc the rc file need update there translation for the new dialog boz

svn path=/trunk/; revision=20360

18 years agoMaintain work sync res with en.rc res change adding IDS_USERDOMAINFORMAT "%1 (%2...
Magnus Olsen [Mon, 26 Dec 2005 23:56:25 +0000 (23:56 +0000)]
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

18 years agoAdd the driver page if necessary, based on a patch by Herve
Thomas Bluemel [Mon, 26 Dec 2005 23:37:04 +0000 (23:37 +0000)]
Add the driver page if necessary, based on a patch by Herve

svn path=/trunk/; revision=20358

18 years agoUpdate status
Gé van Geldorp [Mon, 26 Dec 2005 23:35:02 +0000 (23:35 +0000)]
Update status

svn path=/trunk/; revision=20357

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:31:24 +0000 (23:31 +0000)]
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

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:24:41 +0000 (23:24 +0000)]
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

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:23:03 +0000 (23:23 +0000)]
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

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:20:19 +0000 (23:20 +0000)]
Sync to Wine-0_9_4:
Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
- riched20: Reset selection when text is reset.

svn path=/trunk/; revision=20352

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:18:49 +0000 (23:18 +0000)]
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

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:16:41 +0000 (23:16 +0000)]
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

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:10:21 +0000 (23:10 +0000)]
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

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:08:49 +0000 (23:08 +0000)]
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

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:05:15 +0000 (23:05 +0000)]
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

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 22:57:56 +0000 (22:57 +0000)]
Sync to Wine-0_9_4:
Eric Pouech <eric.pouech@wanadoo.fr>
- Const correctness fixes.
- Removed some dead-code.

svn path=/trunk/; revision=20346

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 22:56:31 +0000 (22:56 +0000)]
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

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 22:51:29 +0000 (22:51 +0000)]
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

18 years agoReplace implementation of QueryServiceConfigW by a stub (like in pre-20255), as rpcrt...
Hervé Poussineau [Mon, 26 Dec 2005 21:47:28 +0000 (21:47 +0000)]
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

18 years ago- Set SPINT_DEFAULT, SPINT_REMOVED and SPINT_ACTIVE in interface flags when needed
Hervé Poussineau [Mon, 26 Dec 2005 21:41:02 +0000 (21:41 +0000)]
- 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

18 years agoforgot to remove this
Ged Murphy [Mon, 26 Dec 2005 20:48:46 +0000 (20:48 +0000)]
forgot to remove this

svn path=/trunk/; revision=20341

18 years agoShut MSVC warnings up
Ged Murphy [Mon, 26 Dec 2005 20:40:45 +0000 (20:40 +0000)]
Shut MSVC warnings up

svn path=/trunk/; revision=20339

18 years agoAdd CMP_Init_Detection and CMP_Report_LogOn prototypes.
Eric Kohl [Mon, 26 Dec 2005 20:14:24 +0000 (20:14 +0000)]
Add CMP_Init_Detection and CMP_Report_LogOn prototypes.

svn path=/trunk/; revision=20338

18 years agoTake care of flag DI_FLAGSEX_NO_DRVREG_MODIFY
Hervé Poussineau [Mon, 26 Dec 2005 15:55:33 +0000 (15:55 +0000)]
Take care of flag DI_FLAGSEX_NO_DRVREG_MODIFY

svn path=/trunk/; revision=20337

18 years agoFix usage of DI_NOVCP flag
Hervé Poussineau [Mon, 26 Dec 2005 15:25:47 +0000 (15:25 +0000)]
Fix usage of DI_NOVCP flag

svn path=/trunk/; revision=20336

18 years ago-Implement EnumServicesStatusExW.
Eric Kohl [Mon, 26 Dec 2005 15:06:46 +0000 (15:06 +0000)]
-Implement EnumServicesStatusExW.
-Add missing [unique] Attributes to svcctrl.idl.

svn path=/trunk/; revision=20335

18 years agoBetter page file creation that allows for system managed setting. A lot of thanks...
Brandon Turner [Mon, 26 Dec 2005 02:45:49 +0000 (02:45 +0000)]
Better page file creation that allows for system managed setting.  A lot of thanks to Thomas on this patch.

svn path=/trunk/; revision=20334

18 years agofixed creating property pages
Thomas Bluemel [Sun, 25 Dec 2005 23:57:26 +0000 (23:57 +0000)]
fixed creating property pages

svn path=/trunk/; revision=20333

18 years agoperform asynchronous SID lookups
Thomas Bluemel [Sun, 25 Dec 2005 21:20:13 +0000 (21:20 +0000)]
perform asynchronous SID lookups

svn path=/trunk/; revision=20332

18 years agoImplement QueryServiceStatusEx.
Eric Kohl [Sun, 25 Dec 2005 21:19:33 +0000 (21:19 +0000)]
Implement QueryServiceStatusEx.

svn path=/trunk/; revision=20331

18 years agodo not BSD in some test apps I have. it did not check if input buffer for the convert...
Magnus Olsen [Sun, 25 Dec 2005 18:53:39 +0000 (18:53 +0000)]
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

18 years agoCopy driver files only once
Hervé Poussineau [Sun, 25 Dec 2005 15:00:05 +0000 (15:00 +0000)]
Copy driver files only once

svn path=/trunk/; revision=20329

18 years ago- Implement EnumServicesStatusW.
Eric Kohl [Sun, 25 Dec 2005 14:45:30 +0000 (14:45 +0000)]
- Implement EnumServicesStatusW.
- Add server stubs for ChangeServiceConfigA, GetServiceDisplayNameA, GetServiceKeyNameA and QueryServiceStatusEx.

svn path=/trunk/; revision=20328

18 years agoaddig follow reslution to select betwin vbe_640x480x16, vbe_800x600x8, vbe_1024x768x8...
Magnus Olsen [Sun, 25 Dec 2005 10:35:23 +0000 (10:35 +0000)]
addig follow reslution to select betwin vbe_640x480x16, vbe_800x600x8, vbe_1024x768x8, vbe_1024x768x16

svn path=/trunk/; revision=20327

18 years agoAdding same bug fix as 20303 to vfprintf.c it did have same problem. thx for GvG...
Magnus Olsen [Sun, 25 Dec 2005 02:55:18 +0000 (02:55 +0000)]
Adding same bug fix as 20303 to vfprintf.c it did have same problem. thx for GvG bugfix.

svn path=/trunk/; revision=20326

18 years agofixing 20 VS waring msg
Magnus Olsen [Sun, 25 Dec 2005 02:05:50 +0000 (02:05 +0000)]
fixing 20 VS waring msg

svn path=/trunk/; revision=20325

18 years agoClose the key only if we have opened it (it's not the case when the subkey name is...
Hervé Poussineau [Sat, 24 Dec 2005 23:24:40 +0000 (23:24 +0000)]
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

18 years agoAllow more than one USB controller
Hervé Poussineau [Sat, 24 Dec 2005 17:56:23 +0000 (17:56 +0000)]
Allow more than one USB controller

svn path=/trunk/; revision=20323

18 years agoFixed Cz.rc to SUBLANG_DEFAULT so make VS happy
Magnus Olsen [Sat, 24 Dec 2005 17:50:01 +0000 (17:50 +0000)]
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

18 years agoFix transfer summary
Gé van Geldorp [Sat, 24 Dec 2005 14:28:05 +0000 (14:28 +0000)]
Fix transfer summary

svn path=/trunk/; revision=20321

18 years agoThere's a difference between a handle and an object... Sorry about this
Gé van Geldorp [Sat, 24 Dec 2005 09:33:35 +0000 (09:33 +0000)]
There's a difference between a handle and an object... Sorry about this

svn path=/trunk/; revision=20320

18 years agofixed typo
Royce Mitchell III [Sat, 24 Dec 2005 07:21:22 +0000 (07:21 +0000)]
fixed typo

svn path=/trunk/; revision=20319

18 years agofirst attempt at a hebrew keyboard
Royce Mitchell III [Sat, 24 Dec 2005 05:36:38 +0000 (05:36 +0000)]
first attempt at a hebrew keyboard

svn path=/trunk/; revision=20318

18 years agoChecking memory allocation return values helps prevent crashes
Gé van Geldorp [Fri, 23 Dec 2005 20:47:54 +0000 (20:47 +0000)]
Checking memory allocation return values helps prevent crashes

svn path=/trunk/; revision=20316