Commit graph

18366 commits

Author SHA1 Message Date
Alex Ionescu
344d90ee35 - Fix a typo causing a potentially fatal bug in user-mode exceptions. Might fix hpoussin's bub.
svn path=/trunk/; revision=19667
2005-11-27 03:07:22 +00:00
Alex Ionescu
54f50543c1 - Add DDK alignment macros and move/rename the ones in the NDK for user-mode only (since kernel-mode should use the DDK ones).
- Fix helper.h's alignment macros to protect properly and also use a faster implementation.
- Update NDK readme.

svn path=/trunk/; revision=19666
2005-11-27 02:55:13 +00:00
Gé van Geldorp
9ac03e5aae Use correct prototype for DbgPrint. Thanks to Hartmut for pointing this out.
svn path=/trunk/; revision=19665
2005-11-26 23:26:04 +00:00
Sebastian Gasiorek
1a1c4e47a7 fixed resource id for performance button
svn path=/trunk/; revision=19664
2005-11-26 23:17:32 +00:00
Alex Ionescu
041685b356 - Fix/take decisions on the minor NDK FIXMEs.
svn path=/trunk/; revision=19662
2005-11-26 22:51:59 +00:00
Casper Hornstrup
a9e40a27fb Fix dependencies that cause trouble
svn path=/trunk/; revision=19661
2005-11-26 22:12:15 +00:00
Thomas Bluemel
627e9bcca8 fixed difference in signedness warning
svn path=/trunk/; revision=19660
2005-11-26 21:15:35 +00:00
Sebastian Gasiorek
ea7792e99e - fixed removing keys from menu
- changed RegDeleteKeyRecursive to SHDeleteKey (based on wine regedit code)

svn path=/trunk/; revision=19659
2005-11-26 20:22:45 +00:00
Casper Hornstrup
5dc8d86423 Speed up compilation of win32k (again)
svn path=/trunk/; revision=19658
2005-11-26 20:18:49 +00:00
Casper Hornstrup
d7977db150 Speed up compilation of taskmgr
svn path=/trunk/; revision=19657
2005-11-26 20:05:14 +00:00
Casper Hornstrup
7bc29d41d3 Speed up compilation of usetup
svn path=/trunk/; revision=19656
2005-11-26 19:53:55 +00:00
Casper Hornstrup
ffbdfdd66d Speed up compilation of smss
svn path=/trunk/; revision=19655
2005-11-26 19:43:36 +00:00
Casper Hornstrup
223bd2540c Speed up compilation of win32k.sys
svn path=/trunk/; revision=19654
2005-11-26 19:25:14 +00:00
Casper Hornstrup
68aaa2743a Include regtests.h only once
svn path=/trunk/; revision=19653
2005-11-26 18:54:28 +00:00
Casper Hornstrup
91896cbb6a Update with missing symbols
svn path=/trunk/; revision=19652
2005-11-26 18:53:26 +00:00
Casper Hornstrup
04e4874370 Register shdocvw.dll during second stage setup
svn path=/trunk/; revision=19651
2005-11-26 18:45:06 +00:00
Casper Hornstrup
77e8078452 * Implement <autoregister>
* Autogenerate syssetup.inf


svn path=/trunk/; revision=19650
2005-11-26 18:43:46 +00:00
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