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-10-15 11:22 VZ, revision 56326

compilation fix for wxUSE_STD_IOSTREAM==0

2008-10-15 10:22 RR, revision 56325

Added wxSearchCtrl, typos corrected

2008-10-15 09:52 RR, revision 56324

Crop images a little

2008-10-15 09:49 RR, revision 56323

Add appearance tags

2008-10-15 09:47 RR, revision 56322

Add wxPropertyGrid screenshots

2008-10-15 09:47 RR, revision 56321

Add wxSearchCtrl screenshots

2008-10-15 09:46 RR, revision 56320

Repaired togglebutton images

2008-10-15 08:37 RR, revision 56319

Mention why fudgefactor for wxODBC position under wxMac is required

2008-10-14 20:08 FM, revision 56315

output the list of the undocumented wx classes

2008-10-14 19:49 FM, revision 56314

further additions to avoid false warnings (ActsAsDefaultCtor, better wxArgumentType::SetDefaultValue)

2008-10-14 19:48 FM, revision 56313

enable more wx stuff when using gcc xml

2008-10-14 19:48 FM, revision 56312

misc fixes to function signatures

2008-10-14 19:40 FM, revision 56311

clarify the usage of debug macros, in particular for wxFAIL (which doesn't need () brackets) as reported by Jim Battle

2008-10-14 19:37 RR, revision 56310

Add a fudge factor to the size of wxODBC in wxProperty under wxMac. I've been unable to find out what shrinks the control under wxMac.

2008-10-14 17:15 JMS, revision 56309

wxPGProperty::AddChild() can now be used to add normal child properties (previously it was only used to add private children of derived property classes such as wxFontProperty and wxFlagsProperty). However, to allow backwards compatibility, SetParentalStyle(wxPG_PROP_MISC_PARENT) needs to be called before doing so. Also done: merged property initialization code from PrepareToAddItem() and PrepareSubProperties() to InitAfterAdded().

2008-10-14 16:13 KO, revision 56308

Fix install command and tweak the build script.

2008-10-14 14:13 VZ, revision 56307

fix bugs in FindFirst() (it gets URL, not filename, on input) and FindNext() (which always forgot the last match) (fixes #10077)

2008-10-14 13:34 VZ, revision 56306

added -1 (a.k.a. --single) command line option

2008-10-14 13:29 VZ, revision 56305

no real changes, just come cleanup (use constants instead of hardcoded values; remove _T()s; don't allocate things on the heap unnecessarily; don't make members public or protected

2008-10-14 12:32 RR, revision 56304

Correct positioning of wxTextCtrl in wxPropertyGrid for wxMac

2008-10-14 11:44 VZ, revision 56303

added wxXmlResource::FindXRCIDById() (#10026)

2008-10-14 09:43 RR, revision 56302

Also correct wxDList<T>

2008-10-14 09:31 RR, revision 56301

Fix off-by-1 error in wxChoice and wxComboBox (OSX reports 1 as 0)

2008-10-14 09:07 RR, revision 56300

Corrected some wxMac images

2008-10-14 09:04 VZ, revision 56299

fix the bug in insert(end(), value) and added unit test for it