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-09-10 20:31 JS, revision 17115

Now cleared array elements of arrays before calling Empty(), after suggestion by John Labenski. I don't know why this should cure the memory problem, but it seems to.

2002-09-10 17:35 VZ, revision 17114

declare wxEntry() as taking char **Argv, not char *argv[]

2002-09-10 13:54 JS, revision 17113

Applied patch [ 606713 ] Removes a warning from cygwin build When building using Cygwin+gcc3.1.1 I get the following warning: "src/msw/app.cpp:122:25: warning: shlwapi.h: No such file or directory" (It seems strange to me that it's a warning instead of an error?) The attached patch adds a conditional case for __CYGWIN__ when including shlwapi.h. (I hope I did it the proper way, the #if's regarding build system setup get a bit lengthy at times, I didn't see a shortcut for this however)

2002-09-10 13:50 JS, revision 17112

Applied patch [ 607261 ] Fix: wxGrid: row and cell selection This is a patch against version 1.222 of src/generic/grid.cpp. 1. The patch contains a fix for the row selection as mentioned by me on the wx-dev mailing list. After selecting one row and deselecting it no new row could be selected. 2. Another change has been made to the function CoordToRowOrCol() and addresses an error mailed to wx-dev by John Labensky. The error was that no cell could be selected until a horizontal and vertical resize of at least one cell has been made. The error was that the function could not handle grids with default row or columns sizes.

2002-09-10 13:40 VZ, revision 17111

uncomment SetMargins() call which works now (the person who commented it out probably did know about the bug, but chose to change the sample instead of fixing the code...)

2002-09-10 13:39 VZ, revision 17110

added a possibility to pull in printf() code for testing opurposes even if we don't really need it by defining wxTEST_PRINTF; fixed unknown format handling in wxVsnprintf(); do NUL-terminate the strings in wxVsnprintf()

2002-09-10 13:37 VZ, revision 17109

clarification of Set/GetTitle() with respect to popup menus

2002-09-10 13:36 VZ, revision 17108

added printf() test suite

2002-09-10 12:55 VZ, revision 17107

fixed ATTRIBUTE_PRINTFs

2002-09-10 11:54 VZ, revision 17106

compilation fix for cygwin

2002-09-10 11:45 VZ, revision 17105

fixed stream code breakage caused by the previous check in

2002-09-10 03:46 DW, revision 17104

Bmpbuttons

2002-09-09 22:32 VS, revision 17103

applied patch #606835, bugfix to wxHtmlHelpFrame::OnActivate

2002-09-09 20:27 GD, revision 17102

use RemoveAt instead of Remove

2002-09-09 17:35 MBN, revision 17101

Fixed MinGW/ANSI (and probably any other C++ compiler, excluding, of course, MSVC 5, with which I tested my changes) breakage.

2002-09-09 15:37 JS, revision 17100

Added widgets sample

2002-09-09 13:36 VZ, revision 17099

removed C++ comment

2002-09-09 13:27 VZ, revision 17098

removed a trailing comma from enum (this is an error for some compilers)

2002-09-09 13:20 VZ, revision 17097

wxDialog doesn't derive from wxPanel nor accepts wxDIALOG_MODAL/MODELESS styles; also mentioned that modal dialogs can be created on the stack

2002-09-09 12:06 JS, revision 17096

File for notes about publicity, incl. newsgroups for announcements.

2002-09-09 11:49 JS, revision 17095

Tweaks to the announcement

2002-09-09 11:25 JS, revision 17094

Script updates

2002-09-09 09:33 GD, revision 17093

-D_INCLUDE_LONGLONG for HPUX long long definitions in system headers

2002-09-09 09:28 JS, revision 17092

Added distribution scripts

2002-09-09 03:08 DW, revision 17091

Bitmap button updates