reactos.git
11 years ago[MSPORTS]
Eric Kohl [Thu, 26 May 2011 21:20:06 +0000 (21:20 +0000)]
[MSPORTS]
- Try to read the PortName registry value and get the port number from the name.
- Determine the port number for parallel ports the same way we determine the port number for serial ports, except for the use of the com port database.

svn path=/trunk/; revision=51935

11 years ago[FASTFAT]
Rafal Harabien [Thu, 26 May 2011 20:59:48 +0000 (20:59 +0000)]
[FASTFAT]
- Use constant instead of magic number

svn path=/trunk/; revision=51933

11 years ago[VERSION]
Rafal Harabien [Thu, 26 May 2011 20:52:59 +0000 (20:52 +0000)]
[VERSION]
- Remove redundant file

svn path=/trunk/; revision=51932

11 years ago[BOOTDATA]
Rafal Harabien [Thu, 26 May 2011 20:39:52 +0000 (20:39 +0000)]
[BOOTDATA]
- Add Start Menu shell32 class to registry so LiveCD has it. It's needed for explorer-new.

[FREELDR]
- Fix rbuild file

svn path=/trunk/; revision=51931

11 years ago[NTOSKRNL]
Cameron Gutman [Thu, 26 May 2011 20:39:15 +0000 (20:39 +0000)]
[NTOSKRNL]
- Implement the kernel side of surprise device removal including sending the appropriate IRPs and notifying the user-mode PnP manager
- Fix the completely broken GUID_DEVICE_ARRIVAL notification (we were sending it for the parent not the children and we were sending regardless of whether any device had actually arrived)

svn path=/trunk/; revision=51930

11 years ago[USETUP]
Rafal Harabien [Thu, 26 May 2011 20:33:58 +0000 (20:33 +0000)]
[USETUP]
- Fix polish translation

svn path=/trunk/; revision=51929

11 years ago[PCI]
Cameron Gutman [Thu, 26 May 2011 19:51:12 +0000 (19:51 +0000)]
[PCI]
- Inform the PnP manager that we don't support stopping devices by failing the IRP_MN_QUERY_STOP_DEVICE IRP instead of the IRP_MN_STOP_DEVICE IRP (which is not allowed)

svn path=/trunk/; revision=51928

11 years ago[NDIS]
Cameron Gutman [Thu, 26 May 2011 19:34:39 +0000 (19:34 +0000)]
[NDIS]
- Fix handling of some PnP IRPs
- Handle IRP_MN_STOP_DEVICE as it travels down the stack not up
- Only complete the IRP_MN_QUERY_XXX_DEVICE IRPs if we fail them otherwise pass them down the device stack
- Handle IRP_MN_CANCEL_XXX_DEVICE as it travels back up the stack not on its way down
- Append our flags when handling IRP_MN_QUERY_PNP_DEVICE_STATE and pass it down the device stack

svn path=/trunk/; revision=51927

11 years ago[TASKMGR]
Rafal Harabien [Thu, 26 May 2011 18:19:17 +0000 (18:19 +0000)]
[TASKMGR]
- Simplify opening settings registry key

svn path=/trunk/; revision=51925

11 years ago[SERVICES]
Eric Kohl [Thu, 26 May 2011 10:50:26 +0000 (10:50 +0000)]
[SERVICES]
- Add database locks to ScmAutoShutdownServices, RCreateServiceW and REnumServicesStatusExW.
- Add experimental logging of failed service start (WIP).

svn path=/trunk/; revision=51921

11 years ago[MSPORTS]
Eric Kohl [Wed, 25 May 2011 22:14:40 +0000 (22:14 +0000)]
[MSPORTS]
Store the PortName value in the registry.
Please note that SetupDiCreateDevRegKey and SetupDiOpenDevRegKey are broken because they do not open or create the 'Device Parameters' subkey of a device instance key but the device instance key itself.

svn path=/trunk/; revision=51916

