Commit graph

28414 commits

Author SHA1 Message Date
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
James Tabor 816981675a Fix typo!
svn path=/trunk/; revision=30825
2007-11-27 21:04:25 +00:00
James Tabor 940927a689 Correct the offset in NtUserGetMenuItemRect. It was unfinished.
svn path=/trunk/; revision=30824
2007-11-27 20:56:18 +00:00
Magnus Olsen d747ce2059 Last stubbing we need for mesa icd interface was done by Kamil Hornicek tykef at atlas dot cz (irc nick : Pigglesworth)
----------------------------------------------------------------------------------------------------------------------

svn path=/trunk/; revision=30823
2007-11-27 19:55:19 +00:00
Magnus Olsen c4ca0c166c adding the last hack we need for wined3d. This bug is wine, not our or windows fault
And I also wrote down all three change we have done in wined3d. 
--------------------------------------------------------------------------------------
Thx Kamil Hornicek tykef at atlas dot cz (irc nick : Pigglesworth) 
for the last hack

svn path=/trunk/; revision=30822
2007-11-27 19:49:49 +00:00
Johannes Anderwald 2ff760ccdf - fix typo
svn path=/trunk/; revision=30821
2007-11-27 18:42:44 +00:00
Johannes Anderwald 84b7e8a4e6 - implement Options_RunDLL, Options_RunDLLA, Options_RunDLLW
svn path=/trunk/; revision=30820
2007-11-27 18:14:06 +00:00
Daniel Reimer 01d7f6649c Fix a typo
svn path=/trunk/; revision=30819
2007-11-27 16:39:18 +00:00
Aleksey Bragin 2162908510 - Add a reset of a "failure" flag in a successive case. Previous behavior was scary, that once a failure occured, it was always freeing all further entries.
- Readd what was removed in 30812.
- Herve Poussineaue really did all work on tracing down the problem, spending much time writing debug/check routines, I would not spot this bug without him.
See issue #2545 for more details.

svn path=/trunk/; revision=30818
2007-11-27 13:27:39 +00:00
Aleksey Bragin ac0b79ca29 - Display kernelmode source file:line in KeRosDumpStackFrames() too if KDBG is enabled.
svn path=/trunk/; revision=30817
2007-11-27 12:51:08 +00:00
Magnus Olsen 4223e8ab74 Updating d3d9 from winehq.org cvs/git date 27/11-2007
svn path=/trunk/; revision=30816
2007-11-27 11:24:22 +00:00
Magnus Olsen e215ac24f1 Updating d3d8 from winehq.org cvs/git date 27/11-2007
svn path=/trunk/; revision=30815
2007-11-27 11:23:43 +00:00
Magnus Olsen b7fb058e20 part 2/2
Updating wined3d from winehq.org cvs/git date 27/11-2007
this update solv allot of bugs in wined3d
------------------------------------------
Include one ReactOS specify hack. do not use gdi32.dll use opengl32.dll instead. 

svn path=/trunk/; revision=30814
2007-11-27 11:16:57 +00:00
Magnus Olsen 10d28df34a part 1/2
Updating wined3d from winehq.org cvs/git date 27/11-2007
this update solv allot of bugs in wined3d

svn path=/trunk/; revision=30813
2007-11-27 11:15:08 +00:00
Hervé Poussineau 3de1da8cb9 No need to increment handle count, it is already done in ExpAllocateHandleTableEntry()
svn path=/trunk/; revision=30812
2007-11-27 08:41:27 +00:00
Hervé Poussineau 5220fd6970 Better compatibility with MS Windows recycle bin
Add traces

svn path=/trunk/; revision=30811
2007-11-27 08:22:16 +00:00
James Tabor df9ecdbb80 Implement SetTextJustification. Add code for Window and Viewport Org and Ext. Setup SetRectRgn and added rgn_attr types.
svn path=/trunk/; revision=30809
2007-11-27 05:40:50 +00:00
Thomas Bluemel 19c56142c7 Fix underline bug introduced in r30780
svn path=/trunk/; revision=30808
2007-11-27 01:33:16 +00:00
James Tabor cc030181aa Revert 30780 for gdibatch. Size, space and time are very critical in here. If you dont know what your are doing? Do not play in here.
svn path=/trunk/; revision=30807
2007-11-27 01:14:38 +00:00
James Tabor dd84a68c76 Removed NtGdiGet/Set/GraphicsMode/PolyFillMode/MapMode, update all related files. Tested with Qemu and AbiWord. The underline problem is pre rev 30783.
svn path=/trunk/; revision=30806
2007-11-27 01:01:39 +00:00
Marc Piulachs 48e650eb3b - updated blankscr.scr file name to scrnsave.scr
svn path=/trunk/; revision=30805
2007-11-27 00:58:24 +00:00
Marc Piulachs b6c3503427 - Change blankscr installname attribute to scrnsave.scr as it's the name it has the equivalent component on MS Windows.
svn path=/trunk/; revision=30804
2007-11-27 00:57:09 +00:00
Marc Piulachs 78d2cfde69 - Do not use module (name + extension) as default target if installname attribute is present , use the value of it inset.
svn path=/trunk/; revision=30803
2007-11-27 00:56:25 +00:00
Marc Piulachs f31c48be7c - reverted 30799 as I found there was a reason. we have a dll with the same name odbccp32
svn path=/trunk/; revision=30802
2007-11-27 00:46:16 +00:00
Thomas Bluemel 6e2d5efb41 cmd_alloc_dbg is NOT available in release builds!!!
svn path=/trunk/; revision=30801
2007-11-27 00:41:44 +00:00