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-04-17 06:25 RD, revision 7188

updates for wxGTK

2000-04-17 04:25 RD, revision 7187

more changes to the demo

2000-04-17 00:01 VZ, revision 7186

1. corrected some asserts/crashes in controls 2. added test for SetValue() in text

2000-04-16 23:58 VZ, revision 7185

1. wxTextCtrl::SetValue() moves the cursor to the end of text (as in GTK) 2. bug in wxThread::Delete() when the thread hadn't been staretd fixed 3. setting font for radiobox now works immediately (you had to invalidate the window manually, e.g. by covering it with another one, before) 4. added and documented wxConstCast() and wxStaticCast() 5. attempts to make wxFontEnumeraotr::EnumEncodings() work under MSW

2000-04-16 21:31 DW, revision 7184

Fixes for the outstanding errors in minimal.

2000-04-16 19:34 SN, revision 7183

Updated to current API.

2000-04-16 16:56 SN, revision 7182

Fixed Scrollbar handling.

2000-04-16 00:19 VZ, revision 7181

1. fixed assert failure/crash when clicking in empty checklistboxes 2. wrote wxBMPHandler::SaveFile() 3. fixed stupid bug in handling DDE commands in wxMimeTypesManager

2000-04-15 20:37 RL, revision 7180

reverted some earlier changes nuked by RR fixing the same problem -- only differently, breaking compilation again

2000-04-15 19:38 RL, revision 7179

s/menuString/menuLabel/ in wxMenuBar::FindMenuItem to fix bug similar to that in gtk version

2000-04-15 19:30 RL, revision 7178

bugfix for gtk wxMenuBar::FindMenuItem to strip special chars before comparison

2000-04-15 17:35 RR, revision 7177

Correction to minimal size of wxSizers.

2000-04-15 16:40 JS, revision 7176

Changed names of image-related VC++ project files

2000-04-15 11:26 RR, revision 7175

TODO updated.

2000-04-15 10:26 BS, revision 7174

Added Stefan's fix for messages being incorrectly ignored.

2000-04-15 10:25 BS, revision 7173

Added WinMessageBox() code, mainly from the Windows version.

2000-04-15 09:20 RR, revision 7172

Made tex2rtf compile again, Added wxSizer::SetMinSize() (documented) Added wxSizer::SetItemMinSize()

2000-04-15 00:38 DW, revision 7171

VA 3.0 cannot utilize the _Export macro in this configuration

2000-04-14 22:40 VZ, revision 7170

updated to test combo box events

2000-04-14 22:38 VZ, revision 7169

send key up/down events too

2000-04-14 19:46 VZ, revision 7168

fix for the fix for HAVE_THREAD_PRIORITY_FUNCTIONS detection

2000-04-14 19:32 VZ, revision 7167

fixes for HAVE_THREAD_PRIORITY_FUNCTIONS detection

2000-04-14 18:53 VZ, revision 7166

wxSpinCtrl::GetSize() should work now (thanks to Kristjan Jonsson)

2000-04-14 18:29 VZ, revision 7165

fixes for Unix detection (test for __UNIX__ in include/wx/defs.h) and for NetBSD detection in configure

2000-04-14 18:08 VZ, revision 7164

wxString::replace() assert fixed, test for it added