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-10-06 18:34 RD, revision 29678

Show EVT_ACTIVATE and EVT_ACTIVATE_APP events in action.

2004-10-06 18:32 RD, revision 29677

A Python version of wxrc

2004-10-06 18:30 RD, revision 29676

Mention TaskBarIcon and other recent changes

2004-10-06 18:10 RD, revision 29675

Remove any old wxrc before installing new ones. This fixes a make error on OSX.

2004-10-06 17:04 RD, revision 29674

wxMDIChildFrame::IsTopLevel returns false but for this purpose we should use the MDI Child, not it's parent.

2004-10-06 16:25 KH, revision 29673

Expanded comment in Initialize to include why Initialize is needed on OS X

2004-10-06 16:20 KH, revision 29672

Mac sockets events must be added to the RunLoop in the main thread, very similar to MSW. OnInit will now statically store the main RunLoop when wxSocketBase::Initialize is called (which should be called from the main thread), allowing sockets to be created in secondary threads and still receive events

2004-10-06 16:15 KH, revision 29671

Added back compile-time check for about/prefs menu separator; OS 9 should not have this separator appended. Can be changed later if needed to run-time check. This is better than nothing before 2.5.3.

2004-10-06 11:53 SC, revision 29670

adjusting DoGetBestSize according MSW

2004-10-05 21:57 VZ, revision 29669

cleaning up strdup/isascii definitions for compilers which lack them (should fix CW CFM build)

2004-10-05 21:11 RR, revision 29668

Make wxComboBox spit out a bit fewer surplis events when holding down the mouse button. Enable key based navigation through notebook tabs as in the native control with Left and right keys. Support for vetoing.

2004-10-05 20:53 RD, revision 29667

Deprecated EVT_LIST_GET_INFO and EVT_LIST_SET_INFO

2004-10-05 20:52 RD, revision 29666

Typedef for wxUIntPtr

2004-10-05 20:51 RD, revision 29665

Added wx.App.IsMainLoopRunning

2004-10-05 19:17 RN, revision 29664

default pos/size cleanup

2004-10-05 18:24 RD, revision 29663

Improve image hittest

2004-10-05 16:17 RR, revision 29662

Fixed missing focus problem.

2004-10-05 15:42 VS, revision 29661

added wxRB_SINGLE

2004-10-05 15:38 ABX, revision 29660

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-05 01:50 DE, revision 29659

Implement wxBitmapButton::DoGetBestSize() to call wxButtonBase version so that the newly implement wxButton::DoGetBestSize() is not used.

2004-10-05 01:49 DE, revision 29658

Implement wxButtonBase::GetDefaultSize() Implement wxButton::DoGetBestSize() to return at least 68 pixel width unless wxBU_EXACTFIT flag is given.

2004-10-04 23:47 DE, revision 29657

Added wxAutoNSAutoreleasePool where needed for controls sample.

2004-10-04 20:25 ABX, revision 29656

Warning fixes to most detailed warning output of OpenWatcom. Tested under Borland, DigitalMars and MinGW.

2004-10-04 20:21 VZ, revision 29655

made IsMainLoopRunning() static and implemented it for wxAppConsole too

2004-10-04 20:06 RD, revision 29654

fix compile error