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

2000-04-14 16:12 RL, revision 7163

build .debs with new grid now that ok for wxPython too

2000-04-14 16:02 RL, revision 7162

fixed broken compilation under Linux, ULONG undefined and a duplicated global var name.

2000-04-14 15:59 RL, revision 7161

switched green/blue in SetRGB params

2000-04-14 07:53 BS, revision 7160

Fixed listbox on windows.

2000-04-13 20:15 VS, revision 7159

documented need of read-write image handler

2000-04-13 18:03 VZ, revision 7158

fix for menu helpstring in the status bar for MDI child frames

2000-04-13 17:57 VZ, revision 7157

unused var in GSocket_SetServer removed

2000-04-13 17:33 RL, revision 7156

added -kwxGetTranslation to locale/Makefile and updated .po files

2000-04-13 17:19 RL, revision 7155

added missing wxTRANSLATE for 'Details'

2000-04-13 16:18 JS, revision 7154

Gave the sash and splitter windows Create and Init methods

2000-04-13 15:48 GT, revision 7153

Changed the default of wxODBC_BACKWARD_COMPATABILITY to be 0, as it should have been

2000-04-13 14:27 BJ, revision 7152

add SetNumberOfColumns()

2000-04-13 10:56 JS, revision 7151

Renamed project files

2000-04-13 09:31 JS, revision 7150

New tech note, corrected makeprog.b32

2000-04-13 08:35 JS, revision 7149

Removed assert when charset not recognised

2000-04-13 08:17 RD, revision 7148

More ActiveX stuff. Can now automatically catch callbacks (events) from the COM object. I actually create a new class on the fly that derives from wxWindow, the COM CoClass and others needed to make it all work. The resulting class can be instantiated just like wxWindow, used in sizers, etc. It also responds to all COM method calls, properties, etc.

2000-04-13 07:08 JS, revision 7147

Removing files

2000-04-12 23:38 VZ, revision 7146

some warnings fixed

2000-04-12 23:38 VZ, revision 7145

wxTextCtrl::GetLineText() fixes: a) doesn't crash b) more efficient c) works in Unicode mode

2000-04-12 23:30 VZ, revision 7144

removed incorrect labels

2000-04-12 20:20 SN, revision 7143

Added a define needed by EMX when compiling for OS/2 presentation manager.

2000-04-12 19:54 VS, revision 7142

fixed duplicate definition bug

2000-04-12 15:13 JS, revision 7141

Replaced the HTML doc GIF icons with slightly nicer ones (I think)

2000-04-12 15:12 JS, revision 7140

Removed a redundant Show(TRUE) from details dialog (causes assert); tried in vain to allow empty tree control labels (doesn't seem possible)

2000-04-12 11:28 GT, revision 7139

Updated to use the new wxDb/wxDbTable accessors