reactos.git
18 years agoGerman translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
Aleksey Bragin [Tue, 18 Oct 2005 21:39:20 +0000 (21:39 +0000)]
German translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
(now I didn't forget anything)

svn path=/trunk/; revision=18570

18 years agofix taskmgr.rc to compile with ms rc
Christoph von Wittich [Tue, 18 Oct 2005 21:39:15 +0000 (21:39 +0000)]
fix taskmgr.rc to compile with ms rc

svn path=/trunk/; revision=18569

18 years agoGerman translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
Aleksey Bragin [Tue, 18 Oct 2005 21:35:01 +0000 (21:35 +0000)]
German translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
(fix)

svn path=/trunk/; revision=18568

18 years agoGerman translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
Aleksey Bragin [Tue, 18 Oct 2005 21:26:25 +0000 (21:26 +0000)]
German translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
(sorry forgot to svn add/commit one file)

svn path=/trunk/; revision=18567

18 years agoset eol-style:native
Christoph von Wittich [Tue, 18 Oct 2005 21:18:15 +0000 (21:18 +0000)]
set eol-style:native

svn path=/trunk/; revision=18566

18 years agoGerman translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)
Aleksey Bragin [Tue, 18 Oct 2005 21:12:09 +0000 (21:12 +0000)]
German translations by FooDerGrosse, kevin_schnabel at gmx dot de (Bug 915)

svn path=/trunk/; revision=18565

18 years agoOK, all done messing about now.
Ged Murphy [Tue, 18 Oct 2005 20:58:42 +0000 (20:58 +0000)]
OK, all done messing about now.
I hope you all had as much fun as I did :p

svn path=/trunk/; revision=18564

18 years agoupdate xml file to include tcpsvcs
Ged Murphy [Tue, 18 Oct 2005 20:55:14 +0000 (20:55 +0000)]
update xml file to include tcpsvcs

svn path=/trunk/; revision=18563

18 years agomove tcpsvcs from the /apps directory to the /services directory
Ged Murphy [Tue, 18 Oct 2005 20:53:43 +0000 (20:53 +0000)]
move tcpsvcs from the /apps directory to the /services directory

svn path=/trunk/; revision=18562

18 years agorevert adding this folder. will move it in the correct manner
Ged Murphy [Tue, 18 Oct 2005 20:50:11 +0000 (20:50 +0000)]
revert adding this folder. will move it in the correct manner

svn path=/trunk/; revision=18561

18 years agorevert deleting this folder to keep it's history.
Ged Murphy [Tue, 18 Oct 2005 20:47:21 +0000 (20:47 +0000)]
revert deleting this folder to keep it's history.
will move it correctly next time :)

svn path=/trunk/; revision=18560

18 years agoadd tcpsvcs registry data
Ged Murphy [Tue, 18 Oct 2005 20:24:01 +0000 (20:24 +0000)]
add tcpsvcs registry data

svn path=/trunk/; revision=18559

18 years agoAdd tcpsvcs to the services directory.
Ged Murphy [Tue, 18 Oct 2005 20:17:20 +0000 (20:17 +0000)]
Add tcpsvcs to the services directory.

svn path=/trunk/; revision=18558

18 years agoupdate xml
Ged Murphy [Tue, 18 Oct 2005 20:15:25 +0000 (20:15 +0000)]
update xml

svn path=/trunk/; revision=18557

18 years agoremove tcpsvcs from the apps directory
Ged Murphy [Tue, 18 Oct 2005 20:14:53 +0000 (20:14 +0000)]
remove tcpsvcs from the apps directory

svn path=/trunk/; revision=18556

18 years agoadd stdlib.h to fix compile issues with msvc
Christoph von Wittich [Tue, 18 Oct 2005 19:48:50 +0000 (19:48 +0000)]
add stdlib.h to fix compile issues with msvc

svn path=/trunk/; revision=18555

18 years agoadd new quotes file to /system32/drivers/etc
Ged Murphy [Tue, 18 Oct 2005 17:07:45 +0000 (17:07 +0000)]
add new quotes file to /system32/drivers/etc

