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

2007-06-17 17:52 VS, revision 46506

when selecting text in wxHTML, selecting half a character is enough to select it (patch #1719530; this is standard behaviour when selecting text

2007-06-17 17:31 VS, revision 46505

fixed selecting part of word from right to left in wxHTML (patch #1719530)

2007-06-17 11:02 MBN, revision 46504

Linking fix: g_isIdle is for GTK1 only.

2007-06-17 10:59 VS, revision 46503

determine wxFSFile's MIME type when wxFSFile::GetMimeType() is called instead of creating it; this dramatically improves startup times of XRC applications on Unix

2007-06-17 09:29 VS, revision 46502

don't make read-only text controls editable when enabled

2007-06-17 00:59 VZ, revision 46501

correct setting of pSymbol->SizeOfStruct (patch 1737789) [backport from HEAD]

2007-06-17 00:51 VZ, revision 46500

correct setting of pSymbol->SizeOfStruct (patch 1737789)

2007-06-16 23:57 VZ, revision 46499

fix unused parameters warnings

2007-06-16 23:24 RD, revision 46498

reSWIGed

2007-06-16 23:16 RD, revision 46497

Patch #1738147 Improved imagebrowser

2007-06-16 23:15 RD, revision 46496

bugfixes

2007-06-16 19:11 VS, revision 46495

fixed crash when setting locale

2007-06-16 17:32 VS, revision 46494

wxUSE_STL compilation fixes for wxGenericFontDialog

2007-06-16 17:15 VS, revision 46493

removed code for compatibility with OS X <= 10.2, 10.3 is the minimum since wx-2.8

2007-06-16 14:45 VZ, revision 46492

changed wxIsxxx() to return bool, not int, to avoid int->bool conversion warnings from VC++

2007-06-16 14:29 VS, revision 46491

fixed FromUTF8() to accept NULL as well as len==npos; this fixes crashes when loading XML files in UTF-8 build with wxUSE_STL=1

2007-06-16 14:20 VZ, revision 46490

show the unhandled exceptions in debug build instead of silently eating them

2007-06-16 12:53 VZ, revision 46489

added wxDocument::GetUserReadableName() for forward compatibility with 3.0

2007-06-16 12:49 VZ, revision 46488

replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName(wxString&) with GetUserReadableName() and MakeNewDocumentName() which return wxStrings directly

2007-06-16 00:26 RD, revision 46487

swigged

2007-06-16 00:06 RD, revision 46486

swigged

2007-06-15 20:51 FT, revision 46485

Add additional modules, and refactor runAllTests.py.

2007-06-15 20:34 FT, revision 46484

Skeleton tests for wx.ListBox and wx.Sizer. testListBox is the first concrete test based upon testControl.ControlWithItemsBase.

2007-06-15 20:29 FT, revision 46483

Additional tests for wx.TextCtrl.

2007-06-15 20:26 FT, revision 46482

Additional tests for wx.Window. Note behavior of SetHelpText and GetHelpText.