11 years ago[LOGONUI]
Ged Murphy [Wed, 25 May 2011 18:53:04 +0000 (18:53 +0000)]
[LOGONUI]
Add gabriel's fixed bitmap and a more forgiving rbuild file

svn path=/trunk/; revision=51907

11 years ago[LOGONUI]
Ged Murphy [Wed, 25 May 2011 17:13:54 +0000 (17:13 +0000)]
[LOGONUI]
- Start to put together the logon / logoff user interface process
- It currently paints an exact pixel replica of WinXP's welcome screen in a logging off state
- Just a bit of fun at the moment, but will be part of the UI revamp we're all working towards.

svn path=/trunk/; revision=51906

11 years agouse application specific icon for small AND large icon instead of predefined one...
Matthias Kupfer [Wed, 25 May 2011 11:22:36 +0000 (11:22 +0000)]
use application specific icon for small AND large icon instead of predefined one (otherwise alt-tab shows default icon)

svn path=/trunk/; revision=51902

11 years ago[MSPORTS]
Eric Kohl [Wed, 25 May 2011 10:52:12 +0000 (10:52 +0000)]
[MSPORTS]
- Implement ComDBClaimNextFreePort and ComDBReleasePort.
- Add stubs for ComDBGetCurrentPortUsage and ComDBResizeDatabase.
- Do not keep the port bitmap in a buffer between calls but use a read-modify-write strategy instead.
- Replace pointer-based access to the port bitmap by index-based access.
- Use ComDBClaimNextFreePort in the serial port installer.
See issue #6272 for more details.

svn path=/trunk/; revision=51901

11 years ago[NTOSKRNL]
Pierre Schweitzer [Tue, 24 May 2011 21:21:54 +0000 (21:21 +0000)]
[NTOSKRNL]
- Fix remove locks with debug block initialization in IoInitializeRemoveLockEx(). Before only their debug block was initialized, and not the lock itself...
- Implemented support remove locks debug blocks in IoAcquireRemoveLockEx(), IoReleaseRemoveLockEx() and IoReleaseRemoveLockAndWaitEx()
This will help debugging in storage stack and is required since partmgr is using them.

svn path=/trunk/; revision=51898

11 years ago[SHELL32_NEW]
Ged Murphy [Tue, 24 May 2011 18:18:56 +0000 (18:18 +0000)]
[SHELL32_NEW]
- Merge 48786. (This is why we moved to C++, so much cleaner than the previous C code.)

- Improve parameter checks for IShellLinkA interface.
- Fix heap corruption when an invalid pointer is passed.
- Implement IPersistFile_fnGetCurFile.
- TODO: Add same checks to IShellLinkW interface and fix IShellLink[A|W]::GetPath / SetPath / SetIdList / GetIdList logic.

svn path=/trunk/; revision=51891

11 years ago[SHELL32_NEW]
Ged Murphy [Tue, 24 May 2011 18:14:47 +0000 (18:14 +0000)]
[SHELL32_NEW]
- Merge 48254, 48371, 48463, 48501
- Don't worry about trying to build this dll, it needs the new PSDK interfaces which won't be committed until the very end as they'll break the existing shell32. It make take a day or two as everything has to be merged by hand.

svn path=/trunk/; revision=51890

11 years ago[NTOSKRNL/MM]
Jérôme Gardou [Tue, 24 May 2011 17:55:27 +0000 (17:55 +0000)]
[NTOSKRNL/MM]
  - clear right bit when freeing pool pages.

svn path=/trunk/; revision=51887

11 years ago[WIN32K]
Timo Kreuzer [Tue, 24 May 2011 16:23:36 +0000 (16:23 +0000)]
[WIN32K]
- Add a comment about alignment for GreCreateBitmap
- Make bits really 32bit aligned
- Remove unused variable

svn path=/trunk/; revision=51886

11 years ago[WIN32K]
Timo Kreuzer [Tue, 24 May 2011 15:35:30 +0000 (15:35 +0000)]
[WIN32K]
- Fix the bitmap alignment issue that caused broken scrollbar pattern

