reactos.git
18 years agofixed some bugs
Christoph von Wittich [Sun, 8 Jan 2006 19:07:16 +0000 (19:07 +0000)]
fixed some bugs
use PCH when building with MSVC

svn path=/trunk/; revision=20719

18 years agoFix umpnpmgr build
Alex Ionescu [Sun, 8 Jan 2006 18:55:24 +0000 (18:55 +0000)]
Fix umpnpmgr build

svn path=/trunk/; revision=20718

18 years ago- fix toolbar position, deleted a line accidentally.
Ged Murphy [Sun, 8 Jan 2006 18:50:54 +0000 (18:50 +0000)]
- fix toolbar position, deleted a line accidentally.
- Fix the formatting a bit while we're at it
- Comment out German language whilst it's still in development

svn path=/trunk/; revision=20717

18 years agoThese should have been committed a long time ago
Mindflyer [Sun, 8 Jan 2006 18:43:46 +0000 (18:43 +0000)]
These should have been committed a long time ago

svn path=/trunk/; revision=20716

18 years agopatch from bradon fixing special key for other language's that English example Swedis...
Magnus Olsen [Sun, 8 Jan 2006 18:22:46 +0000 (18:22 +0000)]
patch from bradon fixing special key for other language's that English example Swedish keyboard layout. we can type now backslash again. it did regress in rev 19906

svn path=/trunk/; revision=20715

18 years ago- rearrange code ready for custom tool bar bitmaps (untested)
Ged Murphy [Sun, 8 Jan 2006 17:58:59 +0000 (17:58 +0000)]
- rearrange code ready for custom tool bar bitmaps (untested)

svn path=/trunk/; revision=20714

18 years agofix cmd build with MSVC 2005
Magnus Olsen [Sun, 8 Jan 2006 15:22:56 +0000 (15:22 +0000)]
fix cmd build with MSVC 2005

svn path=/trunk/; revision=20713

18 years agominor bugfix: sswprintf(L"%hs","foo") was returning L"fff"
Royce Mitchell III [Sun, 8 Jan 2006 13:54:06 +0000 (13:54 +0000)]
minor bugfix: sswprintf(L"%hs","foo") was returning L"fff"

svn path=/trunk/; revision=20712

