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-10-05 22:26 VZ, revision 17465

create the controls inside a panel

2002-10-05 22:24 VZ, revision 17464

kbd traversal code now knows that DLGC_WANTALLKEYS implies DLGC_WANTTAB/ARROWS; this fixes the problem with editing a list/tree ctrl item in place -- you could TAB out of it before

2002-10-05 21:33 VZ, revision 17463

call SetFocus() in WM_LBUTTONDOWN handler for the wxWindows controls (not standard ones)

2002-10-05 20:41 VZ, revision 17462

mention wxNB_MULTILINE

2002-10-05 20:37 VZ, revision 17461

woodoo workaround for the bug 616803: crash when showing a dialog with notebook with wxNB_MULTILINE style

2002-10-05 20:20 VZ, revision 17460

fixed wxfileDialog::SetPath() (which didn't do anything before)

2002-10-05 11:45 VZ, revision 17459

reverted the last change -- what was it for?

2002-10-04 20:48 RR, revision 17458

Applied patch to fix colour probs under wxGTK.

2002-10-04 20:10 RR, revision 17457

Added work-around/fix for redraw bug in idle handler. I now send internal idle calls whereas normal idle events still get block by the recursion block.

2002-10-04 18:45 GD, revision 17456

added SIZEOF_INT to Project Builder prefix header

2002-10-04 16:47 VZ, revision 17455

made the configure summary message a bit more pretty

2002-10-04 13:53 DW, revision 17454

Need to set the m_isShown flag properly during a call to ::Show.

2002-10-04 10:28 JS, revision 17453

Removed references to wxBuffer from wxSlider, and ensured that the slider doesn't use a potentially uninitialised buffer.

2002-10-04 07:19 ROL, revision 17452

just a test if CVS access works

2002-10-04 05:24 RL, revision 17451

fixed long lost typo uncovered by Gilles output summary. Is it ever bad to add more of these things :-)

2002-10-04 02:11 RD, revision 17450

Turn off the test case for normal use

2002-10-04 02:00 RD, revision 17449

SWIGged updates for wxGTK

2002-10-04 00:44 RD, revision 17448

Removed Command() but left an alias

2002-10-04 00:42 RD, revision 17447

it helps if you actually return the return value!

2002-10-04 00:40 RD, revision 17446

wxASSERT and others are converted to Python Exceptions.

2002-10-03 20:46 GD, revision 17445

added a configure summary trailer to report on main configuration options

2002-10-03 19:50 RD, revision 17444

Avoid assert when the position to be removed is beyond the end of the list and just return FALSE as documented

2002-10-02 23:33 VZ, revision 17443

added a WXWIN_COMPATIBILITY_2_2 test around deprecated Command() method

2002-10-02 23:32 VZ, revision 17442

delete the hidden TLW parent window from a module to ensure that it is done even if OnInit() returns FALSE; also create it without using wxTLW itself which actually simplifies the code

2002-10-02 14:16 JS, revision 17441

Regenerated configure for -lm patch