From: Julian Smart Date: Sat, 31 Jul 1999 09:20:44 +0000 (+0000) Subject: Added news and coding standards HTML files to CVS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/97979ddfbe4bc199c6b0389e352d6963c17c64a0?ds=inline Added news and coding standards HTML files to CVS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/html/news.htm b/docs/html/news.htm new file mode 100644 index 0000000000..b6e44fb85d --- /dev/null +++ b/docs/html/news.htm @@ -0,0 +1,258 @@ + + + +News + + + + + + + + + + +
+ +News + +
+ +

May 27th, 1999

+ +

+ +

March 1st, 1999

+ +wxWindows 2 launch day!

+ +

+ +

November 26th 1998

+ +

+ +

September 13th 1998

+ +

+ +

August 23rd 1998

+ +

+ +

April 28th 1998

+ +

+ +

March 22nd 1998

+ +

+ +

January 5th 1998

+ +

+ +

August 13th 1997

+ +

+ +

July 24th 1997

+ +

+ +

July 22nd 1997

+ +

+ +

July 16th 1997

+ +

+ +

July 7th 1997

+ +

+ +

May 18th 1997

+ +

+ +

+ +

May 8th 1997

+ +

+ +

+ +

April 20th 1997

+ +

+ +

+

March 13th 1997

+ +

+ +

+ +

February 25th 1997

+ +

+ +

+ +

January 29th 1997

+ +

+ +

+ + + + + + diff --git a/docs/html/standard.htm b/docs/html/standard.htm new file mode 100644 index 0000000000..196224130c --- /dev/null +++ b/docs/html/standard.htm @@ -0,0 +1,780 @@ + + + wxWindows Programmer Style Guide + + + + + + + + + + + + +
+ +wxWindows Programmer Style Guide + +
+ +

+ +by Vadim Zeitlin

+ +This guide is intended for people who are (or intending to start) writing code +for wxWindows class library. + +

+The guide is separated into two parts: the first one addresses the general +compatibility issues and is not wxWindows-specific. The advises in this part +will hopefully help you to write programs which compile and run on greater +variety of platforms. The second part details the wxWindows code organization and +its goal it to make wxWindows as uniform as possible without imposing too +many restrictions on the programmer. +

+Acknowledgements: This guide is partly based on +C++ portability guide by David Williams. + +

+

General C++ Rules

+ + +

+ +

wxWindows Rules

+ + +
+ +

General C++ Rules

+ + +

+ +

wxWindows rules

+ + +

+ +


+Please send any comments to
Vadim Zeitlin. + +
+ + +