svn path=/trunk/; revision=51885

11 years ago[RPCSS]
Olaf Siejka [Mon, 23 May 2011 21:49:12 +0000 (21:49 +0000)]
[RPCSS]
Addenum. This change slipped past in commit 51873. Fix name of irot header include, which should be irot.h and not irot_s.h. Fixes rpcss build in MSVC.

svn path=/trunk/; revision=51874

11 years agoConverting POLISH localisation strings to UTF-8. Part 2/4 -
Olaf Siejka [Mon, 23 May 2011 21:36:15 +0000 (21:36 +0000)]
Converting POLISH localisation strings to UTF-8. Part 2/4 -
- base\setup and base\system coversion
- added PRAGMA to rsrc/resource files
- added missing polish translations - subst and runonce
- small fixes, style and wording
Tested on rbuild/cmake/nmake

svn path=/trunk/; revision=51873

11 years agorevert previous commit due to serious build problems
Matthias Kupfer [Mon, 23 May 2011 19:48:04 +0000 (19:48 +0000)]
revert previous commit due to serious build problems

svn path=/trunk/; revision=51872

11 years agopatch by Igor Paliychuk <mansonigor at gmail dot com>:
Matthias Kupfer [Mon, 23 May 2011 19:30:50 +0000 (19:30 +0000)]
patch by Igor Paliychuk <mansonigor at gmail dot com>:
- [CMAKE] Reduce difference with cmake branch
- msvc fixes
- minor changes by me

svn path=/trunk/; revision=51871

11 years ago[CMAKE]
Amine Khaldi [Mon, 23 May 2011 18:52:04 +0000 (18:52 +0000)]
[CMAKE]
* Remove meaningless target_link_libraries(${MODULE})

svn path=/trunk/; revision=51870

11 years agoReal fix of the broken build.
Eric Kohl [Mon, 23 May 2011 18:49:03 +0000 (18:49 +0000)]
Real fix of the broken build.

svn path=/trunk/; revision=51869

11 years ago[CMAKE]
Timo Kreuzer [Mon, 23 May 2011 18:27:16 +0000 (18:27 +0000)]
[CMAKE]
- Remove last traces of mingw_common
- adopt msvcrtex on msvc builds
- Fix MSVC warnings in crtexe.c, already pushed upstream

svn path=/trunk/; revision=51868

11 years ago[MSPORTS]
Timo Kreuzer [Mon, 23 May 2011 18:22:24 +0000 (18:22 +0000)]
[MSPORTS]
Fix build

svn path=/trunk/; revision=51867

11 years ago[MSPORTS]
Eric Kohl [Mon, 23 May 2011 17:54:16 +0000 (17:54 +0000)]
[MSPORTS]
- Add msports.h header file.
- Add the initial version of the com port database and use it to track the used com ports.

svn path=/trunk/; revision=51866

11 years ago[USETUP]
Timo Kreuzer [Mon, 23 May 2011 17:43:13 +0000 (17:43 +0000)]
[USETUP]
Don't link to mingw_main/mingw_common/kernel32!

svn path=/trunk/; revision=51865

11 years ago[TASKMGR]
Timo Kreuzer [Mon, 23 May 2011 17:33:21 +0000 (17:33 +0000)]
[TASKMGR]
Convert Japanese resource file to UTF-8 and fix a typo

svn path=/trunk/; revision=51863

11 years ago[CRT]
Timo Kreuzer [Mon, 23 May 2011 17:33:04 +0000 (17:33 +0000)]
[CRT]
Check for _WIN32 instead of _WINDOWS_

svn path=/trunk/; revision=51862

11 years ago[CRT]
Timo Kreuzer [Mon, 23 May 2011 17:13:38 +0000 (17:13 +0000)]
[CRT]
Fix a bug in amd64 version of __chkstk_ms, noticed by Stefan

svn path=/trunk/; revision=51861

