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-27 17:08 FM, revision 56529

no real change; moved wxDataObject and wxDataFormat class declarations after all their derived classes, at the end of the file

2008-10-27 16:50 JMS, revision 56528

Added similar assignment operator as well

2008-10-27 16:47 JMS, revision 56527

Added wxPropertyGridConstIterator(const wxPropertyGridIterator&) copy ctor

2008-10-27 16:46 VZ, revision 56526

fix handling of errors in wxConditionInternal::Wait() and WaitTimeout() (#10111)

2008-10-27 16:40 VZ, revision 56525

rebaked using bakefile 0.2.5

2008-10-27 16:26 JMS, revision 56524

Removed dummy wxFont == operator implementation (IIRC was needed to compile with some old version of wx)

2008-10-27 14:29 RR, revision 56523

Set cursor to <from> in wxTextCtrk::SetSelection

2008-10-27 14:19 RR, revision 56522

Disable focus out events during menu popup

2008-10-27 14:02 RR, revision 56521

Added method to disable focus_out handling temporarily

2008-10-25 23:41 KO, revision 56519

Fix ShowNoActivate so that it always calls wxWindow::Show.

2008-10-25 20:44 FM, revision 56518

other interface revisions of html headers

2008-10-25 18:55 KO, revision 56515

svn merge -r 55251:56500 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-10-25 15:48 VZ, revision 56511

rename ca@valencian description to "Valencian (Southern Catalan)" at translators request

2008-10-25 15:45 VZ, revision 56509

some fixes from Robert Millan

2008-10-24 20:45 VZ, revision 56503

initial Valencian (Southern Catalan) translation from Robert Millan

2008-10-23 14:53 VZ, revision 56501

fix a couple of typos pointed out by a translator

2008-10-23 14:48 MW, revision 56500

Fix wxClassInfo::Register for Solaris.

2008-10-23 14:42 VZ, revision 56499

added Vietnamese translations

2008-10-23 14:33 VZ, revision 56498

added Vietnamese translations

2008-10-23 13:55 FM, revision 56497

first part of revisions of html/h* interface headers

2008-10-23 13:54 FM, revision 56496

remove references to tex2rtf; it's not part of wxWidgets anymore

2008-10-23 13:08 VZ, revision 56495

use hex escapes instead of 8 bit characaters (#10105)

2008-10-23 11:47 VZ, revision 56494

give credit for wxGrid column move hint improvement

2008-10-23 11:19 VZ, revision 56493

fix Normalize() test: can't use temporary wxStrings to initialize wxChar* pointers

2008-10-22 23:14 VZ, revision 56492

compilation fix for operator=() with DMC