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-05-09 15:59 VZ, revision 15465

added build options check

2002-05-09 15:58 VZ, revision 15464

the build options are now checked in the application, not the library which allows to avoid having to define wxGetBuildOptions()

2002-05-09 15:57 VZ, revision 15463

no changes

2002-05-09 12:38 GD, revision 15462

updated CodeWarrior 5.3 exported xml projects

2002-05-09 12:18 GD, revision 15461

implement explicit copying instead of forbidding it

2002-05-09 10:01 JS, revision 15460

Customization dialog not implemented, so don't show the menu item

2002-05-09 00:28 VZ, revision 15459

generate the mouse click events for the static controls

2002-05-09 00:28 VZ, revision 15458

test that static text and box get the click events

2002-05-08 23:59 SC, revision 15457

fixed casting for X

2002-05-08 23:30 SC, revision 15456

added spinctrl to be ignored when clicked (otherwise its siblings on the same window position will not get the clicks)

2002-05-08 23:28 SC, revision 15455

display rect fixed

2002-05-08 23:25 SC, revision 15454

only use tool window style for floating windows, no modal dialog class (layer problems)

2002-05-08 23:23 SC, revision 15453

added mlte initialization

2002-05-08 23:22 SC, revision 15452

added mlte implementation

2002-05-08 23:14 SC, revision 15451

added rtti info (python problem)

2002-05-08 22:55 SC, revision 15450

layout improvement on mac

2002-05-08 22:53 SC, revision 15449

added small font for wxSWISS

2002-05-08 22:52 SC, revision 15448

filename workaround CW bug in debug builds

2002-05-08 22:50 SC, revision 15447

added rtti to tooltip, mlte implementation to textctrl

2002-05-08 22:29 VZ, revision 15446

added missing wxListItem copy ctor to wxMSW, moved wxListItem to the header to avoid duplicating it in wxMSW and the generic versions

2002-05-08 22:20 VZ, revision 15445

compilation fix for wxObject NO_COPY

2002-05-08 21:28 GD, revision 15444

regenerated for new build.h file

2002-05-08 21:17 GD, revision 15443

implemented lazy binding detection (broken RTTI classinfo detection) forbid copying of wxObject and wxClassInfo corrected conditional compilation for CodeWarrior 5.3

2002-05-08 21:13 GD, revision 15442

implemented explicit copy constructors (needed for cloning) declared private assignement operators

2002-05-08 19:57 MBN, revision 15441

Added documentation for wxListItem. Still need to strip the one in wxListCtrl::SetItem, or better move it to listitem,tex+mark it obsolete.