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-04-16 14:55 VZ, revision 15165

always let the multiline text control process the Enter key presses

2002-04-16 13:19 VZ, revision 15164

don't include -D_REENTRANT in the linker flags

2002-04-16 13:15 VZ, revision 15163

add -pthread like options to the linker flags as well; also (finally!) fixed -g and -On handling in CFLAGS

2002-04-16 12:34 VZ, revision 15162

typo fixed: should be lpthread, not -lpthread in THREAD_OPTS

2002-04-16 12:32 VZ, revision 15161

thread detection fixed for Solaris

2002-04-16 11:57 VZ, revision 15160

try just -lpthread in the thread detection code too

2002-04-16 11:41 GD, revision 15159

Added -bind_at_load linker option for Darwin/Mac OS X: executables must necessarily fully bind the wxWindows library at program launch otherwise lazy binding breaks RTTI class info

2002-04-16 08:57 VZ, revision 15158

return NULL from the functions returning a pointer, not FALSE (patch 544557)

2002-04-16 08:43 VZ, revision 15157

return NULL from a function returning a pointer, not FALSE

2002-04-16 07:43 VZ, revision 15156

better, more generic and backwards compatible, fix for TRUE/FALSE in C code

2002-04-15 20:38 VZ, revision 15155

use -pthread or equivalent when using threads; many fixes (?) for the threads detection under FreeBSD

2002-04-15 19:46 VZ, revision 15154

fixed remove() return code test to avoid spurious debug error message

2002-04-15 19:45 VZ, revision 15153

fixed a few minor bugs: handle the directory parameter to Create() correctly, better error checking

2002-04-15 19:38 RD, revision 15152

Applied TRUE/FALSE fix here too.

2002-04-15 19:08 VZ, revision 15151

don't try to remove -g flag from CFLAGS, it is not necessary and doesn't work correctly anyhow (patch 543395)

2002-04-15 19:02 VZ, revision 15150

compilation fix after TRUE/FALSE change

2002-04-15 18:49 VZ, revision 15149

corrected const char * to char * conversions (patch 543896)

2002-04-15 18:47 VZ, revision 15148

corrected passing const char * to a function taking char * (part of the patch 543892)

2002-04-15 18:43 GD, revision 15147

corrections for compilation with Apple DevTools applied SourceForge patch #543872

2002-04-15 18:43 VZ, revision 15146

fixes for BCC makefiles from Chris (patch 544015)

2002-04-15 18:27 VZ, revision 15145

redefined TRUE and FALSE to be of type bool

2002-04-15 18:24 VZ, revision 15144

added wx/ipc.h and used/documented it

2002-04-15 18:23 VZ, revision 15143

explain how to choose the theme for wxUniv apps

2002-04-15 18:11 VZ, revision 15142

compilation fix for OSF/1

2002-04-15 17:59 VZ, revision 15141

fixed minor typo in Borland instructions