11 years ago[CMAKE]
Timo Kreuzer [Mon, 23 May 2011 15:50:03 +0000 (15:50 +0000)]
[CMAKE]
- Create a new library msvcrtex, which will be automatically linked, when msvcrt is linked. This is yet a minimal version which replaces the different mingw libs.
- Use proper unicode entrypoints
- remove unneeded libcoldname.a

svn path=/trunk/; revision=51860

11 years ago[MMIXER_TEST]
Timo Kreuzer [Mon, 23 May 2011 15:36:00 +0000 (15:36 +0000)]
[MMIXER_TEST]
- Fix order of importlibs (will be required soon)

svn path=/trunk/; revision=51859

11 years ago[CMAKE]
Amine Khaldi [Mon, 23 May 2011 10:52:37 +0000 (10:52 +0000)]
[CMAKE]
* Add module_clean targets.

svn path=/trunk/; revision=51857

11 years ago[FREELDR]
Timo Kreuzer [Mon, 23 May 2011 07:57:44 +0000 (07:57 +0000)]
[FREELDR]
"Fix" build with MSVC

svn path=/trunk/; revision=51856

11 years ago* Back out r51854 as our KeBugCheckEx does return (due to a hack).
Amine Khaldi [Sun, 22 May 2011 22:19:47 +0000 (22:19 +0000)]
* Back out r51854 as our KeBugCheckEx does return (due to a hack).

svn path=/trunk/; revision=51855

11 years ago* Consistently mark KeBugCheckEx with the noreturn attribute. Patch by Igor Paliychuk.
Amine Khaldi [Sun, 22 May 2011 22:08:01 +0000 (22:08 +0000)]
* Consistently mark KeBugCheckEx with the noreturn attribute. Patch by Igor Paliychuk.

svn path=/trunk/; revision=51854

11 years ago[MSVC]
Olaf Siejka [Sun, 22 May 2011 13:56:46 +0000 (13:56 +0000)]
[MSVC]
Final fix for MSVC build of base\application resources

svn path=/trunk/; revision=51845

11 years ago[MSVC]
Olaf Siejka [Sun, 22 May 2011 11:57:27 +0000 (11:57 +0000)]
[MSVC]
Arch Blackmann should know not to remove empty lines at the end of resource/rsrc files in base\applications. Should fix MS Linker fatal error RC1004 for modules affected.

svn path=/trunk/; revision=51844

11 years ago[MSPORTS]
Eric Kohl [Sun, 22 May 2011 08:57:33 +0000 (08:57 +0000)]
[MSPORTS]
Determine serial port names COM1-4 and parallel port names LPT1-2 from their resources. Other serial and parallel are still named COMx and LPTx.

svn path=/trunk/; revision=51843

11 years ago[CMAKE/IDL]
Amine Khaldi [Sat, 21 May 2011 17:44:39 +0000 (17:44 +0000)]
[CMAKE/IDL]
* Make sure to declare all the output files, so that the cleanup step could take care of them.

svn path=/trunk/; revision=51842

11 years agoConverting POLISH localisation strings to UTF-8. Part 1/x -
Olaf Siejka [Sat, 21 May 2011 16:24:21 +0000 (16:24 +0000)]
Converting POLISH localisation strings to UTF-8. Part 1/x -
- base/applications. pl-PL.rc conversion;
- add PRAGMA, required by MSVC to rsrc/modulename/resource.rc, instead of individual localisation files. Localisation files already converted to UTF-8 will be placed at the end, after PRAGMA.

Tested on rbuild/cmake/nmake

svn path=/trunk/; revision=51841

11 years ago[FREELDR]
Amine Khaldi [Sat, 21 May 2011 15:27:24 +0000 (15:27 +0000)]
[FREELDR]
* Make KeBugCheckEx definition consistent with the declaration. Fixes an msvc error.

svn path=/trunk/; revision=51840

11 years ago[CMAKE]
Amine Khaldi [Sat, 21 May 2011 12:39:48 +0000 (12:39 +0000)]
[CMAKE]
* Merge more msvc fixes from the cmake branch.

