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-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.