Commit Graph
18302 Commits
Author SHA1 Message Date
Royce Mitchell III dada3199ff revert 19600 until I can figure out how to correct keep it silent on non-msys systems
svn path=/trunk/; revision=19601
2005-11-26 02:36:01 +00:00
Royce Mitchell III aa29e498d5 auto-detect msys instead of requiring users to tell our build system about it
svn path=/trunk/; revision=19600
2005-11-26 02:23:07 +00:00
Thomas Bluemel a1bf8bb339 display the advanced device properties
svn path=/trunk/; revision=19599
2005-11-26 02:12:58 +00:00
Thomas Bluemel 7740269260 added stubs for SetupDiGetDeviceInstanceIdA/W
svn path=/trunk/; revision=19598
2005-11-26 01:56:07 +00:00
Magnus Olsen a6f20478f9 adding dplayx.dll to bootcd
svn path=/trunk/; revision=19597
2005-11-26 01:44:36 +00:00
Magnus Olsen 8a104cc946 adding d3d8thk.dll and dplay.dll to bootcd
svn path=/trunk/; revision=19596
2005-11-26 01:41:16 +00:00
Thomas Bluemel 14e425e13d minor fixes and documentation updates
svn path=/trunk/; revision=19595
2005-11-26 01:08:19 +00:00
Thomas Bluemel 68c8c15aa0 display the device location
svn path=/trunk/; revision=19594
2005-11-26 00:25:25 +00:00
Gé van Geldorp 7e5129fcc0 Sync to Wine-0_9_2:
Francois Gouget <[email protected]>
- Remove spaces before '\n' in traces.
Dmitry Timoshkov <[email protected]>
- Unconditionally fall back to ANSI DDE APIs in ShellExecute if current
  emulated Windows version is Win9x, Excel refuses to communicate with a
  unicode client in win9x mode.
Martin Fuchs <[email protected]>
- SHGetFileInfoW(): handle SHGFI_LINKOVERLAY and SHGFI_OVERLAYINDEX.
- SHMapPIDLToSystemImageListIndex(): determine overlay flag for
  PidlToSicIndex() and return -1 in error cases.
- Read shell overlay icon settings from registry to allow icon
  overrides.
Markus Amsler <[email protected]>
- Markus Amsler <[email protected]>
  Improve c2man Documented-Total count. Changes:
- add missing description
- add missing returns section
- complete missing A/W pairs
- reformate comments, to match c2man requirements
Ge van Geldorp <[email protected]>
- Hack around missing icons

svn path=/trunk/; revision=19593
2005-11-25 23:49:10 +00:00
Thomas Bluemel eb8e907a1f display the device manufacturer
svn path=/trunk/; revision=19592
2005-11-25 23:36:32 +00:00
Gé van Geldorp 21c28aacfb Sync to Wine-0_9_2:
Vincent Béron <[email protected]>
- Mark some functions as implemented in the spec files.

svn path=/trunk/; revision=19591
2005-11-25 23:16:28 +00:00
Gé van Geldorp 3528d2a7ee Sync to Wine-0_9_2:
YunSong Hwang <[email protected]>
- Update Korean translations.
- Add Korean translations.

svn path=/trunk/; revision=19590
2005-11-25 23:14:25 +00:00
Gé van Geldorp 5bc654df48 Sync to Wine-0_9_2:
Francois Gouget <[email protected]>
- Remove spaces before '\n' in traces.
- Assorted spelling and case fixes.
Steven Edwards <[email protected]>
- Partly implement MsiMessageBox[A/W] on top of MessageBoxEx[A/W]
YunSong Hwang <[email protected]>
- Add Korean translations.
- Update Korean translations.
Aric Stewart <[email protected]>
- Use MsiDecomposeDescriptorW in MsiProvideQualifiedComponentExW.
Mike McCormack <[email protected]>
- Fix comparison of empty properties to numbers and add test cases.
- Only return ERROR_MORE_DATA if there's a buffer to copy a result
  into.
- Fix function prototype and spec file entry for
  MsiEnumComponentQualifiers.
- Set the Installed property if the product is already installed.
- Loop around calling RegQueryValue until we have a big enough string
  for both the name and the value.
- Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
- Empty strings are not equal to any number, so all comparisons against
  them fail except for tests for non-equalness.

svn path=/trunk/; revision=19589
2005-11-25 23:12:29 +00:00
Gé van Geldorp 9d13cbc11b Sync to Wine-0_9_2:
Francois Gouget <[email protected]>
- Remove spaces before '\n' in traces.

svn path=/trunk/; revision=19588
2005-11-25 23:10:34 +00:00
Gé van Geldorp ae83c9af7c Sync to Wine-0_9_2:
Christoph Frick <[email protected]>
- Moved and adopted joystick_linux.c code into the
  joystick_linuxinput.c.
Francois Gouget <[email protected]>
- Remove spaces before '\n' in traces.
Daniel Remenak <[email protected]>
- Add additional sanity checks to the linux input system dinput joystick
  implementation.

svn path=/trunk/; revision=19587
2005-11-25 23:09:03 +00:00
Gé van Geldorp 1e30cac1dd Sync to Wine-0_9_2:
Juan Lang <[email protected]>
- Fix some memory leaks.

svn path=/trunk/; revision=19586
2005-11-25 23:08:16 +00:00
Gé van Geldorp 35f5487496 Sync to Wine-0_9_2:
Vitaliy Margolen <[email protected]>
- Return false if index is out of bounds in GetItemT.
Francois Gouget <[email protected]>
- Remove spaces before '\n' in traces.
- Assorted spelling and case fixes.
Thomas Weidenmueller <[email protected]>
- Improved word wrapping and tab key handling.
Raphael Junqueira <[email protected]>
- Implement implement header callback support (HDN_GETDISPINFO notification):
- better factorisation
- unicode fixes
YunSong Hwang <[email protected]>
- Update Korean translations.
Markus Amsler <[email protected]>
- Reformat "see" section, to match c2man requirements.

svn path=/trunk/; revision=19585
2005-11-25 23:05:28 +00:00
Gé van Geldorp 598bbf9e8d Sync to Wine-0_9_2:
YunSong Hwang <[email protected]>
- Update Korean translations.
- Add Korean translations.

svn path=/trunk/; revision=19584
2005-11-25 23:01:01 +00:00
Gé van Geldorp 29d10b7e0f Sync to Wine-0_9_2:
Francois Gouget <[email protected]>
- Assorted spelling fixes.

svn path=/trunk/; revision=19583
2005-11-25 22:59:48 +00:00
Sebastian Gasiorek 829a120a32 polish resources by Emil Kaczmarek (bug 1044)
with little fixes by me

svn path=/trunk/; revision=19582
2005-11-25 22:55:40 +00:00
Gé van Geldorp f65bb4ba7a Sync to Wine-0_9_2:
Alexandre Julliard <[email protected]>
- Preserve 16-byte stack alignment in the various assembly
  functions. Needed for MacOSX.

svn path=/trunk/; revision=19581
2005-11-25 22:55:30 +00:00
Royce Mitchell III 167ce3d548 catch all source-file transitions so rsym data has the correct file name
svn path=/trunk/; revision=19580
2005-11-25 22:41:31 +00:00
Gé van Geldorp f4d55ceec4 Sync to Wine-0_9_2:
Robert Shearman <[email protected]>
- Remove some incompatibilities in the wctype table by updating the
  space, blank and cntrl exceptions and fixing the type given to
  characters in the "Zl" and "Zp" classes.
Alexandre Julliard <[email protected]>
- Only update modified files.
- Updated codepage tables to Unicode version 4.1.

svn path=/trunk/; revision=19579
2005-11-25 22:30:38 +00:00
Sebastian Gasiorek 48f460c594 changed icon number
svn path=/trunk/; revision=19578
2005-11-25 22:27:50 +00:00
Royce Mitchell III 20e4ab9e5a utility to dump stab info out of an executable
svn path=/trunk/; revision=19577
2005-11-25 22:19:05 +00:00
Hervé Poussineau 5c787a3532 - Recognize *PNP0000 device
- Add some specific devices for i440FX architecture
Fixes bug 1051

