[Mwinapi-commits] SF.net SVN: mwinapi: [74] trunk
Status: Beta
Brought to you by:
schierlm
|
From: <sch...@us...> - 2008-06-14 19:42:35
|
Revision: 74
http://mwinapi.svn.sourceforge.net/mwinapi/?rev=74&view=rev
Author: schierlm
Date: 2008-06-14 12:42:31 -0700 (Sat, 14 Jun 2008)
Log Message:
-----------
Prepare for 0.3 release
Modified Paths:
--------------
trunk/ManagedWinapi/Properties/AssemblyInfo.cs
trunk/Tools/WinternalExplorer/Properties/AssemblyInfo.cs
trunk/nant.build
trunk/readme.txt
trunk/website/index.html
Modified: trunk/ManagedWinapi/Properties/AssemblyInfo.cs
===================================================================
--- trunk/ManagedWinapi/Properties/AssemblyInfo.cs 2008-06-14 19:03:48 UTC (rev 73)
+++ trunk/ManagedWinapi/Properties/AssemblyInfo.cs 2008-06-14 19:42:31 UTC (rev 74)
@@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ManagedWinapi")]
-[assembly: AssemblyCopyright("Copyright © 2005, 2006, 2007 Michael Schierl")]
+[assembly: AssemblyCopyright("Copyright © 2005, 2006, 2007, 2008 Michael Schierl")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("0.2")]
-[assembly: AssemblyFileVersion("0.2")]
+[assembly: AssemblyVersion("0.3")]
+[assembly: AssemblyFileVersion("0.3")]
Modified: trunk/Tools/WinternalExplorer/Properties/AssemblyInfo.cs
===================================================================
--- trunk/Tools/WinternalExplorer/Properties/AssemblyInfo.cs 2008-06-14 19:03:48 UTC (rev 73)
+++ trunk/Tools/WinternalExplorer/Properties/AssemblyInfo.cs 2008-06-14 19:42:31 UTC (rev 74)
@@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WinternalExplorer")]
-[assembly: AssemblyCopyright("Copyright © 2007 Michael Schierl")]
+[assembly: AssemblyCopyright("Copyright © 2007, 2008 Michael Schierl")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -29,5 +29,5 @@
// Build Number
// Revision
//
-[assembly: AssemblyVersion("0.2")]
-[assembly: AssemblyFileVersion("0.2")]
+[assembly: AssemblyVersion("0.3")]
+[assembly: AssemblyFileVersion("0.3")]
Modified: trunk/nant.build
===================================================================
--- trunk/nant.build 2008-06-14 19:03:48 UTC (rev 73)
+++ trunk/nant.build 2008-06-14 19:42:31 UTC (rev 74)
@@ -72,41 +72,7 @@
</foreach>
</target>
- <target name="ndoc" depends="build-dll">
- <ndoc>
- <assemblies basedir="ManagedWinapi\bin\release">
- <include name="ManagedWinapi.dll" />
- </assemblies>
- <documenters>
- <documenter name="MSDN">
- <property name="OutputDirectory" value="build\doc\" />
- <property name="HtmlHelpName" value="ManagedWinapi" />
- <property name="Title" value="An NDoc Documented Class Library" />
- <property name="DocumentInheritedFrameworkMembers" value="False" />
- <property name="FeedbackEmailAddress" value="sch...@us..." />
- <property name="IncludeDefaultThreadSafety" value="False" />
- <property name="StaticMembersDefaultToSafe" value="False" />
- <property name="CleanIntermediates" value="True" />
- </documenter>
- </documenters>
- </ndoc>
- <echo file="build/doc/tree.css" append="True">
- html { height: 100%; }
- body { height: 95%; }
- </echo>
- <copy file="build/doc/ManagedWinapi.chm" todir="build/bin"/>
- <mkdir dir="build/htmldoc"/>
- <copy todir="build/htmldoc">
- <fileset basedir="build/doc">
- <include name="*.html" />
- <include name="*.gif" />
- <include name="*.css" />
- <include name="tree.js" />
- </fileset>
- </copy>
- </target>
-
- <target name="dist" depends="ndoc,build">
+ <target name="dist" depends="build">
<mkdir dir="dist/bin"/>
<mkdir dir="dist/tools"/>
<mkdir dir="dist/src"/>
@@ -137,7 +103,7 @@
<copy todir="dist/src">
<fileset basedir=".">
<include name="COPYING"/>
- <include name="ManagedWinap.ndoc"/>
+ <include name="ManagedWinapi.shfb"/>
<include name="ManagedWinapi.sln"/>
<include name="nant.build"/>
<include name="readme.txt"/>
Modified: trunk/readme.txt
===================================================================
--- trunk/readme.txt 2008-06-14 19:03:48 UTC (rev 73)
+++ trunk/readme.txt 2008-06-14 19:42:31 UTC (rev 74)
@@ -1,12 +1,12 @@
-ManagedWinapi 0.2
+ManagedWinapi 0.3
~~~~~~~~~~~~~~~~~
A collection of .NET components that wrap PInvoke calls to access
native API by managed code.
For documentation for these functions, look at ManagedWinapi.chm in the
-binary release or generate it with ndoc from http://ndoc.sourceforge.net/
-from the source release.
+binary release or generate it with Sandcastle Help File Builder available
+from http://codeplex.com/SHFB from the source release.
This library is licensed by the GNU Lesser General Public License.
@@ -15,7 +15,7 @@
You may contact me at <sch...@us...>.
-ManagedWinapi Tools 0.2
+ManagedWinapi Tools 0.3
~~~~~~~~~~~~~~~~~~~~~~~
Started as a collection of ManagedWinapi samples, the Managed Winapi tools
@@ -31,6 +31,43 @@
~~~~~~~~~
++++ 2008-06-14 Released Version 0.3 +++
+
+
+- Added AccessibleEventListener ProcessId and ThreadId members to limit
+ events to process or thread. [bbauer]
+- Set default event for ClipboardNotifier, Crosshair and Hotkey,
+ Add properties Location and Size and methods IsValid and SendClose to SystemWindow.
+ [suggested by Frank Koch]
+- Add functionality to low-level keyboard hook for translating low-level
+ events to typed keys.
+- Added several new classes:
+ * Compute several kinds of machine IDs from C#
+ * Shutdown the system
+ * Set the system time
+ * Get list of codepoints supported by a font
+- Winternal Explorer:
+ * added window-highlighting while dragging crosshair
+ * Add checkbox to disable heuristics when determining control from point
+ (these heuristics fail for some MDI applications like Visual Studio)
+ * reduce flickering when crosshair is dragged
+ * Fix a crash when calling TreeNodeData.Equals with an instance of a different
+ subclass as its parameter
+ * Fix refresh of tree when releasing crosshair
+ * Fix PossibleParents so that windows that are children of a window of a different
+ process (most prominent example: screensaver preview in control panel) can be
+ found in tree.
+- bug fixes:
+ * Fix a problem with applications that return invalid accessible children.
+ [submitted by Karl Gyllstrom <karl at cs dot unc dot edu>]
+ * Use the managed Control#Capture property instead of calling the SetCapture
+ PInvoke method.
+ * Fix unsetting of modifier keys in LockKeyResetter
+ * Set proper scancode for injected keyboard events
+ (some applications, like MS-DOS based ones, need them).
+- Use Sandcastle Help File Builder instead of NDoc for the API documentation
+
+
+++ 2007-05-28 Released Version 0.2 +++
Modified: trunk/website/index.html
===================================================================
--- trunk/website/index.html 2008-06-14 19:03:48 UTC (rev 73)
+++ trunk/website/index.html 2008-06-14 19:42:31 UTC (rev 74)
@@ -57,19 +57,19 @@
<h2 id="download">Where can I download those components?</h2>
<p><a
-href="http://prdownloads.sourceforge.net/mwinapi/managedwinapi-0.2.zip?download">Binary
-download (including HTML-help documentation)</a> (Version 0.2, 272 KB)</p>
+href="http://prdownloads.sourceforge.net/mwinapi/managedwinapi-0.3.zip?download">Binary
+download (including HTML-help documentation)</a> (Version 0.3, 391 KB)</p>
<p><a
-href="http://prdownloads.sourceforge.net/mwinapi/managedwinapi-src-0.2.zip?download">Source
-download</a> (Version 0.2, 568 KB)</p>
+href="http://prdownloads.sourceforge.net/mwinapi/managedwinapi-src-0.3.zip?download">Source
+download</a> (Version 0.3, 578 KB)</p>
-<p><a href="http://prdownloads.sourceforge.net/mwinapi/managedwinapi-tools-0.2.zip?download">Tools</a> (Version 0.2, 200 KB)</p>
+<p><a href="http://prdownloads.sourceforge.net/mwinapi/managedwinapi-tools-0.3.zip?download">Tools</a> (Version 0.3, 205 KB)</p>
<h2 id="features">What components are included?</h2>
<p>See the <a href="doc/index.html">HTML documentation</a> (generated
-by <a href="http://ndoc.sourceforge.net">ndoc</a>)</p>
+by <a href="http://codeplex.com/SHFB/">Sandcastle Help File Builder</a>)</p>
<h2>What is the license of these components?</h2>
@@ -113,7 +113,7 @@
are a developer) from subversion.</p>
<p>Anonymous access: Use <br/>
-<tt>svn co https://svn.sourceforge.net/svnroot/mwinapi/trunk mwinapi</tt><br/>
+<tt>svn co https://mwinapi.svn.sourceforge.net/svnroot/mwinapi/trunk mwinapi</tt><br/>
to check out the latest version. You can also use GUI programs like
<a href="http://tortoisesvn.tigris.org">TortoiseSVN (Explorer plugin)</a> or
<a href="http://ankhsvn.tigris.org">AnkhSVN (Visual Studio plugin)</a>.</p>
@@ -122,7 +122,7 @@
need a sourceforge.net account for this. Or submit your changes by e-mail; then I will
commit them.</p>
-<p>You can also <a href="http://svn.sourceforge.net/viewvc/mwinapi/">browse
+<p>You can also <a href="http://mwinapi.svn.sourceforge.net/viewvc/mwinapi/">browse
the repository</a>.</p>
<h2>Contact me</h2>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|