svn path=/trunk/; revision=51838

11 years ago[CMAKE]
Amine Khaldi [Sat, 21 May 2011 12:30:26 +0000 (12:30 +0000)]
[CMAKE]
* Merge some msvc fixes from the cmake branch.

svn path=/trunk/; revision=51837

11 years ago[CMAKE]
Amine Khaldi [Sat, 21 May 2011 09:38:52 +0000 (09:38 +0000)]
[CMAKE]
* Fix cmake build. Now both rbuild and cmaked based builds compile and boot to shell.

svn path=/trunk/; revision=51836

11 years ago[Win32k|User32]
James Tabor [Sat, 21 May 2011 06:34:02 +0000 (06:34 +0000)]
[Win32k|User32]
- Move creation of the scrollbar Gray brush from user32 to win32k.
- Noticed a color and pattern (patchy white pattern) difference when using GreCreateBitmap and it did not work the same as the main function. Correcting this fixed the Gray brush. Someone from YAROTOWS needs to look into this.

svn path=/trunk/; revision=51835

11 years ago[Win32csr]
James Tabor [Sat, 21 May 2011 00:35:53 +0000 (00:35 +0000)]
[Win32csr]
- Hack fix to allow Alt-Tab/Esc to be supported. More investigation is required, see bug 6198.

svn path=/trunk/; revision=51834

11 years ago[User32]
James Tabor [Sat, 21 May 2011 00:24:38 +0000 (00:24 +0000)]
[User32]
- When active or inactive set the appropriate action so the correct keyboard mode can be returned.

svn path=/trunk/; revision=51833

11 years ago[User32]
James Tabor [Sat, 21 May 2011 00:22:25 +0000 (00:22 +0000)]
[User32]
- Uses KF_Xxx flags instead of made up ones. Someone let wine know there are standard flags to use.

svn path=/trunk/; revision=51832

11 years ago[User32]
James Tabor [Sat, 21 May 2011 00:12:48 +0000 (00:12 +0000)]
[User32]
- Add Switch Class support. See bug 5378. Original patch by David Quintana. Alt-Tab works the same as windows, Alt-Esc needs more work.

svn path=/trunk/; revision=51831

11 years agoRehaul the bootcd tree.
Sylvain Petreolle [Fri, 20 May 2011 22:29:54 +0000 (22:29 +0000)]
Rehaul the bootcd tree.
All dlls and drivers are in their normal directories instead of having all in reactos\.
Original implementation by zefklop in cmake branch.

svn path=/trunk/; revision=51830

11 years agoFix dependency graph in yEd.
Sylvain Petreolle [Fri, 20 May 2011 21:31:47 +0000 (21:31 +0000)]
Fix dependency graph in yEd.
- ntdll target was not found when added in first.
- ntoskrnl has to be in the graph despite being an EXECUTABLE.

svn path=/trunk/; revision=51829

11 years agoAdd bootcdregtest target to cmake build.
Sylvain Petreolle [Thu, 19 May 2011 21:55:57 +0000 (21:55 +0000)]
Add bootcdregtest target to cmake build.

svn path=/trunk/; revision=51824

11 years ago[shell32/shell32_new] Improve German translation
Gregor Schneider [Thu, 19 May 2011 18:24:57 +0000 (18:24 +0000)]
[shell32/shell32_new] Improve German translation

svn path=/trunk/; revision=51823

11 years ago[appwiz] Allow passing directories to the create new shortcut wizard
Gregor Schneider [Thu, 19 May 2011 18:04:10 +0000 (18:04 +0000)]
[appwiz] Allow passing directories to the create new shortcut wizard
See issue #6169 for more details.

svn path=/trunk/; revision=51822

11 years ago[SETUPAPI]
Eric Kohl [Thu, 19 May 2011 17:56:35 +0000 (17:56 +0000)]
[SETUPAPI]
Implement CM_Get_Class_Registry_PropertyW.

svn path=/trunk/; revision=51821

