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

2003-09-19 22:18 VZ, revision 23728

added wxCSConv ctor taking wxFontEncoding

2003-09-19 22:17 VZ, revision 23727

attemps to make wxStreamToTextRedirector work with more (broken) compilers

2003-09-19 22:15 VZ, revision 23726

include wx/encinfo.h, not wx/fontenc.h, now

2003-09-19 22:14 MBN, revision 23725

Try linking wxMotif without -lSM and -lICE.

2003-09-19 22:09 VZ, revision 23724

added wx/encinfo.h

2003-09-19 22:06 VS, revision 23723

backported wxZipFSHandler fix

2003-09-19 22:04 VZ, revision 23722

extracted wxNativeEncodingInfo in a separate file to be able to include wx/fontenc.h from wx/strcov.h

2003-09-19 21:51 VS, revision 23721

Fix wxZipFSHandler behaviour when used with relative filenames with ..

2003-09-19 21:50 VS, revision 23720

backported intl.cpp fixes

2003-09-19 21:45 VS, revision 23719

backported intl.cpp fixes

2003-09-19 21:44 MBN, revision 23718

Compilation fix for wxUSE_DRAG_AND_DROP==0.

2003-09-19 20:27 RD, revision 23717

Prevent possible divide by zero problem

2003-09-19 18:40 RD, revision 23716

Patch #809286 and a couple other minor changes to the stc sample

2003-09-19 16:46 RD, revision 23715

SWIGged updates

2003-09-19 16:46 RD, revision 23714

Changes for removing DefaultEncodingIsPC

2003-09-19 16:44 RD, revision 23713

Updated version number

2003-09-19 16:33 RD, revision 23712

Regenerated some contrib makefiles

2003-09-19 16:09 JS, revision 23711

Applied patch [ 809066 ] Cleanup for text2rtf

2003-09-19 15:44 MBN, revision 23710

Do not use wx/wx.h.

2003-09-19 12:06 VZ, revision 23709

fix for generating set/kill focus events for wxRadioBox (also fixes TABbing in a panel containing a radio box)

2003-09-19 12:04 VZ, revision 23708

use wxTAB_TRAVERSAL style for panels and frame

2003-09-19 11:55 VZ, revision 23707

linking fix (removed unused virtual methods declarations)

2003-09-19 10:59 JS, revision 23706

Added SQLTCHAR for non-Windows platforms, and added missing wxFputs to wxchar.h

2003-09-19 09:06 CE, revision 23705

fix stctest

2003-09-19 07:51 CE, revision 23704

fix if unicode bug