Commit graph

18757 commits

Author SHA1 Message Date
Hervé Poussineau
f2e1575922 Use correct format for arguments in debug messages
svn path=/trunk/; revision=19984
2005-12-08 23:44:31 +00:00
Hervé Poussineau
e3d8dc3fbd Use correct format for arguments in debug messages
svn path=/trunk/; revision=19983
2005-12-08 23:44:05 +00:00
Christoph von Wittich
68f4949683 implemented: NtGdiAbortPath, NtGdiBeginPath, NtGdiEndPath, NtGdiFillPath, AbortPath, BeginPath, EndPath, FillPath, FlattenPath, GetPath, PathToRegion, SetMiterLimit, StrokeAndFillPath, StrokePath, WidenPath, GetMiterLimit and SelectClipPath
svn path=/trunk/; revision=19982
2005-12-08 23:27:34 +00:00
Steven Edwards
aeb9ca0eb4 pass the correct defines to build as a static lib
svn path=/trunk/; revision=19981
2005-12-08 23:14:04 +00:00
Steven Edwards
d693a6fb89 import libxml2-2.6.20. I did not bother with a vendor import as I don't care much about tracking changes and more recent versions don't even build on mingw
svn path=/trunk/; revision=19980
2005-12-08 22:15:30 +00:00
Gé van Geldorp
f6c92b0c0e Strings with different lengths are not equal
svn path=/trunk/; revision=19976
2005-12-08 21:32:21 +00:00
Hervé Poussineau
bac613af1e Move *PNP0F13 identifier to Standard mice section
svn path=/trunk/; revision=19975
2005-12-08 19:39:23 +00:00
Gé van Geldorp
3462372119 Don't do WM_INITDIALOG processing during window destruction...
Fixes bug 1087.

svn path=/trunk/; revision=19973
2005-12-08 19:07:14 +00:00
Gé van Geldorp
c28b545cce Self-registration of devenum.dll depends on quartz.dll, which we don't have yet.
I'll import quartz.dll on the next Wine sync

svn path=/trunk/; revision=19971
2005-12-08 18:26:21 +00:00
Magnus Olsen
d9db3b47c8 adding \n at end of DPRINT1 so the log are bit easy to reading again if some apps is calling on win32k dx api
svn path=/trunk/; revision=19970
2005-12-08 17:53:48 +00:00
Gé van Geldorp
2c2515fd46 It's possible to select an (indexed) palette into a bitfield (e.g. 16 bit
deep) DC. This palette will be used when calling CreateDIBSection with
DIB_PAL_COLORS usage. Fixes bug 1077.

svn path=/trunk/; revision=19967
2005-12-08 17:34:48 +00:00
Art Yerkes
d108d4822a Revert my patch from yesterday. Need to take more time to work on it.
svn path=/trunk/; revision=19966
2005-12-08 17:09:47 +00:00
Aleksey Bragin
2450729ff7 Respect the fact, that the driver can return NULL-pointer, instead of a string having 0 characters!
(makes third-party drivers compatibility better).
This piece left from previous commit.

svn path=/trunk/; revision=19964
2005-12-08 11:54:01 +00:00
Aleksey Bragin
4addbb9a4b Respect the fact, that the driver can return NULL-pointer, instead of a string having 0 characters!
(makes third-party drivers compatibility better)