11 years agoMerge r51819
Ged Murphy [Thu, 19 May 2011 08:19:07 +0000 (08:19 +0000)]
Merge r51819

svn path=/trunk/; revision=51820

11 years ago[shell32] One sizeof shall suffice
Gregor Schneider [Wed, 18 May 2011 22:08:44 +0000 (22:08 +0000)]
[shell32] One sizeof shall suffice

svn path=/trunk/; revision=51819

11 years ago[MSPORTS]
Eric Kohl [Wed, 18 May 2011 09:08:24 +0000 (09:08 +0000)]
[MSPORTS]
Remove reference to non-existing files and unused libraries.

svn path=/trunk/; revision=51818

11 years ago[syssetup] Remove duplicate code, adjust message box text to fit the context
Gregor Schneider [Tue, 17 May 2011 19:33:22 +0000 (19:33 +0000)]
[syssetup] Remove duplicate code, adjust message box text to fit the context

svn path=/trunk/; revision=51814

11 years ago[MSPORTS]
Eric Kohl [Tue, 17 May 2011 19:24:19 +0000 (19:24 +0000)]
[MSPORTS]
- Implement a simple class installer that assigns the friendly name "Serial Port (COMx)" to all serial ports.
- Enable the class installer in ports.inf.
- Add parallel port installer configuration to ports.inf (disabled).

svn path=/trunk/; revision=51813

11 years ago[msconfig/freeldr]
Gregor Schneider [Tue, 17 May 2011 18:32:51 +0000 (18:32 +0000)]
[msconfig/freeldr]
- Load freeldr.ini first chance, boot.ini on second chance
- Make freeldr list box scrollable
- Fix some FIXME's
[msgconfig/system]
- Implement parsing and displaying system.ini contents
See issue #1986 for more details.

svn path=/trunk/; revision=51811

11 years ago[SETUPAPI]
Eric Kohl [Tue, 17 May 2011 13:32:12 +0000 (13:32 +0000)]
[SETUPAPI]
Fix SetupDiCreateDevRegKeyW: When trying to open a devices driver key (DIREG_DRV) the function always created a new driver instance key. The fixed version checks for an existing driver value. If the driver value exists, it opens or creates the driver instance key. If the driver value does not exist, the function generates a new driver instance key and sets a new driver value for the device instance.

svn path=/trunk/; revision=51809

11 years ago[SETUPAPI]
Eric Kohl [Tue, 17 May 2011 10:06:36 +0000 (10:06 +0000)]
[SETUPAPI]
- SetupDiCreateDeviceInfoW: Really create a new device instance instead and return its device info data instead of returning the device info data for an existing device.
- Implement SetupDiDeleteDeviceInfo.

svn path=/trunk/; revision=51807

11 years ago[CFGMGR32]
Eric Kohl [Mon, 16 May 2011 23:37:19 +0000 (23:37 +0000)]
[CFGMGR32]
- Add forwarders for functions that have been implemented in setupapi.dll.
- Remove forwarders which are not exported by cfgmgr32.dll.

svn path=/trunk/; revision=51803

11 years ago[SETUPAPI]
Eric Kohl [Mon, 16 May 2011 23:12:12 +0000 (23:12 +0000)]
[SETUPAPI]
- Add stubs CM_Get_Class_Registry_PropertyA/W.
- Move CMP_RegisterNotification, CMP_UnregisterNotification and CMP_WaitNoPendingInstallEvents.
- Remove stubs TPWriteProfileString and suErrorToIds because they are part of setupx.dll (16 bit DLL).

svn path=/trunk/; revision=51802

11 years agoAdd cmake configure script for unix.
Sylvain Petreolle [Mon, 16 May 2011 21:26:08 +0000 (21:26 +0000)]
Add cmake configure script for unix.

svn path=/trunk/; revision=51801

11 years agorestart German translation - please don't delete existing work in future
Matthias Kupfer [Mon, 16 May 2011 19:13:15 +0000 (19:13 +0000)]
restart German translation - please don't delete existing work in future

