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-05-10 19:15 VZ, revision 15490

fixes for BSD make

2002-05-10 19:01 GD, revision 15489

removed test supposed to detect lazy binding issues since it breaks loading of dynamic modules

2002-05-10 18:41 RD, revision 15488

Fixed a crash when GetMonthControl returns NULL

2002-05-10 18:28 VZ, revision 15487

fix compilation for the platforms which don't have RTLD_NOW/GLOBAL (like OpenBSD 3.0)

2002-05-10 18:21 VZ, revision 15486

don't define wxUSE_WCHAR_T on systems without wcslen(), don't check for wchar_t twice

2002-05-10 16:56 VZ, revision 15485

test for HAVE_FNMATCH, not HAVE_FNMATCH_H

2002-05-10 16:55 VZ, revision 15484

HAVE_FNMATCH added

2002-05-10 15:16 VZ, revision 15483

renamed Wiztest.bmp to wiztest.bmp

2002-05-10 12:56 VZ, revision 15482

fixed compilation error when x-compiling (patch from Fabian Wenzel)

2002-05-10 12:53 VZ, revision 15481

set OPENGL_LIBS when x-compiling for MSW (patch from Fabian Wenzel)

2002-05-10 12:51 VZ, revision 15480

1. moved the test for glibc >= 2.1 after AC_PROG_CC 2. fixed this test so the result is realyl cached 3. added test for fnmatch() because when cross-compiling we can find fnmatch.h but fnmatch() could still be unaccessible

2002-05-10 12:26 VZ, revision 15479

Unicode compilation problems in the samples (patch from Dimitri)

2002-05-10 04:09 DW, revision 15478

Fix for upside down bmp projections

2002-05-10 04:08 DW, revision 15477

Folder icon

2002-05-09 23:04 VZ, revision 15476

fixed return value of Enable() and Disable()

2002-05-09 23:01 VZ, revision 15475

don't put the windows created with y or height of -1 off screen

2002-05-09 22:49 RD, revision 15474

Added a couple missing WXDLLEXPORTs

2002-05-09 22:34 , revision 15473

This commit was manufactured by cvs2svn to create branch 'WX_2_2_BRANCH'.

2002-05-09 22:34 VZ, revision 15472

applied patch to build wxMSW with CW7 (patch 550445)

2002-05-09 22:21 VZ, revision 15471

fixed list item attributes when inserting/deleting items (patch 548391)

2002-05-09 21:58 VZ, revision 15470

tests for multiple selection check listboxes

2002-05-09 18:52 RD, revision 15469

swigged updates for wxMac

2002-05-09 18:21 RD, revision 15468

updates for recent CVS changes

2002-05-09 17:21 VZ, revision 15467

added/documented wxApp::FilterEvent

2002-05-09 15:59 VZ, revision 15466

added (and documented) wxSafeShowMessage, use it in wxLogFatalError instead of wxMessageBox