18 years agoAnother german translation update by DJ_Smith from IRC (dj_smith_reactos(at)online...
Maarten Bosma [Sun, 8 Jan 2006 11:48:49 +0000 (11:48 +0000)]
Another german translation update by DJ_Smith from IRC (dj_smith_reactos(at)online(dot)de)

svn path=/trunk/; revision=20710

18 years agoUkrainian translations from temarez <temarez@yandex.ru> (Bug 1243)
Christoph von Wittich [Sun, 8 Jan 2006 11:20:02 +0000 (11:20 +0000)]
Ukrainian translations from temarez <temarez@yandex.ru> (Bug 1243)

svn path=/trunk/; revision=20708

18 years ago- userinit, usetup, vmwinst, welcome, winefile, winlogon, winver.
Alex Ionescu [Sun, 8 Jan 2006 10:23:23 +0000 (10:23 +0000)]
- userinit, usetup, vmwinst, welcome, winefile, winlogon, winver.

svn path=/trunk/; revision=20707

18 years agoThanks gge..
Alex Ionescu [Sun, 8 Jan 2006 10:19:21 +0000 (10:19 +0000)]
Thanks gge..

svn path=/trunk/; revision=20706

18 years ago- PCHify notepad and add missing header from regedit.
Alex Ionescu [Sun, 8 Jan 2006 10:09:23 +0000 (10:09 +0000)]
- PCHify notepad and add missing header from regedit.

svn path=/trunk/; revision=20704

18 years ago- Get autochk, calc, cmd, devmgr, expand, format, gettype, hostname, lsass, msconfig...
Alex Ionescu [Sun, 8 Jan 2006 10:05:37 +0000 (10:05 +0000)]
- Get autochk, calc, cmd, devmgr, expand, format, gettype, hostname, lsass, msconfig, msiexec, notepad, reactos, regedit, regsvr32, reporterror, rundll32, sc, services, servman, setup, sm, sndvol32 compiling on MSVC.
- PCHify some things.
- Reduce NDK usage.

svn path=/trunk/; revision=20703

18 years ago- get csrss, ntvdm, smss compiling on msvc.
Alex Ionescu [Sun, 8 Jan 2006 09:00:02 +0000 (09:00 +0000)]
- get csrss, ntvdm, smss compiling on msvc.

svn path=/trunk/; revision=20701

18 years ago- Get services compiling with msvc (dhcp, eventlog, tcvpsvcs, rpcss, umpnpmgr). Also...
Alex Ionescu [Sun, 8 Jan 2006 08:17:38 +0000 (08:17 +0000)]
- Get services compiling with msvc (dhcp, eventlog, tcvpsvcs, rpcss, umpnpmgr). Also PCHified some stuff and reduced NDK usage.

svn path=/trunk/; revision=20700

18 years ago- Oops....
Alex Ionescu [Sun, 8 Jan 2006 06:39:31 +0000 (06:39 +0000)]
- Oops....

svn path=/trunk/; revision=20699

18 years ago- Bless halxbox too.
Alex Ionescu [Sun, 8 Jan 2006 06:38:39 +0000 (06:38 +0000)]
- Bless halxbox too.

svn path=/trunk/; revision=20698

18 years ago- Get MP hal and Generic HAL to build too.
Alex Ionescu [Sun, 8 Jan 2006 06:30:00 +0000 (06:30 +0000)]
- Get MP hal and Generic HAL to build too.

svn path=/trunk/; revision=20697

18 years ago- Remove some public APIs from internal headers.
Alex Ionescu [Sun, 8 Jan 2006 06:23:17 +0000 (06:23 +0000)]
- Remove some public APIs from internal headers.
- Remove some internal APIs/types from public headers.
- Make PSECTION_OBJECT a PVOID unless really needed (which should only be inside \mm)
- Make hal buildable on msvc.
- Fix some other misc. various msvc/ddk incompatibilities.

svn path=/trunk/; revision=20696

18 years ago- Remove auto-geenrated file.
Alex Ionescu [Sun, 8 Jan 2006 04:36:33 +0000 (04:36 +0000)]
- Remove auto-geenrated file.

svn path=/trunk/; revision=20695

18 years agofix pch bug (patch by Brezenbak)
Christoph von Wittich [Sun, 8 Jan 2006 02:39:11 +0000 (02:39 +0000)]
fix pch bug (patch by Brezenbak)

svn path=/trunk/; revision=20694

18 years agoFix build
Alex Ionescu [Sun, 8 Jan 2006 01:24:27 +0000 (01:24 +0000)]
Fix build

svn path=/trunk/; revision=20693

18 years ago- list items alphabetically
Ged Murphy [Sun, 8 Jan 2006 01:18:49 +0000 (01:18 +0000)]
- list items alphabetically
- double click opens properties dialog

svn path=/trunk/; revision=20692

18 years agocomment out some more not needed code
Christoph von Wittich [Sun, 8 Jan 2006 00:59:24 +0000 (00:59 +0000)]
comment out some more not needed code

svn path=/trunk/; revision=20691

18 years agodon't use VCToolsFile anymore because of different include dirs for subprojects
Christoph von Wittich [Sun, 8 Jan 2006 00:48:28 +0000 (00:48 +0000)]
don't use VCToolsFile anymore because of different include dirs for subprojects

svn path=/trunk/; revision=20690

18 years agofixed a copy/paste error
Christoph von Wittich [Sun, 8 Jan 2006 00:29:02 +0000 (00:29 +0000)]
fixed a copy/paste error

svn path=/trunk/; revision=20689

18 years agoadded slovak keyboard written by Malin <malin23@atlas.sk>
Christoph von Wittich [Sun, 8 Jan 2006 00:26:49 +0000 (00:26 +0000)]
added slovak keyboard written by Malin <malin23@atlas.sk>

svn path=/trunk/; revision=20688

18 years agofix msvc compile problems
Christoph von Wittich [Sun, 8 Jan 2006 00:01:16 +0000 (00:01 +0000)]
fix msvc compile problems

svn path=/trunk/; revision=20687

18 years agoGerman translation by DJ_Smith from IRC (dj_smith_reactos@online.de)
Maarten Bosma [Sat, 7 Jan 2006 23:45:59 +0000 (23:45 +0000)]
German translation by DJ_Smith from IRC (dj_smith_reactos@online.de)

svn path=/trunk/; revision=20686

18 years agofix msvc compile problem
Christoph von Wittich [Sat, 7 Jan 2006 23:42:34 +0000 (23:42 +0000)]
fix msvc compile problem

svn path=/trunk/; revision=20685

18 years agoinet_addr returns address in network order, the IP address control wants it
Gé van Geldorp [Sat, 7 Jan 2006 23:41:42 +0000 (23:41 +0000)]
inet_addr returns address in network order, the IP address control wants it
in host order

svn path=/trunk/; revision=20684

18 years agoProper IBrowser icon to replace the newyears version which was made in 9 minutes...
Mindflyer [Sat, 7 Jan 2006 23:34:23 +0000 (23:34 +0000)]
Proper IBrowser icon to replace the newyears version which was made in 9 minutes under influence of alcohol

svn path=/trunk/; revision=20683

18 years agoj_anderw <j_anderw@sbox.tugraz.at>:
Gé van Geldorp [Sat, 7 Jan 2006 23:25:02 +0000 (23:25 +0000)]
j_anderw <j_anderw@sbox.tugraz.at>:
ReactOS system control panel displays wrong title

svn path=/trunk/; revision=20682

18 years ago- Temporarily revert 20639 until a better fix is found. Thanks to Gé.
Alex Ionescu [Sat, 7 Jan 2006 23:22:56 +0000 (23:22 +0000)]
- Temporarily revert 20639 until a better fix is found. Thanks to Gé.

svn path=/trunk/; revision=20681

18 years agoupdated resource file (patch by Brezenbak)
Christoph von Wittich [Sat, 7 Jan 2006 23:13:08 +0000 (23:13 +0000)]
updated resource file (patch by Brezenbak)

svn path=/trunk/; revision=20680

18 years ago- Get xboxvmp to compile.
Alex Ionescu [Sat, 7 Jan 2006 22:49:41 +0000 (22:49 +0000)]
- Get xboxvmp to compile.

svn path=/trunk/; revision=20679

18 years ago- Make VBEMP compile with msvc/ddk.
Alex Ionescu [Sat, 7 Jan 2006 22:36:56 +0000 (22:36 +0000)]
- Make VBEMP compile with msvc/ddk.

svn path=/trunk/; revision=20678

18 years ago- PCHify vgamp.
Alex Ionescu [Sat, 7 Jan 2006 22:34:25 +0000 (22:34 +0000)]
- PCHify vgamp.
- fix some definition problems.
- make it build with msvc.

svn path=/trunk/; revision=20677

18 years ago- make vga buildable on msvc.
Alex Ionescu [Sat, 7 Jan 2006 22:03:31 +0000 (22:03 +0000)]
- make vga buildable on msvc.

svn path=/trunk/; revision=20676

18 years agodisk, diskdump, pciidex, scsiport.
Alex Ionescu [Sat, 7 Jan 2006 21:55:47 +0000 (21:55 +0000)]
disk, diskdump, pciidex, scsiport.

svn path=/trunk/; revision=20675

18 years agoatapi, buslogic, cdrom, class2.
Alex Ionescu [Sat, 7 Jan 2006 21:50:29 +0000 (21:50 +0000)]
atapi, buslogic, cdrom, class2.

svn path=/trunk/; revision=20673

18 years ago- Get NE2000 driver to build on msvc/ddk.
Alex Ionescu [Sat, 7 Jan 2006 21:45:51 +0000 (21:45 +0000)]
- Get NE2000 driver to build on msvc/ddk.

svn path=/trunk/; revision=20672

18 years ago- Get NDIS to compile on msvc/ddk (thanks to filip for his help)
Alex Ionescu [Sat, 7 Jan 2006 21:38:40 +0000 (21:38 +0000)]
- Get NDIS to compile on msvc/ddk (thanks to filip for his help)
- Get PCNET to compile on msvc/ddk.

svn path=/trunk/; revision=20671

18 years ago- Fix ndis build, thanks to Filip.
Alex Ionescu [Sat, 7 Jan 2006 20:52:25 +0000 (20:52 +0000)]
- Fix ndis build, thanks to Filip.

svn path=/trunk/; revision=20670

18 years ago- Get NDIS (almost) compiling with msvc/ddk.
Alex Ionescu [Sat, 7 Jan 2006 20:33:48 +0000 (20:33 +0000)]
- Get NDIS (almost) compiling with msvc/ddk.

svn path=/trunk/; revision=20669

18 years agopush-include for #pragma pack(16)
Aleksey Bragin [Sat, 7 Jan 2006 20:00:43 +0000 (20:00 +0000)]
push-include for #pragma pack(16)

svn path=/trunk/; revision=20668

18 years agoincreased buffer size to max needed size
Christoph von Wittich [Sat, 7 Jan 2006 19:54:50 +0000 (19:54 +0000)]
increased buffer size to max needed size
replaced _stprintf with _sntprintf

svn path=/trunk/; revision=20667

18 years agoFix a buffer overflow. Thanks to Christoph for spotting this.
Ged Murphy [Sat, 7 Jan 2006 19:14:03 +0000 (19:14 +0000)]
Fix a buffer overflow. Thanks to Christoph for spotting this.

svn path=/trunk/; revision=20665

18 years agoThx Filip, for pointing this out. Added the missing break, if wState did not get...
James Tabor [Sat, 7 Jan 2006 18:53:26 +0000 (18:53 +0000)]
Thx Filip, for pointing this out. Added the missing break, if wState did not get set to CBF_EDIT.

svn path=/trunk/; revision=20664

18 years agofixed removing the children in ShellBrowser::InsertSubitems()
Thomas Bluemel [Sat, 7 Jan 2006 18:19:10 +0000 (18:19 +0000)]
fixed removing the children in ShellBrowser::InsertSubitems()

svn path=/trunk/; revision=20663

18 years ago- fix startup type
Ged Murphy [Sat, 7 Jan 2006 17:10:51 +0000 (17:10 +0000)]
- fix startup type
- add top level headers

svn path=/trunk/; revision=20662

18 years ago- Forgot to commit these for MSVC build...
Alex Ionescu [Sat, 7 Jan 2006 08:50:54 +0000 (08:50 +0000)]
- Forgot to commit these for MSVC build...

svn path=/trunk/; revision=20661

18 years ago- get wshtcpip to compile..
Alex Ionescu [Sat, 7 Jan 2006 08:28:20 +0000 (08:28 +0000)]
- get wshtcpip to compile..

svn path=/trunk/; revision=20660

18 years ago- Deleted npf as recommended by Steven, KJK and Art.
Alex Ionescu [Sat, 7 Jan 2006 08:10:10 +0000 (08:10 +0000)]
- Deleted npf as recommended by Steven, KJK and Art.

svn path=/trunk/; revision=20659

18 years ago- Get afd to build.
Alex Ionescu [Sat, 7 Jan 2006 08:07:41 +0000 (08:07 +0000)]
- Get afd to build.

svn path=/trunk/; revision=20658

18 years ago- GEt TCPIP building with msvc.
Alex Ionescu [Sat, 7 Jan 2006 07:56:55 +0000 (07:56 +0000)]
- GEt TCPIP building with msvc.

svn path=/trunk/; revision=20657

18 years ago- Do not generate manifest files for drivers or native apps.
Alex Ionescu [Sat, 7 Jan 2006 07:40:14 +0000 (07:40 +0000)]
- Do not generate manifest files for drivers or native apps.
- Get portcls to compile.
- Commit some fixes I forgot.

svn path=/trunk/; revision=20656

18 years ago- Get oskittcp to compile on msvc.
Alex Ionescu [Sat, 7 Jan 2006 07:33:08 +0000 (07:33 +0000)]
- Get oskittcp to compile on msvc.

svn path=/trunk/; revision=20655

18 years ago- Get IP to compile.
Alex Ionescu [Sat, 7 Jan 2006 07:08:08 +0000 (07:08 +0000)]
- Get IP to compile.

svn path=/trunk/; revision=20654

18 years ago- Get chew and csq to compile.
Alex Ionescu [Sat, 7 Jan 2006 07:00:31 +0000 (07:00 +0000)]
- Get chew and csq to compile.

svn path=/trunk/; revision=20653

18 years ago- Get kbd/mouclass compiling
Alex Ionescu [Sat, 7 Jan 2006 06:31:55 +0000 (06:31 +0000)]
- Get kbd/mouclass compiling

svn path=/trunk/; revision=20652

18 years ago- Make NTFS compile on msvc.
Alex Ionescu [Sat, 7 Jan 2006 06:20:59 +0000 (06:20 +0000)]
- Make NTFS compile on msvc.

svn path=/trunk/; revision=20651

18 years ago- Make CDFS work with msvc/ddk.
Alex Ionescu [Sat, 7 Jan 2006 05:59:22 +0000 (05:59 +0000)]
- Make CDFS work with msvc/ddk.

svn path=/trunk/; revision=20650

18 years ago- get sndblst and sound compiling on msvc.
Alex Ionescu [Sat, 7 Jan 2006 05:47:21 +0000 (05:47 +0000)]
- get sndblst and sound compiling on msvc.

svn path=/trunk/; revision=20649

18 years ago- get mpu401, parallel and ramdrv to work on msvc.
Alex Ionescu [Sat, 7 Jan 2006 05:37:22 +0000 (05:37 +0000)]
- get mpu401, parallel and ramdrv to work on msvc.

svn path=/trunk/; revision=20648

18 years agoPatch by Raimonds Praude raimonds.praude at sets.lv
James Tabor [Sat, 7 Jan 2006 05:23:59 +0000 (05:23 +0000)]
Patch by Raimonds Praude raimonds.praude at sets.lv

Could not set the text limit for combo box. An application sent CB_LIMITTEXT
text message, but it was not being processed. Now it is possible to set
the text limit, 5 or 8 symbols, for instance.

CB_LIMITTEXT message processing was added into ComboWndProc_common function
in combo.c file.

svn path=/trunk/; revision=20647

18 years ago- Get green to compile with msvc/ddk.
Alex Ionescu [Sat, 7 Jan 2006 05:11:32 +0000 (05:11 +0000)]
- Get green to compile with msvc/ddk.

svn path=/trunk/; revision=20646

18 years agoRemove NtGdiCheckColorsInGamut as it is not an API.
Brandon Turner [Sat, 7 Jan 2006 03:29:02 +0000 (03:29 +0000)]
Remove NtGdiCheckColorsInGamut as it is not an API.

svn path=/trunk/; revision=20645

18 years ago- Much cleaner way to get blue building (remove ugly header hacks)
Alex Ionescu [Sat, 7 Jan 2006 02:14:42 +0000 (02:14 +0000)]
- Much cleaner way to get blue building (remove ugly header hacks)
- Get bootvid working too.

svn path=/trunk/; revision=20644

18 years ago- Get beep and blue to compile/link on MSVC.
Alex Ionescu [Sat, 7 Jan 2006 02:06:49 +0000 (02:06 +0000)]
- Get beep and blue to compile/link on MSVC.

svn path=/trunk/; revision=20643

18 years ago- The DDK disables usage of _enable/_disable so that driver devs don't use them....
Alex Ionescu [Sat, 7 Jan 2006 02:06:22 +0000 (02:06 +0000)]
- The DDK disables usage of _enable/_disable so that driver devs don't use them. Since the NDK is the home of undocumented things that drivers shouldn't use, including halfuncs.h will re-enable the intrinsics.
- Add the intrinsics to the w32api as well so that code which uses them can compile on both msvc and gcc.
- Make DPRINT work on non-DBG msvc builds.

svn path=/trunk/; revision=20642

18 years ago- Get bus drivers to compile and link on MSVC.
Alex Ionescu [Sat, 7 Jan 2006 01:39:56 +0000 (01:39 +0000)]
- Get bus drivers to compile and link on MSVC.

svn path=/trunk/; revision=20641

18 years ago- Properly set STDCALL as default convention, previous patch incorrectly set it as...
Alex Ionescu [Sat, 7 Jan 2006 01:37:37 +0000 (01:37 +0000)]
- Properly set STDCALL as default convention, previous patch incorrectly set it as a linker setting instead of a compiler setting.

svn path=/trunk/; revision=20640

18 years ago- Don't name-decorate the entrypoint. This lets msvc link the module properly and...
Alex Ionescu [Sat, 7 Jan 2006 01:27:20 +0000 (01:27 +0000)]
- Don't name-decorate the entrypoint. This lets msvc link the module properly and remains compatible with GCC.

svn path=/trunk/; revision=20639

18 years agoDidnt mean to commit this in the last one.
Brandon Turner [Sat, 7 Jan 2006 01:26:05 +0000 (01:26 +0000)]
Didnt mean to commit this in the last one.

svn path=/trunk/; revision=20638

18 years ago* Rbuild MSVC Backend changes:
Alex Ionescu [Sat, 7 Jan 2006 01:15:26 +0000 (01:15 +0000)]
* Rbuild MSVC Backend changes:
- Don't do runtime checks for drivers
- Don't do buffer checks for drivers
- Use W0 for speed build, not for the release build.
- Disable Wp64 only for the speed build, not for the release build
- Use /STDCALL default calling convention for native modules because the DDK requires it
- Remove some duplicated options that were passed on the command line
- Replace some options that were passed on the commandline with their appropriate XML keywords.

svn path=/trunk/; revision=20637

18 years agopull service info out of the registry to populate the list view
Ged Murphy [Sat, 7 Jan 2006 01:14:38 +0000 (01:14 +0000)]
pull service info out of the registry to populate the list view

svn path=/trunk/; revision=20636

18 years agoRemove NtGdiDeleteDC
Brandon Turner [Sat, 7 Jan 2006 01:06:48 +0000 (01:06 +0000)]
Remove NtGdiDeleteDC

svn path=/trunk/; revision=20635

18 years agodisabled warning 4214
Christoph von Wittich [Fri, 6 Jan 2006 23:47:15 +0000 (23:47 +0000)]
disabled warning 4214

svn path=/trunk/; revision=20634

18 years agoThe adapter name is actually the GUID. Also store the human recognizable
Gé van Geldorp [Fri, 6 Jan 2006 23:13:23 +0000 (23:13 +0000)]
The adapter name is actually the GUID. Also store the human recognizable
description. This brings the network control panel applet a step further.

svn path=/trunk/; revision=20633

18 years ago- Set the right Thread->WaitTime dring waits
Alex Ionescu [Fri, 6 Jan 2006 22:57:21 +0000 (22:57 +0000)]
- Set the right Thread->WaitTime dring waits
- Initialize WaitBlock->Thread during thread creation.
- Make APCs queuable for the thread after it's created
- Enable Timer Block optimization since it works now. This allows us not to always set-up for each wait, since most of its fields can remain static.
- Properly link wait block together with the waitlist of the timer.

svn path=/trunk/; revision=20632

18 years agobuttons in page setup now working properly (for En and De only)
Christoph von Wittich [Fri, 6 Jan 2006 22:41:42 +0000 (22:41 +0000)]
buttons in page setup now working properly (for En and De only)

svn path=/trunk/; revision=20631

18 years agoUpdate status
Gé van Geldorp [Fri, 6 Jan 2006 20:53:32 +0000 (20:53 +0000)]
Update status

svn path=/trunk/; revision=20630

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 20:44:09 +0000 (20:44 +0000)]
Sync to Wine-0_9_5:
Mike McCormack <mike@codeweavers.com>
- msiexec: Ignore the TRANSFORMS variable.
  Ignore the TRANSFORMS variable when building a list of transforms for
  advertising.  The variable is used to apply transforms when installing.