svn path=/trunk/; revision=18554

18 years ago- move quotes out of the rc file and read them from /system32/drivers/etc as per...
Ged Murphy [Tue, 18 Oct 2005 17:06:36 +0000 (17:06 +0000)]
- move quotes out of the rc file and read them from  /system32/drivers/etc as per windows.
- clean up code a bit
- exit threads with a return val

svn path=/trunk/; revision=18553

18 years agofix errors in "activate". Change activate, window, and msgbox commands from checking...
Brandon Turner [Tue, 18 Oct 2005 13:32:32 +0000 (13:32 +0000)]
fix errors in "activate".  Change activate, window, and msgbox commands from checking for __REACTOS__ to NT4_INTERNAL_COMMAND.  they are turned off by default(uncomment line 23 to enable).

svn path=/trunk/; revision=18552

18 years agoremove more __REACTOS__ checks / unused code. I left WIN32_LEAN_AND_MEAN defined...
Brandon Turner [Tue, 18 Oct 2005 12:25:31 +0000 (12:25 +0000)]
remove more __REACTOS__ checks / unused code.  I left WIN32_LEAN_AND_MEAN defined at all times.  If this causes problems feel free to remove it.

svn path=/trunk/; revision=18551

18 years agocalc_buffer_display():
Royce Mitchell III [Tue, 18 Oct 2005 04:23:50 +0000 (04:23 +0000)]
calc_buffer_display():
eliminate unnecessary copying ( and potential buffer overrun )
eliminate variable naming conflicts

svn path=/trunk/; revision=18550

18 years agomsvc6 compilation fixes
Royce Mitchell III [Tue, 18 Oct 2005 04:15:55 +0000 (04:15 +0000)]
msvc6 compilation fixes
fix buffer over(under?)flow in calc_sep()

svn path=/trunk/; revision=18549

18 years agoremove some more __REACTOS__ checks. We dont need our GetConsoleWindow and it was...
Brandon Turner [Tue, 18 Oct 2005 03:12:49 +0000 (03:12 +0000)]
remove some more __REACTOS__ checks.  We dont need our GetConsoleWindow and it was never used.  The size of CMD_LENGTH is the same for both and at some point will not longer be used once we have all dynamic allocations.

svn path=/trunk/; revision=18548

18 years agoRemove the check for __REACTOS__. FormatMessage works better and is implemented...
Brandon Turner [Tue, 18 Oct 2005 01:55:20 +0000 (01:55 +0000)]
Remove the check for __REACTOS__.  FormatMessage works better and is implemented in ros.

svn path=/trunk/; revision=18547

18 years agoset eol-style:native
Christoph von Wittich [Tue, 18 Oct 2005 00:01:16 +0000 (00:01 +0000)]
set eol-style:native

svn path=/trunk/; revision=18546

18 years agofixed compiling with msvc
Christoph von Wittich [Tue, 18 Oct 2005 00:00:27 +0000 (00:00 +0000)]
fixed compiling with msvc

svn path=/trunk/; revision=18545

18 years agofix some bugs in regedit
Christoph von Wittich [Mon, 17 Oct 2005 23:38:24 +0000 (23:38 +0000)]
fix some bugs in regedit
like alloca -> HeapAlloc + HeapFree

svn path=/trunk/; revision=18544

18 years agofix incorrect usage of alloca and a buffer overflow
Thomas Bluemel [Mon, 17 Oct 2005 22:18:14 +0000 (22:18 +0000)]
fix incorrect usage of alloca and a buffer overflow

svn path=/trunk/; revision=18540

18 years agoForgot to change comment. Thanks to Royce3 for pointing it out.
Gé van Geldorp [Mon, 17 Oct 2005 22:13:44 +0000 (22:13 +0000)]
Forgot to change comment. Thanks to Royce3 for pointing it out.

svn path=/trunk/; revision=18538

