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

2007-04-14 11:41 SC, revision 45456

fixing assert

2007-04-14 11:17 SC, revision 45455

fixing non core graphcis build

2007-04-14 11:16 SC, revision 45454

fixing assert

2007-04-14 11:04 VS, revision 45453

don't use the VC6 workaround in wxList with newer versions of VC

2007-04-14 10:45 VS, revision 45452

fixed wxUniCharRef::IsAscii() definition

2007-04-14 10:19 SC, revision 45451

fixing the shrinking embedded controls

2007-04-14 09:58 VS, revision 45450

removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag)

2007-04-14 09:33 SC, revision 45449

cleaning up problems after string changes

2007-04-14 09:24 SC, revision 45448

cleaning up problems after string changes

2007-04-14 01:17 VZ, revision 45447

even controls with transparent background should draw it if they have an explicitly set background colour, so handle this at wxWindowUniv level instead of adding hacks to individual controls, such as wxStaticText, to deal with this (replaces patch 1700004) [backport from HEAD]

2007-04-14 01:15 VZ, revision 45446

even controls with transparent background should draw it if they have an explicitly set background colour, so handle this at wxWindowUniv level instead of adding hacks to individual controls, such as wxStaticText, to deal with this (replaces patch 1700004)

2007-04-13 23:41 VZ, revision 45445

fix wxTextCtrl::SetSelection(-1, -1) to behave as documented (patch 1700000) [backport from HEAD]

2007-04-13 23:38 VZ, revision 45444

implement support for right-aligned/centered items owner-drawn items (patch 1699415) [backport from HEAD]

2007-04-13 23:36 VZ, revision 45443

fix wxTextCtrl::SetSelection(-1, -1) to behave as documented (patch 1700000)

2007-04-13 23:32 VZ, revision 45442

implement support for right-aligned/centered items owner-drawn items (patch 1699415)

2007-04-13 23:26 VZ, revision 45441

removed documentation for wxStartTimer() and wxGetElapsedTime() which are only kept for backwards compatibility

2007-04-13 16:27 RR, revision 45440

Correctly handle ENTER for cell activation.

2007-04-13 14:13 VZ, revision 45439

include memory.h to help Borland compilation in Unicode mode

2007-04-13 12:06 VZ, revision 45438

rebaked after wxUSE_EXTENDED_RTTI and wx/flags.h addition

2007-04-13 02:13 VZ, revision 45437

removed contrib files from the scripts

2007-04-13 02:02 VZ, revision 45436
  • D /wxWidgets/trunk/contrib/Makefile.in
  • D /wxWidgets/trunk/contrib/samples
  • D /wxWidgets/trunk/contrib/utils

removing unnecessary makefiles, there is nothing left here

2007-04-13 02:00 VZ, revision 45435
  • D /wxWidgets/trunk/contrib/utils/convertrc

removing obsolete and not working tool

2007-04-13 01:27 VZ, revision 45434

clarifications to the ctor documentation

2007-04-12 21:15 VS, revision 45433

initial version of UTF-8 strings representation (still converting to wchar_t* a lot); it has to be explicitly enabled with --enable-utf8 for now

2007-04-12 21:13 VS, revision 45432

moved vararg handling code in wxMessageOutput to single method and added simple Output(wxString) virtual method instead of DoPrintf(format,...)