reactos/reactos
Hermès Bélusca-Maïto 232df32115 [USER32]
MessageBoxIndirect fixes by Carlo Bramini:
- Implemented loading of text and caption if they are detected as resource IDs.
- Use direct resource string pointers with LoadStringW and use the returned string length.
- Dramatically improve the implementation of ID and resource string assignments, by using a little look up table. This removes some ugly, difficult to maintain copy-paste code.
- Fix the scaling of logical coordinates by making it aware of rounding, i.e. the size of the controls is now calculated correctly.
CORE-10352 #resolve #comment Thank you for the patch! :D

svn path=/trunk/; revision=69935
2015-11-18 23:46:38 +00:00
..
base [CHARMAP] 2015-11-18 19:24:08 +00:00
boot [FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it stdcall. 2015-11-10 12:14:56 +00:00
cmake [CMAKE] Properly pass arguments to the host tools phase. Fixes MSVC x64 build. 2015-11-07 17:35:27 +00:00
dll [CRYPT32] Sync with Wine Staging 1.7.55. CORE-10536 2015-11-17 21:12:00 +00:00
drivers [ACPI] 2015-11-16 20:01:04 +00:00
hal [HAL] Fix HalpInitializeTsc prototype. 2015-11-10 13:19:40 +00:00
include [PSDK] Add missing BCRYPT_HASH_HANDLE. 2015-11-17 16:15:10 +00:00
lib [CRT] Import _snscanf() from Wine Staging 1.7.55. [MSVCRT] Export _snscanf(). CORE-10529 CORE-10536 2015-11-16 22:01:01 +00:00
media [CRYPT32] Sync with Wine Staging 1.7.55. CORE-10536 2015-11-17 21:12:00 +00:00
modules [CD_EXTRAS]: Add the possibility to have different "extras" files for the different CD targets (in addition to the hybridcd) we have (useful for testers, for ReactOS shows, etc...). By Mark Jansen. 2015-04-15 21:29:53 +00:00
ntoskrnl [NTOS:KD] 2015-11-14 08:55:46 +00:00
subsystems [CSRSRV][CONSRV]: Remove the DPRINTs introduced for solving CORE-10510 and CORE-9742. 2015-11-15 15:18:59 +00:00
tools [UNICODE] Sync with Wine Staging 1.7.55. CORE-10536 2015-11-17 10:35:27 +00:00
win32ss [USER32] 2015-11-18 23:46:38 +00:00
apistatus.lst
CMakeLists.txt [CMAKE] Print the build type so it's clearly visible at configure time whether we are doing a Debug or a Release build for example. 2015-10-30 09:55:58 +00:00
configure.cmd [CONFIGURE] 2015-10-24 12:30:42 +00:00
configure.sh [CONFIGURE.SH] 2015-10-18 15:47:20 +00:00
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS - Fix my email to the @reactos.org one -- remove outdated hotmail. 2015-09-07 21:39:37 +00:00
Doxyfile
INSTALL
PreLoad.cmake
README
toolchain-clang.cmake
toolchain-gcc.cmake [CMAKE] Default to Debug for the build type in GCC builds. 2015-05-23 11:45:59 +00:00
toolchain-msvc.cmake [CMAKE] Set Debug as the default build type for MSVC builds. 2015-09-05 14:38:50 +00:00

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

1. What is ReactOS?

   ReactOS is an Open Source effort to develop a quality operating system
that is compatible with Windows NT applications and drivers.

   The ReactOS project, although currently focused on Windows XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.