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

2006-08-29 06:23 SC, revision 40906

adding command key accelerator

2006-08-29 01:03 RD, revision 40905

reSWIGged

2006-08-28 20:05 MW, revision 40904

Make Bourne shell compatible.

2006-08-28 18:52 RD, revision 40903

new port constants

2006-08-28 18:51 RD, revision 40902

Tweaked the colours a bit

2006-08-28 15:35 MW, revision 40901

glibc's vswprintf doesn't nul terminate on truncation.

2006-08-28 12:30 MW, revision 40900

Compile fixes.

2006-08-28 12:28 MW, revision 40899

Compile fix.

2006-08-28 12:27 MW, revision 40898

We can't define things in someone else's namespace.

2006-08-28 10:29 VZ, revision 40897

return false from OnInit() in console build if we failed

2006-08-28 10:05 VZ, revision 40896

document maxLenght and rectBounds ctor parameters; minor cleanup (use \arg, \NULL)

2006-08-28 09:53 VZ, revision 40895

added alpha support to wxCocoa, also fixed compilation after alpha changes hopefully

2006-08-28 09:38 RR, revision 40894

Corrected close button bitmap in wxAUIMultiNotebook. Added test for wxAUIMultiNotebook to aui sample.

2006-08-28 08:41 RR, revision 40893

Don't use wxTHICK_FRAME in the docs anymore.

2006-08-28 08:37 RR, revision 40892

Update info on wxMiniFrame.

2006-08-28 08:33 RR, revision 40891

Leave a comment about drag threshold setting.

2006-08-28 08:29 RR, revision 40890

More comments about non-native GTH widgets.

2006-08-28 07:53 MW, revision 40889

Use WX_CHECK_FUNCS for strtok_r.

2006-08-28 07:48 MW, revision 40888

Add WX_CHECK_FUNCS (instead of WX_CHECK_DECLS). It checks for functions in both headers and libs.

2006-08-27 20:07 RR, revision 40887

Corrected off-by-1 error in dock test.

2006-08-27 19:58 RR, revision 40886

The docking logic in the top and right docking areas was reversed. There is still an off-by-1 error that makes the toolbar jump in the bottom dock, not in the top dock.

2006-08-27 19:47 SN, revision 40885

Make wxCalendarCtrl work on OS/2's PM port as well (backport of patch #1523304).

2006-08-27 19:38 SN, revision 40884

Avoid trouble during initialisation & typo fix (backport of patch #1523304).

2006-08-27 19:26 SN, revision 40883

Use xpm for PM port on OS/2 as well.

2006-08-27 19:07 SN, revision 40882

Backported fixes to region handling from 2.7 branch.