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-02-09 22:53 GRG, revision 5938

Stupid bug: using LastError() instead of Error()

2000-02-09 21:50 SN, revision 5937

Updated/Added build instructions for OS/2.

2000-02-09 20:52 GRG, revision 5936

Zooming buttons / menu options automatically disabled when needed

2000-02-09 20:51 RD, revision 5935

fixed VC6 compilation error

2000-02-09 20:35 RD, revision 5934

plugged memory leak

2000-02-09 20:30 VZ, revision 5933

cell attributes added (doesn't quite work, work in progress, beware, don't use, &c &c)

2000-02-09 20:22 GRG, revision 5932

Added automatic connection of drawn points

2000-02-09 18:23 VZ, revision 5931

fixed fatal bug in wxStatusBar::SetFieldsCount(), added demo of it to the sample

2000-02-09 17:53 VZ, revision 5930

some Motif compilation fixes

2000-02-09 17:51 VZ, revision 5929

more HP-UX compilation warnings fixed (187th try)

2000-02-09 15:36 VZ, revision 5928

and ITEM_COLLAPSED/ING too

2000-02-09 15:34 VZ, revision 5927

added EVT_TREE_ITEM_ACTIVATED

2000-02-09 14:29 SN, revision 5926

Fix refreshs for wxGTK.

2000-02-09 08:54 GRG, revision 5925

let's see it it works now...

2000-02-09 08:18 MB, revision 5924

Changed grid line positioning slightly to line up the cells with the labels.

2000-02-09 08:09 MB, revision 5923

Fixed problem where corner label was displayed when either row or col label size had been set to zero prior to first display.

2000-02-09 07:17 MB, revision 5922

Simplified sizing code. Sub-windows are now sized explicitly in wxGrid::CalcWindowSizes().

2000-02-09 05:12 MB, revision 5921

Partially reverted last changes because of problems under wxMotif

2000-02-09 05:04 MB, revision 5920

Initializing more variables in wxGrid::Create() Minor fixes for crashes under wxMotif when setting attributes before the grid has been first painted.

2000-02-09 03:49 MB, revision 5919

Added more 3d rendering to row and col labels and removed sunken border style from the grid cell window so that labels and cells line up better.

2000-02-09 03:03 MB, revision 5918

A few optimizations to Refresh() calls for the grid cell area window

2000-02-09 02:15 MB, revision 5917

Implemented row and col label size functions.

2000-02-09 00:31 SN, revision 5916

More fixes

2000-02-08 23:48 SN, revision 5915

Fixed typo

2000-02-08 23:42 VS, revision 5914

fixed incorrect parsing of http://domain.com:portnumber/

2000-02-08 21:31 RD, revision 5913

Fix in parse headers so it wouldn't always store an empty string for each header value.

2000-02-08 20:04 GRG, revision 5912

Life! version 2

2000-02-08 19:25 JS, revision 5911

ShowFullScreen (MSW) doc; projgen updates

2000-02-08 19:22 JS, revision 5910

Minor mods if any

2000-02-08 19:19 JS, revision 5909

Added ShowFullScreen call (MSW only)

2000-02-08 19:18 JS, revision 5908

VC++ project file updates; minor sashwindow/splitterwindow cursor mods

2000-02-08 19:17 JS, revision 5907

Misc. fixes for obscure compilers

2000-02-08 19:14 JS, revision 5906

Added ShowFullScreen

2000-02-08 19:06 VZ, revision 5905

don't use ROPs for drawing the text for wxMSW compatibility

2000-02-08 18:31 GRG, revision 5904

Changed the order in which events are checked, so that LOST events are ignored until there are no more events pending. This is because you can have data waiting to be read, for example, even when the peer has already closed the connection. This affects _Wait() and OnRequest().

2000-02-08 17:44 VZ, revision 5903

added checks for Xm/Xpm headers/libs in CFLAGS/LDFLAGS

2000-02-08 17:16 VZ, revision 5902

cache the result of socklen_t check

2000-02-08 16:28 VZ, revision 5901

HP-UX compilation errors

2000-02-08 11:06 BJ, revision 5900

add SQL_CATALOG and SQL_LOG filename variablesas extern

2000-02-08 11:06 BJ, revision 5899

add SQL_CATALOG and SQL_LOG filename variables

2000-02-08 04:33 MB, revision 5898

Fixed problem with label resize cursor not resetting

2000-02-08 02:09 GRG, revision 5897

M_PI is not ANSI

2000-02-08 01:08 VZ, revision 5896

1. wxWizard appears in the centre of the screen by default 2. the selected brush isn't damaged any more by DrawBitmap() 3. corrected confusion between current and bg brush in DrawBitmap() 4. added wxGetColourFromUser() (to match wxGetTextFromUser() &c) 5. mem leak/crash in wxListCtrl on mode change fixed 6. wxListCtrl::Set{Fore|Back}groundColour() work as expected now

2000-02-08 01:07 VZ, revision 5895

1. more test code for drawing with ROPs/masks/bg brushes in drawing 2. wxListCtrl colour setting tests added

2000-02-07 23:26 GRG, revision 5894

Fixed transparency problem when masked area was not black

2000-02-07 20:47 SB, revision 5893

Add ctor with shared GLCanvas ( to be gtk compliant)

2000-02-07 17:33 VZ, revision 5892

fix for missing AC_SUBST(SAMPLES_SUBDIRS)

2000-02-07 17:28 VZ, revision 5891

many fixed for configure for Win32 - cross-compiling should work now

2000-02-07 16:53 VZ, revision 5890

wxLogFatalError() should abort now

2000-02-07 16:51 VZ, revision 5889

trying to fix memory leak in wxListCtrl (attributes not deleted)