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

1999-09-18 16:57 VZ, revision 3712

unused parameter warnings suppressed

1999-09-18 16:53 VZ, revision 3711

typo fixed

1999-09-18 16:51 VZ, revision 3710

more files to ignore (*.env)

1999-09-18 16:50 VZ, revision 3709

ambiguous ctor call resolved

1999-09-18 16:49 VZ, revision 3708

typo fixed

1999-09-18 16:49 VZ, revision 3707

unused parameter warnings suppressed

1999-09-18 16:48 VZ, revision 3706

more files to ignore (*.d and configarg.cache)

1999-09-18 16:42 VZ, revision 3705

font selector dialog doesn't work with GTK+ 1.0

1999-09-18 16:39 VZ, revision 3704

extra consts removed here and there

1999-09-18 16:34 VZ, revision 3703

unused parameter warnings suppressed

1999-09-18 16:32 VZ, revision 3702

'static not in the beginning of the decl' warnings fixed

1999-09-18 16:30 VZ, revision 3701

Mac and OS2 files excluded from wxGTK and wxMSW modules

1999-09-18 00:10 RD, revision 3700

Fixed wxTreeCtrl to use the proper bacground color from SystemSettings, and changed how wxListCtrl used SystemSettings too (static method doesn't need an instance.)

1999-09-17 23:37 VZ, revision 3699

compilation error corrected

1999-09-17 23:26 VZ, revision 3698

now we initialize wxListEvent correctly

1999-09-17 22:24 GRG, revision 3697

Solved problem with wxhInstance name being mangled by MSVC; wxGetInstance is now extern C

1999-09-17 22:23 GRG, revision 3696

Solved problem with wxhInstance name being mangled by MSVC

1999-09-17 21:46 DW, revision 3695

More OS/2 stubs and caret fix

1999-09-17 21:45 DW, revision 3694

More stubs

1999-09-17 15:43 RD, revision 3693

uncommented a try...except that I had removed for testing.

1999-09-17 05:58 RD, revision 3692
  • D /wxWidgets/trunk/utils/wxPython/demo/htmlview.py
  • D /wxWidgets/trunk/utils/wxPython/demo/htmlwidget.py

Don't need these in the demo directory anymore

1999-09-17 05:55 RD, revision 3691

New wxHtml stuff, including a TagHandler for placing wxPython widgets on the html page. Some other tweaks and fixes

1999-09-17 04:03 MT, revision 3690

set tooltip to be TOPMOST

1999-09-17 03:29 DW, revision 3689

*** empty log message ***

1999-09-17 01:51 GRG, revision 3688

- NOWAIT flag now implemented - WaitForXXX are now correct (will not report readability / writability if in the middle of a defered read / write operation)