Thomas Bluemel
5e8cfa7579
fixed wrong comment
...
svn path=/trunk/; revision=19649
2005-11-26 18:24:43 +00:00
Thomas Bluemel
a3ac3f00d6
Revert Filip's last 4 changes on his request as they break booting
...
svn path=/trunk/; revision=19648
2005-11-26 17:43:06 +00:00
Thomas Bluemel
0a92dbc27d
display the device properties when double-clicking a device
...
svn path=/trunk/; revision=19647
2005-11-26 17:07:54 +00:00
Thomas Bluemel
c7f5d8268c
implemented the general device information page
...
svn path=/trunk/; revision=19646
2005-11-26 16:54:56 +00:00
Thomas Bluemel
520fe4b055
add stub for SetupDiLoadClassIcon
...
svn path=/trunk/; revision=19645
2005-11-26 16:54:15 +00:00
Sebastian Gasiorek
aad3fdde87
fixed changing registry value after name
...
svn path=/trunk/; revision=19644
2005-11-26 16:46:53 +00:00
Hartmut Birr
80ffb9c7c9
Fix a typo in my last commit.
...
svn path=/trunk/; revision=19643
2005-11-26 16:39:27 +00:00
Filip Navara
fdbe611710
Fix splitting of cells (noticed by Hartmut).
...
svn path=/trunk/; revision=19642
2005-11-26 16:36:18 +00:00
Hartmut Birr
405f0b60f1
Don't use the OldIrql value from fmutex after releasing it.
...
svn path=/trunk/; revision=19641
2005-11-26 16:35:23 +00:00
Hartmut Birr
6a8246e478
Save the old irql in ExTryToAcquireFastMutex.
...
svn path=/trunk/; revision=19640
2005-11-26 16:08:27 +00:00
Hartmut Birr
b5831e218d
Fixed CcTryToAcquireBrokenMutex.
...
svn path=/trunk/; revision=19639
2005-11-26 16:04:33 +00:00
Filip Navara
623d562f09
Don't make cells smaller than they are.
...
svn path=/trunk/; revision=19638
2005-11-26 15:23:25 +00:00
Filip Navara
f5b5975917
Don't make cells smaller than they are.
...
svn path=/trunk/; revision=19637
2005-11-26 15:22:33 +00:00
Filip Navara
3abd7f4b55
Don't make cells smaller than they are.
...
svn path=/trunk/; revision=19636
2005-11-26 15:21:44 +00:00
Hartmut Birr
07183d05b9
Define the DPRINT and CHECKPOINT macro depend from NDEBUG for each include of debug.h.
...
svn path=/trunk/; revision=19635
2005-11-26 13:26:48 +00:00
Hervé Poussineau
52e4ccd0f1
Remove useless property pages
...
svn path=/trunk/; revision=19634
2005-11-26 12:37:49 +00:00
Ged Murphy
e70a6982bb
silence debug messages
...
svn path=/trunk/; revision=19633
2005-11-26 12:14:28 +00:00
Eric Kohl
3c00855f0e
Allocate another 4 bytes for unique pointers to simple types.
...
This fixes bug #1048 .
svn path=/trunk/; revision=19632
2005-11-26 11:44:06 +00:00
Thomas Bluemel
8a75f19c3f
simplify displaying the advanced device properties
...
svn path=/trunk/; revision=19631
2005-11-26 11:43:31 +00:00
Thomas Bluemel
668252e272
allow warnings so it builds with g++ 4.0
...
svn path=/trunk/; revision=19630
2005-11-26 11:26:01 +00:00
Gé van Geldorp
be7b0dd56a
Silence debug messages
...
svn path=/trunk/; revision=19629
2005-11-26 11:02:13 +00:00
Thomas Bluemel
f5d8801396
Document the -ud flag for ROS_RBUILDFLAGS
...
svn path=/trunk/; revision=19628
2005-11-26 10:53:01 +00:00
Sebastian Gasiorek
210c904be2
removed not needed typecasts. thanks Thomas
...
svn path=/trunk/; revision=19627
2005-11-26 10:40:21 +00:00
Thomas Bluemel
25f762940f
include wchar.h for swprintf
...
svn path=/trunk/; revision=19626
2005-11-26 10:38:42 +00:00
Gé van Geldorp
53d9107c63
eol-style fixes
...
svn path=/trunk/; revision=19625
2005-11-26 10:32:43 +00:00
Sebastian Gasiorek
fe3aa7148f
fixed reference to PML_TransError
...
svn path=/trunk/; revision=19624
2005-11-26 10:20:35 +00:00
Thomas Bluemel
e0e1a6603f
minor fix in SetupDiGetDeviceInstanceIdA
...
svn path=/trunk/; revision=19623
2005-11-26 10:18:24 +00:00
Gé van Geldorp
89a84ca384
Sync to Wine-0_9_2:
...
Rein Klazes <wijn@wanadoo.nl>
- Fixes for FormatCharDlgProc16:
- properly store the ChooseFont pointer, use a window property as the
A and W functions do;
- handle other messages then WM_INITDIALOG and WM_MEASUREITEM as well.
- In CFn_CHOOSEFONT16to32W fix the conversion of the lpTemplateName and
the lpszStyle fields.
Francois Gouget <fgouget@free.fr>
- Remove spaces before '\n' in traces.
Dmitry Timoshkov <dmitry@codeweavers.com>
- There is no need to resize our own fake dialog to match the parent, it
doesn't have controls anyway.
Markus Amsler <markus.amsler@oribi.org>
- Improve c2man Documented-Total count. Changes:
- add missing description
- complete missing A/W pairs
- document remaining comdlg32 functions
svn path=/trunk/; revision=19622
2005-11-26 10:18:02 +00:00
Thomas Bluemel
d4950ed2a7
implemented SetupDiGetDeviceInstanceIdA
...
svn path=/trunk/; revision=19621
2005-11-26 10:17:32 +00:00
Gé van Geldorp
1f02f849a2
Update status
...
svn path=/trunk/; revision=19620
2005-11-26 09:50:28 +00:00
Gé van Geldorp
7aa1028de6
Sync to Wine-0_9_2:
...
Markus Amsler <markus.amsler@oribi.org>
- Improve c2man Documented-Total count. Changes:
- add missing returns section
svn path=/trunk/; revision=19618
2005-11-26 09:45:23 +00:00
Gé van Geldorp
76f3ca9f12
Sync to Wine-0_9_2:
...
YunSong Hwang <hys545@dreamwiz.com>
- Update Korean translations.
- Add Korean translations.
Jacek Caban <jacek@codeweavers.com>
- Beginning implementation of Navigate2.
- Create window in SetClientSite and return it in
IOleInPlaceSite::GetWindow.
- Added IOleInPlaceSite stub implementation.
- Free ConnectionPoint objects (fix memory leak).
- Added OLEIVERB_INPLACEACTIVATE implementation in IOleObject::DoVerb.
- Added stub implementation of IDocHostUIHandler.
- Added IViewObject2 stub implementation.
- Added GetHostInfo implementation.
- Improve IConnectionPoint handling.
svn path=/trunk/; revision=19617
2005-11-26 09:40:12 +00:00
Hervé Poussineau
45dc2d15aa
Add stub for HalAllocateCrashDumpRegisters
...
svn path=/trunk/; revision=19616
2005-11-26 08:21:42 +00:00
Hervé Poussineau
985854dfc5
Install one more time the .SoftwareSettings section in registry (no, I really don't want to create a symlink)
...
svn path=/trunk/; revision=19615
2005-11-26 08:19:38 +00:00
Hervé Poussineau
40d67e3ab2
Fix French control panel description
...
svn path=/trunk/; revision=19614
2005-11-26 08:15:41 +00:00
Hervé Poussineau
a603a1cdc3
Implement SetupDiGetDeviceInstanceIdW
...
Fix debug message
svn path=/trunk/; revision=19613
2005-11-26 08:13:04 +00:00
Royce Mitchell III
c7f5b6f782
remove transient debugging code
...
svn path=/trunk/; revision=19612
2005-11-26 04:29:40 +00:00
Royce Mitchell III
d8910a54b1
XML: better descriptions on a couple errors, more accurate line number reporting ( was overshooting ), better clean-up of memory
...
mingw/directory: move msvc fix for popen with the rest of the code that got moved
rbuild.dsp: added new files to project
svn path=/trunk/; revision=19611
2005-11-26 04:24:17 +00:00
James Tabor
78a317ae32
Clean up Xml files, show usbd functions as implemented and implemente PcGetTimeInterval.
...
svn path=/trunk/; revision=19610
2005-11-26 04:07:39 +00:00
Thomas Bluemel
6fb67e9ff4
properly handle the case where devices don't supply any property pages
...
svn path=/trunk/; revision=19609
2005-11-26 03:52:19 +00:00
Royce Mitchell III
b85ab799c0
much better check for gnu make 3.80+
...
this check was borrowed from the GMSL project - which is GPL.
I gave - I think - ample notice where the code came from.
If someone thinks it needs more - please let me know
svn path=/trunk/; revision=19608
2005-11-26 03:49:20 +00:00
Royce Mitchell III
a9ea2d7473
gnu make 3.7x will not work - give users an early and clear error message stating as much
...
svn path=/trunk/; revision=19607
2005-11-26 03:37:37 +00:00
Thomas Bluemel
1bdf70559a
create the property sheets modally
...
svn path=/trunk/; revision=19606
2005-11-26 03:33:07 +00:00
Thomas Bluemel
d3af98b506
forgot to add this file
...
svn path=/trunk/; revision=19605
2005-11-26 03:25:57 +00:00
Thomas Bluemel
2f90929822
initial implementation of DeviceAdvancedPropertiesA/W
...
svn path=/trunk/; revision=19604
2005-11-26 03:22:22 +00:00
Thomas Bluemel
23970ac711
added stubs for SetupDiGetClassDevPropertySheetsA/W
...
svn path=/trunk/; revision=19603
2005-11-26 03:21:41 +00:00
Royce Mitchell III
b343ffa71b
automatically detect msys without generating ugly error message on non-msys system
...
svn path=/trunk/; revision=19602
2005-11-26 03:01:18 +00:00
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