Commit graph

28388 commits

Author SHA1 Message Date
The Wine Synchronizer 703674a6fe Autosyncing with Wine HEAD
svn path=/trunk/; revision=30877
2007-11-29 11:05:00 +00:00
The Wine Synchronizer c0126761a5 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30876
2007-11-29 11:04:34 +00:00
The Wine Synchronizer 6a7949f977 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30875
2007-11-29 11:03:59 +00:00
The Wine Synchronizer aa2b5ddb72 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30874
2007-11-29 11:02:32 +00:00
The Wine Synchronizer 225ea6c550 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30873
2007-11-29 11:01:17 +00:00
The Wine Synchronizer fd3a6c8bba Autosyncing with Wine HEAD
svn path=/trunk/; revision=30872
2007-11-29 10:55:24 +00:00
The Wine Synchronizer 66fba2f89d Autosyncing with Wine HEAD
svn path=/trunk/; revision=30871
2007-11-29 10:50:33 +00:00
The Wine Synchronizer a1a2b731f0 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30870
2007-11-29 10:48:50 +00:00
The Wine Synchronizer 0b2b16019e Autosyncing with Wine HEAD
svn path=/trunk/; revision=30869
2007-11-29 10:48:07 +00:00
The Wine Synchronizer 8de7147fe9 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30868
2007-11-29 10:47:25 +00:00
The Wine Synchronizer 0c99121b2e Autosyncing with Wine HEAD
svn path=/trunk/; revision=30867
2007-11-29 10:46:56 +00:00
The Wine Synchronizer 84137c8268 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30866
2007-11-29 10:36:22 +00:00
Johannes Anderwald 80da58bad1 - registry keys for open with
svn path=/trunk/; revision=30865
2007-11-29 10:35:23 +00:00
The Wine Synchronizer 173cee5d1e Autosyncing with Wine HEAD
svn path=/trunk/; revision=30864
2007-11-29 10:28:12 +00:00
The Wine Synchronizer 635d91b536 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30863
2007-11-29 10:27:59 +00:00
Hervé Poussineau b1a02c47c9 Fix build
svn path=/trunk/; revision=30862
2007-11-29 10:20:14 +00:00
The Wine Synchronizer c1eaa7b625 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30861
2007-11-29 10:19:56 +00:00
The Wine Synchronizer 4ba3681eb1 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30860
2007-11-29 10:11:45 +00:00
The Wine Synchronizer 8d185659a8 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30859
2007-11-29 10:03:33 +00:00
The Wine Synchronizer 255abc607a Autosyncing with Wine HEAD
svn path=/trunk/; revision=30858
2007-11-29 09:56:40 +00:00
Magnus Olsen e8360ce5fe revert part of rev30826 that was accented committed
svn path=/trunk/; revision=30857
2007-11-29 09:56:03 +00:00
The Wine Synchronizer c0507448cf Autosyncing with Wine HEAD
svn path=/trunk/; revision=30856
2007-11-29 09:44:39 +00:00
The Wine Synchronizer c129bf95ec Autosyncing with Wine HEAD
svn path=/trunk/; revision=30855
2007-11-29 09:38:17 +00:00
Hervé Poussineau 0dd126df47 Add a few more GUIDs to uuid library
svn path=/trunk/; revision=30854
2007-11-29 09:33:35 +00:00
Hervé Poussineau 650d81cf9e Add some prototypes
svn path=/trunk/; revision=30853
2007-11-29 09:32:43 +00:00
Thomas Bluemel 1a43a12889 Check the GDI object type in GdiGetHandleUserData()
svn path=/trunk/; revision=30852
2007-11-29 05:21:19 +00:00
James Tabor 17ea116ec5 Fix typos again, use || and != this time.
svn path=/trunk/; revision=30851
2007-11-29 03:48:32 +00:00
James Tabor b6a91f911b Fix typos and add check for DC type object.
svn path=/trunk/; revision=30850
2007-11-29 03:32:23 +00:00
Timo Kreuzer a63375b80e Another test for AddFontResourceEx
svn path=/trunk/; revision=30849
2007-11-28 23:45:23 +00:00
Timo Kreuzer 3ac4bd2b4f Query the gdi handle table for later use in tests
svn path=/trunk/; revision=30848
2007-11-28 23:41:11 +00:00
Timo Kreuzer 86962e6878 - some more tests for GetObject
svn path=/trunk/; revision=30847
2007-11-28 23:39:45 +00:00
Colin Finck 6caaf5758e Looks like my previous changes were already enough, so we can finally remove this hack :-)
See issue #2779 for more details.

