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

2000-12-22 13:24 georgetasker, revision 8988

Added MAX_LINE_BUFFER_SIZE constant instead of using a hardcoded number in the array brackets

2000-12-22 06:51 robind, revision 8987

More cleanup. Removed all wxPyDefaultXXX since they aren't needed any more. Regenerated wxGTK code from this morning's changes.

2000-12-22 02:16 robind, revision 8986

test commit, no real change

2000-12-22 00:47 robind, revision 8985

Some cleanup and a fix

2000-12-22 00:06 robind, revision 8984

Massive code changes and cleanup to allow wxPython to be split into multiple extension modules again. A Python CObject is used to allow the "export" of SWIG and other common helper functions from the wxc module to other modules, even if they are in separate shared libraries. Should also be usable from 3rd party code, just include wxPython/src/export.h Changed the default setup so the following are built as separate extension modules: calendar, glcanvas, grid, html, ogl, stc, and utils. Will probably add more later.

2000-12-21 22:07 dwebster, revision 8983

Beginning of bitmap updates

2000-12-21 16:12 juliansmart, revision 8982

Modified treectrlg.cpp not to crash in HitTest if there's no m_anchor

2000-12-21 15:55 vadz, revision 8981

fix for -1 coords in wxWindow::Centre

2000-12-21 13:57 dwebster, revision 8980

ANSI 'C' fix (decs in "for" clauses no longer have any scope outside clause itself)

2000-12-21 11:37 juliansmart, revision 8979

Added m_keyGlobal.Open()

2000-12-21 04:25 dwebster, revision 8978

Fix for VisualAge 3.0 compile concerning wxNativeFontInfo

2000-12-21 04:24 dwebster, revision 8977

Fix for the wrong painting rectangle being set.

2000-12-21 02:12 vadz, revision 8976

wxSpinCtrl now sens TEXT_UPDATED events as in wxGTK

2000-12-21 00:33 georgetasker, revision 8975

Added code to the RIGHT CLICK popup dialog to show the type:name of the widget/dialog that was right clicked. Added code to prompt the user for confirmation before deleting an entire DIALOG, to help avoid accidental deletions of the dialog, when the user thought they were deleting a widget.

2000-12-21 00:31 georgetasker, revision 8974

Added BOUNDING BOX selection of multiple widgets on the dialogs by left clicking and dragging the mouse while holding down the left mouse button to draw a rectangle around the widgets to be selected Added code to the popup menus to identify which widget/dialog was right clicked Double clicking an item in the TREE pane will bring up the EDIT PROPERTIES dialog for the widget/dialog that was double clicked.

2000-12-21 00:27 georgetasker, revision 8973

Added BOUNDING BOX selection of multiple widgets on the dialogs by left clicking and dragging the mouse while holding down the left mouse button to draw a rectangle around the widgets to be selected Added code to the popup menus to identify which widget/dialog was right clicked

2000-12-20 23:06 vaclavslavik, revision 8972

fixed wxTextFile::GuessType assertion

2000-12-20 18:26 vadz, revision 8971

compilation fix (?)

2000-12-20 18:22 vadz, revision 8970

removed SetFont() from DoDrawText

2000-12-20 17:39 vadz, revision 8969

merged from the main branch

2000-12-20 17:37 vadz, revision 8968

2nd part of wxRegConfig fix

2000-12-20 16:10 vadz, revision 8967

wxPerl doc patches applied

2000-12-20 16:06 vadz, revision 8966

fix to GetAllCommands ret value

2000-12-20 15:30 vadz, revision 8965

wxRB_GROUP fix from the main branch

2000-12-20 15:22 vadz, revision 8964

merging the GetNextGroup fix