reactos/reactos
James Tabor 9fc803f366 [Win32k]
- Fix a activation drawing issue, if the window is not activated do not draw it active. Used testmenu program from CORE-1573 to test it. If this creates a new problem please open a Jira report.

svn path=/trunk/; revision=69263
2015-09-18 09:28:20 +00:00
..
base [TRANSLATION] 2015-09-17 17:26:52 +00:00
boot [MSXML3][BOOTDATA] Add icons for XML and XSL files and use them. Patch by Jared Smudde with some modifications by me. CORE-10133 2015-09-16 21:45:48 +00:00
cmake Hepp didn't work 2015-09-13 11:46:15 +00:00
dll [TRANSLATION] 2015-09-17 17:26:52 +00:00
drivers [MSFS] 2015-09-15 09:40:30 +00:00
hal [HAL] Get rid off REGISTERCALL ("regparm(3)" for GCC) and replace with good old NTAPI (stdcall). Such an obsession with avoiding stack usage is not healthy nor makes much sense today (or even a long time before today) with processors that have a decent L1 cache, whose "cost of access" is basically the same as to that of a register, and with processors being capable of recognising basic access patterns to ensure frequently used memory (read: stack) is in the cache. Slapping FASTCALL/regparm on frequently used code does not ensure it actually operates faster. You want to know what really hurts performance (and cache)? Slapping FORCEINLINE on everything like if it was some kind of asm macro, making code needlessly bloated. 2015-09-15 23:03:42 +00:00
include Fix a load of assumptions about default calling convention, a lot more remain. 2015-09-15 13:15:28 +00:00
lib [NTOS:CM] 2015-09-18 09:25:58 +00:00
media [TRANSLATION] 2015-09-17 17:26:52 +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:CM] 2015-09-18 09:25:58 +00:00
subsystems [NTVDM] 2015-09-17 23:04:05 +00:00
tools [EFISYS]: Add 'bcd_hive' as a dependency. 2015-09-09 19:48:15 +00:00
win32ss [Win32k] 2015-09-18 09:28:20 +00:00
apistatus.lst
CMakeLists.txt [FATTEN] 2015-09-08 03:37:47 +00:00
configure.cmd - "::" instead of "REM" inside a if () in batch is evil and can cause a really nice mess from time to time. 2015-09-12 09:51:25 +00:00
configure.sh
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.