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

2001-01-29 18:52 dwebster, revision 9213

OS/2 updates for XPM

2001-01-29 17:43 vadz, revision 9212

fix (?) for MDI children style problems

2001-01-29 17:39 vadz, revision 9211

modified make and .spec files to build distribution files names with version suffix (like wxFoo-major.minor.micro)

2001-01-29 15:26 vadz, revision 9210

1. updated docs/gtk/changes.txt for 2.2.5 2. fixed configure/Makefile to handle no-rtti/no-exceptions better 3. added missing files of internat sample to the dist 4. fixed Makefile.in for the help sample

2001-01-29 11:13 vadz, revision 9209

HTTP test added

2001-01-29 05:50 dwebster, revision 9208

new .def file for OS/2 to include event changes and addition of wxDir and the DirCtrldg control

2001-01-29 05:48 dwebster, revision 9207

Bitmap code, icon code and dir code updates

2001-01-29 05:47 dwebster, revision 9206

OS/2 updates (mostly executing MSW code)

2001-01-29 05:46 dwebster, revision 9205

Bitmap and icon updates

2001-01-29 01:26 vadz, revision 9204

1, removed GetInputHandlerType() callback, controls now create input handlers themselves 2. implemented (they actually work!) wxSpinButton and wxSpinCtrl

2001-01-28 23:21 vaclavslavik, revision 9203

_T() -> wxT()

2001-01-28 19:29 georgetasker, revision 9202

Fixed buffer overrun in call to wxStripMenuCodes()

2001-01-28 16:11 georgetasker, revision 9201

Fixed an incorrect statment saying the wxLB_SORT was not support under GTK

2001-01-28 15:34 dwebster, revision 9200

OS/2 patch about a #pragma warning.

2001-01-28 14:47 vadz, revision 9199

removed GetInputHandlerType() callback, controls now create input handlers themselves

2001-01-28 14:04 vadz, revision 9198

1. added wxTextCtrl::SelectAll(), use it when poping up the combo 2. wxListBox::SetSelection() sets the selected item as current, too 3. MSW compatibility: combobox listbox doesn't react to mouse events outside 4. don't show focus rect in listbox when it doesn't have focus 5. wxComboBox preselects the listbox item corresponding to the text value 6. can use DOWN and ESC to open/close the combo 7. scrollbars in the popup listbox are now usable - but still weird 8. buttons never report best size less than default one 9. start of wxSpinCtrl implementation

2001-01-28 10:51 juliansmart, revision 9197

Correction for Mingw32

2001-01-28 08:26 juliansmart, revision 9196

_ to wxT for Mingw32 compilation

2001-01-28 02:48 vadz, revision 9195

refresh the item to make the colour/font change take effect immediately

2001-01-28 02:14 vadz, revision 9194

extended RemoveLast() to take size_t parameter

2001-01-27 23:00 vadz, revision 9193

readded wxEVT_HELP inadvertently deleted the last time

2001-01-27 22:28 ronl, revision 9192

updated .po files. bumped Debian version bumped version in configure.in to 2.2.5

2001-01-27 21:18 depeyrot, revision 9191

modified macintosh ifdef compilations to also test for __APPLE__ __APPLE__ is defined by the C/C++ compiler under Mac OS X

2001-01-27 20:16 vadz, revision 9190

compatibility changes: WXWIN_COMPATIBILITY_EVENT_TYPES and DECLARE_EVENT_TABLE_ENTRY added

2001-01-27 20:15 vadz, revision 9189

added DECLARE_EVENT_TABLE_ENTRY for 2.4 compatibility