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