svn path=/trunk/; revision=51800

11 years ago[CMAKE]
Amine Khaldi [Mon, 16 May 2011 18:53:45 +0000 (18:53 +0000)]
[CMAKE]
* Add the missing temporary import libs.

svn path=/trunk/; revision=51799

11 years ago[NTOSKRNL]
Pierre Schweitzer [Mon, 16 May 2011 18:06:14 +0000 (18:06 +0000)]
[NTOSKRNL]
- Fix the fix for IopStoreSystemPartitionInformation(). The sizeof wasn't on an unicode string...
I blame the guy who first wrote that function!
Thanks to "rs" on IRC for having spotted the error.

svn path=/trunk/; revision=51797

11 years ago[NTOSKRNL]
Pierre Schweitzer [Mon, 16 May 2011 17:52:03 +0000 (17:52 +0000)]
[NTOSKRNL]
- Implemented IoSetSystemPartition(). This is required by MountMgr.
- Fixed buffer size in IopStoreSystemPartitionInformation(). No need to have a buffer twice bigger than maximum use.

svn path=/trunk/; revision=51796

11 years ago[charmap] Carlo Bramini (carlo dot bramix at libero dot it):
Gregor Schneider [Mon, 16 May 2011 17:46:49 +0000 (17:46 +0000)]
[charmap] Carlo Bramini (carlo dot bramix at libero dot it):
- Fix font zoom when scrolling and changing fonts
- Optimize font zoom drawing
See issue #3500 for more details.

svn path=/trunk/; revision=51795

11 years ago[bootvid] Adam Kachwalla: use the BOOTCHAR_HEIGHT macro for defining the font height
Gregor Schneider [Mon, 16 May 2011 17:29:27 +0000 (17:29 +0000)]
[bootvid] Adam Kachwalla: use the BOOTCHAR_HEIGHT macro for defining the font height
See issue #6259 for more details.

svn path=/trunk/; revision=51793

11 years ago[CMAKE]
Amine Khaldi [Mon, 16 May 2011 16:32:34 +0000 (16:32 +0000)]
[CMAKE]
* Fix the typo, fix the build.

svn path=/trunk/; revision=51792

11 years ago[CMAKE]
Timo Kreuzer [Mon, 16 May 2011 16:11:31 +0000 (16:11 +0000)]
[CMAKE]
Fix build of rossym

svn path=/trunk/; revision=51791

11 years agorevert r51786
Timo Kreuzer [Mon, 16 May 2011 15:47:44 +0000 (15:47 +0000)]
revert r51786

svn path=/trunk/; revision=51790

11 years ago2nd try to fix build
Timo Kreuzer [Mon, 16 May 2011 15:20:44 +0000 (15:20 +0000)]
2nd try to fix build

svn path=/trunk/; revision=51787

11 years agotry to fix build
Timo Kreuzer [Mon, 16 May 2011 15:18:55 +0000 (15:18 +0000)]
try to fix build

svn path=/trunk/; revision=51786

11 years ago* Fix rbuild build.
Amine Khaldi [Mon, 16 May 2011 13:56:22 +0000 (13:56 +0000)]
* Fix rbuild build.

svn path=/trunk/; revision=51785

11 years ago[CMAKE]
Amine Khaldi [Mon, 16 May 2011 13:29:58 +0000 (13:29 +0000)]
[CMAKE]
* Fix cmake build on trunk.

svn path=/trunk/; revision=51784

11 years ago[CMAKE]
Timo Kreuzer [Mon, 16 May 2011 13:12:07 +0000 (13:12 +0000)]
[CMAKE]
Integrate cmake stuff into trunk
Only files added.

svn path=/trunk/; revision=51783

11 years ago[STLPORT]
Timo Kreuzer [Mon, 16 May 2011 13:00:45 +0000 (13:00 +0000)]
[STLPORT]
Copy stlport headers from cmake branch

svn path=/trunk/; revision=51782