svn path=/trunk/; revision=19576
2005-11-25 22:14:48 +00:00
Thomas Bluemel 4008050e1e only display the troubleshoot button if necessary
svn path=/trunk/; revision=19574
2005-11-25 22:01:19 +00:00
Thomas Bluemel 1d34059c5b fixed uninitialized variable warning
svn path=/trunk/; revision=19573
2005-11-25 21:38:37 +00:00
Gé van Geldorp b932577eff Implement adding new sections/lines/fields and writing the resulting file
svn path=/trunk/; revision=19572
2005-11-25 21:37:23 +00:00
Sebastian Gasiorek 3ef4f1e377 fixed package.dll name
svn path=/trunk/; revision=19571
2005-11-25 21:29:16 +00:00
Sebastian Gasiorek 48fa464e43 - changed name of package library to package.dll
- fixed PML_TransError function (possibly fixes bug 730)

svn path=/trunk/; revision=19570
2005-11-25 21:25:42 +00:00
Magnus Olsen 7a8e31d41b Fix the trunk so it build again sorry for the break
svn path=/trunk/; revision=19569
2005-11-25 19:38:07 +00:00
Steven Edwards 61ad339b29 pch and license header fixes part 2
svn path=/trunk/; revision=19568
2005-11-25 19:29:16 +00:00
Royce Mitchell III 7d45b5479f fix signed/unsigned comparison warning
svn path=/trunk/; revision=19567
2005-11-25 19:12:04 +00:00
Casper Hornstrup d7d1fde78f Speed up compilation of ntoskrnl
svn path=/trunk/; revision=19566
2005-11-25 18:43:51 +00:00
Magnus Olsen b482974de7 implement addbuffer to waveTheard. it can play wave one time if it is same file in windows
svn path=/trunk/; revision=19565
2005-11-25 18:21:42 +00:00
Steven Edwards 8a5ffd220b Fix pch usage in most of the rest of crt.lib. Stop the abuse of including io.h, stdio.h and a few others directly. Add a generic license header to those source files that were missing it. There is still a few other headers left to fix and a few files missing pch and license headers
svn path=/trunk/; revision=19564
2005-11-25 18:05:42 +00:00
Royce Mitchell III 8dc7b7d242 more descriptive debug message
svn path=/trunk/; revision=19563
2005-11-25 17:13:40 +00:00
Thomas Bluemel cf25abaf77 add missing definitions
svn path=/trunk/; revision=19562
2005-11-25 17:02:43 +00:00
Thomas Bluemel b14ed20764 display the hardware tab
svn path=/trunk/; revision=19561
2005-11-25 17:02:18 +00:00
Thomas Bluemel e383ee91cc fixed some resizing bugs
svn path=/trunk/; revision=19560
2005-11-25 16:30:41 +00:00
Thomas Bluemel 8cef988efb - add a (very incomplete) devguid.h
- add mmsys.cpl to the build system and bootcd

svn path=/trunk/; revision=19559
2005-11-25 16:13:58 +00:00
Thomas Bluemel fc31f8d474 fixed an error check
svn path=/trunk/; revision=19558
2005-11-25 16:03:14 +00:00
Thomas Bluemel e8fe230b7f add missing error check
svn path=/trunk/; revision=19557
2005-11-25 15:57:47 +00:00
Thomas Bluemel 2445f1e7b8 move the hardware page dialog into it's own file
svn path=/trunk/; revision=19556
2005-11-25 15:36:14 +00:00
Casper Hornstrup 185590b80c Merge duplicate definitions
svn path=/trunk/; revision=19555
2005-11-25 14:40:28 +00:00
Casper Hornstrup a77a018cab Don't include files from outside a compilation unit
svn path=/trunk/; revision=19554
2005-11-25 14:38:59 +00:00
Thomas Bluemel 5934c2cb90 add devmgr.dll to the bootcd
svn path=/trunk/; revision=19553
2005-11-25 14:31:45 +00:00
Thomas Bluemel 98c03b78e2 fix a DeviceCreateHardwarePageEx call
svn path=/trunk/; revision=19552
2005-11-25 14:19:42 +00:00
Thomas Bluemel 75507318d0 Initial implementation of the hardware page, based on a patch by Gąsiorek <[email protected]> (bug #986)
svn path=/trunk/; revision=19551
2005-11-25 14:17:30 +00:00