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-07-23 18:04 ABX, revision 28428

wxUSE_STL fixes.

2004-07-23 17:49 VZ, revision 28427

compilation fix for gcc (closes bug 996701)

2004-07-23 16:45 VS, revision 28426

changed to behave in same way as native win32 control and generic wxListCtrl when wxEVT_COMMAND_TREE_END_LABEL_EDIT is vetoed

2004-07-23 16:45 VS, revision 28425

documented while event.Skip() is necessary so that nobody removes it

2004-07-23 16:44 VS, revision 28424

reverted JS' rev. 1.27 - the real fix was 1.28, disabling recursion protection is not good idea

2004-07-23 15:41 RD, revision 28423

Changed to match wxPython's current subrelease number

2004-07-23 14:33 ABX, revision 28422

wxUSE_STL/wxArrayString fixes.

2004-07-23 11:26 ABX, revision 28421

Correct definition of sorting function.

2004-07-23 10:38 VZ, revision 28420

added wxSUBRELEAS_NUMBER and macro to check for it

2004-07-23 10:01 VZ, revision 28419

fixed ShowModal() return value typo

2004-07-23 09:21 ABX, revision 28418

wxUSE_BUTTONBAR removed.

2004-07-23 09:04 ABX, revision 28417

wxUSE_STL fixes.

2004-07-23 08:58 ABX, revision 28416

wxUSE_STL fix.

2004-07-23 08:56 ABX, revision 28415

Simplified html reading because previous one caused conflicts in wxUSE_STL=1.

2004-07-23 08:51 ABX, revision 28414

wxUSE_STATLINE fixes.

2004-07-23 05:07 RD, revision 28413

Default value for WX_CONFIG

2004-07-23 01:41 DE, revision 28412

Revert my id10t error.

2004-07-22 20:25 DE, revision 28411

Fix compilation with older (before C99) C compilers.

2004-07-22 20:24 RD, revision 28410

Just to be sure...

2004-07-22 20:23 RD, revision 28409

Also don't send set focus events when the window is being deleted.

2004-07-22 19:59 ABX, revision 28408

wxUSE_STATLINE fix.

2004-07-22 19:34 ABX, revision 28407

wxUSE_STATLINE fix.

2004-07-22 19:24 VS, revision 28406

fixed symlinks creation on platforms where ln -s is cp

2004-07-22 19:14 ABX, revision 28405

wxUSE_STATLINE fix.

2004-07-22 19:08 MBN, revision 28404

Added compatibility functions for wxUSE_STL = 1: void wxArrayString::Sort(CompareFunction function) void wxArrayString::Sort(bool reverseOrder).