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-26 00:19 VZ, revision 5663

assert in GetNextItem() fixed (yes, now it is)

2000-01-26 00:17 VZ, revision 5662

assert in GetNextItem() fixed (?)

2000-01-26 00:02 VZ, revision 5661

extended (wxMask test) and reorganized the drawing sample

2000-01-26 00:01 VZ, revision 5660

1. fixed (?) blitting bitmaps with mask 2. fixed wxWindowBase compilation (oops) 3. fixed kbd handling in wxScrolledWindow under MSW

2000-01-25 19:59 VZ, revision 5659

1. kbd interface for wxScrolledWindow 2. wxWindow::Set/GetExtraStyle() 3. wxWS_EX_VALIDATE_RECURSIVELY added and implemented 4. docs updated to reflect (2) an (3)

2000-01-25 18:49 RL, revision 5658

fixed _T typo

2000-01-25 18:23 VZ, revision 5657

__GNUWIN32_OLD__ is defined if __GNUC__ is and NORLANDER_HEADERS is not

2000-01-25 16:57 VZ, revision 5656

documented GetNextItem() behaviour precisely

2000-01-25 16:33 VZ, revision 5655

added DrawRectangle() test

2000-01-25 16:26 VZ, revision 5654

fixed GetNextItem(item = -1)

2000-01-25 16:18 GT, revision 5653

Fixed code that did not work with Postgres Removed all tabs, and replaced with spaces accordingly

2000-01-25 15:51 VZ, revision 5652

more patches for BC++ from Ricky Gonzales

2000-01-25 15:35 VZ, revision 5651

missing Init() added to wxMenu(wxCallback) ctors

2000-01-25 13:35 JS, revision 5650

Added DEVNAMES to wxPrintDialog to remember printer name; fixed wxDC::Clear to not assert for printer DCs

2000-01-25 08:31 BJ, revision 5649

add CASTWNDPROC to call to CallWindowProc for bcc

2000-01-25 00:33 GRG, revision 5648

Image docs updates

2000-01-24 22:50 DW, revision 5647

Added method for mimietype implementation.

2000-01-24 22:48 DW, revision 5646

Fix for VisualAge; Init can't be before it is called in VA.

2000-01-24 22:15 RR, revision 5645

Added datetime.inl to filelist.txt

2000-01-24 21:53 JS, revision 5644

Added WS_VSCROLL and WSHSCROLL styles again

2000-01-24 20:46 GRG, revision 5643

Updated some bits in socket docs. Documented socket samples Moved wxInitAllImageHandlers from 'file functions' (?) to 'misc functions'

2000-01-24 20:19 VZ, revision 5642

several mingw32 compilation fixes

2000-01-24 20:19 VZ, revision 5641

value of wxTE_PASSWORD changed to be different from wxCANCEL

2000-01-24 20:18 VZ, revision 5640

implementation of wxGetPasswordFromUser

2000-01-24 18:26 VZ, revision 5639

added wxGetPasswordFromUser(), dialogs sample shows it, documented it