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

2000-04-08 15:30 SN, revision 7088

Corrected handling of row/column attributes/selections if all columns/rows are removed. Emit EVT_GRID_CELL_LEFT_CLICK before doing any processing of the left click mouse event (instead of emitting it somewhere in the middle). Moved calls to UpdateAttrRows/Cols to wxGrid's Insert/DeleteRow/Column (thereby eliminating the need for two now removed functions).

2000-04-08 12:00 RR, revision 7087

New wxFlexGridSizer.

2000-04-08 11:59 GRG, revision 7086

Added WXFAR to the char* param in the WinMain declaration for clarity

2000-04-08 11:58 GRG, revision 7085

Patch from Christoph Schulz - the CPPFLAGS definition was overriding that of makeb32.env

2000-04-08 11:19 GRG, revision 7084

A couple of changes related to the way that URLs are parsed to form a valid URI in the wxURL::ConvertToValidURI function. Modified to comply with RFC2396 as much as possible, see comments in the code.

2000-04-08 08:18 RD, revision 7083

Changed wxGridCellChoiceEditor's constructor to take an array of wxStrings instead of wxChar*'s. This saved a lot of work for wxPython. Fixed my GetBestSize fix from yesterday Changed wxGrid::Redimension to do a refresh (if not GetBatchCount) so newly appended rows, etc. would show up right away.

2000-04-08 08:16 RD, revision 7082

Changed wxGridCellChoiceEditor's constructor to take an array of wxStrings instead of wxChar*'s. This saved a lot of work for wxPython.

2000-04-08 08:11 RD, revision 7081

More grid demos and some bugs fixed Made (virtual method) callbacks into Python code more safe, and removed the confusion if there was a matching method in the base class.

2000-04-07 23:58 OK, revision 7080

Seems to have forgotten to commit this small isspace => wxIsspace change earlier...

2000-04-07 22:01 VZ, revision 7079

fix assert failure in LVN_KEYDOWN handler sometimes

2000-04-06 22:25 RD, revision 7078

added autoscroll flag for the text editor enabled SPACE to activate the editor

2000-04-06 21:49 DW, revision 7077

More OS/2, Control Program from ansi 'C' io fixes.

2000-04-06 21:15 RD, revision 7076

Fixed wxGridCellStringRenderer::DoGetBestSize to take multiple lines into account and wxGrid::AutoSizeColOrRow to give a few pixels of padding for rows like it does for columns.

2000-04-06 19:31 RR, revision 7075

Added wxGridSizer.

2000-04-06 14:25 VZ, revision 7074

a not-always-correct assert fixed

2000-04-06 14:24 VZ, revision 7073

explained how to use wxString ctor with binary data

2000-04-06 14:03 VZ, revision 7072

SCO UnixWare added to the list of platforms

2000-04-06 13:59 VZ, revision 7071

1. added some tests for setting the fonts 2. don't try touse iso8859-2 encoding by default (error msg is annoying)

2000-04-06 13:41 VZ, revision 7070

wxMkdir/Rmdir clash fixed

2000-04-06 13:40 VZ, revision 7069

another warning fixed/hidden

2000-04-06 13:08 VZ, revision 7068

some long to int warnings from HP-UX log fixed

2000-04-06 12:59 VZ, revision 7067

wxMkdir/Rmdir clash fixed

2000-04-06 12:55 VZ, revision 7066

some harmless warnings fixed

2000-04-06 12:52 VZ, revision 7065

compilation fix for !PCH

2000-04-05 19:21 RD, revision 7064

Some minor build issues for wxGTK Some sources (from .i files) for wxGTK