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-12-21 22:36 RR, revision 57488

Regen after adding clipboard sample

2008-12-21 22:35 RR, revision 57487

Regen using newest bakefile

2008-12-21 22:22 RR, revision 57486

Added bakefiles makefiles

2008-12-21 22:17 RR, revision 57485

Forgot to commit

2008-12-21 22:15 RR, revision 57484

Added experimental async clipboard format query

2008-12-21 22:13 RR, revision 57483

Added clipboard sample

2008-12-21 22:12 RR, revision 57482

Added clipbaord sample

2008-12-21 12:16 VZ, revision 57474

fix wxTimeSpan::Format() for negative spans with 0 hour component (#10055)

2008-12-21 02:58 VZ, revision 57465

correct wrong #endif position which prevented ListCtrlTestCase::ItemRect() from being compiled under non-MSW

2008-12-21 02:57 VZ, revision 57464

really fix the length of the string returned by wxConvertStringToOle() (#10056)

2008-12-21 02:48 VZ, revision 57463

fix for compilation with newer DMC headers (see #10112)

2008-12-21 02:44 VZ, revision 57462

add popup sample to the workspace (fixes #10162)

2008-12-21 02:41 VZ, revision 57461

fix unused variable warning (part of #10162)

2008-12-21 02:34 VZ, revision 57460

close the handle returned by OpenProcessToken() (fixes #10129)

2008-12-21 02:28 VZ, revision 57459

don't show assert message boxes in debug build but throw an exception if an assert unexpectedly fails; do check that expected asserts are generated

2008-12-21 02:13 VZ, revision 57458

fix Get(Sub)ItemRect() after changes of r54437; added test for it (see #10175)

2008-12-21 01:43 VZ, revision 57456

add wxLogLastError() calls if Shell_NotifyIcon() fails (closes #10222)

2008-12-21 01:37 VZ, revision 57455

remove m_endModalCalled flag, it seems to be unnecessary

2008-12-21 01:33 VZ, revision 57453

don't restore the focus manually after closing the dialog, default Windows behaviour seems to work just fine now (see #10240)

2008-12-20 21:29 FM, revision 57449

replace wxPostEvent with wxQueueEvent and update the thread sample description (the sample doesn't shows usage of wxMutexGuiEnter/Leave)

2008-12-20 21:26 FM, revision 57448

mention multi-core systems and wxThread::GetCPUCount

2008-12-20 16:01 JMS, revision 57443

Fully conform to the documented statement according to which names of properties with non-root, non-category parent are not stored in the per-page hash map.

2008-12-20 15:47 JMS, revision 57442

Fixed various inconsistencies with deleting properties, added wxPGProperty::DeleteChildren()

2008-12-20 15:11 RR, revision 57441

Call Expand on an item's parent chain in EnsureVisible

2008-12-19 17:26 RR, revision 57439

Fixes #10288: wxDataViewCtrl missing selection change event