18 years agoPatch by hardon. Properly handle 0 timeouts. Fixes bug 857.
Gé van Geldorp [Mon, 17 Oct 2005 22:08:07 +0000 (22:08 +0000)]
Patch by hardon. Properly handle 0 timeouts. Fixes bug 857.

svn path=/trunk/; revision=18536

18 years agoEverything must come to an end, even the desktop window. Fixes bug 805.
Gé van Geldorp [Mon, 17 Oct 2005 21:57:02 +0000 (21:57 +0000)]
Everything must come to an end, even the desktop window. Fixes bug 805.

svn path=/trunk/; revision=18534

18 years agoNew icons from our UI:mf
Magnus Olsen [Mon, 17 Oct 2005 21:47:17 +0000 (21:47 +0000)]
New icons from our UI:mf

svn path=/trunk/; revision=18532

18 years agoShould have committed this along with r18529
Gé van Geldorp [Mon, 17 Oct 2005 21:40:37 +0000 (21:40 +0000)]
Should have committed this along with r18529

svn path=/trunk/; revision=18531

18 years agoNew icons from our UI:mf
Magnus Olsen [Mon, 17 Oct 2005 21:40:38 +0000 (21:40 +0000)]
New icons from our UI:mf

svn path=/trunk/; revision=18530

18 years agoInform HAL about the switch to graphics mode as late as possible. Fixes bug 880.
Gé van Geldorp [Mon, 17 Oct 2005 21:36:23 +0000 (21:36 +0000)]
Inform HAL about the switch to graphics mode as late as possible. Fixes bug 880.

svn path=/trunk/; revision=18529

18 years ago-dont return NULL when realloc to 0 bytes (fixes one kernel32_winetest heap test)
Gunnar Dalsnes [Mon, 17 Oct 2005 20:11:21 +0000 (20:11 +0000)]
-dont return NULL when realloc to 0 bytes (fixes one kernel32_winetest heap test)
-only allow realloc to new position if GMEM_MOVEABLE is passed (fixed mem)
-only allow realloc to new position if GMEM_MOVEABLE is passed OR mem is not locked (moveable mem)

svn path=/trunk/; revision=18528

18 years agofixed rc files to compile with rc
Christoph von Wittich [Mon, 17 Oct 2005 18:04:11 +0000 (18:04 +0000)]
fixed rc files to compile with rc

svn path=/trunk/; revision=18526

18 years agoreplaced rc with windres
Christoph von Wittich [Mon, 17 Oct 2005 17:30:45 +0000 (17:30 +0000)]
replaced rc with windres

svn path=/trunk/; revision=18525

18 years agoFirst use "ptr", then set it to NULL
Gé van Geldorp [Mon, 17 Oct 2005 16:59:31 +0000 (16:59 +0000)]
First use "ptr", then set it to NULL

svn path=/trunk/; revision=18524

18 years agoadded missing translations for IDS_NEW_KEY and IDS_NEW_VALUE
Christoph von Wittich [Mon, 17 Oct 2005 15:59:23 +0000 (15:59 +0000)]
added missing translations for IDS_NEW_KEY and IDS_NEW_VALUE

svn path=/trunk/; revision=18523

18 years agoFix installation after latest PnP changes. Fix by hpoussin
Gé van Geldorp [Mon, 17 Oct 2005 15:52:50 +0000 (15:52 +0000)]
Fix installation after latest PnP changes. Fix by hpoussin

svn path=/trunk/; revision=18522

18 years agofixed buffer overflow
Christoph von Wittich [Mon, 17 Oct 2005 15:17:54 +0000 (15:17 +0000)]
fixed buffer overflow
removed useless LocalUnlock
fixed memory leak

svn path=/trunk/; revision=18521

18 years agoonly define DPRINT macro if the compiler can handle __VA_ARGS__
Christoph von Wittich [Mon, 17 Oct 2005 13:57:40 +0000 (13:57 +0000)]
only define DPRINT macro if the compiler can handle __VA_ARGS__
reduces Warnings when compiling with MSVC

svn path=/trunk/; revision=18520

