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,...)

2007-04-12 19:51 RD, revision 45431

Forward declare new wxPy classes

2007-04-12 17:47 VS, revision 45430

removed unneeded wxChar* cast, we already have wxString one

2007-04-12 15:00 VZ, revision 45429

removed the code to manually send wxNavigationEvents, it's not needed any more

2007-04-12 14:57 VZ, revision 45428

avoid code duplication by using helper functions

2007-04-12 14:28 VZ, revision 45427

modify the listbox item in place instead of deleting and inserting it back in SetString(), this gets rid of confusing listbox selection events for invalid item when SetString() is called

2007-04-12 00:56 RD, revision 45426

reSWIGged

2007-04-12 00:54 RD, revision 45425

wx.VScrolledWindow has been refactored, and new wx.HScrolledWindow and wx.HVScrolledWindow classes have been added.

2007-04-12 00:53 RD, revision 45424

SetCanFocus

2007-04-12 00:52 RD, revision 45423

wizard classes don't take resource parameter anymore

2007-04-12 00:51 RD, revision 45422

wxNullIconBundle

2007-04-12 00:50 RD, revision 45421

Add wxEXEC_NOEVENTS

2007-04-12 00:49 RD, revision 45420

update wx.IconBundle methods and docstrings

2007-04-12 00:45 RD, revision 45419

SetDefault returns the former default widget

2007-04-12 00:44 RD, revision 45418

wx.IconBundle support

2007-04-12 00:44 RD, revision 45417

wxMac: The get-url apple event is now supported, simply override wx.App.MacOpenURL to receive it.

2007-04-12 00:41 RD, revision 45416

Add wx.Position

2007-04-12 00:38 RD, revision 45415

STC is not a separate library anymore

2007-04-12 00:37 RD, revision 45414

tweaks needed for new GLCanvas API

2007-04-12 00:36 RD, revision 45413

trim whitespace

2007-04-12 00:35 RD, revision 45412

Test EVT_TREE_ITEM_ACTIVATED

2007-04-12 00:34 RD, revision 45411

All platforms have the same GLCanvas API now

2007-04-12 00:23 RD, revision 45410

Use the wxWANTS_CHARS style

2007-04-12 00:23 RD, revision 45409

Don't use stc lib if building monolithic

2007-04-12 00:13 RD, revision 45408

Adjust output dir for wxPython file

2007-04-11 21:54 RD, revision 45407

Don't use hidden items for size calc (patch 1698314) (backport from HEAD)