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

2004-03-30 00:56 DE, revision 26478

GetMenuBar() now traverses up the hierarchy so it no longer has to be done here.

2004-03-30 00:49 DE, revision 26477

wxMenuBase changes: 1. GetMenuBar() tries GetParent()->GetMenuBar() first (traverse up hierarchy). 2. IsAttached() returns true if GetMenuBar() returns a menubar. 3. AddSubMenu() does not call Attach() on added submenus.

2004-03-30 00:43 DE, revision 26476

Instead of m_menuBar use GetMenuBar() which will be modified (with next patch) to traverse up the menu hierarchy to return the menu bar.

2004-03-30 00:15 RD, revision 26475

Regenerated ReST docs, removed the config setting that outputs the generated date so these will change less often.

2004-03-30 00:14 RD, revision 26474

Updated version number

2004-03-30 00:10 RD, revision 26473

Generate pywrap as a console tool.

2004-03-29 20:59 PKO, revision 26472

Oops. Put @echo off line back in. Only needed to change pythonw.exe to python.exe.

2004-03-29 20:54 PKO, revision 26471

Made more useable from the command-line, since that is its primary purpose.

2004-03-29 20:01 RD, revision 26470

Check that the file successfully loaded, use the length read for the conversion.

2004-03-29 19:04 SC, revision 26469

attempt to work around SDK specific problems

2004-03-29 18:46 VS, revision 26468

applied patch 923858 (fixes crash in zlib streams)

2004-03-29 18:34 SC, revision 26467

BestSize is ok for built-ins

2004-03-29 18:17 SC, revision 26466

another attempt to export

2004-03-29 18:07 RR, revision 26465

Applied SetForegorund colour patch for GTK2.

2004-03-29 18:02 RR, revision 26464

Applied patches.

2004-03-29 16:23 SC, revision 26463

added tlw include

2004-03-29 16:06 SC, revision 26462

best size calculations based on bitmap size

2004-03-29 15:54 RD, revision 26461

if basePath is empty use '.'

2004-03-29 15:52 RD, revision 26460

Use "&Help" so wxMac doesn't make an extra help menu

2004-03-29 14:56 SC, revision 26459

Update Region is not always correct, we use the visible region therefore

2004-03-29 14:54 SC, revision 26458

UMADrawControl is not to be used anymore

2004-03-29 14:49 SC, revision 26457

Cleanup

2004-03-29 12:46 SC, revision 26456

SetSize with all -1 was returning too soon in some cases

2004-03-29 12:12 SC, revision 26455

fixed multiline wrap-around

2004-03-29 12:02 VZ, revision 26454

added a howto for adding a new encoding to wxWin