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):

2008-07-03 16:04 VZ, revision 54479

handle FNERR_INVALIDFILENAME which happens if an invalid file name is passed to wxFileDialog (#9688)

2008-07-03 15:42 VZ, revision 54478

support disabling items before adding them to the menu (#3423)

2008-07-03 15:37 VZ, revision 54477

don't ignore changes of empty string to 0 or vice versa in float grid cells (#2802)

2008-07-03 14:29 RR, revision 54476

wxMac wxDataViewCtrl no border patch

2008-07-03 13:44 RR, revision 54475

further xxx_str() clarification

2008-07-03 12:13 RR, revision 54474

Corrected c_str() docs

2008-07-02 14:45 VZ, revision 54465

don't use @true and @NULL inside of @code sections

2008-07-02 10:46 RR, revision 54464

Tried to make wxListBox::Update() work, typo corrected

2008-07-02 08:15 RR, revision 54463

Tried to make wxListBox::Update() work

2008-07-02 08:10 RR, revision 54462

#9675: wxDataViewModel::Reset() and scrollbar problem (wxMac)

2008-07-01 21:20 MMK, revision 54458

Code placed at correct location to allow Dialog Blocks to regenerate code without overwriting the sample program code.

2008-07-01 16:09 VZ, revision 54454

compilation fix for PCH-less build after last commit

2008-07-01 15:49 VZ, revision 54453

change not only the focus but also last remembered TLW focus in SetValue() to avoid focus being reset to the wrong radio button when TLW regains activation (#9676)

2008-07-01 13:44 VZ, revision 54451

use proper name for a contributor

2008-07-01 10:04 RR, revision 54450

Add code for parsing globs file in /usr/local as well

2008-07-01 09:59 RR, revision 54449

Add code for parsing globs file

2008-07-01 09:28 RR, revision 54448

Add stub for parsing globs file

2008-07-01 08:48 RR, revision 54447

Restore wxFile docs

2008-07-01 08:31 RR, revision 54446

Remaining conversion to read-only XDG MIME types code

2008-07-01 08:30 RR, revision 54445

Corrected mime types docs

2008-07-01 00:05 VZ, revision 54441

quote the arguments containing spaces or quotes correctly in wxExecute(char **) overload (#4115)

2008-06-30 23:48 VZ, revision 54440

remove unused exec.rc file

2008-06-30 23:37 VZ, revision 54439

fix a hang up in wxExecute(wxArrayString& output) overload (#4380)

2008-06-30 18:21 VZ, revision 54437

implement wxListCtrl::GetSubItemRect() for generic version and fix bug in it in wxMSW one; also added a test for it in the sample

2008-06-30 13:40 VZ, revision 54436

VC6 compilation fix: using access declaration can only be used with immediate base class members with this compiler