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

2003-09-20 19:39 VZ, revision 23753

corrected nativ(e)dlg sample name

2003-09-20 19:38 VZ, revision 23752

updated version to 2.4.2

2003-09-20 19:02 SN, revision 23751

Adapted MAKE_SHELL/MAKESHELL to current make versions. Removed explanations about problems that vanished thanks to new build system.

2003-09-20 19:00 SN, revision 23750

Adapted MAKE_SHELL/MAKESHELL to current make versions.

2003-09-20 18:58 VZ, revision 23749

create image list of the right size to avoid asserts

2003-09-20 18:34 VZ, revision 23748

fix after patch 802882

2003-09-20 16:34 VZ, revision 23747

exchanged the base classes order, wxObject must be always first

2003-09-20 16:31 VZ, revision 23746

derive wxComboBox from wxItemContainer (via wxComboBoxBase) in wxGTK (patch 802882)

2003-09-20 16:24 VZ, revision 23745

removed mark #pragmas

2003-09-20 16:23 VZ, revision 23744

destroy the frame if the exception occurs in a dialog shown from it

2003-09-20 16:21 VZ, revision 23743

fixed cleanup order to behave correctly in presence of exceptions

2003-09-20 16:20 VZ, revision 23742

fixed typos which resulted in 2 broken links

2003-09-20 16:18 VZ, revision 23741

call OnExit() even if an exception has been thrown from OnRun()

2003-09-20 16:12 VZ, revision 23740

mention exceptions changes

2003-09-20 15:41 VZ, revision 23739

added minimal support for xlc under Darwin

2003-09-20 15:38 VZ, revision 23738

compilation fix for xlc

2003-09-20 15:37 VZ, revision 23737

made globals static to avoid linking problems

2003-09-20 15:12 VZ, revision 23736

don't use wx/scopeguard.h for OpenWatcom compatibility (grr...)

2003-09-20 13:34 MBN, revision 23735

Compilation fixes.

2003-09-20 11:35 VZ, revision 23734

Unicode compilation fix (bug 809707)

2003-09-19 23:53 VZ, revision 23733

(blind) compilation fix after recent KeywordSearch changes

2003-09-19 22:35 VZ, revision 23732

fixed bug in wxCSConv(encoding) ctor (which I just added)

2003-09-19 22:34 VZ, revision 23731

use wxCSConv instead of Win32 API

2003-09-19 22:32 RD, revision 23730

Check wxSIZE_ALLOW_MINUS_ONE for x and y too.

2003-09-19 22:21 VZ, revision 23729

wxTextCtrl::GetValue() lost (replaced with question marks) all characters not in the current encoding -- but now it shouldn't