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

2001-03-04 12:49 SC, revision 9463

correct window class attribution (was wrong in carbon)

2001-03-04 12:47 SC, revision 9462

changed choice to properly inherit from wxChoiceBase , added msg compatible calls to wxStaticBitmap, correct window class attribution (was wrong in carbon)

2001-03-04 12:46 SC, revision 9461

changed choice to properly inherit from wxChoiceBase , added msg compatible calls to wxStaticBitmap

2001-03-04 00:21 VZ, revision 9460

added EVT_COMMAND_SCROLL_THUMBRELEASE event

2001-03-03 20:26 VZ, revision 9459

wx-config changes merged from the 2.2 branch

2001-03-03 20:17 VZ, revision 9458

1. added --cppflags and --cxxflags to configure 2. bumped up the version to 2.2.6

2001-03-03 17:18 SC, revision 9457

mac changes : wxDC - removed doubly defined vars (inherited from base) and fixed wxPen - width scales with context and 0 width always renders one pixel wide

2001-03-02 19:28 RR, revision 9456

Implemented wxStaticLine under Mac. I thought I had commited this already, actually.

2001-03-02 15:16 JS, revision 9455

Added DisplayTextPopup to wxHtmlHelpController; fixed refresh bugs in generic wxListCtrl

2001-03-02 12:49 JS, revision 9454

Added test to prevent crash in LogMenuEvent

2001-03-01 06:50 SC, revision 9453

final adjustements to wxToolbar to make it layout as on other platforms

2001-03-01 03:25 DW, revision 9452

Added YieldIfNeeded

2001-03-01 03:24 DW, revision 9451

New .dll mod def file

2001-02-28 20:48 SC, revision 9450

added new focus behaviour (like MSW) and toolbar fixes

2001-02-28 20:36 DW, revision 9449

Undo the Test commit

2001-02-28 20:35 DW, revision 9448

Test commit

2001-02-28 19:15 RD, revision 9447

fixed problem in wrapping of wxOGLConstraint

2001-02-28 18:38 VZ, revision 9446

fixed bug with wx-config --cflags not returning the code generation flags

2001-02-28 14:31 SC, revision 9445

default window creation algorithm for mac platform is changed, now a full window with titlebar is drawn as soon as the style has WX_CAPTION (before it needed WX_THICKFRAME )

2001-02-28 14:29 SC, revision 9444

toolbars are now possible in any window

2001-02-28 13:58 JS, revision 9443

Initialized event array in case we merge with the trunk which has a different event system now

2001-02-28 13:58 JS, revision 9442

Local event array wasn't initialized

2001-02-28 13:04 SC, revision 9441

added menubar update OnActivate for multiple frames with their own menubars, it's not perfect (menu merge) would be better, but at last something

2001-02-28 12:23 SC, revision 9440

corrected hiding/showing of native mac controls

2001-02-27 23:21 SC, revision 9439

corrected the invalidation when resizing windows (was only invalidating the client area)