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-31 19:56 SN, revision 23328

Fixed IMPLEMENT_DYNAMIC_CLASS usage.

2003-08-31 19:54 SN, revision 23327

Added missing include.

2003-08-31 19:41 SN, revision 23326

Added missing include.

2003-08-31 19:01 SN, revision 23325

Fixed includes.

2003-08-31 18:51 SN, revision 23324

Removed some code duplicating wxAppBase functions.

2003-08-31 18:25 SN, revision 23323

Fixed return type of GetPageCount (int -> size_t).

2003-08-31 18:15 SN, revision 23322

Fixed AppTraits handling on OS/2.

2003-08-31 15:35 SC, revision 23321

Carbon Event Mouse Moved handler changes

2003-08-31 15:33 SC, revision 23320

Carbon Event Mouse Moved handler added

2003-08-31 14:29 MBN, revision 23319

Add wxNet dependency.

2003-08-31 13:47 VZ, revision 23318

no changes

2003-08-31 13:30 VZ, revision 23317

backport the sizers change

2003-08-31 13:29 VZ, revision 23316

fix redistribution of the extra space between sizer items

2003-08-31 12:54 VZ, revision 23315

undid the last change

2003-08-31 12:05 RR, revision 23314

Prevent wxMac from creating an epmpty bitmap in a toolbar if all we want is a separator.

2003-08-30 23:11 VZ, revision 23313

compilation fix

2003-08-30 23:03 VZ, revision 23312

return the index of the inserted/appended item

2003-08-30 22:39 VZ, revision 23311

use SetClientSize(), not SetSize() in Fit()

2003-08-30 21:06 MBN, revision 23310

More compilation fixes.

2003-08-30 20:56 VZ, revision 23309

fixed return value of Disable() (bug 795630)

2003-08-30 20:55 VZ, revision 23308

set array size correctly in wxArrayString::Shrink() (bug 797758)

2003-08-30 20:44 SN, revision 23307

Fixed several bugs in threading code for OS/2. Thread sample now working.

2003-08-30 20:32 SC, revision 23306

made Update be window local (before was updating the entire window), ScrollWindow now scrolls also invalidated areas and in the end does an Update

2003-08-30 20:30 SC, revision 23305

removing all updates specially for mac

2003-08-30 17:55 MBN, revision 23304

Compilation fixes.