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-10-28 10:14 OK, revision 4237

Fixed typo in ARGS_CLEANUP

1999-10-28 09:15 JS, revision 4236

Do... fixes and OnMenuHighlight correction (so MDI sample now works)

1999-10-28 04:48 DW, revision 4235

*** empty log message ***

1999-10-28 01:17 VZ, revision 4234

1. corrected (but the fix is ugly) the multiple def button problem 2. corrected a bug which disabled all accels for MSW (sic) 3. added SetValue/GetValue to wxSpinCtrl 4. modified wxGetNumberFromUser to use wxSpinCtrl

1999-10-28 00:38 VZ, revision 4233

1. more code commented out by DW (@#%#%!#%!@) uncommented 2. wxSpinCtrl calculates its default size better and sends notifications as wxSpinButton does

1999-10-27 23:33 VS, revision 4232

added copy ctor to wxHashTable

1999-10-27 23:32 VS, revision 4231

bugfix: wxList's copy ctor now works with keyed lists

1999-10-27 23:31 VS, revision 4230

added wxHtmlParser::{Push|Pop}TagHandler

1999-10-27 23:30 VS, revision 4229

documented Harm's changes to wxHTML help

1999-10-27 23:29 VS, revision 4228

cleaned Harm's new wxHTML help code (removed search.cpp)

1999-10-27 23:26 VS, revision 4227

cleaned Harm's new wxHTML help code

1999-10-27 23:25 VS, revision 4226

added wxHtmlParser::{Push|Pop}TagHandler

1999-10-27 22:47 DW, revision 4225

Toolbar fixes

1999-10-27 19:43 VZ, revision 4224

checks for time functions added

1999-10-27 19:01 RR, revision 4223

Minor Motif changes, made scrollsub sample work somehow.

1999-10-27 18:39 VZ, revision 4222

fix for make clean when building in topdir

1999-10-27 18:27 VZ, revision 4221

Solaris fixes: -lnsl, -lXext, -lsocket added if needed

1999-10-27 17:25 VZ, revision 4220

DATAFILES may contain directories too

1999-10-27 17:15 VZ, revision 4219

always use wxString::operator[](size_t) - wxWin doesn't compile without it anyhow

1999-10-27 17:03 GRG, revision 4218

removed debugging code which shouldn't be there :-)

1999-10-27 16:18 JS, revision 4217

Small changes to peripheral files

1999-10-27 15:15 DW, revision 4216

Take out statbrpm, add statline back in

1999-10-27 13:44 VZ, revision 4215

fix for native compilers on Solaris

1999-10-27 13:43 VZ, revision 4214
  • D /wxWidgets/trunk/configure

trying to get it back onto the main branch

1999-10-27 13:43 DW, revision 4213

Replaced inadvertant C++ comments with standard 'C' comments for VisualAge fixups (VA will not compile non-ANSI C code anymore)

1999-10-27 13:19 VZ, revision 4212

1. wxMenu{Item|Bar} modifications for wxMotif 2. corrected a crash on startup if wxDataObject is used in Motif

1999-10-27 13:10 VZ, revision 4211

compilation fix

1999-10-27 10:48 GRG, revision 4210

Bug in GAddress_UNIX_init fixed

1999-10-27 10:44 GRG, revision 4209

Stupid bug in GAddress initialization prevented BCC to work. (I still wonder how this could work with other compilers :-( ...)

1999-10-27 08:59 JS, revision 4208

Fixed wxMotif's wxRegion/wxRegionIterator to optionally use wxRects.

1999-10-27 03:05 MB, revision 4207

Fixed bug that caused wrong block of cells to be selected if the mouse was dragged out of the grid cell area. Cell text values now echo changes in top edit control if in-place editing is disabled. Changed highlight scheme again so that a border is drawn around the current cell whether in-place editing is on or off. Hopefully this is less confusing.

1999-10-26 23:38 VZ, revision 4206

1. regenerated the makefiles to include menucmn.cpp 2. more compilation fixes for DW changes 3. implemented dynamic menu support for wxMSW 4. added code to the toolbar sample to test it

1999-10-26 19:35 VZ, revision 4205

wxMenuBarBase for MSW (untested)

1999-10-26 19:07 VZ, revision 4204

1. added wxMenuBarBase 2. corrected typo in gtk/menu.cpp when dealing with Fn accel keys

1999-10-26 18:40 JS, revision 4203

Fixed wxFont mis-specification

1999-10-26 17:12 JS, revision 4202

Added temporary iterator fix (generates just 1 bounding rectangle)

1999-10-26 16:14 VZ, revision 4201

reverted last changes by DW

1999-10-26 15:16 JS, revision 4200

Motif: made file selector and message box properly take on background colour. Initialised a member variable in wxDC, so e.g. bombs sample now works and splitter displays something.

1999-10-26 14:38 VZ, revision 4199

attempt to fix wxMenuBar::EnableTop

1999-10-26 13:54 VZ, revision 4198

1. corrected uninitialised variable (which led to crash) in wxListBox 2. corrected assert failures in wxChoiceDialog

1999-10-26 13:45 VZ, revision 4197

fix for items without accelerators

1999-10-26 13:33 JS, revision 4196

Removed lots of wxMotif compile warnings. Copied new install.txt into old install.txt (wxMotif).

1999-10-26 13:32 VZ, revision 4195

compilation fix

1999-10-26 06:52 MB, revision 4194

Fixed bug that caused crashes if wxGrid::OnSize was called before grid was properly initialized

1999-10-26 04:47 DW, revision 4193

*** empty log message ***

1999-10-26 04:38 DW, revision 4192

*** empty log message ***

1999-10-25 21:23 JS, revision 4191

Added WXDLLEXPORT to wxChrono

1999-10-25 20:06 KB, revision 4190

fixed timer related bug

1999-10-25 20:03 DW, revision 4189

no message

1999-10-25 18:56 RR, revision 4188

Makefile corrections after the setup.h changes.

1999-10-25 17:22 VZ, revision 4187

1. moved fontenum.cpp to unix because implementation is common to X and GTK+ (had to add wxGetDisplay() to wxGTK) 2. implemented EnumerateEncodings() - now only if we could do something useful with this... 3. added makefile for the console sample

1999-10-25 16:55 RR, revision 4186

Mem leak in new accelerator code. Install things.

1999-10-25 16:41 VZ, revision 4185
  • D /wxWidgets/trunk/src/motif/fontenum.cpp

it now lives under unix

1999-10-25 15:51 VZ, revision 4184

1. small dnd compilation fixes (no attempt to make icon setting work though) 2. wxMenuItemBase appears 3. more key combinations handled by wxGTK for menu accels

1999-10-25 14:30 JS, revision 4183

Added wizard sample.

1999-10-25 14:28 JS, revision 4182

Added more compat. functions for wxGrid so grid sample compiles; fixed regtest compilation prob. (but still crashes on exit); fixed tab sample compile problem.

1999-10-25 14:27 JS, revision 4181

Changed #include file ordering so it compiles.

1999-10-25 14:24 JS, revision 4180

Added further makefiles for wizard sample

1999-10-25 13:46 JS, revision 4179

Cosmetic changes in setup0.h; Latex edits; PaletteSize -> wxPaletteSize; generate newgrid VC++ project files

1999-10-25 13:17 MB, revision 4178

Fix for incomplete initial display sometimes with wxMSW

1999-10-25 12:54 KB, revision 4177

bug fix for disable auto poll

1999-10-25 11:30 VZ, revision 4176

setup.h moved (and not copied) to the correct location by configure

1999-10-25 08:18 JS, revision 4175

Added mysteriously-missing #endif

1999-10-25 07:41 VZ, revision 4174

BC++ 16bit makefile fixes (obj isn't replaced with suffix in filenames)

1999-10-25 07:37 VZ, revision 4173

VC++ 1.5 makefile fixes (lib split, C objs)

1999-10-25 07:22 VZ, revision 4172

Symantec makefile fixes (for OLE files)

1999-10-25 07:19 VZ, revision 4171

Watcom makefile fixes

1999-10-25 06:33 VZ, revision 4170

/usr/include fix

1999-10-25 04:05 DW, revision 4169

*** empty log message ***

1999-10-25 02:41 DW, revision 4168

*** empty log message ***

1999-10-24 20:42 OK, revision 4167

Changed wxGetSingleChoiceData() to take void* client data pointers instead of char*

1999-10-24 19:50 JS, revision 4166

Fixes for 16-bit compilation

1999-10-24 19:34 VZ, revision 4165

wxDropSource now has 3 custom cursors for copy/move/nothing

1999-10-24 19:09 RR, revision 4164

wxFrame::Set/GetClientSize() uses toolbar area again, wxWindow no longer reroutes mouse events to invisble windows, Compile fix.

1999-10-24 18:32 KB, revision 4163

uncommented ping method

1999-10-24 16:45 RR, revision 4162

Small distrib changes, Use GTK's native insert for wxListBox, Compile pacthes for AIX, wxClipboard things, Ignore wxSIZE_AUTO flags in wxDialog and wxFrame, Ignore toolbar size in wxFrame::Get/SetClientSize

1999-10-24 16:29 VZ, revision 4161

1. corrected client data deletion in wxListBox (no more memory leaks in controls sample) 2. added wxST_NO_AUTORESIZE style for wxGTK and wxMSW and added test for it to the controls sample

1999-10-24 15:57 DW, revision 4160

*** empty log message ***

1999-10-24 15:14 JS, revision 4159

Small changes

1999-10-24 15:09 JS, revision 4158

Added small library binaries to lib directory

1999-10-24 15:07 JS, revision 4157

Removal of old src/msw/ctl3d files

1999-10-24 13:07 JS, revision 4156

More Watcom C++ compilation stuff

1999-10-24 05:16 RD, revision 4155

Squashed another threading and interpreter lock bug

1999-10-24 00:30 VZ, revision 4154

1. compilation fix for wxArrayTreeItemIds 2. small bug fixes for recent fixes

1999-10-23 23:40 VZ, revision 4153

1. wxDropTarget::OnData() returns wxDragResult now, not bool 2. fixed assert failure in wxMSW::wxListBox 3. wxFileHistory automatically deletes non existinf files from menu 4. wxDropTarget coordinates are client (and not screen) under MSW too 5. wxConvertBitmapToDib and vice versa seem to work! 6. client data field if filled by wxListBox and wxChoice and it's also deleted (this just wasn't done before!)

1999-10-23 19:55 JS, revision 4152

BC++ and Watcom C++ makefile and source fixes

1999-10-23 11:01 KB, revision 4151

minor bug fixes

1999-10-23 10:40 RR, revision 4150

Fixed resizing problem with GTK 1.2.3 notebooks. Added wxSizer test to controls sample.

1999-10-23 06:42 RD, revision 4149

Added missing constructor for wxCustomDataObject so the DLL would link. It's just a guess though so it should be checked.

1999-10-23 04:27 RD, revision 4148

Apparent typo fix

1999-10-23 03:35 RD, revision 4147

generated source updates

1999-10-23 02:33 RD, revision 4146

Fixed a deadlock problem when using threads Incremented version number Added some missing methods and such Minor updates to a couple demos

1999-10-22 22:43 RR, revision 4145

Added wxDropSource::GiveFeedBack().

1999-10-22 22:00 DW, revision 4144

no message

1999-10-22 21:44 RS, revision 4143

Fixed "torn" patch line

1999-10-22 20:40 DW, revision 4142

Update for VA V4.0

1999-10-22 18:00 VZ, revision 4141

1. sorted wxListBox and wxComboBox seem to work under wxGTK 2. to support this, new class wxControlWithItems added (ctrlsub.h/cpp) and the controls sample modified to test it

1999-10-22 15:55 VZ, revision 4140

wxChoice and wxListBox GTK+ changes (wxChoice works, wxListBox still doesn't) to support sorting, also compilation fixes in dataobj.cpp

1999-10-22 15:49 RR, revision 4139

Compile fix for wxDataFormat cast, Unfinished code for wxDragCopy vs. wxDragMove, Corrected key accel code for wxFrame as children of wxFrame.

1999-10-22 13:26 VZ, revision 4138

MSW compilation fixes (untested)