svn path=/trunk/; revision=20628

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 20:42:46 +0000 (20:42 +0000)]
Sync to Wine-0_9_5:
Jacek Caban <jacek@codeweavers.com>
- urlmon: URL with two slashes is valid.
- urlmon: Added GetSecurityId implementation.
- urlmon: Removed not used code.
- urlmon: Use pluggable protocol for file protocol.
Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
- urlmon: Implement BindAsyncMoniker function.

svn path=/trunk/; revision=20627

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 20:35:12 +0000 (20:35 +0000)]
Sync to Wine-0_9_5:
Jacek Caban <jacek@codeweavers.com>
- shlwapi: Fix UrlCanonicalize.
- Added support for URL_FILE_USE_PATHURL.
- Fix handling of '/' and '\'.
Marcus Meissner <marcus@jet.franken.de>
- shlwapi: Print PathCombine* strings arguments in relay debugging.

svn path=/trunk/; revision=20626

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 20:30:08 +0000 (20:30 +0000)]
Sync to Wine-0_9_5:
Vitaliy Margolen <wine-patch@kievinfo.com>
- shell32: Create Local AppData for user profile.
  Move history and internet tmp files to Local Settings.
- shell32: Update Russian resources.
Michael Jung <mjung@iss.tu-darmstadt.de>
- shell32: Helper function for unicode support in folder and file pidls.
- shell32/unixfs: Added unicode support in folder and file pidls.

