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

2002-02-26 21:58 JS, revision 14415

Got dialog sizing to work, downsized fonts a bit (though it always returns the same standard font right now)

2002-02-26 18:28 JS, revision 14414

Window management and sizer layout corrections

2002-02-26 15:45 VZ, revision 14413

fixed a few warnings

2002-02-26 14:51 JS, revision 14412

Fixed XGetWindowAttributes so 'mapped' is reported correctly. About box now pops up, but is a mess.

2002-02-26 13:16 JS, revision 14411

Attempt at creating appropriate fonts in Nano-X

2002-02-26 10:06 JS, revision 14410

Nano-X changes: removed spurious -O for Nano-X configuration; got colour working in Nano-X (uses 8 bit RGB values, not 16 bit); now sets font background mode correctly; window management call correction

2002-02-25 22:56 RR, revision 14409

New code for greying out. Implemented wxTB_FLAT.

2002-02-25 20:32 JS, revision 14408

Compilation fixes for Nano-X

2002-02-25 18:45 VZ, revision 14407

fixed linking errors

2002-02-25 15:35 JS, revision 14406

Changed greying out to very crude algorithm, just draining colour from the image.

2002-02-25 15:21 VZ, revision 14405

fixed error in mouse capture test

2002-02-25 11:35 JS, revision 14404

Put tool disabling back in, but we need to debug wxCreateGreyedImage since the scissors icon in the demo gets munged

2002-02-25 11:20 JS, revision 14403

data_image -> mask_image, correcting some crashes in XPutImage

2002-02-25 11:01 JS, revision 14402

Commented out the bitmap-greying code until I have time to debug it

2002-02-25 10:19 JS, revision 14401

Corrected typos

2002-02-25 10:11 JS, revision 14400

Added middle mouse event macros to wxListCtrl doc; added wxCreateGreyedImage and attempt to show disabled buttons in wxUniversal wxToolBar

2002-02-24 23:27 VS, revision 14399

reverted wxMGL-specific code (didn't mean to commit this...)

2002-02-24 23:22 VZ, revision 14398

added a note that wxStringList is obsolete

2002-02-24 23:18 JS, revision 14397

Reverted to my own solution; I think it's better because it distinguishes between Universal and non-Universal solutions where menubars are built in and don't affect client origin

2002-02-24 23:04 JS, revision 14396

Fixed conflicts with Robert's similar fixes; fixed toolbar size calculation and allowed for vertical toolbar

2002-02-24 20:42 RR, revision 14395

Corrections to position and size for toolbar.

2002-02-24 19:49 RR, revision 14394

Added simplistic wxToolBar to wxUniversal. It still corrupts the non-client area.

2002-02-24 19:32 GD, revision 14393

take title of radiobox into account to calculate best size (SF #509963)

2002-02-24 19:11 GD, revision 14392
  • D /wxWidgets/trunk/demos/forty/make_cw.mcp

removed obsolete CodeWarrior project file

2002-02-24 18:02 GD, revision 14391

added Mac OS X application bundle (framework) building