Difference between revisions of "Control Panel"

From ReactOS Wiki
Jump to: navigation, search
m
(Replaced content with "{{Code history|base/applications/control}} == Components == * Control.exe * CPL Files Category:Application")
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/control/?view=log
+
{{Code history|base/applications/control}}
  
==Components==
+
== Components ==
*[[Control.exe]]
+
* Control.exe
*CPL Files
+
* CPL Files
  
==Changelog==
+
[[Category:Application]]
[[ChangeLog-0.0.21#LIBRARIES]]
 
*Shell32: Control Panel Applet
 
[[ChangeLog-0.2.1]]
 
* Added control panel template ([[Thomas Weidenmueller]])
 
 
 
[[ChangeLog-0.2.3]]
 
 
 
*Initial checkin of the non-shell-namespace-based control panel and software add/remove cpl ([[Gero Kuehn]])
 
 
 
[[ChangeLog-0.2.4]]
 
Sysdm.cpl
 
* Add environment variables page to the system control panel ([[Eric Kohl]])
 
 
 
[[ChangeLog-0.2.5]]
 
* Added 'Regional Options' and 'Keyboard and Mouse' control panel application stubs ([[Eric Kohl]])
 
* Implemented 'Date/Time' control panel application ([[Eric Kohl]])
 
 
 
[[ChangeLog-0.2.6]]
 
 
 
* add language support to several applets [[Klemens Friedl]]
 
 
 
[[ChangeLog-0.2.9]]
 
 
 
* Fixed a bug where the first applet in main.cpl could only be called (fixes by [[Alex Buell]] <alex.buell(at)munted.org.uk> and [[Sebastian Gasiorek]]).
 
* Make property pages fit in 640x480 ([[Gé van Geldorp]])
 

Latest revision as of 08:09, 21 October 2014

Commit history (Source code can be found in: /reactos/base/applications/control)

Components

  • Control.exe
  • CPL Files