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-10-08 17:31 VZ, revision 11890

allow disabling text events too; show Ctrl-x events correctly

2001-10-08 17:25 VZ, revision 11889

don't log mouse events by default

2001-10-08 17:24 VZ, revision 11888

replaced C++ comments with C ones

2001-10-08 16:46 VZ, revision 11887

added and documented wxWS_EX_BLOCK_EVENTS flag

2001-10-08 15:58 VZ, revision 11886

don't check for Meta key in wxKeyEvent::HasModifiers()

2001-10-08 15:42 VZ, revision 11885

another compilation fix

2001-10-08 15:01 VZ, revision 11884

compilation fix

2001-10-08 12:43 VZ, revision 11883

refresh the current item when the focus is gained/lost

2001-10-08 01:03 VZ, revision 11882

fix menubar sizing (at least under windows)

2001-10-07 22:58 VS, revision 11881

more active frame stuff

2001-10-07 22:17 VZ, revision 11880

changed/centralized window creation code to allow wxTLW work in wxUniv

2001-10-07 21:33 VZ, revision 11879

added status bar to the sample because it uses wxLogStatus()

2001-10-07 18:45 GD, revision 11878

include wxWindows headers using "..." instead of <...>

2001-10-07 16:48 GD, revision 11877

added automatic generation of files.lst for wxMac

2001-10-07 16:46 GD, revision 11876

AppleScript that finds and rebuilds all the CodeWarrior projects

2001-10-07 14:34 VS, revision 11875

fix to wxMGL's wxBitmap(wxImage) ctor

2001-10-07 14:34 VS, revision 11874

fixed yet another bug in wxActivateEvent handling

2001-10-07 14:33 VS, revision 11873

FloodFill not in MGL, either

2001-10-07 14:33 VS, revision 11872

moved MGL initialization to earlier stage (crashes otherwise...) and implemented wxApp::Initialized

2001-10-07 14:33 VS, revision 11871

use Arial if available

2001-10-07 14:33 VS, revision 11870

give focus to show top level windows

2001-10-07 09:46 VS, revision 11869

fixed maximization handling

2001-10-07 09:46 VS, revision 11868

active next window in Z-order when a frame is deleted

2001-10-07 09:46 VS, revision 11867

reverted my previous check in, it was nonsense

2001-10-06 22:49 VS, revision 11866

no, wxComboBox is really NOT a low-level class (neither is wxChoice, for that matter, but filelist.txt pretends it is so that wxUniv can in turn pretend in can do wxChoices...)