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

2002-11-24 18:37 SC, revision 17965

m_meta was removed

2002-11-24 17:29 JS, revision 17964

Updated the OS2-specific configury

2002-11-24 17:05 SC, revision 17963

added code for always getting back the real font name even though only a family was given.

2002-11-24 17:03 SC, revision 17962

switched drawing algorithm, since apparently DrawThemeTextBox has some problems not squeezing the text under certain OS versions. also added the OS Truncating algorithm which does add ellipsis (...) when the text does not fit

2002-11-24 16:13 SN, revision 17961

Added work-arounds for current problems with OS/2's PM port.

2002-11-24 16:09 SN, revision 17960

Compilation fix for EMX.

2002-11-24 11:52 JS, revision 17959

Fixed some wxNotebook refresh problems on wxUniv/WIN32

2002-11-24 10:52 JS, revision 17958

Updated date on readme

2002-11-23 20:50 JS, revision 17957

Corrected label typo

2002-11-23 20:47 VS, revision 17956

use wxConvLibc for argv[] again

2002-11-23 20:12 JS, revision 17955

Added a Refresh() to SetSelection() so programmatic tab changing works

2002-11-23 18:36 SN, revision 17954

Added yet another include for EMX.

2002-11-23 15:43 VZ, revision 17953

updated french translation from Stephane Junique

2002-11-23 08:02 SC, revision 17952

changes for supporting more menu shortcuts

2002-11-23 05:36 RD, revision 17951

SWIGged updates for wxMac

2002-11-23 00:00 JS, revision 17950

wxTabEvent and tab styles now in keeping with wxNotebook, for future reference.

2002-11-22 23:06 JS, revision 17949

wxTabEvent should derive from wxNotifyEvent, not wxCommandEvent

2002-11-22 22:51 VZ, revision 17948

don't return wxDefaultSize from GetBestSize() under any circumstances (reverted part of 1.123.2.2 change)

2002-11-22 22:32 RD, revision 17947

demo tweaks

2002-11-22 22:30 RD, revision 17946

Ran autoconf on the configure.in that was recently checked in

2002-11-22 22:27 RD, revision 17945

Added new wxTreeCtrl methods

2002-11-22 22:25 RD, revision 17944

SWIGged updates foe wxGTK

2002-11-22 21:37 VZ, revision 17943

fixed SetBestSize() by restoring its old behaviour (undid 1.94.2.1 change and added comments about why the actual code is right)

2002-11-22 21:33 RD, revision 17942

Fixed a typo

2002-11-22 20:49 RD, revision 17941

Added some missing wxSTC_CMD_* #defines, also changed a bit how stc.h is generated so all the wxSTC_CMD_*'s are grouped together.