18 years agoFix for Bugzilla entry 904: activated the "not yet implemented" message for now,...
Martin Fuchs [Mon, 17 Oct 2005 13:14:04 +0000 (13:14 +0000)]
Fix for Bugzilla entry 904: activated the "not yet implemented" message for now, until SHFindFiles() will be implemented in shell32.dll

svn path=/trunk/; revision=18519

18 years agofix for Bugzilla entry 900 by mrnobo1024 at yahoo.com: don't destroy menus when switc...
Martin Fuchs [Mon, 17 Oct 2005 12:58:07 +0000 (12:58 +0000)]
fix for Bugzilla entry 900 by mrnobo1024 at yahoo.com: don't destroy menus when switching between normal and scientific mode

svn path=/trunk/; revision=18518

18 years agofixed "index out of range"
Christoph von Wittich [Mon, 17 Oct 2005 12:44:16 +0000 (12:44 +0000)]
fixed "index out of range"

svn path=/trunk/; revision=18517

18 years agofix a few taskbar context menu bugs including Bugzilla entry 720
Martin Fuchs [Mon, 17 Oct 2005 12:41:52 +0000 (12:41 +0000)]
fix a few taskbar context menu bugs including Bugzilla entry 720

svn path=/trunk/; revision=18516

18 years agoremoved HeapFree because of unexpected behaviour
Christoph von Wittich [Mon, 17 Oct 2005 12:23:19 +0000 (12:23 +0000)]
removed HeapFree because of unexpected behaviour

svn path=/trunk/; revision=18515

18 years agoremove some unused special handling code and comments
Martin Fuchs [Mon, 17 Oct 2005 12:07:49 +0000 (12:07 +0000)]
remove some unused special handling code and comments

svn path=/trunk/; revision=18514

18 years agofix compile with gcc
Christoph von Wittich [Mon, 17 Oct 2005 12:04:26 +0000 (12:04 +0000)]
fix compile with gcc
now it compiles with gcc && msvc

svn path=/trunk/; revision=18513

18 years agoAdd PCI_WHICHSPACE_CONFIG and PCI_WHICHSPACE_ROM constants
Hervé Poussineau [Mon, 17 Oct 2005 12:02:31 +0000 (12:02 +0000)]
Add PCI_WHICHSPACE_CONFIG and PCI_WHICHSPACE_ROM constants

svn path=/trunk/; revision=18512

18 years agoadded missing HEAP_ZERO_MEMORY
Christoph von Wittich [Mon, 17 Oct 2005 11:49:36 +0000 (11:49 +0000)]
added missing HEAP_ZERO_MEMORY
added missing HeapFree

svn path=/trunk/; revision=18511

18 years agofix regedit to compile with MSVC
Christoph von Wittich [Mon, 17 Oct 2005 11:10:11 +0000 (11:10 +0000)]
fix regedit to compile with MSVC

svn path=/trunk/; revision=18510

18 years agofix some headers to compile with MSVC
Christoph von Wittich [Mon, 17 Oct 2005 11:09:35 +0000 (11:09 +0000)]
fix some headers to compile with MSVC

svn path=/trunk/; revision=18509

18 years ago- move shortcut comment texts into string resources
Martin Fuchs [Mon, 17 Oct 2005 11:03:30 +0000 (11:03 +0000)]
- move shortcut comment texts into string resources
- add error handling
- create new "Accessories" folder in programs start menu

svn path=/trunk/; revision=18508

18 years agodestroy window handles when program terminates
Christoph von Wittich [Mon, 17 Oct 2005 09:44:17 +0000 (09:44 +0000)]
destroy window handles when program terminates

svn path=/trunk/; revision=18507

18 years agoFix IoGetDeviceProperty, which should never return STATUS_BUFFER_OVERFLOW, but STATUS...
Hervé Poussineau [Mon, 17 Oct 2005 08:41:00 +0000 (08:41 +0000)]
Fix IoGetDeviceProperty, which should never return STATUS_BUFFER_OVERFLOW, but STATUS_BUFFER_TOO_SMALL

svn path=/trunk/; revision=18506

