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):

2001-08-29 18:46 GD, revision 11515

added common and generic files implementing wxFindReplaceDialog

2001-08-29 18:31 VS, revision 11514

non-recursive destructors

2001-08-29 18:31 VS, revision 11513

fixed my favorite bug (delete foo; call foo->Something()) and non-recursive destructors as an add-on :)

2001-08-29 12:20 JS, revision 11512

Isolated the 'error' case which I ignore

2001-08-29 11:35 VZ, revision 11511

fixed refreshing listctrl on focus change when it only has one item

2001-08-29 11:24 JS, revision 11510

Removed wxLogSysError call in wxHandleProcessTermination, and ensured the cleanup always happens. I hope this is right... but if processes are killed elsewhere, we don't want this function to generate an error and not do the correct cleanup.

2001-08-29 07:26 SC, revision 11509

added error message in case older apple header files are used

2001-08-29 07:25 SC, revision 11508

corrected shutdown proc

2001-08-28 22:12 VS, revision 11507

make it possible to open files from XRC in wxHtmlWindow

2001-08-28 22:11 VS, revision 11506

compilation fix

2001-08-28 22:11 VS, revision 11505

fixed a bug in wxListCtrl: SetColumnWidth didn't set wxListHeaderWindow::m_dirty

2001-08-28 19:48 GD, revision 11504

replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration

2001-08-28 19:45 GD, revision 11503

generalized fix for clipboard code compilation configuration check

2001-08-28 19:21 RD, revision 11502

Added a new sample app that is a style editor for wxSTC. Some other tweaks and fixes.

2001-08-28 18:50 GD, revision 11501

removed leftover testing code in patch for wxComboBox and wxListBox that only compiles with configured with --enable-debug

2001-08-28 15:43 VZ, revision 11500

another compilation fix for whitespace-averse compilers

2001-08-28 14:41 VZ, revision 11499

compilation fix: ifdef instead of if

2001-08-28 13:48 VZ, revision 11498

implemented wxDir::HasSubDirs() optimization for Unix

2001-08-27 19:35 RR, revision 11497

Probably fixed wxBeginBusyCursor.

2001-08-27 18:27 VZ, revision 11496

attempt to optimize wxDirData::Read() - made absolutely no difference

2001-08-27 17:41 VZ, revision 11495

fixed bug with directory expansion

2001-08-27 15:29 VZ, revision 11494

fixed typo

2001-08-27 14:56 VZ, revision 11493

added support for polygons to wxRegion

2001-08-27 14:29 VZ, revision 11492

fix for wxGTK clipboard code compilation

2001-08-27 13:51 VZ, revision 11491

send right click events for the URLs too