svn path=/trunk/; revision=20625

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 20:24:26 +0000 (20:24 +0000)]
Sync to Wine-0_9_5:
Robert Shearman <rob@codeweavers.com>
- rpcrt4: Fix race condition in RpcServerListen.
  The DontWait parameter is used for forcing the function not to wait
  for the server to finish.
- rpcrt4: Implement callback conformance.

svn path=/trunk/; revision=20624

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 20:21:22 +0000 (20:21 +0000)]
Sync to Wine-0_9_5:
Mike McCormack <mike@codeweavers.com>
- riched20: Add newlines to ERR macro output.

svn path=/trunk/; revision=20623

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 20:20:32 +0000 (20:20 +0000)]
Sync to Wine-0_9_5:
Robert Shearman <rob@codeweavers.com>
- oleaut32: Convert some tabs to spaces and some other formatting changes.
- oleaut32: Initialize member IDs to MEMBERID_NIL inITypeInfo::GetIDsOfNames.
  Better tracing.
- ole: Improve typelib traces.
  Move the debug channel check from dump_TLBFuncDesc[One] to its callers
  for more flexibility in which channel controls the output.
- oleaut: Small re-organisation of ITypeInfo::Invoke.
  Only output the one function in the trace for ITypeInfo::Invoke.
  Process the return value on output in ITypeInfo::Invoke, but only copy
  it to pVarResult if pVarResult is not NULL.
