Commit graph

20935 commits

Author SHA1 Message Date
Ged Murphy a14bed3e15 fix incorrect macro
svn path=/trunk/; revision=22479
2006-06-21 18:43:14 +00:00
Aleksey Bragin ca9d44a4a4 Update the doc to include all user32.dll's source code files which are shared one way or another with Wine. Makes syncing easier.
svn path=/trunk/; revision=22473
2006-06-21 17:03:20 +00:00
Aleksey Bragin e291e62bf9 - Sync user32/buttons.c with Wine
- Update wine-syncs doc

svn path=/trunk/; revision=22459
2006-06-21 14:16:50 +00:00
Hervé Poussineau 4c5a1e73e8 Fix compilation
svn path=/trunk/; revision=22452
2006-06-21 11:45:11 +00:00
Saveliy Tretiakov 1dc7bde5fb Fix potential buffer overflow and unchecked return (bug 1527).
Update headers.


svn path=/trunk/; revision=22451
2006-06-21 11:25:22 +00:00
Aleksey Bragin b04736c21a Thomas Weidenmueller: Remove rtl dependency
svn path=/trunk/; revision=22450
2006-06-21 10:03:33 +00:00
Hervé Poussineau 67950a1150 Handle MachineName parameter in SetupDiCreateDeviceInfoListExW
Eric, can you take care of the change in CM_Connect_MachineW?

svn path=/trunk/; revision=22449
2006-06-21 09:00:17 +00:00
Filip Navara 521b9caad9 Implement the isometric mapping mode and call the mapping functions for Ellipse and Polygon drawing. Thanks MgW from IRC for testing. :)
svn path=/trunk/; revision=22448
2006-06-21 08:33:27 +00:00
Filip Navara d930a6123d Fix the millimeter calculation and assume 96DPI to be consistent with win32k.
svn path=/trunk/; revision=22447
2006-06-21 08:25:25 +00:00
Hervé Poussineau d5e40a314e Fix indentation in SetupDiCreateDeviceInfoListExW
Fix 2 architecture extension constants

svn path=/trunk/; revision=22446
2006-06-21 07:52:19 +00:00
Hervé Poussineau 9bea18dd04 Fix some bugs according to test suite
Delete unused files

svn path=/trunk/; revision=22445
2006-06-21 06:40:02 +00:00
Art Yerkes c517aab41d Fix small annoyance. Misplaced comma ftw.
svn path=/trunk/; revision=22444
2006-06-21 03:30:54 +00:00
James Tabor cc6f45970b Sync to wine, User32. Tested with winefile, explorer with out any problems and no real improvements.
svn path=/trunk/; revision=22443
2006-06-21 02:14:09 +00:00
Magnus Olsen 12a01a7706 move back packmgr did move it by mistake
svn path=/trunk/; revision=22441
2006-06-20 21:12:15 +00:00
Magnus Olsen f9764bff93 move qemu gui to tools
svn path=/trunk/; revision=22440
2006-06-20 21:11:39 +00:00
Magnus Olsen 3c8c07593b Moved remotely
svn path=/trunk/; revision=22439
2006-06-20 21:11:04 +00:00
Magnus Olsen 2ce269f075 Qemu GUI written in C# visual studio 2003. This is the source code of preview 6 I have done. The code have not been cleanup I commit a binary version of it as well. for not every one can compile it, and we should only include it with qemu when we are doing a release. so people with very lite knowlegws can config qemu as they like. I did speak with fireball he did think it was good idea to commit it to rosapps. See the todo.txt what left be done.
svn path=/trunk/; revision=22438
2006-06-20 21:05:59 +00:00
Hervé Poussineau cee03bff64 Fix a cast
svn path=/trunk/; revision=22437
2006-06-20 18:56:41 +00:00
James Tabor 9945135514 Remove unimplemented debug print from CheckMenuRadioItem.
svn path=/trunk/; revision=22436
2006-06-20 01:42:02 +00:00
Aleksey Bragin b48f3fc981 GCC 4 fixes, thanks to w3seek
svn path=/trunk/; revision=22434
2006-06-19 21:05:33 +00:00
Johannes Anderwald 3f201b3fd2 german translation by EmuandCo
svn path=/trunk/; revision=22433
2006-06-19 21:05:06 +00:00
Johannes Anderwald b75fcdaa52 revert 22430
svn path=/trunk/; revision=22432
2006-06-19 20:32:10 +00:00
Johannes Anderwald f8c1c6903d change SUBLANG_NEUTRAL to language specific code
patch by Brezenbak (he's back)

svn path=/trunk/; revision=22430
2006-06-19 20:01:26 +00:00
Johannes Anderwald 45c3f05329 add a few sublang constants
svn path=/trunk/; revision=22429
2006-06-19 20:01:01 +00:00
Johannes Anderwald 434759908d italien translation done by Speekix & small fixes by Brezenbak
svn path=/trunk/; revision=22428
2006-06-19 18:16:56 +00:00
Johannes Anderwald 6ad59cd7dc change to dialog font to MS Shell Dlg
patch by EmuandCo

svn path=/trunk/; revision=22426
2006-06-19 17:47:11 +00:00
Johannes Anderwald 9aa6f94c3d change to dialog font to MS Shell Dlg
patch by EmuandCo

svn path=/trunk/; revision=22425
2006-06-19 17:31:18 +00:00
Aleksey Bragin 99c69dbca9 Simple OpenGL screensaver by Andrey Korotaev. This is a good app to test opengl regressions.
svn path=/trunk/; revision=22424
2006-06-19 17:19:04 +00:00
Art Yerkes b8bbec3796 Endian neutrality.
svn path=/trunk/; revision=22423
2006-06-19 16:38:27 +00:00
Ged Murphy a63d7b03cf [AUDIT]
userinit 
userinit functionality is documented in Windows Internals. Our userinit is a trimmed version of that.
I suspect Thomas would also confirm this as clean if anyone asks him ;)

