Andrew Munger
cf11a035b5
DHCP Client fixes and enhancements
...
Set the correct hardware type flag. Fixes bug 651.
Send option 12 on discovery, allows some DHCP servers to dynamically update DNS.
Send option 61 for good measure. We use the MAC address as some other OSes do.
svn path=/trunk/; revision=21474
2006-04-05 16:38:03 +00:00
Saveliy Tretiakov
fb71b64d63
[AUDIT]
...
\trunk\reactos\drivers\network\dd\ne2000 (unlocked)
Written by Casper. Fireball and WaxDragon agreed it is clean.
svn path=/trunk/; revision=21473
2006-04-05 16:35:30 +00:00
Saveliy Tretiakov
54139a96b7
[AUDIT]
...
unlock \trunk\reactos\base\services\dhcp
Clean. Mostly OpenBSD and ISC code, with some arty and tinus rosglue.
svn path=/trunk/; revision=21472
2006-04-05 16:31:32 +00:00
Saveliy Tretiakov
d85a18b29c
[AUDIT]
...
trunk\reactos\dll\win32\serialui (unlocked)
I used clean methods to develop this dll. Function prototypes are from wine. Only drvCommConfigDialog is implemented. MSDN says: "The CommConfigDialog function requires a dynamic-link library (DLL) provided by the communications hardware vendor."
svn path=/trunk/; revision=21471
2006-04-05 14:17:22 +00:00
Saveliy Tretiakov
89fe1a9f05
[AUDIT]
...
\trunk\reactos\dll\cpl\hdwwiz (unlocked)
Herve Poussineau says it is clean.
svn path=/trunk/; revision=21470
2006-04-05 13:53:43 +00:00
Saveliy Tretiakov
77e2971f94
[AUDIT]
...
trunk\reactos\dll\cpl\appwiz (unlocked)
I examined the code and it seems clean to me.
svn path=/trunk/; revision=21469
2006-04-05 13:32:05 +00:00
Saveliy Tretiakov
3009b10475
[AUDIT]
...
trunk\reactos\dll\cpl\control (unlocked)
I examined the code and it seems clean to me.
svn path=/trunk/; revision=21468
2006-04-05 13:20:43 +00:00
Hervé Poussineau
1239653f28
Fix formatting which was screwed in 19254.
...
Code changes will follow later
svn path=/trunk/; revision=21467
2006-04-05 12:08:50 +00:00
Aleksey Bragin
74c858ab1b
[AUDIT]
...
dll/win32/newdev:
- hpoussin and Christoph_vW assures this is a clean implementation, no disassembly of windows code happened during the development of it, and all code is obvious
svn path=/trunk/; revision=21466
2006-04-05 12:05:53 +00:00
Magnus Olsen
3b0a2bacd3
[AUDLT] The code are from wine with my own written dxroslayer it is not revers at all
...
svn path=/trunk/; revision=21465
2006-04-05 12:04:59 +00:00
Hervé Poussineau
f3766d0a53
Implement SetupCopyOEMInfA (not tested)
...
svn path=/trunk/; revision=21464
2006-04-05 11:13:47 +00:00
Magnus Olsen
1b1cb77535
revers my last commit it was misunderstanding from my side
...
svn path=/trunk/; revision=21463
2006-04-05 10:46:00 +00:00
Magnus Olsen
2c38ab132d
patch from w3seek fixing windows handles
...
svn path=/trunk/; revision=21462
2006-04-05 10:33:55 +00:00
Magnus Olsen
57c64e6317
fix a memmory leak in create surface
...
svn path=/trunk/; revision=21461
2006-04-05 10:16:11 +00:00
Peter Ward
ea5261fe10
Applied patch by: Thomas Weidenmueller
...
- win32k window class rewrite.
- http://www.reactos.org/bugzilla/show_bug.cgi?id=1366
svn path=/trunk/; revision=21460
2006-04-05 08:05:55 +00:00
Peter Ward
9607791183
[AUDIT]
...
reactos\tools\nci (Unlocked):
- No reason for this to be locked (obviously clean).
svn path=/trunk/; revision=21459
2006-04-05 07:45:46 +00:00
Saveliy Tretiakov
72ab05fa56
Implement RpcSmDestroyClientContext and RpcSsDestroyClientContext
...
svn path=/trunk/; revision=21458
2006-04-05 07:00:28 +00:00
Magnus Olsen
36e69f31ea
Start implement HAL Createsurface The code are from my test apps and base on Steffen Schulze, it need more modifaction before it is complete. for now it create primare and overlay with rgb and most graphic card does not support that thx again Steffen Schulze for the info
...
svn path=/trunk/; revision=21457
2006-04-05 05:43:18 +00:00
James Tabor
636fd975d6
svn propset svn:eol-style native
...
svn path=/trunk/; revision=21456
2006-04-05 02:40:09 +00:00
James Tabor
3806af8f1a
Update Wine User32 test to Apr 4 2006 cvs.
...
svn path=/trunk/; revision=21455
2006-04-05 02:34:10 +00:00
Saveliy Tretiakov
c38cbb1566
Improved code a bit. Added ContextHandleNdr structure
...
svn path=/trunk/; revision=21454
2006-04-04 12:56:32 +00:00
Magnus Olsen
070c1cbd9a
Start Implement HEL
...
1. Start implement HEL Inisate
2. Start implement HEL GetAvailMem
svn path=/trunk/; revision=21453
2006-04-04 11:49:55 +00:00
Christoph von Wittich
ff41aa0284
fix some warnings when compiling with msvc
...
svn path=/trunk/; revision=21452
2006-04-03 18:26:52 +00:00
Ged Murphy
0c4bf2fb4b
clean up format. I'm not bored, honest....
...
svn path=/trunk/; revision=21451
2006-04-03 16:50:42 +00:00
Christoph von Wittich
2fc2d85d97
fix warning
...
svn path=/trunk/; revision=21450
2006-04-02 21:17:14 +00:00
Magnus Olsen
1838fb3a55
Fix Bug 1185 patch from j_anderw(j_anderw@sbox.tugraz.at)
...
Frik85, DrFred and I talk if we shall commit this small hack to getting open office being install in ReactOS or not
svn path=/trunk/; revision=21449
2006-04-02 20:37:53 +00:00
Magnus Olsen
3bddf87568
Fix regress in GetCaps Thx Christoph_vW seding me the test apps left todo implement Hel Getmemoryavil then we will getting a opengl drv for diablo2 working
...
svn path=/trunk/; revision=21447
2006-04-02 19:08:31 +00:00
Magnus Olsen
c301311ab1
at last no more crash in create surface but it is not finish
...
svn path=/trunk/; revision=21445
2006-04-02 16:12:25 +00:00
Magnus Olsen
01b0726ca7
Remove Hal_DDrawSurface_Initialize, Hel_DDrawSurface_Initialize and make sure DDrawSurface_Initialize act as windows ddraw.dll and wine ddraw.dll
...
Under devlopin with small changes in
Main_DirectDraw_CreateSurface this interface shall split now into one hel and one hal part
svn path=/trunk/; revision=21444
2006-04-02 15:04:09 +00:00
James Tabor
ed6d1ed52f
Patch by Alexandre Julliard, Allow creating windows of the desktop class.
...
svn path=/trunk/; revision=21443
2006-04-02 05:10:26 +00:00
Aleksey Bragin
84c8c2f8d9
[AUDIT]
...
lib/rtl/i386:
- Unlock as they are clean (explanations in the corresponding audit.txt doc)
svn path=/trunk/; revision=21441
2006-04-01 21:02:55 +00:00
Magnus Olsen
81d1d1386b
Implement Restore mode in DDraw interface
...
svn path=/trunk/; revision=21440
2006-04-01 20:48:54 +00:00
Magnus Olsen
d94a59a5e2
[AUDIT] the code is from wine no rectos/windows specify changes
...
svn path=/trunk/; revision=21438
2006-04-01 19:30:29 +00:00
Magnus Olsen
b083b31064
This file is simple warper to gdi32 as windows xp/2k3 d3dthk.dll is and it is not revers no source code exists here. only redirect the api call to gdi32.dll
...
it is not windows 2k/nt4 compatible. and this file is 100% complete
svn path=/trunk/; revision=21437
2006-04-01 19:26:13 +00:00
Magnus Olsen
d4e64e6697
This files is emty and do not contain any real code on a dummy interface to prepare the implement of d3d9.dll
...
svn path=/trunk/; revision=21436
2006-04-01 19:23:26 +00:00
Magnus Olsen
7e5a9e9080
This files is emty and do not contain any real code on a dummy interface to prepare the implement of d3d8.dll
...
svn path=/trunk/; revision=21435
2006-04-01 19:21:01 +00:00
Magnus Olsen
e04f8d9c80
Unlock all file no of these file have been revers.
...
Correct The HAL startup process thanks to Steffen Schulze to solv it He is working with close software
He have wrote complete MoComp to us but am waiting with to commit that interface. Rember all code he have done is being use in close source apps and thuse apps will stay close source. In his source code overlay surface is working fine. This is frist step to correct HAL. Now we need fix the CreateSurface process.
svn path=/trunk/; revision=21434
2006-04-01 19:12:56 +00:00
Ged Murphy
b5c963889c
- change the GDI code a bit so it's able to handle multiple tables (e.g. separate Dd table)
...
- patch by Thomas Weidenmueller
svn path=/trunk/; revision=21433
2006-04-01 15:25:40 +00:00
KJK::Hyperion
018539280c
- deleted temporary files, generated files, binaries
...
- migrated project files to Visual C++ 2005 Express - the latest, the best, for free
- converted to an Unicode application
svn path=/trunk/; revision=21432
2006-04-01 15:02:38 +00:00
Saveliy Tretiakov
7908ce58a8
[AUDIT] aclui is clean.
...
svn path=/trunk/; revision=21431
2006-03-31 17:49:23 +00:00
Saveliy Tretiakov
cbf1a50105
[AUDIT] acledit is clean.
...
svn path=/trunk/; revision=21430
2006-03-31 17:48:35 +00:00
Saveliy Tretiakov
03c6eb4692
[AUDIT] msgina is clean.
...
svn path=/trunk/; revision=21429
2006-03-31 17:47:52 +00:00
Saveliy Tretiakov
7bc239d610
Add Maarten Bosma and Nathan Woods
...
svn path=/trunk/; revision=21428
2006-03-31 13:42:22 +00:00
Saveliy Tretiakov
db4d20e4ce
Implement NdrClientContextUnmarshall()
...
svn path=/trunk/; revision=21427
2006-03-31 13:31:36 +00:00
Eric Kohl
a73bbf338a
Fix a typo
...
svn path=/trunk/; revision=21426
2006-03-31 11:08:59 +00:00
Ged Murphy
3ef529150a
update wine doc.
...
svn path=/trunk/; revision=21425
2006-03-31 09:53:38 +00:00
Ged Murphy
a55b0b326d
re-sync comctl32 to 20060328.
...
svn path=/trunk/; revision=21424
2006-03-31 00:41:37 +00:00
Aleksey Bragin
a27ea9fe0a
- Translation of userinit to Russian language by Anton Belitsky.
...
- Proofread by me
svn path=/trunk/; revision=21423
2006-03-30 21:09:03 +00:00
Aleksey Bragin
87797248ff
- Translation of getfirefox and servman to Russian language by Lentin (lentind at yandex dot ru).
...
- Proofread/edited by me
svn path=/trunk/; revision=21422
2006-03-30 21:02:12 +00:00
Aleksey Bragin
12dec39687
- Translation of cpl/intl, liccpa, sysdm to Russian language by Lentin (lentind at yandex dot ru).
...
- Proofread/edited by me
svn path=/trunk/; revision=21421
2006-03-30 20:50:27 +00:00