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-11-19 18:55 RD, revision 17915

little demo tweaks

2002-11-19 18:54 RD, revision 17914

Added space and tab to key names recognised for accelerators

2002-11-19 18:23 JS, revision 17913

option -> proportion

2002-11-19 13:03 CE, revision 17912

small clarification to doc for get next sibling

2002-11-19 12:56 CE, revision 17911

small amendment to doc

2002-11-19 10:18 CE, revision 17910

missing source file added to makefiles

2002-11-19 09:22 RD, revision 17909

SWIGged updates for wxGTK

2002-11-19 02:47 RD, revision 17908

SWIGged updates for wxMSW

2002-11-19 02:44 RD, revision 17907

Typo fixed and other tweaks

2002-11-19 02:43 RD, revision 17906

More wxUSE_PROLOGIO==0 changes

2002-11-19 02:41 RD, revision 17905

Change wxPython's version numbers

2002-11-19 02:40 RD, revision 17904

Changes needed to allow wxPython's OGL to compile when wxUSE_PROLOGIO==0

2002-11-19 02:13 RD, revision 17903

Changes needed to allow OGL to compile when wxUSE_PROLOGIO==0

2002-11-18 23:12 VS, revision 17902

Fixed subtle memory allocation bug. Mysterious crashes in glibc may go away now.

2002-11-18 23:05 VS, revision 17901

fixed thread-safe versions of wxMB2WC and wxWC2MB

2002-11-18 23:02 VS, revision 17900

fix xrcdemo makefile

2002-11-18 22:39 JS, revision 17899

Check whether m_toolCapture is NULL before using it

2002-11-18 18:08 VS, revision 17898

use gtk2 as toolkit name instead of gtk if built against GTK+ 2.0

2002-11-18 16:07 CE, revision 17897

update sample to test for const char * cast to int in imagbmp.cpp bug

2002-11-18 16:04 CE, revision 17896

fix const char * cast to int in imagbmp.cpp bug

2002-11-18 14:46 JS, revision 17895

Helpview mods

2002-11-18 14:43 JS, revision 17894

Added Eric Dowty's wxRemoteHtmlController class and test app, with mods to helpview for full control

2002-11-17 23:23 VS, revision 17893

ugly 'fix' for wxHtmlHelpFrame's misbehviour under wxGTK

2002-11-17 20:22 MBN, revision 17892

Currently just setting wxUSE_PROLOGIO=0 in include/wx/msw/setup0.h causes a link failure (when compiling a DLL) because the wxr parser references compiled-out subroutines. This patch fixes that. It is "correct" based on the fact that Win32 compilers can cope with C++ comments in C sources, hence #including setup.h works.

2002-11-17 19:20 JS, revision 17891

No change