Mike McCormack <mike@codeweavers.com>
- oleaut32: Allow _invoke to handle up to 17 parameters.

svn path=/trunk/; revision=20622

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 20:19:21 +0000 (20:19 +0000)]
Sync to Wine-0_9_5:
Robert Shearman <rob@codeweavers.com>
- ole: Fix mis-handling of return value in StgStreamImpl_Read.
  BlockChainStream_ReadAt returns a BOOL, not an HRESULT so change
  StgStreamImpl_Read to handle this, by returning STG_E_READFAULT on
  failure.
- ole: Check the return value of IStream_SetSize in IStream_Read.
  Check the return value of IStream_SetSize in IStream_Read, since
  otherwise execution could continue on and cause heap corruption.

svn path=/trunk/; revision=20621

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 20:14:15 +0000 (20:14 +0000)]
Sync to Wine-0_9_5:
Francois Gouget <fgouget@free.fr>
- Small documentation tweaks to avoid winapi_check warnings.
Mike McCormack <mike@codeweavers.com>
- msi: Change some FIXME messages to comments.
- msi: Add stub actions for CCPSearch and RMCCPSearch.
- msi: Fixes for the MaskedEdit control.
  Allow MaskedEdit masks that aren't enclosed with <>.
  Allow the MaskedEdit's edit controls to scroll a bit in case things
  don't line up.
