reactos/reactos
Gé van Geldorp fe687a094d Sync to Wine-20050111:
Eric Pouech <pouech-eric@wanadoo.fr>
- Removed excessive statement (break after return or goto, not useful
break, not needed vars...)
Michael Stefaniuc <mstefani@redhat.de>
- Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
Ulrich Czekalla <ulrich@codeweavers.com>
- Add partial handler for WM_PRINTCLIENT.
- WM_GETTEXTLENGTH should return zero for owner drawn status bars.
Jon Griffiths <jon_p_griffiths@yahoo.com>
- Remove unneeded headers to reduce unneeded rebuilds.
- Implement the remaining MRU functions, fix a couple of differences
from native comctl32, add tests of MRU behaviour and documentation.
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes.
Eric Kohl <eric.kohl@t-online.de>
- DrawStatusText() must not process prefix characters.
Filip Navara <xnavara@volny.cz>
- Don't use DrawEdge with NULL device context, it's invalid call and
  sets last error.
- Tooltip icons must be destroyed with DestroyIcon and not with
  DeleteObject.
- Rebar cursors must be destroyed with DestroyCursor and not with
  DeleteObject.
Robert Shearman <rob@codeweavers.com>
- Use the DrawFocusRect function to draw the focus rect, instead of a
broken home-brewed solution.
- Don't highlight text in non-TVS_TRACKSELECT mode.
- Add code for hot tracking.
- Draw hot items with underline and with highlight colour with
  TVS_TRACKSELECT style.
- Set cursor to hand cursor with TVS_TRACKSELECT style.
- Make sure uInternalStatus is consistent with actual scrollbar state
  by forcing scrollbars off in WM_CREATE handler.
- Make the month calendar child window auto-size instead of using a
  hard coded 200px.
- Use SetFocus when the control is clicked on to get the correct
  behaviour when another control clicked on.
- Force the WS_EX_CLIENTEDGE style, instead of emulating it.
- Implement WM_ENABLE handler to update cached control style when the
  control is disabled.
- Move background drawing into WM_ERASEBKGND handler and draw the
  background differently when disabled.
- Change WM_PAINT handler to draw text with transparent background and
  with the correct colour for the style.
- Initialize selected field to -1 instead of 0 so that the control
  notices when field 0 is selected.
Vitaly Lipatov <lav@etersoft.ru>
- Add comments, fix negative value from GetCurFocus.
Alexandre Julliard <julliard@winehq.org>:
- Janitorial: C booleans must not be compared against TRUE.
Mike McCormack <mike@codeweavers.com>
- Fix image list mask and blending.
Evan Deaubl <wine@warpedview.com>
- GetItemA/W on header controls should handle message even if index is
invalid.
Crestez Leonard <cleonard@go.ro>
- Fix bug with Treeview_SelectItem reselecting the same item.
Thomas Weidenmnller <w3seek@gmail.com>
- Free allocated font handles when control is destroyed.

svn path=/trunk/; revision=12933
2005-01-11 22:44:10 +00:00
..
apps migrate substitution keywords to SVN 2005-01-06 13:58:04 +00:00
boot/freeldr - Fixed ROUND_UP. 2005-01-01 10:54:48 +00:00
bootdata Added spanish layout to the registry. 2005-01-08 11:59:41 +00:00
dk migrate substitution keywords to SVN 2005-01-06 13:58:04 +00:00
doc Update status 2004-12-31 17:10:32 +00:00
drivers Added a work item to prevent stack overflow. 2005-01-10 04:43:05 +00:00
hal - Output correct length and page to the controller on DMA transfers. 2005-01-09 14:11:25 +00:00
iface Move ke/zw.c to ex/zw.c 2005-01-07 16:10:50 +00:00
include add comments + small fix/change 2005-01-11 01:47:35 +00:00
lib Sync to Wine-20050111: 2005-01-11 22:44:10 +00:00
media grrr I forgot to do binary..... 2004-11-11 17:27:58 +00:00
ntoskrnl Fix comments to be recognized by Doxygen. 2005-01-11 22:15:41 +00:00
regtests migrate substitution keywords to SVN 2005-01-06 13:58:04 +00:00
services migrate substitution keywords to SVN 2005-01-06 13:58:04 +00:00
subsys Fix compilation without NDEBUG. 2005-01-10 23:11:45 +00:00
tools when echoing too much stuff on windows, a newline is generated and it tries to execute the stuff echoed... 2005-01-10 03:03:24 +00:00
w32api migrate substitution keywords to SVN 2005-01-06 13:58:04 +00:00
apistatus.lst Added shared RTL functions to appear in ntoskrnl exports (Since they are in fact exported by ntoskrnl) 2004-08-07 06:48:49 +00:00
baseaddress.cfg migrate substitution keywords to SVN 2005-01-06 13:58:04 +00:00
config - Replaced MP with CONFIG_SMP. 2005-01-05 19:25:49 +00:00
COPYING
CREDITS Add Everaldo to credits 2004-02-23 04:29:39 +00:00
Doxyfile activate Doxygen SEARCHENGINE option 2003-12-14 10:55:30 +00:00
INSTALL
Jamfile
Jamrules
LGPL.txt
Makefile - Changed a forgotten MP to CONFIG_SMP. 2005-01-11 20:23:48 +00:00
README Update version number to 0.2.x 2004-06-22 23:27:48 +00:00
rules.mak Changed half-verbose build output a bit: 2004-12-13 02:20:09 +00:00

========================
ReactOS Version 0.2.x
Updated June 23rd, 2004
========================

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 NT 4.0
compatibility, is always keeping an eye towards compatibility with
future Windows NT releases, that is, Windows 2000 (NT 5.0) and
Windows XP (NT 5.1).

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

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the doc subdirectory for some sparse notes

4. Who is responsible

See the CREDITS file