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

2000-05-30 20:44 VZ, revision 7513

translate window menu title in MDI parent frame

2000-05-30 19:41 VZ, revision 7512

wxStaticLine should now generate mouse messages

2000-05-30 13:08 SN, revision 7511

Changed wxGrid::Refresh to not do anything, modified EndBatch accordingly to still update the grid.

2000-05-29 19:09 RL, revision 7510

added debug versions of wxBase and wxGtk packages. made -contrib packages gtk-contrib since they, well.. are and it will make it simpler to add other ports.

2000-05-29 10:04 VZ, revision 7509

wxTHICK_FRAME the same as wxRESIZE_BORDER

2000-05-29 07:37 JS, revision 7508

Doc fixes

2000-05-28 22:09 VZ, revision 7507

corrected wxFile::Write() return type desc

2000-05-28 22:01 VZ, revision 7506

wxImageList::Create(width, height) added, as in wxMSW

2000-05-28 21:45 VZ, revision 7505

1. added missing const's to wxGrid::CalcXXX(wxRegion& r) fixing compilation 2. put frames with parent into wxTopLevelWindows too

2000-05-28 20:51 OK, revision 7504

Save registry string keys correctly in Unicode mode.

2000-05-28 14:16 SN, revision 7503

Fixed SetCurrentCell for Motif, removed SelectionToDEviceRect.

2000-05-28 12:42 SN, revision 7502

Fix for not using precompiled headers.

2000-05-28 08:35 RR, revision 7501

Made docs about wxTextCtrl::SetValue() precise wrt to modified state.

2000-05-28 08:35 RR, revision 7500

wxTextCtrl::SetValue() sets the controls state to unmodified.

2000-05-26 21:54 VZ, revision 7499

fix for stdin redirection

2000-05-26 15:19 VZ, revision 7498

no changes

2000-05-26 15:18 VZ, revision 7497

added and documented (and using in the sample) wxProcess::CloseOutput()

2000-05-26 12:15 VZ, revision 7496

added wxDC::ResetBoundingBox(), documented it and CalcBoundingBox() too

2000-05-26 11:18 BJ, revision 7495

Improved new GetColumns, based on the old one + smoother database-type conversion and proper field order

2000-05-26 11:13 BJ, revision 7494

Improved new GetColumns, based on the old one + smoother database-type conversion and proper field order

2000-05-26 10:35 VZ, revision 7493

fix warning about virtual function hiding

2000-05-26 10:30 VZ, revision 7492

remove Sun CC warning

2000-05-25 21:54 VZ, revision 7491

1. stderr redirection seems to work under Windows too (documented new wxProcess method too) 2. don't show the window of the (console) process in wxExecute if IO is redirected 3. implemented wxColourDialog::SetTitle 4. implemented wxGauge95::SetForeground/BackgroundColour()

2000-05-25 18:35 VZ, revision 7490

stdout redirection for Unix

2000-05-25 18:35 VZ, revision 7489

added APPEXTRA{C|CPP|CXX}FLAGS