Commit graph

18785 commits

Author SHA1 Message Date
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
Hartmut Birr
86aecb7c52 Use a local copy of the path name in vfatGetFCBForFile, because we change parts of the name to the on-disk names.
svn path=/trunk/; revision=19911
2005-12-05 17:17:48 +00:00
Hartmut Birr
3fff0c69a3 Removed some third party miniport drivers.
svn path=/trunk/; revision=19910
2005-12-05 17:04:54 +00:00
Christoph von Wittich
1f50809ad3 added SplitSymbols stub
svn path=/trunk/; revision=19909
2005-12-05 16:55:55 +00:00
Steven Edwards
1eeae07bf0 generate a more recent config.h for Wine code. It will be needed for a new dll I will import
svn path=/trunk/; revision=19908
2005-12-05 15:54:38 +00:00
Hervé Poussineau
0f841983cd Change code in InterfaceBusTranslateBusAddress to use less pointer dereferences and less stack variables
svn path=/trunk/; revision=19907
2005-12-05 14:20:29 +00:00
Brandon Turner
593d6d0f28 Crtl-C gives a new line when reading input
svn path=/trunk/; revision=19906
2005-12-05 02:59:29 +00:00
Brandon Turner
a0af76e470 ^M should run the command
svn path=/trunk/; revision=19905
2005-12-05 01:56:40 +00:00
Thomas Bluemel
4c43e1c8b9 update the hardware page on device status changes
svn path=/trunk/; revision=19904
2005-12-05 00:51:05 +00:00
Thomas Bluemel
5daa6cb919 fixed SetHandleInformation to take dwMask into account. This was accidently removed in r11165. Thanks to mygfya
svn path=/trunk/; revision=19903
2005-12-05 00:21:55 +00:00
Magnus Olsen
d381e2d56e prepare for new sync of dxdiag.dll from wine.
svn path=/trunk/; revision=19902
2005-12-05 00:18:32 +00:00
Magnus Olsen
1e6594eb62 prepare fixing vfw.h header so it can be compile without include/wine again
svn path=/trunk/; revision=19901
2005-12-04 23:54:27 +00:00
Magnus Olsen
3c2eadf9d4 prepare fixing vfw.h header so it can be compile without include/wine again
svn path=/trunk/; revision=19900
2005-12-04 23:53:19 +00:00
Art Yerkes
015705d5fe Added kbdhe. Was missing.
svn path=/trunk/; revision=19899
2005-12-04 23:07:56 +00:00
Magnus Olsen
bd8701067c wrote and adding missing dx headers
svn path=/trunk/; revision=19898
2005-12-04 23:00:41 +00:00
Gé van Geldorp
949a0178cf Limit selection to window border
svn path=/trunk/; revision=19897
2005-12-04 22:34:07 +00:00
Magnus Olsen
72510b8edb wrote and adding missing dx headers
svn path=/trunk/; revision=19896
2005-12-04 22:33:52 +00:00
Gé van Geldorp
b3329d6391 Make sure that WM_NCPAINT messages are generated by calling BeginPaint
svn path=/trunk/; revision=19895
2005-12-04 22:33:18 +00:00
Gé van Geldorp
052218fc23 Limit invalidate region if required
svn path=/trunk/; revision=19894
2005-12-04 22:31:43 +00:00
Gé van Geldorp
a213198509 Only offset the rect if it's not empty, otherwise we might return negative
values

svn path=/trunk/; revision=19893
2005-12-04 22:30:27 +00:00
Thomas Bluemel
7bb411e4c8 Patch by Apostolos Alexiadis <grad0621@di.uoa.gr>:
- Greek keyboard layout

svn path=/trunk/; revision=19892
2005-12-04 22:29:23 +00:00
Gé van Geldorp
e44b6503a8 Check the update rect, not the region. The region might contain only non-client
parts

svn path=/trunk/; revision=19891
2005-12-04 22:28:29 +00:00
Magnus Olsen
2355ae418a correct spelling
svn path=/trunk/; revision=19890
2005-12-04 22:20:50 +00:00