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-12 21:23 VZ, revision 5362

some compilation fixes for mingw32 and not only

2000-01-12 20:43 RD, revision 5361

fix for red to blue mapping in toolbar buttons

2000-01-12 20:02 JS, revision 5360

Made filter index zero-based

2000-01-12 17:57 RR, revision 5359

Chnages to mono-bitmap code. Added ConvertToMonoBitmap() to wxImage. Minor changes to forty.

2000-01-12 16:13 VZ, revision 5358

fixed 'make install' I had broken previously

2000-01-12 15:14 VZ, revision 5357

call to tr fixed

2000-01-12 15:10 VZ, revision 5356

added wxUSE_NOTEBOOK to include/wx/msw/setup0.h, removed wxUSE_RADIOBUTTON (we already have RADIOBTN)

2000-01-12 14:56 VZ, revision 5355

regenerated from template

2000-01-12 14:52 VZ, revision 5354

clarification of PAGE_CHANGING event

2000-01-12 11:56 KB, revision 5353

compilation fix for non-threaded compilation (threads are still broken anyway!)

2000-01-12 08:27 VS, revision 5352

added wxHtmlLinkInfo::GetHtmlCell so that you know where it came from

2000-01-12 01:19 GRG, revision 5351

Fixes to allow DLL compilation

2000-01-12 01:14 GRG, revision 5350

Changed \ to /

2000-01-12 01:13 GRG, revision 5349

Added missing WXDLLEXPORTs

2000-01-12 01:11 GRG, revision 5348

Patches for DLL compilation & libtiff

2000-01-11 23:30 VS, revision 5347

added mouse event member into wxHtmlLinkInfo. wxHtmlWindow::OnLinkClicked now takes const wxHtmlLinkInfo& argument

2000-01-11 23:30 VS, revision 5346

added mouse event member into wxHtmlLinkInfo. wxHtmlWindow::OnLinkClicked now takes const wxHtmlLinkInfo& argument and wxHtmlCell::OnMouseClicked takes wxMouseEvent instead of three bools

2000-01-11 19:12 VZ, revision 5345

fixed refresh problem with holidays in wxCalendarCtrl

2000-01-11 16:41 BJ, revision 5344

Bug fix in GetLabelFromText

2000-01-11 16:27 BJ, revision 5343

Adding GetCount() to wxHashTable

2000-01-11 16:26 BJ, revision 5342

Fix bug in GetLableFromText

2000-01-11 16:19 BJ, revision 5341

Adding GetCount() to wxHashTable

2000-01-11 14:10 VZ, revision 5340

EnableTool() should be called after Realize()

2000-01-11 13:58 VZ, revision 5339

wxMenuItem::GetLabelFromText() added/documented, bug in wxMenu::FindItem() fixed

2000-01-11 12:56 GT, revision 5338

Replaced typo that had wxCALLBACK being redefined. wxSTDCALL should have been the the #define used, not wxCALLBACK