18 years agoset eol-style:native
Christoph von Wittich [Sun, 16 Oct 2005 23:01:01 +0000 (23:01 +0000)]
set eol-style:native

svn path=/trunk/; revision=18505

18 years agostarted implementation of msconfig tool
Christoph von Wittich [Sun, 16 Oct 2005 22:59:45 +0000 (22:59 +0000)]
started implementation of msconfig tool

svn path=/trunk/; revision=18504

18 years agoforget add Ja.rc to rundll32.rc
Magnus Olsen [Sun, 16 Oct 2005 18:29:08 +0000 (18:29 +0000)]
forget add Ja.rc to rundll32.rc

svn path=/trunk/; revision=18503

18 years agoUpdate directx header and correct more info.
Magnus Olsen [Sun, 16 Oct 2005 18:21:20 +0000 (18:21 +0000)]
Update directx header and correct more info.
I belive the ddraw.h header are okay now

svn path=/trunk/; revision=18502

18 years agoFix typos and remove trailing whitespace.
Eric Kohl [Sun, 16 Oct 2005 17:11:48 +0000 (17:11 +0000)]
Fix typos and remove trailing whitespace.

svn path=/trunk/; revision=18501

18 years agofixed some typos
Christoph von Wittich [Sun, 16 Oct 2005 16:21:59 +0000 (16:21 +0000)]
fixed some typos

svn path=/trunk/; revision=18500

18 years agoFix [out, size_is, unique] parameter issues.
Eric Kohl [Sun, 16 Oct 2005 15:27:38 +0000 (15:27 +0000)]
Fix [out, size_is, unique] parameter issues.

svn path=/trunk/; revision=18499

18 years agoInvalidate the start value if start key doesn't exist.
Hartmut Birr [Sun, 16 Oct 2005 14:24:11 +0000 (14:24 +0000)]
Invalidate the start value if start key doesn't exist.

svn path=/trunk/; revision=18498

18 years agoSorry, most devices were reinstalled at each boot, as the calculated crc32 for the...
Hervé Poussineau [Sun, 16 Oct 2005 14:10:29 +0000 (14:10 +0000)]
Sorry, most devices were reinstalled at each boot, as the calculated crc32 for the parent was changing.
Prevent this by using only the parent InstancePath instead of the whole DEVICE_NODE structure

svn path=/trunk/; revision=18497

18 years agoImplemented SMART commands for ide devices.
Hartmut Birr [Sun, 16 Oct 2005 11:17:26 +0000 (11:17 +0000)]
Implemented SMART commands for ide devices.

svn path=/trunk/; revision=18496

18 years agoRemove registry entries for class installers we don't have
Hervé Poussineau [Sun, 16 Oct 2005 11:11:35 +0000 (11:11 +0000)]
Remove registry entries for class installers we don't have

svn path=/trunk/; revision=18495

18 years ago- Do only read the pci config header. Some devices/drivers don't like it
Hartmut Birr [Sun, 16 Oct 2005 11:08:01 +0000 (11:08 +0000)]
- Do only read the pci config header. Some devices/drivers don't like it
  if the complete pci config space is accessed (like my Tekram DC-390F SCSI controller).
- Replaced some numeric values with nice named constants.

svn path=/trunk/; revision=18494

18 years agoImplement SetupDiDestroyDriverInfoList
Hervé Poussineau [Sun, 16 Oct 2005 10:46:22 +0000 (10:46 +0000)]
Implement SetupDiDestroyDriverInfoList

svn path=/trunk/; revision=18493

18 years ago- Add samsrv.dll stub.
Eric Kohl [Sun, 16 Oct 2005 09:58:19 +0000 (09:58 +0000)]
- Add samsrv.dll stub.
- Install cfgmgr32.dll, lsasrv.dll and samsrv.dll.

svn path=/trunk/; revision=18492

18 years agofix buffer overflow
Gunnar Dalsnes [Sun, 16 Oct 2005 01:29:08 +0000 (01:29 +0000)]
fix buffer overflow

svn path=/trunk/; revision=18491