- msi: Subclass the Richedit control.
  Send a "DoAction" control event when the user scrolls the text.
- msi: Implement the Reset control event.
- MSI: Improve the MsiGetMode stub a little.
- msi: Add a stub for MsiGetLastErrorRecord.
- msi: Define the property "Intel" if we're running on an Intel processor.
- msi: Apply any MSI transforms specified by the TRANSFORMS property.
Marcus Meissner <marcus@jet.franken.de>
- msi: Report the commandline that failed to start in ERR()s.

svn path=/trunk/; revision=20620

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 19:59:46 +0000 (19:59 +0000)]
Sync to Wine-0_9_5:
Vitaliy Margolen <wine-patch@kievinfo.com>
- comctl32: Listview - allow selection toggle with ctrl+space.
Robert Reif <reif@earthlink.net>
- comctl32: Create ipaddress in enabled state.
Thomas Weidenmueller <wine-patches@reactsoft.com>
- comctrl32: ReAlloc should be able to move memory blocks if necessary.
- comctl32: Fix error handling in PSM_ADDPAGE in case of memory
  allocation failure.

svn path=/trunk/; revision=20619

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 19:56:51 +0000 (19:56 +0000)]
Sync to Wine-0_9_5:
Alexandre Julliard <julliard@winehq.org>
- Support building flex files without debug support.
- Added some flex options to avoid compiler warnings.
  Moved options from the Makefile into the source.

