Hervé Poussineau
fa6d39f0e0
Let admins modify the token
...
svn path=/trunk/; revision=27408
2007-07-05 16:59:27 +00:00
Hervé Poussineau
e8c10e466d
Better support of GUID_DEVICE_SYS_BUTTON interface.
...
Now, the kernel can receive power events from the keyboard, but only reacts by displaying a message
svn path=/trunk/; revision=27407
2007-07-05 14:23:16 +00:00
Magnus Olsen
802891c598
smaller cleanup remove empty folders
...
svn path=/trunk/; revision=27406
2007-07-05 12:31:09 +00:00
Magnus Olsen
8183f17038
adding usp10.dll to bootcd some program need it
...
svn path=/trunk/; revision=27405
2007-07-05 11:24:46 +00:00
Christoph von Wittich
28e26ae6bc
don't zero an OEM_STRING with sizeof(UNICODE_STRING)
...
svn path=/trunk/; revision=27404
2007-07-05 11:10:08 +00:00
Magnus Olsen
e2651a0dbc
Fixing a smaller bug was intrudes in rev 27394
...
----------------------------------------------
1. vmware driver child windows was not show right no button or text, in second boot
this change take care of that regress and does not intrudes any new regress what I can
see.
svn path=/trunk/; revision=27403
2007-07-05 09:46:57 +00:00
Magnus Olsen
1abc4ee915
Bugfix TrackMouseEvent
...
patch from Yaroslav Ponomarenko yarryp at gmail dot com
1. make it thread safe
2. fixing so ToolBar works
/* greatlord */
1. I did smaller change to the patch
2. I also fixed if with missing { } alredy in ros code
See issue #2359 for more details.
svn path=/trunk/; revision=27402
2007-07-05 09:28:11 +00:00
Hervé Poussineau
05fa42912f
Fix MSVC project files if version is not 8.00
...
svn path=/trunk/; revision=27399
2007-07-05 08:02:57 +00:00
Hervé Poussineau
1cf915a077
ZeroMemory the correct amount of bytes
...
svn path=/trunk/; revision=27398
2007-07-05 07:05:05 +00:00
Christoph von Wittich
7f02b7b93c
ZeroMemory the correct amount of bytes
...
svn path=/trunk/; revision=27397
2007-07-05 01:24:57 +00:00
Christoph von Wittich
9699e0506c
ZeroMemory the correct amount of bytes
...
svn path=/trunk/; revision=27396
2007-07-05 01:22:40 +00:00
Timo Kreuzer
f1a7f30887
co_WinPosSetWindowPos: fix the redrawing (instead of simply removing some code, like my last commit, sorry). Now it works more like on windows and both the problem of a blank control panel and ugly wizard pages are gone. Fixes bug 735, see also bug 902, may fix bug 2141.
...
See issue #735 for more details.
svn path=/trunk/; revision=27394
2007-07-04 22:22:30 +00:00
Andrew Greenwood
9dc5649fa5
Including <debug.h> in order to use DPRINT rather than my own homebrew
...
equivalent (using printf!) - this should prevent the un-necessary
verbose output when starting cmd.exe now ;)
svn path=/trunk/; revision=27393
2007-07-04 18:55:23 +00:00
Aleksey Bragin
1070114e85
- IntCallWindowsProc(): DPRINT1 -> DPRINT, it seems it's allright if it's called with WndProc == NULL.
...
svn path=/trunk/; revision=27392
2007-07-04 17:20:06 +00:00
Christoph von Wittich
6fccf28376
fixed IopLockFileObject
...
svn path=/trunk/; revision=27391
2007-07-04 17:05:31 +00:00
Ged Murphy
be2228c407
change the name of the VS config from * - Wine headers to * - ReactOS headers
...
svn path=/trunk/; revision=27389
2007-07-04 15:28:56 +00:00
Thomas Bluemel
2e3fcb5dd9
Don't silently accept entrypoint=""
...
svn path=/trunk/; revision=27388
2007-07-04 15:27:32 +00:00
Christoph von Wittich
c0ed3a362f
fix loading of comcat.dll
...
svn path=/trunk/; revision=27387
2007-07-04 15:25:21 +00:00
Hervé Poussineau
9c03ef676e
Add a message in case of error when loading/initializing driver
...
svn path=/trunk/; revision=27386
2007-07-04 14:13:30 +00:00
Aleksey Bragin
122331f605
- Correctly set DN_DRIVER_LOADED flag.
...
- This fixes "i8042prt/kbdclass.sys get installed one more time at each boot".
See issue #2330 for more details.
svn path=/trunk/; revision=27385
2007-07-04 13:58:30 +00:00
Andrew Greenwood
4d91599bd6
Removing WDMAUD until I figure out how it can be implemented properly
...
(this will not have any adverse effects as it doesn't actually work
yet.) Also replacing MMDRV with a rewritten version as it appears to
contain big chunks copied directly from NT4 DDK examples!
svn path=/trunk/; revision=27384
2007-07-04 10:17:48 +00:00
Christoph von Wittich
a941582fa2
fixed vmware video driver installation in vmware 6
...
svn path=/trunk/; revision=27383
2007-07-04 10:17:28 +00:00
Ged Murphy
d090403690
- Add some UNIMPLEMENTED macros to highlight API's being called
...
- Reformat the code, no other changes
svn path=/trunk/; revision=27382
2007-07-04 08:26:47 +00:00
Andrew Munger
8db103104e
Remove stdole2.tlb from the bootcd also.
...
svn path=/trunk/; revision=27381
2007-07-03 22:04:42 +00:00
Christoph von Wittich
8201eb491c
remove stdole2.tlb from build until there is a solution to build it properly with our buildsystem - wrc can't handle files from other directories than the source dir
...
svn path=/trunk/; revision=27379
2007-07-03 21:17:51 +00:00
Aleksey Bragin
daf2928882
- Uncomment PCNet driver's installation, since it's support has been fixed in 27377.
...
- Fix a typo.
svn path=/trunk/; revision=27378
2007-07-03 20:46:43 +00:00
Aleksey Bragin
c2af381a89
- Fix a multiplication error, which lead to a garbage DueTime being passed to KeSetTimerEx().
...
svn path=/trunk/; revision=27377
2007-07-03 20:38:09 +00:00
Christoph von Wittich
efb16b636b
add stdole2.tlb to bootcd
...
svn path=/trunk/; revision=27376
2007-07-03 19:12:19 +00:00
Christoph von Wittich
114fb8a243
add stdole2.tlb to build
...
svn path=/trunk/; revision=27375
2007-07-03 19:11:35 +00:00
Christoph von Wittich
ccf9439e1e
renamed TypeLib target to EmbeddedTypeLib
...
svn path=/trunk/; revision=27374
2007-07-03 19:10:33 +00:00
Christoph von Wittich
c9c06660a0
Copied remotely
...
svn path=/trunk/; revision=27373
2007-07-03 19:09:50 +00:00
Aleksey Bragin
d2ec09ba38
- Add debug prints.
...
svn path=/trunk/; revision=27369
2007-07-03 17:59:35 +00:00
Christoph von Wittich
42b7fb0c0e
-added support for TypeLibs
...
svn path=/trunk/; revision=27368
2007-07-03 15:27:43 +00:00
Aleksey Bragin
2d419df2e3
- Revert changes to CRT which were not supposed to happen at all (26820, 27200:27204), and were incorrect.
...
- Remove artifacts from strtoul/strtoull source code (excessive line breaks).
svn path=/trunk/; revision=27367
2007-07-03 15:24:59 +00:00
Hervé Poussineau
55f2798900
Replace tabs by spaces. No code change
...
svn path=/trunk/; revision=27366
2007-07-02 22:39:11 +00:00
Hervé Poussineau
bffd171f09
Fix indentation (no code change)
...
svn path=/trunk/; revision=27365
2007-07-02 22:31:30 +00:00
Hervé Poussineau
e3d5a1d218
Clean up options between files
...
svn path=/trunk/; revision=27363
2007-07-02 18:24:43 +00:00
Hervé Poussineau
989dc0e975
Fix paths to some files
...
svn path=/trunk/; revision=27362
2007-07-02 18:24:01 +00:00
Hervé Poussineau
668dd86fe9
Fix some prototypes
...
svn path=/trunk/; revision=27360
2007-07-02 13:40:06 +00:00
The Wine Synchronizer
317ea83284
Autosyncing with Wine HEAD
...
svn path=/trunk/; revision=27359
2007-07-02 12:07:09 +00:00
Hervé Poussineau
052f7faeee
Update README file about Wine shared DLLs
...
svn path=/trunk/; revision=27358
2007-07-02 12:06:25 +00:00
Christoph von Wittich
2c3f812b5c
add comcat.dll to build
...
svn path=/trunk/; revision=27357
2007-07-02 01:47:50 +00:00
Christoph von Wittich
3ca18547fe
Copied remotely
...
svn path=/trunk/; revision=27356
2007-07-02 01:36:28 +00:00
Christoph von Wittich
549e05c149
Removed file/folder
...
svn path=/trunk/; revision=27355
2007-07-02 01:35:53 +00:00
Christoph von Wittich
d6f775854f
Added a folder remotely
...
svn path=/trunk/; revision=27354
2007-07-02 01:32:15 +00:00
Christoph von Wittich
853b33abbf
-deleted comcat.h
...
-added comcat.idl to build
-added the baseaddress for comcat.dll
-added comcat related error values to winerror.h
svn path=/trunk/; revision=27351
2007-07-01 22:13:20 +00:00
Magnus Olsen
b79355c407
update dejavu font from 2.15 to 2.17
...
------------------------------------
What new Extend latin C support
two more langues are complete
over 600 new glypt have been add
reencoing thing to unicode that was not inu uncode format.
bug fix ae special char and other bugfix as well
this is last update of dejavu until they come to version 2.3.0 or to version 3.0.0
svn path=/trunk/; revision=27350
2007-07-01 18:34:40 +00:00
Franz Lehner
d32320fa56
Added Repair and update function to installer
...
svn path=/trunk/; revision=27349
2007-06-30 19:37:43 +00:00
Aleksey Bragin
ffce5f4f66
- Commit a fix for KDBG's attach to process problem.
...
See issue #1263 for more details.
svn path=/trunk/; revision=27348
2007-06-30 18:58:09 +00:00
Magnus Olsen
57f28d6036
forget adding this file sprry I broken the build
...
thx HeisSpiter
See issue #2314 for more details.
svn path=/trunk/; revision=27347
2007-06-30 17:47:14 +00:00