18 years agofix two buffer overflows
Gunnar Dalsnes [Sun, 16 Oct 2005 01:27:32 +0000 (01:27 +0000)]
fix two buffer overflows

svn path=/trunk/; revision=18490

18 years agofix buffer overflow
Gunnar Dalsnes [Sun, 16 Oct 2005 01:26:52 +0000 (01:26 +0000)]
fix buffer overflow
add error checking

svn path=/trunk/; revision=18489

18 years agoRtlInitUnicodeString is only legal with nullterminated strings and also the string...
Gunnar Dalsnes [Sun, 16 Oct 2005 01:22:18 +0000 (01:22 +0000)]
RtlInitUnicodeString is only legal with nullterminated strings and also the string in initialized manually below...

svn path=/trunk/; revision=18488

18 years agoAllocated buffers from non paged pool for all user buffers.
Hartmut Birr [Sat, 15 Oct 2005 21:41:48 +0000 (21:41 +0000)]
Allocated buffers from non paged pool for all user buffers.

svn path=/trunk/; revision=18487

18 years ago* added a lot of stack-size information to *.def files
Christoph von Wittich [Sat, 15 Oct 2005 21:17:52 +0000 (21:17 +0000)]
* added a lot of stack-size information to *.def files
* added one more stub to secur32

svn path=/trunk/; revision=18486

18 years ago- CreateServiceW: Calculate the Dependency length.
Eric Kohl [Sat, 15 Oct 2005 19:34:53 +0000 (19:34 +0000)]
- CreateServiceW: Calculate the Dependency length.
- Implement NotifyBootConfigStatus.

svn path=/trunk/; revision=18485

18 years agoFixed the definition of PDEV_INSTALL_W.
Hartmut Birr [Sat, 15 Oct 2005 16:39:22 +0000 (16:39 +0000)]
Fixed the definition of PDEV_INSTALL_W.

svn path=/trunk/; revision=18484

18 years agoWinefile:
Martin Fuchs [Sat, 15 Oct 2005 16:37:34 +0000 (16:37 +0000)]
Winefile:
- fix item background color for non-white windows background
- fix drive size output: wsprintf() -> _stprintf()
- declare COLOR_SELECTION_TXT

svn path=/trunk/; revision=18483

18 years agoDon't use alloca in a macro, which may be used in a loop. This does fix bug #805.
Hartmut Birr [Sat, 15 Oct 2005 13:22:13 +0000 (13:22 +0000)]
Don't use alloca in a macro, which may be used in a loop. This does fix bug #805.

svn path=/trunk/; revision=18481

18 years agoJapanese translation by tsk email tsk_n@mail.goo.ne.jp
Magnus Olsen [Sat, 15 Oct 2005 12:40:30 +0000 (12:40 +0000)]
Japanese translation by tsk email tsk_n@mail.goo.ne.jp

svn path=/trunk/; revision=18480

18 years agoJapanese translation by tsk email tsk_n@mail.goo.ne.jp
Magnus Olsen [Sat, 15 Oct 2005 12:26:40 +0000 (12:26 +0000)]
Japanese translation by tsk email tsk_n@mail.goo.ne.jp

svn path=/trunk/; revision=18479

18 years agoJapanese translation by tsk email tsk_n@mail.goo.ne.jp
Magnus Olsen [Sat, 15 Oct 2005 12:21:12 +0000 (12:21 +0000)]
Japanese translation by tsk email tsk_n@mail.goo.ne.jp

svn path=/trunk/; revision=18478

18 years agoSpanish translation By HUMA2000
Magnus Olsen [Sat, 15 Oct 2005 11:52:41 +0000 (11:52 +0000)]
Spanish translation By HUMA2000

svn path=/trunk/; revision=18477

18 years agoJapanese translation by tsk email tsk_n@mail.goo.ne.jp
Magnus Olsen [Sat, 15 Oct 2005 11:48:07 +0000 (11:48 +0000)]
Japanese translation by tsk email tsk_n@mail.goo.ne.jp

svn path=/trunk/; revision=18476

