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

2000-12-20 15:18 georgetasker, revision 8963

Fixed bug where if the style included wxFRAME_NO_TASKBAR, not all the extended flags were set that were needed to prevent it from showing up on the taskbar were set (specifically WS_EX_TOOLWINDOW), and the frame still showed on the taskbar

2000-12-20 14:41 vadz, revision 8962

fix for wxRegConfig::GetNextGroup

2000-12-20 14:20 vadz, revision 8961

compilation fix for !PCH

2000-12-20 14:18 vadz, revision 8960

merged fix from 2.2 branch

2000-12-20 14:10 vadz, revision 8959

warning fixed

2000-12-19 17:25 georgetasker, revision 8958

When deleting an entire dialog in DialogEditor by right clicking and choosing DELETE from the popup menu, you are presented with an ARE YOU SURE message. This prevents the tradgedy of thinking you right clicked a widget, when you actually right clicked the dialog, and then you accidentally delete your unsaved dialog.

2000-12-19 17:24 vadz, revision 8957

wxFTP docs update and a small fix to wxString overview (Unicode *is* supported now!)

2000-12-19 17:22 georgetasker, revision 8956

Left Double clicking a widget (not a dialog) in the left hand TREE pane will now pop up the EDIT PROPERTIES dialog for the widget

2000-12-19 16:56 vadz, revision 8955

tons of wxFTP fixes and compilation fix for wxBase

2000-12-19 13:52 vadz, revision 8954

fix for a crash in ~wxFontList

2000-12-19 03:10 dwebster, revision 8953

Palette code

2000-12-19 02:00 georgetasker, revision 8952

Fixed the popup menus when you right click a widget.

2000-12-18 23:49 vadz, revision 8951

compilation fixes for wxMSW

2000-12-18 23:05 roebling, revision 8950

Bumped up a few versions to 2.2.4.

2000-12-18 21:15 vadz, revision 8949

wxNativeFontInfo changes

2000-12-18 21:10 vadz, revision 8948

fixed compilation warning about variable being clobbered by fork

2000-12-18 21:00 vadz, revision 8947

fixed compilation warning about variable being clobbered by fork

2000-12-18 20:06 dwebster, revision 8946

Additions to help Fonts compile clean and add SetPS impelementation to wxRegion for OS2

2000-12-18 20:05 dwebster, revision 8945

VisualAge V3.0 does not understand lowercase, "true", "false"

2000-12-18 20:04 dwebster, revision 8944

Update to allow new wxNativeFontInfo stuff to compile

2000-12-18 16:16 vadz, revision 8943

fix to parse the new GNOME .keys files

2000-12-18 15:50 vadz, revision 8942

fixed compilation problems (mismatch between header and cpp)

2000-12-18 09:30 roebling, revision 8941

Applied 8-bit-mode patch to stable tree.

2000-12-18 05:34 dwebster, revision 8940

Lots of OS/2 fixes mostly to do with painting

2000-12-18 05:33 dwebster, revision 8939

OS2 Statusbar fix