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-08-02 06:35 JS, revision 7913

Removed winmm.dll from delayload list.

2000-08-02 04:12 MB, revision 7912

Fix to make wxGrid::SelectBlock do what it says.

2000-08-01 18:47 GT, revision 7911

Subqueries for MySQL are now not performed, as MySQL does not support subqueries Compile time warnings with GCC eliminated. Call to wxDbCloseConnections() was missing from the frame ::OnCloseWindow() function, so that the connections to the database were not properly CLOSEd, they were only marked as FREE in the DB connection cache. Several crash/segfault problems have been corrected New functions added under the FILE menu for RECREATE TABLE and RECREATE INDEXES

2000-08-01 15:38 VZ, revision 7910

added EVT_UPDATE_UI_RANGE

2000-08-01 10:51 VZ, revision 7909

explained how wxCB_READONLY works (under MSW) better

2000-07-31 22:04 VS, revision 7908

fixed bug in APPEXTRALIBS

2000-07-31 22:04 VS, revision 7907

correct typo in cs.po

2000-07-31 22:03 VS, revision 7906

added binz handler

2000-07-31 22:03 VS, revision 7905

added wxListBox handling

2000-07-31 15:29 RR, revision 7904

Fixed offset problem for hatches. Shown in sample drawing now.

2000-07-31 11:10 VZ, revision 7903

made FONTMAPPER_ROOT_PATH absolute path

2000-07-30 08:42 NI, revision 7902

added null pointer check in DoGetSize functions; else programs crash when resizing list heads

2000-07-30 03:32 NI, revision 7901

added a wrapper class for opengl contexts (like that used in the gtk and msw ports)

2000-07-30 03:30 NI, revision 7900

added a simple wrapper class for shared opengl contexts (like in the gtk and msw ports)

2000-07-29 22:11 VZ, revision 7899

some minor tweaks for wxBase

2000-07-29 22:10 VZ, revision 7898

(harmless) warning fix for VC++

2000-07-29 22:07 VZ, revision 7897

fixes for VC++ wxBase DLL project files

2000-07-29 22:07 VZ, revision 7896

added version info to wxBase.dll, corrected it for wxMSW.dll

2000-07-29 17:25 JS, revision 7895

FloodFill correction, wxQuantize correction

2000-07-29 13:41 JS, revision 7894

Added version of Quantize that manages the palette itself

2000-07-29 11:44 JS, revision 7893

Added Set/Get/HasOption members and moved palette to ref data class.

2000-07-28 17:53 JS, revision 7892

Added wxQuantize, wxSplashScreen, wxEffects & added palette to wxImage

2000-07-28 05:21 MB, revision 7891

Updated docs for wxGrid::SelectBlock

2000-07-28 05:12 MB, revision 7890

Renamed existing wxGrid::SelectBlock to HighlightBlock. Added new wxGrid::SelectBlock that does what the name suggests (consistent with the other SelectXXX functions).

2000-07-27 22:52 VZ, revision 7889

fixed the problem with iconizing the miniframes