svn path=/trunk/; revision=19963
2005-12-08 10:30:08 +00:00
Aleksey Bragin
26d7ea3aa9 Add a little more DPRINTs, they will save some debuggin-time (silent quitting in case of error isn't a good thing to do).
svn path=/trunk/; revision=19962
2005-12-08 09:51:24 +00:00
Alex Ionescu
6e977a8fa8 - Temporary fix for making locale switches possible. Patch by zebasoftis. Fixes bug 481.
svn path=/trunk/; revision=19960
2005-12-08 00:52:03 +00:00
Alex Ionescu
ba70f8d6f5 - Allow TLS usage for 1088 TLS slots, fixes part of Bug 191. Patch by Filip Navara (navaraf@reactos.com)
svn path=/trunk/; revision=19959
2005-12-08 00:38:57 +00:00
Alex Ionescu
bc31c23df9 - Add flags for NtCreateProcessEx for upcoming patch.
- Clear Tcb->Win32Thread during win32 cleanup.

svn path=/trunk/; revision=19958
2005-12-08 00:14:59 +00:00
Alex Ionescu
08ddf76021 - Silence TCPIP.
svn path=/trunk/; revision=19957
2005-12-08 00:13:11 +00:00
Filip Navara
5c18e20f2c Fix a typo.
svn path=/trunk/; revision=19956
2005-12-07 22:19:46 +00:00
Filip Navara
1115b4b42d Fix parameter passing in NtGdiCreateDC.
svn path=/trunk/; revision=19955
2005-12-07 22:11:25 +00:00
Andrew Greenwood
0638246fcd Cleanup of existing code, basic implementation of play/stop/resume states.
svn path=/trunk/; revision=19954
2005-12-07 18:37:49 +00:00
Aleksey Bragin
2e8b6ad70c Reformat to the generic style of this file (indentation=3spaces, no tabs, functions declarations generalized).
Not everything maybe fixed, but at least it isn't a mess of TABs and spaces anymore.

*No code changes, pure formatting*

svn path=/trunk/; revision=19953
2005-12-07 18:33:12 +00:00
Thomas Bluemel
db41ecbbff implemented sweeping of handle tables
svn path=/trunk/; revision=19951
2005-12-07 17:06:48 +00:00
Magnus Olsen
e6894eb9f9 bost the drv number to 5.03.2600.2180 for directx
svn path=/trunk/; revision=19948
2005-12-07 16:47:25 +00:00
Thomas Bluemel
9ba97921a6 print more detailed information for the status codes (only the simple ones)
svn path=/trunk/; revision=19947
2005-12-07 15:30:00 +00:00
Art Yerkes
f7fc8ee97d Fix firefox exit. Implement a simple work queue for possibly dispatch level
callbacks for cancel and close.

svn path=/trunk/; revision=19943
2005-12-07 08:50:27 +00:00
Magnus Olsen
8cc829e9de take care of Bug#: 1084
svn path=/trunk/; revision=19942
2005-12-07 00:06:27 +00:00
Magnus Olsen
27be3504ff Bugfix EnumDisplayDevicesA when it convert the struct DISPLAY_DEVICE to unicode it use ansi side of it. and that why it did fail.
svn path=/trunk/; revision=19941
2005-12-06 22:53:48 +00:00
Brandon Turner
0ab577bd85 Make sure that a CTRL+C doesn't carry over to another command.
svn path=/trunk/; revision=19933
2005-12-06 19:11:08 +00:00
Hartmut Birr
558bc63003 Release the rmap list lock after cleaning the head entry in MmDeleteAllRmaps. This may fix bug #1071.
svn path=/trunk/; revision=19932
2005-12-06 18:39:17 +00:00
Brandon Turner
879f273934 Actually provide __aulldiv code.
svn path=/trunk/; revision=19931
2005-12-06 16:41:53 +00:00
Magnus Olsen
5bd3bcd369 fix the Bug#: 1074 the regserver api does not exists in windows ddraw.dll, a mistake by me
svn path=/trunk/; revision=19930
2005-12-06 14:38:20 +00:00
Brandon Turner
2866f1b55b Rename uallshr_asm.s -> aullshr_asm.s.
Remove unneeded .data sections from some files
Declare allshr, aullshr, fltused.
Should fix linux problems build too.

svn path=/trunk/; revision=19929
2005-12-06 13:12:22 +00:00
Gé van Geldorp
c96be17832 Alex Buell <alex.buell@munted.org.uk>:
Enable keyboard applet in the control panel.

svn path=/trunk/; revision=19928
2005-12-06 09:29:43 +00:00
Brandon Turner
3092800491 Separated math and memory functions into their own files to limit the amount of object code that is linked into the application/lib.
svn path=/trunk/; revision=19927
2005-12-06 03:02:00 +00:00
Alex Ionescu
0047d2f2b2 - Fix ETHREAD/PROCESS typos and add a function to psfuncs.h
svn path=/trunk/; revision=19926
2005-12-06 01:53:03 +00:00
Alex Ionescu
6b2d5ec977 - Make iofuncs.h standalone.
- Fix PWORD->PUSHORT

svn path=/trunk/; revision=19925
2005-12-06 01:09:09 +00:00
Steven Edwards
a8d7af9ba6 linux fixes
svn path=/trunk/; revision=19924
2005-12-06 01:08:33 +00:00
Gé van Geldorp
0eca559f8b Move warranty info to license page
svn path=/trunk/; revision=19923
2005-12-05 23:28:48 +00:00
Thomas Bluemel
224c986edc Patch by FRy2oo5 <fRy2oo5@gmail.com>:
- Updated German translation of devmgr.dll

svn path=/trunk/; revision=19922
2005-12-05 22:29:36 +00:00
Eric Kohl
8d47c7feb7 Change oldnames option from '-o' to '--oldnames'.
svn path=/trunk/; revision=19921
2005-12-05 22:12:42 +00:00
Gé van Geldorp
01b9db35b7 Offer an explanation why AllocConsole() might have failed
svn path=/trunk/; revision=19920
2005-12-05 22:06:58 +00:00
Thomas Bluemel
397f6fa231 disable the device if the user selects "Do not show this dialog anymore". However, this doesn't work at the moment because disabling devices isn't implemented. Once it works, umpnpmgr shouldn't display the device installation wizard for disabled devices anymore.
svn path=/trunk/; revision=19919
2005-12-05 21:36:54 +00:00
Magnus Olsen
a6b6838266 adding debug trace for all dx api
svn path=/trunk/; revision=19918
2005-12-05 21:04:44 +00:00
Thomas Bluemel
1741a49e15 add stub for SetupDiSetClassInstallParamsW
svn path=/trunk/; revision=19917
2005-12-05 20:24:53 +00:00
Thomas Bluemel
49ba1e8fe4 implemented enabling/disabling of devices
svn path=/trunk/; revision=19916
2005-12-05 20:23:23 +00:00
Magnus Olsen
cc86cd8bb4 adding version reg values for directx thx Christoph_vW for tell me d2 does not found dx, and thx to filip how to write the key.
svn path=/trunk/; revision=19914
2005-12-05 18:45:09 +00:00
Thomas Bluemel
ff7cc9a72a display the "Reinstall Driver" button in case the installation previously failed
svn path=/trunk/; revision=19913
2005-12-05 18:43:49 +00:00
Thomas Bluemel
5666b29c05 Patch by FRy2oo5 <fRy2oo5@gmail.com>:
- Updated German translation of syssetup.dll

svn path=/trunk/; revision=19912
2005-12-05 18:15:19 +00:00