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-06-06 22:00 VZ, revision 7538

1. fixed default dialog style to make them non resizeable again 2. fixed wxFrame::IsShown() which always returned TRUE before 3. wxWizard now calls TransferDataFromWindow() before calling wxWizardPage::GetNext() fixing an obvious bug 4. half-fixed fatal bug in wxDialog::ShowModal() which would crash if the top level app window was deleted while the modal dialog was shown

2000-06-06 15:42 JS, revision 7537

Changed the code that disabled __WXDEBUG__ to only disable global debug new.

2000-06-06 13:22 VZ, revision 7536

serious bug in wxListBase::DoCopy() fixed

2000-06-06 10:35 SN, revision 7535

More changes to SetCurrentCell.

2000-06-06 08:51 VZ, revision 7534

added 'Save...' button to the log dialog

2000-06-05 16:13 RR, revision 7533

Corrected gdk_draw_bitmap thing. Corrected wrong libGL.so dependence of libwx_gtk.so.

2000-06-05 13:15 JS, revision 7532

Added tech note

2000-06-05 10:24 VZ, revision 7531

added and documented trivial wxDC::GetBackgroundMode(), documented several other missing wxDC functions

2000-06-05 10:16 VZ, revision 7530

crash in OnChar() for empty list control fixed

2000-06-05 10:04 MB, revision 7529

Modified wxGrid::SetCurrentCell() to fix problem under wxMSW where the grid was spending time drawing cells outside the visible area.

2000-06-04 08:38 GL, revision 7528

wxMMedia doc updates wxMMedia compilation fixes OGL and STC makefile build fixes

2000-06-03 13:03 JS, revision 7527

Fixed doc error

2000-06-03 10:26 JS, revision 7526

Replaced C++Builder IDE tech note with up-to-date HTML file

2000-06-03 10:22 JS, revision 7525

Docs mods

2000-06-03 08:56 RR, revision 7524

Changed release date to 4th June, Made border around notebook sizer a bit bigger, you never know what people do with tabs.

2000-06-02 21:12 VZ, revision 7523

fixed some compilation warnings

2000-06-02 20:59 VZ, revision 7522

some warnings fixed for compilation of lib/dll with VC++ 6 in release mode

2000-06-02 17:01 RD, revision 7521

SWIGged code updates

2000-06-02 16:52 RD, revision 7520

updates to match C++ grid

2000-06-02 12:46 GRG, revision 7519

SIF_TRACKPOS didn't appear in mingw until 2.95.2, so I just #define it if it's missing.

2000-06-02 12:41 RD, revision 7518

fix bug where tooltip notifications could generate spin events

2000-06-02 01:50 RD, revision 7517

Removed automatic "Magic Event Methods" bindings Added explicit bindings where needed other assorted odds and ends

2000-06-01 08:21 JS, revision 7516

Doc fixes

2000-05-31 22:27 VZ, revision 7515

added possibility to view arbitrary images

2000-05-31 14:28 BJ, revision 7514

initialize insertable to TRUE in ctor