Author: jimtabor
Date: Sun Nov 26 03:24:56 2006
New Revision: 24827
URL: http://svn.reactos.org/svn/reactos?rev=24827&view=rev
Log:
Add the pDc_Attr to the main DC object. It will become a internal structure to Win32k.
Modified:
trunk/reactos/subsystems/win32/win32k/include/dc.h
Modified: trunk/reactos/subsystems/win32/win32k/include/dc.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/in…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/dc.h (original)
+++ trunk/reactos/subsystems/win32/win32k/include/dc.h Sun Nov 26 03:24:56 2006
@@ -91,6 +91,7 @@
{
HDC hSelf;
HDC hNext;
+ PDC_ATTR pDc_Attr;
DHPDEV PDev;
HSURF FillPatternSurfaces[HS_DDI_MAX];
PGDIINFO GDIInfo;
Author: janderwald
Date: Sun Nov 26 01:46:03 2006
New Revision: 24826
URL: http://svn.reactos.org/svn/reactos?rev=24826&view=rev
Log:
-fix a critical bug in SamGetUserSid
"I wonder how this all has worked with this..." :o)
Modified:
trunk/reactos/dll/win32/samlib/samlib.c
Modified: trunk/reactos/dll/win32/samlib/samlib.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/samlib/samlib.c?…
==============================================================================
--- trunk/reactos/dll/win32/samlib/samlib.c (original)
+++ trunk/reactos/dll/win32/samlib/samlib.c Sun Nov 26 01:46:03 2006
@@ -556,7 +556,7 @@
}
/* Open the user key */
- if (RegOpenKeyExW (hUserKey,
+ if (RegOpenKeyExW (hUsersKey,
UserName,
0,
KEY_READ,
Author: martinf
Date: Fri Nov 24 10:21:29 2006
New Revision: 24818
URL: http://svn.reactos.org/svn/reactos?rev=24818&view=rev
Log:
update TODO lisi
Modified:
trunk/reactos/base/shell/explorer/doc/TODO.txt
trunk/reactos/base/shell/explorer/makearchive.bat
Modified: trunk/reactos/base/shell/explorer/doc/TODO.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/doc/TO…
==============================================================================
--- trunk/reactos/base/shell/explorer/doc/TODO.txt (original)
+++ trunk/reactos/base/shell/explorer/doc/TODO.txt Fri Nov 24 10:21:29 2006
@@ -1,3 +1,4 @@
+- Combobox to switch the second input field between "Filter" and "Command"
- rewrite autostart code and include all possible autostart locations
- read "DESCRIPT.ION" files to display file descriptions
- detect display mode changes and adjust desktop bar size
@@ -32,3 +33,17 @@
<m-fuchs> tinus: we should think about installing some default shell extensions
<tinus_> m-fuchs: perhaps, but it'd be nice if they actually were shell extensions
+- ShellBrowser: Probleme mit TVIF_CHILDREN (in der dritten Ebene?)
+
+
+> The nits:
+> * the MDI file manager top window does not seem to be aware of the scroll-wheel
+> * the task bar clock color seems to be hard-coded, and so does not show
+> with the High Contrast color. Several other places have similar issues
+> * there's no quick launch
+> * the desktop lacks much functionality, including the ability to arrange icons
+> * there are no startmenu settings/it does not heed the MS explorer ones
+
+> Is there some means of transferring applications across desktops?
+> What about (configurable) key combos to cycle/change desktops?
+
Modified: trunk/reactos/base/shell/explorer/makearchive.bat
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/makear…
==============================================================================
--- trunk/reactos/base/shell/explorer/makearchive.bat (original)
+++ trunk/reactos/base/shell/explorer/makearchive.bat Fri Nov 24 10:21:29 2006
@@ -1,5 +1,5 @@
set MAKE=mingw32-make.exe
-set TARGET=D:\html\newhome\explorer
+set TARGET=E:\html\newhome\explorer
rm explorer-ansi.exe
%MAKE% -f Makefile-precomp clean all UNICODE=0