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-05 12:00 VZ, revision 7938

fixed 2d radiobox layout and kbd handling

2000-08-05 10:59 GT, revision 7937

Additional comments added for clarity and correctness

2000-08-05 10:49 GT, revision 7936

Fixed typos in comments

2000-08-04 20:15 VZ, revision 7935

better wording

2000-08-04 15:35 JS, revision 7934

Generic tree control text editor now has simple boder (no 3D effect)

2000-08-04 15:23 JS, revision 7933

Generic tree control fixes

2000-08-04 14:24 JS, revision 7932

Renamed generic tree control.

2000-08-04 14:09 JS, revision 7931

Added settings.h include

2000-08-04 13:59 JS, revision 7930

Modified generic wxTreeCtrl to work under non-Unix platforms simultaneously with the native control.

2000-08-04 11:03 GT, revision 7929

Fixed some crashing code in dialog cleanup in some exceptional cases Fixed memory leak Set return codes on the modal dialogs to avoid use of uninitialized values

2000-08-04 05:22 MB, revision 7928

Removed redundant m_left etc. variables

2000-08-04 05:16 MB, revision 7927

Removed redundant m_left etc. variables

2000-08-03 21:43 VS, revision 7926

fixed low resolution problem with wxPostScriptDC

2000-08-03 16:11 JS, revision 7925

Added ability to call wxWindow::OnPaint under Windows (experimental). Added wxTR_NO_LINES to remove lines from tree control (MSW only).

2000-08-03 13:20 VZ, revision 7924

another bug in ParseDate fixed

2000-08-03 12:38 VZ, revision 7923

fixed logic bug in ParseDate

2000-08-03 02:51 RD, revision 7922

Various tweaks, fixes, missing methods, etc.

2000-08-03 02:02 RD, revision 7921

Various tweaks, fixes, missing methods, etc.

2000-08-02 21:55 VZ, revision 7920

fixed bug with radiobox size being miscalculated if the label was too long

2000-08-02 14:59 JS, revision 7919

Corrected resource type

2000-08-02 14:45 JS, revision 7918

Made some member variables protected so derived classes can use them

2000-08-02 11:01 GT, revision 7917

Fixed MySQL specific problems with creating non-primary indexes on columns not defined as NOT NULL Fixed MySQL specific check on DropIndex error code 42S12

2000-08-02 10:58 GT, revision 7916

Fixed SLLOGfn crash problem, thought his change breaks binary compatability with 2.2.0 Added 2.4 code inside "#if EXPERIMENTAL_WXDB_FUNCTIONS...#endif blocks, defaults to 0 so the new functions are not compiled

2000-08-02 10:55 GT, revision 7915

Header changes for 2.4 added, but all are inside of #if...#endif blocks so that at compile time there is no changes to header from 2.2.0

2000-08-02 10:44 GT, revision 7914

Change return value of GetExtendedDBErrorMsg2 to be a const char * instead of char *.

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