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

2002-07-06 14:36 RR, revision 16065

Cosmetic change.

2002-07-06 14:35 RR, revision 16064

You can crash GTK with scrolled windows being only 20x20 pixels large. This took me merely three weeks to find out.

2002-07-06 13:14 VZ, revision 16063

fixed bug introduced by my previous GtkUpdateSize() commit

2002-07-06 12:49 MBN, revision 16062

GCC can't test prototype if using wchar_t instead of char.

2002-07-06 12:43 MBN, revision 16061

Fix MinGW compilation in some corner cases

2002-07-06 06:46 RD, revision 16060

Allow wxSTC to have scrollbars

2002-07-06 04:14 RD, revision 16059

Added name to wxShapeCanvas ctor for consistency

2002-07-06 01:47 RD, revision 16058

Licence --> License

2002-07-06 01:47 RD, revision 16057

SWIGged updates

2002-07-06 01:10 RD, revision 16056

typos

2002-07-06 00:56 RD, revision 16055

A few other tweaks, reduced some flicker in the demo, and etc...

2002-07-06 00:55 RD, revision 16054

Fix the crash-on-ActiveX-callback problem

2002-07-06 00:48 RD, revision 16053

Move wxContextMenuEvent back into the core

2002-07-06 00:47 RD, revision 16052

Actually check if the menu should be shown before popping it up

2002-07-06 00:42 RD, revision 16051

Add pos, size and style parameters to the window constructors

2002-07-05 22:28 VZ, revision 16050

compilation error fix (trailing comma in an enum)

2002-07-05 16:45 MBN, revision 16049

Fix some GCC 3.1 compilation warnings

2002-07-05 16:43 MBN, revision 16048

wxPerl documentation updates

2002-07-05 14:41 GT, revision 16047

Fixes the problem with VARCHAR fields not allowing the stored string to ever be lengthened beyond the original stored length of the field. NOTE: There may be a problem with NULLs now, so this needs further testing. I'm not sure if this affects NULL column handling

2002-07-05 14:09 JS, revision 16046

Added wxRadioButton::MSWWindowProc to reset m_focusJustSet -- otherwise, if RB1 has the focus, then you click on RB2, then back on RB1, no command event will be generated for the last click.

2002-07-05 13:24 VZ, revision 16045

use GtkUpdateSize() for consitency everywhere instead of directly setting m_sizeSet

2002-07-05 13:20 VZ, revision 16044

fixed SetToolBar(NULL) behaviour -- don't leave a hole from toolbar

2002-07-05 12:53 VZ, revision 16043

removed unneeded inclusion of wx/wx.h

2002-07-04 23:23 VZ, revision 16042

argh, last compilation fix had a typo, fixed now

2002-07-04 19:08 JS, revision 16041

Corrected my wrong application of patch