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

2008-12-19 16:46 CE, revision 57438

add missing header to dfb

2008-12-19 16:04 RR, revision 57437

Implemented wxBitmapToggleButton generically for now

2008-12-19 15:43 RR, revision 57436

wxImage::ConvertToBitmap() doesn't exist anymore

2008-12-19 13:57 RR, revision 57434

Mention wxRearrangeCtrl, wxFileCtrl

2008-12-19 13:36 JJ, revision 57433

Update OpenVMS compile support

2008-12-19 09:58 VZ, revision 57432

define USE_ONLY_STATIC_WEAKREF for g++ < 3.3 too (3.2 is reported not to work otherwise)

2008-12-19 09:45 JJ, revision 57431

Update OpenVMS compile support

2008-12-18 21:26 RR, revision 57426

Correct AssignTempFile docs

2008-12-18 20:27 RR, revision 57424

Added missing g to file name of headerctrlg.h

2008-12-18 16:38 RR, revision 57421

Recalculate display (and scrollbars etc) before calling EnsureVisible()

2008-12-17 22:42 RR, revision 57408

Minor stream class changes

2008-12-17 22:26 RR, revision 57406

Correct wxDataViewCtrl::IsExpanded and add test for it

2008-12-17 22:19 VZ, revision 57405

implement wxLoadedDLL, a safer alternative to wxDL_GET_LOADED (closes #10208)

2008-12-17 15:22 VZ, revision 57404

VC6 SDK doesn't define INVALID_FILE_ATTRIBUTES, do it ourselves

2008-12-17 14:46 VZ, revision 57402

don't scroll to the child which gets focus if it is already fully visible; more importantly, don't do anything if we can't make it fully visible anyhow (fixes bug in the comment 13 of #9563)

2008-12-17 14:34 CE, revision 57401

add u to file and lib path

2008-12-17 14:21 CE, revision 57400

cast both ints to doubles for the X and Y scale factors

2008-12-17 14:19 VZ, revision 57399

use GetFileAttributes() to check for readonly files under Win9x, the NT method doesn't seem to work there (see #4111)

2008-12-17 13:25 VZ, revision 57398

another header for PCH-less compilation

2008-12-17 11:30 VZ, revision 57397

fix unused variable warning in release build

2008-12-17 11:29 VZ, revision 57396

PCH-less compilation fix

2008-12-17 11:29 VZ, revision 57395

don't hard code the menu bar height under WinCE (#10248) [backport of r57393 from trunk]

2008-12-17 10:21 VZ, revision 57394

fix WinCE compilation: it doesn't know about SW_SHOWDEFAULT (#10216)

2008-12-17 10:17 VZ, revision 57393

don't hard code the menu bar height under WinCE (closes #10248)

2008-12-17 10:06 VZ, revision 57392

mention wxHashMap::insert() change (r57388, #10261)