Difference between revisions of "User32.dll"

From ReactOS Wiki
Jump to: navigation, search
m
(Replaced content with "{{DISPLAYTITLE:user32.dll}} {{stub}} User32.dll is NOT synced with WINE, it is made by ReactOS. {{Code history|win32ss/user/user32}} == External links == * [[wikiped...")
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
http://en.wikipedia.org/wiki/Microsoft_Windows_library_files#User32.dll
+
{{DISPLAYTITLE:user32.dll}}
 +
{{stub}}
 +
User32.dll is NOT synced with [[WINE]], it is made by ReactOS.
  
http://en.wikipedia.org/wiki/Windows_API#Overview
+
{{Code history|win32ss/user/user32}}
  
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/?view=log
+
== External links ==
 +
* [[wikipedia:Microsoft Windows library files#User32.dll]]
 +
* [[wikipedia:Windows API#Overview]]
  
[[ChangeLog-0.0.21]]
+
[[Category:Development]]
* User32: Non-client painting, bitmap loading [[David Welch]]
+
[[Category:DLL]]
 
 
[[ChangeLog-0.1.3]]
 
== User32.dll ==
 
 
 
* Implementation of user32 side of accelerator table functions ([[KJK::Hyperion]])
 
* Dialog code ported from WINE ([[Thomas Weidenmueller]])
 
* Messagebox code ported from WINE ([[Thomas Weidenmueller]])
 
* Work on keyboard messaging ([[Gunnar Dalsnes]])
 
* User32 control work ([[Andrew Greenwood]], [[Jonathan Wilson]])
 
* DrawCaption (Andrew Greenwood)
 
* Fixes to Polygon ([[Royce Mitchell]])
 
 
 
[[ChangeLog-0.1.5]]
 
== User32.dll ==
 
 
 
* Complete Global/LocalXXX memory API ([[Mark Tempel]])
 
* Alternate implementationof DrawFocusRect() ([[Gé van Geldorp]])
 
* Initial implementation of carets ([[Thomas Weidenmueller]])
 
* Lots of GUI fixes to enable explorer to work correctly ([[Filip Navara]])
 

Revision as of 12:07, 3 June 2014

The page User32.dll is a short article on something that should have a lot more information written on it.
If you know anything else about it, you are STRONGLY encouraged to add the information in. If you are unsure of proper formatting or style, add it to the talk page or this page itself as you think best and others will help.


User32.dll is NOT synced with WINE, it is made by ReactOS.

Commit history (Source code can be found in: /reactos/win32ss/user/user32)

External links