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

1999-07-22 23:28 RR, revision 3087

Corrected wxlistBox, wxRadioBox, wxComboBox and wxChoice in that they do no longer send events after programmatic calls Corrected wxStaticBitmap Reimplemented wxRadioButton as per wxMSW Updated docs for the above Update testconf for socket changes Other minor fixes

1999-07-22 20:20 RR, revision 3086

New drawing test code. Added distrib file for wxMSW.

1999-07-22 17:51 GL, revision 3085

Added GSocket for Unix (only GTK for the moment) Updated wxSocket to use GSocket API Added a progress bar to client.cpp Added CopyTo to wxMemoryOutputStream to copy the internal buffer to a specified buffer. Various changes/fixes to the high-level protocols FTP/HTTP Various Unicode fixes Removed sckint.*

1999-07-22 15:10 RR, revision 3084

Compile fix for *newest* mingw32 Switched default options for mingw32

1999-07-22 15:05 RR, revision 3083

wxMenu compile fix new drawing tests tree ctrl GCC compile fix (I hope)

1999-07-22 07:34 RD, revision 3082

fixed font-matching bug in wxFontList::FindOrCreateFont for wxGTK when font family is wxDEFAULT.

1999-07-21 21:21 HH, revision 3081

Minor and silly fix.

1999-07-21 18:49 VZ, revision 3080

added demonstration of wxGTK wxStaticBitmap::SetBitmap() bug

1999-07-21 18:45 HH, revision 3079

Made cross compiling easier; run configure --host=i586-mingw32 --build=i586-linux , for example, to cross compile from linux to windows using i586-mingw32-xxx binaries.

1999-07-21 18:13 KB, revision 3078

bug fix for m_parent == NULL

1999-07-21 16:35 RR, revision 3077

Mini-fix for wxStaticBitmap switched on reports after changing text ctrl be hand again

1999-07-21 16:19 RR, revision 3076

MingW32 compilation works now.

1999-07-21 16:13 KB, revision 3075

more type-safety

1999-07-21 16:10 VZ, revision 3074

1. Assorted Motif fixes a) tear off menus b) native dialogs c) crash in ~wxWindow fixed d) compilation and linking fixes 2. test code removed from minimal sample, text one compiles without clipboard 3. wxAppBase/wxApp small fixes

1999-07-21 15:39 KB, revision 3073

remove duplicate deletion

1999-07-21 15:01 KB, revision 3072

added helpwxht.h

1999-07-21 13:50 KB, revision 3071

Suppressed a spurious error message, now contents are looked for in entry with help-id 0 and if not found a homemade list of contents is presented. :-)

1999-07-21 13:37 KB, revision 3070

fix

1999-07-21 13:32 KB, revision 3069

Much improved wxHelpControllerHtml, works under Solaris, too now.

1999-07-21 11:06 VS, revision 3068

imagemap support (html)

1999-07-21 09:59 VS, revision 3067

fixed refresh bug in wxHtmlWindow

1999-07-20 23:22 VZ, revision 3066

1. panels pass focus to the next item in parent panel 2. warnings removed from iniconf.cpp and it's removed for Win32 compilation 3. wxWindow::PopupMenu(wxPoint) added, documented 4. Docs for wxTextCtrl explicitly mention that EVT_TEXT is triggered by programmatic updates too

1999-07-20 22:38 HH, revision 3065

some updates...

1999-07-20 20:35 HH, revision 3064

little wxMenu ctor fix

1999-07-20 20:34 HH, revision 3063

Added lots of files. Enough now so that all wxHTML samples link.