svn path=/trunk/; revision=22422
2006-06-19 16:06:35 +00:00
Art Yerkes 07565e3067 Fixed rare block end overwrite.
svn path=/trunk/; revision=22421
2006-06-19 15:55:17 +00:00
Ged Murphy 71463053fb [AUDIT]
dnsapi
Confirmed to be clean by Art Yerkes

svn path=/trunk/; revision=22420
2006-06-19 15:31:55 +00:00
Ged Murphy f5028b62ff [AUDIT]
dhcpcsvc
Confirmed to be clean by Art Yerkes

svn path=/trunk/; revision=22419
2006-06-19 15:29:23 +00:00
Ged Murphy bc29d4256f [AUDIT]
slayer
Confirmed to be clean by Thomas Weidenmueller

svn path=/trunk/; revision=22418
2006-06-19 13:59:22 +00:00
Ged Murphy 8eb5c17e99 [AUDIT]
utils
ReactOS utilities, not based on Windows components

svn path=/trunk/; revision=22417
2006-06-19 13:55:51 +00:00
Ged Murphy 8428b9d16f [AUDIT]
hid
mostly wrappers and stubs.
Confirmed to be clean by Thomas Weidenmueller

svn path=/trunk/; revision=22416
2006-06-19 13:49:29 +00:00
Ged Murphy 09f1c65b39 [AUDIT]
devmgr
Confirmed to be clean by Thomas Weidenmueller
"devmgr is built from the ground up, probably completely differently. It only has undocumented apis which Thomas wrote test apps for, they were mostly based on guessing and corrected several times."

svn path=/trunk/; revision=22415
2006-06-19 13:27:06 +00:00
Ged Murphy 58217251fd [AUDIT]
winsta
only contains stubs

svn path=/trunk/; revision=22414
2006-06-19 12:45:44 +00:00
Ged Murphy 4420b05a12 [AUDIT]
winscard
only contains stubs

svn path=/trunk/; revision=22413
2006-06-19 12:43:39 +00:00
Aleksey Bragin f2f67e344c Alexey Zavyalov: Start implementing new International Settings applet (Windows XP-alike style, and eventually will work in Windows XP).
I keep the old intl.cpl in our tree since it contains some hacks to switch languages/locales/layouts, which will soon be gone (along with the old intl.cpl logically)

svn path=/trunk/; revision=22412
2006-06-19 12:43:29 +00:00
Ged Murphy c9099e06c5 [AUDIT]
vdmdbg
only contains stubs

svn path=/trunk/; revision=22411
2006-06-19 12:36:40 +00:00
Ged Murphy dd4f9423a7 [AUDIT]
snmpapi
only contains stubs

svn path=/trunk/; revision=22410
2006-06-19 12:34:31 +00:00
Ged Murphy aa2e6e3de0 [AUDIT]
samsrv
only contains stubs

svn path=/trunk/; revision=22409
2006-06-19 12:22:44 +00:00
Ged Murphy 38bb456ef3 [AUDIT]
authz 
Confirmed to be clean by Thomas Weidenmueller

svn path=/trunk/; revision=22408
2006-06-19 12:14:39 +00:00
Ged Murphy 5551537d5f [AUDIT]
opengl32 
Confirmed to be clean by Anich Gregor (blight)

svn path=/trunk/; revision=22407
2006-06-19 12:09:56 +00:00
Ged Murphy ccc9dab877 [AUDIT]
mswsock
All stubs with the exception of TransmitFile, which is a simple wrapper

svn path=/trunk/; revision=22406
2006-06-19 11:49:15 +00:00
Aleksey Bragin 9b0d10bbbc Change entrypoint to be a get-style method of class Module, having a boolean param which define if the entrypoint is to be returned with or without the leading underscore. Internal entrypoint string holds entrypoint without leading underscore.
This makes both mingw and msvc backend happy about entry point names.

svn path=/trunk/; revision=22405
2006-06-18 20:30:52 +00:00
Magnus Olsen 7985065a7a rename .xml to rbuild forget we using .rbuild as ext
svn path=/trunk/; revision=22404
2006-06-18 20:14:40 +00:00
Aleksey Bragin 21aed7ec4f Revert r22396: I will provide a better fix
svn path=/trunk/; revision=22403
2006-06-18 20:01:13 +00:00
Magnus Olsen cebe4f85fa 1. Restore hardware wiz cpl, fix the comping error. Do not delete rbuild file when some thing does not build.
2. fixing the comping problem for hardware wiz cpl 
3. Langues Nl.rc patch from i386dx see wiki how have done the translate

svn path=/trunk/; revision=22402
2006-06-18 19:56:12 +00:00