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-03-12 15:08 VZ, revision 14565

added more build dirs to the ignore list

2002-03-12 12:45 JS, revision 14564

Added constructor for wxColourRefData, else CloneRefData did a binary copy which caused an assert in AllocExclusive (Add to Custom Colours in Colour Dialog)

2002-03-12 12:29 JS, revision 14563

Trivially implemented DoDrawIcon

2002-03-12 12:23 JS, revision 14562

treectrl -> treetest

2002-03-12 12:22 JS, revision 14561

Finally reverted treectrl name back to treetest after a long history of problems with the name clash. This cures a link problem with the sample compiled with wxX11.

2002-03-12 10:56 JS, revision 14560

Replaced Blit with DrawBitmap in wxPoem to make it run with wxX11 Added some XSyncs because it seems the only way to make dialog sizing work

2002-03-12 04:54 RL, revision 14559

build fix. Need the full declaration for CLASSINFO().

2002-03-11 22:44 VZ, revision 14558

no changes

2002-03-11 15:47 JS, revision 14557

Only reparent first window if there are several children

2002-03-11 14:31 JS, revision 14556

Added a screenshot of wxEmulator showing the default emulator configuration with wxToolBar demo running the 'matchbox' window manager.

2002-03-11 12:50 JS, revision 14555

Added XPM icon; minor mods

2002-03-11 12:32 VZ, revision 14554

right clicking outside any column sets the column in the list event to -1, not the last column

2002-03-11 12:26 VZ, revision 14553

implemented menu drawing in the GTK theme

2002-03-11 12:10 JS, revision 14552

Tweaks to emulator and documentation

2002-03-11 11:50 VZ, revision 14551

more GTK-ish toolbar drawing

2002-03-11 11:43 VZ, revision 14550

ignore clicks on a toolbar but outside any button

2002-03-11 10:59 VZ, revision 14549

added missing headers to fix compilation without PCH

2002-03-10 23:11 VS, revision 14548

use AllocExclusive in wxAcceleratorTable

2002-03-10 23:11 VS, revision 14547

wxAcceleratorEntry::MatchesEvent is NOT used by wxX11

2002-03-10 22:41 VZ, revision 14546

propagate the click dismissing a popup window to the window beneath it

2002-03-10 20:35 RR, revision 14545

Next try on pop up menus. (#ifdef x11). More SetFocus() work.

2002-03-10 18:36 VZ, revision 14544

better fix (i.e. one which actually works) for VC++ warnings in release build

2002-03-10 16:44 JS, revision 14543

Added emulator screen; regenerated configure for utils

2002-03-10 16:33 VS, revision 14542

compilation fix

2002-03-10 14:46 VZ, revision 14541

fix for using an invalid HWND in IsEditable