Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2000-01-14 23:06 SN, revision 5413

SN: Removed second of two declarations declaring wxMDIChildFrame friend of wxMDIParentFrame.

2000-01-14 23:04 SN, revision 5412

SN: Don't include (non-existing) pmstddlg.h for EMX

2000-01-14 23:02 SN, revision 5411

SN: Added a forward declaration of class wxOwnerDrawn (needed by gcc)

2000-01-14 22:57 SN, revision 5410

SN: Added a 'wxDefaultValidator' where it seems to be needed after a change to CreateControl-API

2000-01-14 22:55 SN, revision 5409

SN: Fixed inlcudes for EMX, commented out lines like "cout << something;" (If you want them in the code, please also include iostream.h).

2000-01-14 22:51 SN, revision 5408

SN: Disable some features not supported by EMX (#ifndef __EMX__)

2000-01-14 22:50 SN, revision 5407

SN: Added #pragma implementation. Make it compile even if wxOwnerDrawn == 0

2000-01-14 22:45 SN, revision 5406

SN: Added #pragma implementation needed by GCC - expect more to come but it seems to work right now.

2000-01-14 22:37 SN, revision 5405

SN: Use wxDummyChar only if __VISAGECPP__ is defined. Changed #ifdef wxUSE_UNICODE in ~wxApp() to #if wxUSE_UNICODE

2000-01-14 22:30 SN, revision 5404

SN: Added suitable includes for EMX (#ifdef'ed __EMX__), removed include to wx/defs.h (seems to be unnecessary and gcc chokes on C files containing C++ features (such as 'class')

2000-01-14 22:24 SN, revision 5403

SN: Replaced more ':' in VPATH statements by PATH_IFS (to make wxGTK/wxMotif/wxPM compile without editing generated Makefiles on OS/2), including a ':' in a comment, so this time this hopefully will not break anything.

2000-01-14 21:43 VS, revision 5402

fixed typos

2000-01-14 21:43 VS, revision 5401

just changed background color from that ugly green to something else ;-)

2000-01-14 21:41 VS, revision 5400

updated obsolete info in about box..

2000-01-14 21:41 VS, revision 5399

code fragment that adds one more line to each html page for better look was moved to wxHtmlWindow so that it does not affect m_Cell->GetHeight()

2000-01-14 21:41 VS, revision 5398

updated list of supported tags (wxHTML)

2000-01-14 21:41 VS, revision 5397

optimized wxHtmlContainerCell - now proceeds layouting only when neccessary (will speed-up window resizing of pages with many constant-width tables)

2000-01-14 21:41 VS, revision 5396

optimized wxHtmlContainerCell - now proceeds layouting only when neccessary (will speed-up window resizing of pages with many constant-width tables) ;; also added much larger (complete?) table of &nbsp;-like substitutions

2000-01-14 21:40 VS, revision 5395

removed a condition (l. 124) that always eval to true

2000-01-14 21:40 VS, revision 5394

wxHtmlWindow's flags is now wxHSCROLL | wxVSCROLL

2000-01-14 21:40 VS, revision 5393

added <address>, <code>, <kbd>, <samp>, <small>, <big> tags

2000-01-14 20:29 RR, revision 5392

image to bitmap rewrite, ViewStart() renamed GetViewStart()

2000-01-14 18:21 GL, revision 5391

Added a lot of comments

2000-01-14 17:55 JS, revision 5390

Further fixes to Dialog Editor; additions to .dsp files

2000-01-14 17:08 RR, revision 5389

Updated "make dist", Extended scroll sub sample to demonstrate how wxGrid might work.