svn path=/trunk/; revision=20618

18 years agofix a typo
Magnus Olsen [Fri, 6 Jan 2006 19:05:34 +0000 (19:05 +0000)]
fix a typo

svn path=/trunk/; revision=20617

18 years ago- Added the properties dialog
Ged Murphy [Fri, 6 Jan 2006 18:28:27 +0000 (18:28 +0000)]
- Added the properties dialog
- Add an about dialog
- Split up the query code to make it more usable
- Call description from the registry
- Many other code mods

svn path=/trunk/; revision=20616

18 years agoMerge in a post-Wine-0_9_5 change to get rid of some warnings. Thanks to
Gé van Geldorp [Fri, 6 Jan 2006 17:46:36 +0000 (17:46 +0000)]
Merge in a post-Wine-0_9_5 change to get rid of some warnings. Thanks to
CvW for reporting.

svn path=/trunk/; revision=20615

18 years agoSync to Wine-0_9_5:
Gé van Geldorp [Fri, 6 Jan 2006 17:26:49 +0000 (17:26 +0000)]
Sync to Wine-0_9_5:
Alexandre Julliard <julliard@winehq.org>
- Support building flex files without debug support.
- Added some flex options to avoid compiler warnings.
  Moved options from the Makefile into the source.

svn path=/trunk/; revision=20614

18 years agoimplemented ExpandEnvironmentStringsForUserA/W
Thomas Bluemel [Fri, 6 Jan 2006 15:42:12 +0000 (15:42 +0000)]
implemented ExpandEnvironmentStringsForUserA/W

svn path=/trunk/; revision=20612