svn path=/trunk/; revision=30846
2007-11-28 23:02:12 +00:00
Aleksey Bragin b77f5b196a - Cleanup kdb_cli's code: be consistent in used types, don't use unsigned vars and then check if it's below 0, don't use inline assembly if there are reactos intrinsics for this.
svn path=/trunk/; revision=30845
2007-11-28 22:50:55 +00:00
Thomas Bluemel decb224735 Fix typo in RegpApplyRestrictions (patch submitted to WINE by Andrew Talbot)
svn path=/trunk/; revision=30844
2007-11-28 22:37:23 +00:00
Colin Finck dba56805a0 Don't define the "min" and "max" macros in the general "typedefs.h", they conflict with the similar functions in the "std" namespace in C++ apps then.
Instead just define them in widl, this is currently the only place where we need them.

svn path=/trunk/; revision=30843
2007-11-28 22:01:17 +00:00
Colin Finck 484d24fef4 Change widl to use only host headers.
Part of my ongoing attempt to separate host and target headers properly (see also bug 2779)
- Add a new header "nls.h" in the host directory, which contains a bunch of definitions needed for both widl and wrc.
- Add some more important defines to "typedefs.h".

svn path=/trunk/; revision=30842
2007-11-28 21:40:39 +00:00
James Tabor 6847d5fa1a Fix typo in GetWindow/Viewport/OrgEx and move them over to coord.c.
svn path=/trunk/; revision=30841
2007-11-28 21:29:05 +00:00
Johannes Anderwald 6eb216cb32 - display printer folder
svn path=/trunk/; revision=30840
2007-11-28 15:55:26 +00:00
Christoph von Wittich aebe661533 add winineti.h from wine
svn path=/trunk/; revision=30839
2007-11-28 14:33:56 +00:00
Christoph von Wittich 4497838ce7 fix exception filters
svn path=/trunk/; revision=30838
2007-11-28 13:27:42 +00:00
Christoph von Wittich 0241a0c838 add some defines
svn path=/trunk/; revision=30837
2007-11-28 13:25:56 +00:00
Hervé Poussineau d7c3063161 Fix indentation
svn path=/trunk/; revision=30836
2007-11-28 12:32:06 +00:00
Hervé Poussineau 407c506421 Support real deletion of directories from the recycle bin
svn path=/trunk/; revision=30835
2007-11-28 09:32:14 +00:00
James Tabor d313d22b18 Check first to see if the DC handle is dead, if so return true.
svn path=/trunk/; revision=30833
2007-11-28 08:35:47 +00:00
James Tabor d2bb5d906c - Removed NtGdiGet/SetStretchBltMode, updated all related files.
- Implement GetHFONT & Get/SetLayout/Width.
- Add layout types to PSDK.
- Updates and small cleanups.

svn path=/trunk/; revision=30831
2007-11-28 07:52:51 +00:00
Magnus Olsen b463864293 hopply this will make wined3d more happy,
implement all need it flags for wglGetPixelFormatAttribfvARB and wglGetPixelFormatAttribivARB
that wined3d using

svn path=/trunk/; revision=30830
2007-11-28 00:10:13 +00:00
Christoph von Wittich 735683e009 translated some DPRINTs from GreatLordish into a human readable format
svn path=/trunk/; revision=30829
2007-11-28 00:09:52 +00:00
Magnus Olsen 24d18e2aaa start implement wglGetPixelFormatAttribivARB and wglGetPixelFormatAttribfARB
svn path=/trunk/; revision=30828
2007-11-27 23:41:57 +00:00
Christoph von Wittich a141ea751d use ExAllocatePoolWithTag instead of ExAllocatePool
svn path=/trunk/; revision=30827
2007-11-27 23:25:56 +00:00
Magnus Olsen 07f58bd561 Fix ddraw start in windows again and activate the debug msg again.
svn path=/trunk/; revision=30826
2007-11-27 21:32:59 +00:00