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-08-22 15:29 VZ, revision 23103

(blind) fix for MSW crash

2003-08-22 10:52 JS, revision 23102

Removed erroneous return statements

2003-08-22 10:25 JS, revision 23101

Added wxUSE_EXTENDED_RTTI

2003-08-22 10:21 JS, revision 23100

Added a line to end of file

2003-08-22 10:03 VS, revision 23099

added install

2003-08-22 10:00 VS, revision 23098

more Unicode fixes

2003-08-22 09:51 VS, revision 23097

fixed setup.h copying

2003-08-22 09:47 VS, revision 23096

regenerated, with os/2 fixes again

2003-08-22 09:46 VS, revision 23095

fixed custom build step for VC++ project files

2003-08-22 08:41 JS, revision 23094

Include imaglist.h

2003-08-22 05:48 RD, revision 23093

wxNotebookSizer ctor was missing

2003-08-22 00:08 VZ, revision 23092

listbkg.cpp, not listbook.cpp

2003-08-21 23:55 VZ, revision 23091

regenerated after listbkg.cpp addition

2003-08-21 23:48 VS, revision 23090

regenerated

2003-08-21 23:16 VZ, revision 23089

added wxListbook

2003-08-21 23:16 VZ, revision 23088

regenerated

2003-08-21 23:12 VZ, revision 23087

make it possible to use this sample for wxListbook testing too

2003-08-21 23:11 VZ, revision 23086

added checks for wxUSE_LISTBOOK

2003-08-21 23:09 VZ, revision 23085

added wxBookCtrlSizer; derive wxNotebookSizer from it

2003-08-21 23:08 VZ, revision 23084

ensure that GetItemRect() returns the real rect and not 0 even if it's called before first OnIdle()

2003-08-21 23:06 VZ, revision 23083

added wxListbook

2003-08-21 22:00 MBN, revision 23082

Warning fixes.

2003-08-21 20:52 VZ, revision 23081

no changes, just resolved conflicts (due to the fact that I had forgotten to commit this file before)

2003-08-21 20:45 VZ, revision 23080

corrected wxUSE_BOOKCTRL test

2003-08-21 20:27 SC, revision 23079

metadata support for metadata

2003-08-21 18:48 SC, revision 23078

destructor should not clear the ControlHandle, otherwise it will not get deleted

2003-08-21 15:10 MBN, revision 23077

wxMotif warning fixes.

2003-08-21 14:49 VS, revision 23076

regenerated

2003-08-21 14:47 VS, revision 23075

backported HTML tables horizontal size fix

2003-08-21 14:44 VZ, revision 23074

hack to at least let the sample start up (it still crashes later) under Mac

2003-08-21 13:58 VS, revision 23073

fixed broken files.bkl

2003-08-21 13:29 VZ, revision 23072

added bookctrl.cpp

2003-08-21 13:27 VZ, revision 23071

corrected CHECK in InsertPage()

2003-08-21 13:08 VZ, revision 23070

replcaeed ints with size_t to match the sources

2003-08-21 12:54 VZ, revision 23069

compilation fix

2003-08-21 12:44 MBN, revision 23068

wxGTK compilation fixes.

2003-08-21 12:38 MBN, revision 23067

Compilation fixes for wxMotif.

2003-08-21 09:06 VS, revision 23066

Unicode compilation fixes for OGL

2003-08-21 09:05 VS, revision 23065

Unicode compilation fixes for OGL (patch #791967)

2003-08-21 08:06 JS, revision 23064

Updated XRC tool section.

2003-08-21 08:05 JS, revision 23063

Updated section on XRC-writing tools

2003-08-21 06:37 SC, revision 23062

extended RTTI support

2003-08-21 06:33 SC, revision 23061

support for RTTI

2003-08-21 06:32 SC, revision 23060

added support for leaving out <embedded objects> that are created during their parent's creation and should not be streamed out separately. Support for empty element tags when reading in

2003-08-21 06:30 SC, revision 23059

added wxDateTime to the streamable custom types

2003-08-21 06:27 SC, revision 23058

added support for allocation-creation method

2003-08-20 22:57 VZ, revision 23057

created wxBookCtrl which will be tje base class for wxNotebook and wxListbook; moved almost all of wxNotebookBase code into it

2003-08-20 22:51 VZ, revision 23056

added missing headers

2003-08-20 18:53 SN, revision 23055

Split src/os2/utils.cpp in two to support non-monolithic builds.

2003-08-20 17:44 DE, revision 23054

The default state for the first radio button in a group should be selected