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")
 
(One intermediate revision 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]])
 
 
 
[[ChangeLog-0.3.0]]
 
 
 
* Intl.cpl - Locale changing implemented ([[Aleksey Bragin]])
 
* Sysdm.cpl - Write the new environment vars to the registry.  Fixes 987. ([[Brandon Turner]])
 
* Main.cpl - Grammical Fixes. Fixes bug 847. ([[Brandon Turner]])
 
* Sysdm.cpl - Show the computer name when loaded. ([[Brandon Turner]])
 
* Timedate.cpl - Added year selection box ([[Christoph von Wittich]])
 
* Timedate.cpl - Increased buffer size - now all timezones are displayed properly ([[Christoph von Wittich]])
 
* Timedate.cpl - Display current time in date/time control ([[Christoph von Wittich]])
 
* Desk.cpl - Redesigned screensaver page ([[Christoph von Wittich]])
 
* Desk.cpl - Made screen picture transparent ([[Christoph von Wittich]])
 
* Appwiz.cpl - Implemented "Show Updates" functionality and fixed some bugs ([[Christoph von Wittich]])
 
 
 
* Enhance Mouse Control Panel Applet ([[Johannes Anderwald]])
 
* Implement Power Configuration Applet ([[Alex Wurzinger]], [[Johannes Anderwald]], [[Martin Rottensteiner]])
 
* Bug 1390 : patch from  (Thomas Weidenmueller) : for imagesoft.exe, timedate.cpl,wordpad Don't use BOOL for 1 bit members in bitfields commited by ([[Magnus Olsen]])
 
* desk.cpl : Implement screensaver setting and preview of screen setting working in windows not tested in ReactOS  ([[Magnus Olsen]])
 
 
 
[[ChangeLog-0.3.1]]
 
* Added currency controls with format information ([[Eric Kohl]])
 
* Hit-testing added for caption buttons in Display properties - Appearance tab([[Eric Kohl]])
 
 
 
Sysdm.cpl ''(sysdm.cpl is the System applet for the Control Panel)''
 
* Sysdm has been overhauled and now looks more like XP's ([[Ged Murphy]])
 
* Patch from [[Colin Finck]] for Bug #1858: Added CPU detection and make a better layout of the system info.
 
 
 
 
 
[[Category:BNWIP]]
 

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