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-14 23:25 RD, revision 16515

Bugfix for wxListCtrl::GetColumn. It wasn't checking the returned format correctly.

2002-08-14 22:29 VZ, revision 16514

fixed the paths of the theme files in the VC++ wxUniv project

2002-08-14 21:46 SC, revision 16513

added key code fix to carbon event handler

2002-08-14 21:22 RD, revision 16512

Fixed wxMSW's EVT_CHAR so it conforms to the docs and also what wxGTK does already. IOW, Ctrl-C should result in keycode == 3, not 99.

2002-08-14 20:04 VS, revision 16511

define wxART_* constanst in way that will make adding XRC support easier

2002-08-14 19:00 SC, revision 16510

fix when not having precompiled headers

2002-08-14 18:41 SC, revision 16509

attempt to bring event system in synch with MSW

2002-08-14 17:09 SC, revision 16508

separated modifier keys handling in order to distinct key/up down events

2002-08-14 15:10 VZ, revision 16507

small fix to reduce flicker slightly while dragging the sash

2002-08-14 15:04 VZ, revision 16506

added a 1 line script to generate the tags file for wxMSW

2002-08-14 13:04 SC, revision 16505

added creation of dialog - perhaps needed for all platforms

2002-08-14 13:01 SC, revision 16504

added creation of dialog - perhaps needed for all platforms

2002-08-14 12:58 SC, revision 16503

cleanup code

2002-08-14 11:02 VS, revision 16502

Python support in wxrc

2002-08-14 00:29 RD, revision 16501

Put a panel under the colored windows so wxGTK's notebook doesn't munge the bg color

2002-08-13 23:59 RD, revision 16500

Fixes and other changes to the demo and some library modules so they work better (or at all) on wxMac

2002-08-13 23:25 RD, revision 16499

Changed style so it looks good everywhere

2002-08-13 23:16 VZ, revision 16498

Fixed size buffers are not a good thing. Period.

2002-08-13 23:16 RD, revision 16497

Use a better index

2002-08-13 23:12 RD, revision 16496

Added a sample to the demo that catches various key events and displays the details of the event.

2002-08-13 23:10 VS, revision 16495

fixed pangoft2 check: moved outsided cached block

2002-08-13 23:09 VS, revision 16494

reverted previous checkin

2002-08-13 23:09 VS, revision 16493

compilation fix

2002-08-13 22:37 VZ, revision 16492

tidied up patch 583937 (wxClassInfo dtor)

2002-08-13 20:59 RR, revision 16491

New GTK 2.0 Update() code.