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-18 22:35 VZ, revision 29978

renamed wxFileLocator to wxStandardPaths

2004-10-18 22:26 VZ, revision 29977

fix Mac/Unicode build after last commit

2004-10-18 22:23 DE, revision 29976

Due to the last change the delegate should not release itself.

2004-10-18 22:17 VZ, revision 29975

unsigned off_t doesn't exist

2004-10-18 22:12 DE, revision 29974

Renamed m_hSnd to m_cocoaNSSound (match rest of wxCocoa). Create delegate as a static member shared by all instances.

2004-10-18 22:07 JS, revision 29973

Don't remove generic status bar from parent, since it can be used on arbitrary windows.

2004-10-18 21:41 DE, revision 29972

Removed some extraneous whitespace. Changed YES/NO to true/false; do not confuse BOOL (Objective-C) with bool (C++). Changed some of the indentation to match that the rest of wxCocoa. There was an if (isLastSoundInScope = NO) which I think was wrong not only because it used NO rather than false but also because it's an assignment rather than a test. Changed it to if (!isLastSoundInScope).

2004-10-18 20:20 JS, revision 29971

wxRadioButtons in the same group no longer have to be consecutive (there may be intervening controls). Without this fix, an out-of-sync assert is generated when clicking on a radio button and then calling GetValue().

2004-10-18 19:15 DE, revision 29970

wxCocoa: Add native file dialog from Ryan Norton. Modified patch #1039368 https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1039368&group_id=9863

2004-10-18 17:02 DE, revision 29969

Rebaked (build/bakefiles/common.bkl 1.95->1.96 change)

2004-10-18 13:13 VS, revision 29968

fixed previous revision: call wxControl's, not wxButton's DoGetBestSize

2004-10-18 13:00 ABX, revision 29967

Unnecessary const_ prefix removed (blindly).

2004-10-18 12:50 VS, revision 29966

be user friendly on Unix and expand the / node automatically

2004-10-18 12:38 VS, revision 29965

wxBitmapButton doesn't need own DoGetBestSize, wxControl's one works (fixes sizing bug)

2004-10-18 09:43 VS, revision 29964

support alpha channel in menu items bitmaps, too

2004-10-18 09:30 VS, revision 29963

XRC ignored menu bitmap on non-MSW platforms, fixed

2004-10-18 09:05 VS, revision 29962

fixed typo

2004-10-18 05:56 ABX, revision 29961

Warning fixes for OpenWatcom.

2004-10-18 01:03 VZ, revision 29960

remove the selection when SetSelection(-1) is called instead of asserting (as documented)

2004-10-18 00:23 VZ, revision 29959

typo

2004-10-18 00:18 VZ, revision 29958

documented that SetSelection(-1) removes the selection

2004-10-17 23:20 VZ, revision 29957

added wxDynamicLibrary::HasSymbol()

2004-10-17 23:00 RR, revision 29956

Renamed wxPrintNativeData methods to better match those of the preexisting wxMac class. This should make transition of the wxMac classes to the new wxPrintNativeData classes easier. Renamed wxWindowsPrintNativeData to a proper name that is less confusing (GetNativeData -> GetDevMode).

2004-10-17 22:30 VZ, revision 29955

added \newsince command

2004-10-17 21:43 VZ, revision 29954

added interface for wxFileLocator class