18 years agofix no end waring
Magnus Olsen [Sat, 15 Oct 2005 11:42:26 +0000 (11:42 +0000)]
fix no end waring

svn path=/trunk/; revision=18475

18 years agoJapanese translation by tsk email tsk_n@mail.goo.ne.jp
Magnus Olsen [Sat, 15 Oct 2005 11:39:54 +0000 (11:39 +0000)]
Japanese translation by tsk email tsk_n@mail.goo.ne.jp

svn path=/trunk/; revision=18474

18 years agoJapanese translation by tsk email tsk_n@mail.goo.ne.jp
Magnus Olsen [Sat, 15 Oct 2005 11:10:25 +0000 (11:10 +0000)]
Japanese translation by tsk email tsk_n@mail.goo.ne.jp

svn path=/trunk/; revision=18473

18 years agoJapanese translation by tsk email tsk_n@mail.goo.ne.jp
Magnus Olsen [Sat, 15 Oct 2005 11:08:44 +0000 (11:08 +0000)]
Japanese translation by tsk email tsk_n@mail.goo.ne.jp
remove Si.rc it was not translate, it was on english.

svn path=/trunk/; revision=18472

18 years agoJapanese translation by tsk email tsk_n@mail.goo.ne.jp
Magnus Olsen [Sat, 15 Oct 2005 10:47:53 +0000 (10:47 +0000)]
Japanese translation by tsk email tsk_n@mail.goo.ne.jp

svn path=/trunk/; revision=18471

18 years ago* set eol-style:native
Christoph von Wittich [Sat, 15 Oct 2005 10:34:38 +0000 (10:34 +0000)]
* set eol-style:native

svn path=/trunk/; revision=18470

18 years agoMake sure we don't hang forever when activating a window belonging to
Gé van Geldorp [Sat, 15 Oct 2005 09:53:14 +0000 (09:53 +0000)]
Make sure we don't hang forever when activating a window belonging to
another thread

svn path=/trunk/; revision=18468

18 years agoforget remove struct _SURFACEALIGNMENT for it have been move to right header dmemmgr.h
Magnus Olsen [Sat, 15 Oct 2005 09:10:57 +0000 (09:10 +0000)]
forget remove struct _SURFACEALIGNMENT for it have been move to right header dmemmgr.h

svn path=/trunk/; revision=18467

18 years agoFixing directx headers from wine, by adding alot of missing struct and some struct...
Magnus Olsen [Sat, 15 Oct 2005 02:00:56 +0000 (02:00 +0000)]
Fixing directx headers from wine, by adding alot of missing struct and some struct was wrong. start fixing the header ddkernel.h

svn path=/trunk/; revision=18466

18 years agoset eol-style : native
Magnus Olsen [Sat, 15 Oct 2005 00:12:49 +0000 (00:12 +0000)]
set eol-style : native

svn path=/trunk/; revision=18465

18 years agoFixing directx headers from wine, by adding alot of missing struct and some struct...
Magnus Olsen [Sat, 15 Oct 2005 00:09:45 +0000 (00:09 +0000)]
Fixing directx headers from wine, by adding alot of missing struct and some struct was wrong. Complete the header dmemmgr.h it was missing and move stuff into that header.

svn path=/trunk/; revision=18464

18 years ago* add Security.dll (redirects all calls to secur32.dll)
Christoph von Wittich [Fri, 14 Oct 2005 23:13:08 +0000 (23:13 +0000)]
* add Security.dll (redirects all calls to secur32.dll)

svn path=/trunk/; revision=18463

18 years agoInclude kernelmode routines in stack backtrace
Gé van Geldorp [Fri, 14 Oct 2005 22:56:23 +0000 (22:56 +0000)]
Include kernelmode routines in stack backtrace

svn path=/trunk/; revision=18462

18 years ago*add some more stubs for Virtual DOS Machine Debug (six still missing)
Christoph von Wittich [Fri, 14 Oct 2005 22:31:06 +0000 (22:31 +0000)]
*add some more stubs for Virtual DOS Machine Debug (six still missing)

svn path=/trunk/; revision=18461