11 years ago[STLPORT]
Timo Kreuzer [Mon, 16 May 2011 12:58:52 +0000 (12:58 +0000)]
[STLPORT]
Copy stlport from cmake branch 3/3

svn path=/trunk/; revision=51780

11 years ago[STLPORT]
Timo Kreuzer [Mon, 16 May 2011 12:58:06 +0000 (12:58 +0000)]
[STLPORT]
Copy stlport from cmake branch 2/x

svn path=/trunk/; revision=51779

11 years ago[STLPORT]
Timo Kreuzer [Mon, 16 May 2011 12:54:24 +0000 (12:54 +0000)]
[STLPORT]
Copy stlport from cmake branch 1/x

svn path=/trunk/; revision=51778

11 years agofix line endings
Matthias Kupfer [Mon, 16 May 2011 07:15:18 +0000 (07:15 +0000)]
fix line endings

svn path=/trunk/; revision=51776

11 years ago- some fixes in German country names
Matthias Kupfer [Sun, 15 May 2011 22:34:20 +0000 (22:34 +0000)]
- some fixes in German country names

svn path=/trunk/; revision=51775

11 years ago- full English and German country list
Matthias Kupfer [Sun, 15 May 2011 22:26:22 +0000 (22:26 +0000)]
- full English and German country list
- harcoded country names replaced by string identifiers

svn path=/trunk/; revision=51774

11 years ago[ApiTest]
James Tabor [Sun, 15 May 2011 21:15:38 +0000 (21:15 +0000)]
[ApiTest]
- Add a test for stack corruption when in window procedure call out.

svn path=/trunk/; revision=51773

11 years ago- German translation fixes
Matthias Kupfer [Sun, 15 May 2011 16:43:16 +0000 (16:43 +0000)]
- German translation fixes

svn path=/trunk/; revision=51769

11 years ago[SHELL32_NEW]
Ged Murphy [Sun, 15 May 2011 15:55:49 +0000 (15:55 +0000)]
[SHELL32_NEW]
- Add the shell32 code which has been converted into C++ from the existing C code.
- This is a straight drop using the code Andrew sent to me, it's currently unchanged and untested
- All C++ conversion work to date was carried out by Andrew Hill <ash77 at reactos dot org>

svn path=/trunk/; revision=51768

11 years ago[GLU32]
Olaf Siejka [Sun, 15 May 2011 15:51:26 +0000 (15:51 +0000)]
[GLU32]
- Properly fix compiler warning, by initializing the integer array with zeros. Remove GNUC #ifdef, introduced in rev 42970. Patch by Markus (thechief at praise dash land dot de)
See issue #6179 for more details.

svn path=/trunk/; revision=51767

11 years agoAdd the Windows version of SHIShellFolder_EnumObjects, but compile it out as per...
Ged Murphy [Sun, 15 May 2011 15:42:03 +0000 (15:42 +0000)]
Add the Windows version of SHIShellFolder_EnumObjects, but compile it out as per Wine's notes
Move the scope in the reg script

svn path=/trunk/; revision=51766

11 years ago[ATL]
Ged Murphy [Sun, 15 May 2011 14:40:53 +0000 (14:40 +0000)]
[ATL]
- Add DECLARE_NO_REGISTRY
- Fix invalid pointer use and add an overloaded assignment operator in CComDynamicUnkArray
- Add UpdateWindow to the CWindow class
- Add missing error checks
Changes by Andrew Hill <ash77 at reactos dot org>

svn path=/trunk/; revision=51763

11 years ago[RAPPS]
Rafal Harabien [Sun, 15 May 2011 14:18:13 +0000 (14:18 +0000)]
[RAPPS]
- Fix Swedish translation

svn path=/trunk/; revision=51762

11 years ago- make "Network connection" translatable
Matthias Kupfer [Sun, 15 May 2011 14:00:08 +0000 (14:00 +0000)]
- make "Network connection" translatable
- fixes spacer for centered progressbar in minitui

svn path=/trunk/; revision=51761