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-08-22 21:22 JS, revision 16690

Added CW for Mac list file

2002-08-22 20:34 VZ, revision 16689

fixed default button handling: don't keep BS_DEFPUSHBUTTON style when the app loses focus

2002-08-22 20:14 VZ, revision 16688

fixed a few typoes

2002-08-22 19:22 VZ, revision 16687

gcc 3.1 warning fixes (patch 598343)

2002-08-22 18:12 VZ, revision 16686

compilation fix (patch 598331)

2002-08-22 18:11 VZ, revision 16685

fix for wxComboBox flicker on create (patch 598891)

2002-08-22 18:02 VZ, revision 16684

removed debugging code from the sample

2002-08-22 18:02 VZ, revision 16683

send event from Clear() for a simple text control, send only one event from SetValue() instead of 2 for a rich one

2002-08-22 18:01 VZ, revision 16682

mention that Clear() and SetValue() *will* send EVT_TEXT events

2002-08-22 17:44 SC, revision 16681

fixed mounting points under /Volumes

2002-08-22 17:04 VZ, revision 16680

use SendSizeEvent() to resize the button correctly after reparenting under MSW

2002-08-22 17:03 VZ, revision 16679

made wxFrame::SendSizeEvent() public and documented it

2002-08-22 16:00 VZ, revision 16678

reverted patch 598016 (removed MSWCreateControl() visible parameter)

2002-08-22 15:44 JS, revision 16677

OnSize must not be skipped for non-wxX11 platforms

2002-08-22 09:41 JS, revision 16676

Applied patch [ 598016 ] remove flicker during combo box creation By Benjamin I. Williams (biwillia76) The attached patch completely fixes the flicker problem when creating combo boxes. It also will make it elementary to remove flicker during the creation of other controls (although all the other controls are flicker free, AFAIK). It does this by adding an optional 'visible' parameter to the internal MSWCreateControl method, whereby the caller can create a control invisibly by default, perform some complicated sizing calculations, and then finally show the control before the Create finished.

2002-08-22 08:48 SC, revision 16675

added error code for better debugging

2002-08-22 08:47 SC, revision 16674

fix when bitmap is not valid

2002-08-22 08:46 SC, revision 16673

fix for getting proper fspecs for volumes that are not given with the trailing separator

2002-08-22 04:59 DW, revision 16672

Minor slider fix

2002-08-22 01:02 DW, revision 16671

Font updates

2002-08-22 00:04 RD, revision 16670

SWIGged updates for wxMac

2002-08-22 00:04 RD, revision 16669

SWIGged update for wxGTK

2002-08-22 00:00 RD, revision 16668

A more dynamic wxWizard sample, and a fix for wxGrid wrappers

2002-08-21 22:46 DW, revision 16667

Font updates

2002-08-21 21:46 RD, revision 16666

wxWizardPage now handled by OOR