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

2003-04-11 23:20 VS, revision 20146

don't report setlocale failure if trying to set Unicode-only language

2003-04-11 22:38 RD, revision 20145

Fixed wxMac's wxTextCtrl::SetSelection so that (-1,-1) will select the entire value like other ports do.

2003-04-11 22:32 VZ, revision 20144

return wxKILL_OK in krc instead of leaving it unchanged

2003-04-11 22:05 VZ, revision 20143

fixed bug with searching in sorted arrays

2003-04-11 19:08 VZ, revision 20142

allow vetoing wxEVT_COMMAND_LIST_COL_BEGIN_DRAG (backported from HEAD)

2003-04-11 17:45 SC, revision 20141

cleanup and classic fixes

2003-04-11 17:12 RD, revision 20140

Added a sample to the demo specifically for PopupMenus

2003-04-11 17:10 RD, revision 20139

Backported fix allowing for wxMac popup menus to have submenus

2003-04-11 15:20 RD, revision 20138

Test a submenu on the popup menu

2003-04-11 14:31 CE, revision 20137

correct Watcom build instructions

2003-04-11 14:14 VZ, revision 20136

use on gdk_draw_lines() call instead of multiple gdk_draw_line() ones (patch 717012)

2003-04-11 14:02 VZ, revision 20135

fixes for user dash handling (patch 717736)

2003-04-11 13:48 VZ, revision 20134

containers don't always accept focus (patch 718913)

2003-04-11 11:01 JS, revision 20133

Moved wxDateTime::TIME_T_FACTOR into datetime.cpp to prevent VC++ confusion

2003-04-10 23:12 PKO, revision 20132

Fix column count.

2003-04-10 23:01 VS, revision 20131

don't use deprecated macros

2003-04-10 21:58 RD, revision 20130

SWIGged updates for wxMac

2003-04-10 21:58 RD, revision 20129

SWIGged updates for wxGTK

2003-04-10 21:57 RD, revision 20128

SWIGged updates for wxMSW

2003-04-10 21:08 VZ, revision 20127

regenerated with tmake after adding datacmn.cpp

2003-04-10 20:33 VZ, revision 20126

extracted duplicated code from src/*/data.cpp in a common file

2003-04-10 19:45 RD, revision 20125

Added __nonzero__ method to more classes that have a Ok or IsOk method. This allows code like "if obj: ..." to be the same as "if obj.IsOk(): ..."

2003-04-10 19:42 RD, revision 20124
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/wx/lib/PyCrust

No need to have the old PyCrust in the new namespace

2003-04-10 19:38 RD, revision 20123

Added __nonzero__ method to more classes that have a Ok or IsOk method. This allows code like "if obj: ..." to be the same as "if obj.Ok: ..."

2003-04-10 19:35 RD, revision 20122

Test code for removing a submenu

2003-04-10 18:14 VZ, revision 20121

don't use deprecated IntToString function

2003-04-10 15:49 RD, revision 20120

SF patch [ 718899 ] wxGrid - output parameters

2003-04-10 13:15 VZ, revision 20119

add missing symbols to wxBase

2003-04-10 13:08 VZ, revision 20118

moved wxFloat/DoubleToStringStr from src/*/data.cpp to src/common/utils.cpp; took all String <-> Numebr functions inside WXWIN_COMPATIBILITY_2_4

2003-04-10 09:31 ROL, revision 20117

- changed encoding selection, removed -i option - replace command

2003-04-10 06:13 GD, revision 20116

if we are not in the main thread, output the assert directly and trap since dialogs cannot be displayed

2003-04-10 00:14 VZ, revision 20115

set krc to wxKILL_OK on success

2003-04-09 20:30 GD, revision 20114

if we are not in the main thread, output the assert directly and trap since dialogs cannot be displayed

2003-04-09 19:44 RD, revision 20113

SWIGged updates for wxGTK

2003-04-09 19:43 RD, revision 20112

SWIGged updates for wxMac

2003-04-09 19:43 RD, revision 20111

Regenerated the default script batch files

2003-04-09 19:41 RD, revision 20110

Demo tweaks

2003-04-09 19:40 RD, revision 20109

SWIGged updates for wxMSW

2003-04-09 19:28 RD, revision 20108

Added __nonzero__ method to wxTreeItemId.

2003-04-09 19:14 RD, revision 20107

Updated demo for new Py packages, and updated the html-ized version of stc.h

2003-04-09 19:13 RD, revision 20106

wxHtmlWindow::LoadFile is now available, added wxNotebookPage helper class

2003-04-09 18:54 RD, revision 20105
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/tests

Removed the old tests that I havn't looked at or used for years

2003-04-09 17:44 RD, revision 20104

Patrick O'Brien's PyCrust package has been renamed to Py and now includes several new tools. As part of the change the location of the pacakge has changed as well, it is now accessible as "from wxPython import py" (or "from wx import py" using the new namespace.) There are still some transition moudules in the wxPython.lib.PyCrust mackage that will issue a warning and then import what is needed from the new package. These will be removed in a future release.

2003-04-09 17:07 MBN, revision 20103

Compilation fix (missing headers).

2003-04-09 16:58 MBN, revision 20102

Add tests for XShape extension API in configure, and implements wxTLW::SetShape for wxMotif and wxX11 using the aforementioned extension.

2003-04-09 16:44 MBN, revision 20101

Use the wxBitmap implementation from wxX11 in wxMotif; solves various bugs related to wxMask handling (and effectively adds a lot of wxMask functionality previously missing).

2003-04-09 16:26 RD, revision 20100

Use a different window style to help ensure there are no window decorations added

2003-04-09 16:24 RD, revision 20099

SWIGged updates for wxGTK

2003-04-09 16:23 RD, revision 20098

Some updates for wxHtml classes, and other tweaks

2003-04-09 16:04 RD, revision 20097

Updated version number