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-11 17:43 VZ, revision 5963

added ChangeCursorMode() method, rewrote the col/row resizing code to capture/release mouse properly

2000-02-11 13:29 JS, revision 5962

Some BC++ 5.4 fixes

2000-02-11 12:28 RR, revision 5961

Added BMP files for wxPlotWindow, Replaced wxWindow with wxNotebookPage in wxNotebook.

2000-02-11 12:08 VS, revision 5960

fixed bug in scaling images

2000-02-11 04:09 MB, revision 5959

Added facility to resize rows and cols by dragging grid lines. Fixed bug where row col resize events were sent twice.

2000-02-11 02:41 VZ, revision 5958

1. exchanged binary ROPs wxSET/wxCLEAR meaning for wxMSW to match wxGTK 2. bug with multiline messages in wxLogGui fixed 3. wxLogGui visual enhancements (for MSW, don't know how it looks elsewhere) 4. fixed 2 nice (i.e. BIG) memory leaks in wxImage::Rotate() 5. modified the text sample to show the mouse events too 6. documented strange behaviour of LEAVE_WINDOW mouse event under MSW

2000-02-10 19:31 RR, revision 5957

Fixed Vadims fix.

2000-02-10 18:43 RR, revision 5956

Whole lotta stuff for wxPlotWindow, repaired image sample.

2000-02-10 18:32 DW, revision 5955

Added an OS/2 section to the sql defines

2000-02-10 18:12 VZ, revision 5954

1. fixed bug with the index of the last column in EVT_COL_CLICK being shifted by 1 (always) 2. added a menu item to toggle single/multiple selection to the sample

2000-02-10 16:53 MJ, revision 5953

dbgrid.cpp dbtree.cpp

2000-02-10 15:42 JS, revision 5952

Added a few makefiles

2000-02-10 15:36 MJ, revision 5951

dbbrowse.rc dbgrid.cpp dbtree.cpp dbtree.h help.de/icons.htm help.de/problems.htm help.std/icons.htm help.std/problems.htm bitmaps/view.ico bitmaps/view.xpm help.png/view.png

2000-02-10 13:27 GRG, revision 5950

Added support for transparency in rotation code

2000-02-10 13:26 GRG, revision 5949

Added code to test the transparency stuff for image rotation

2000-02-10 08:36 BJ, revision 5948

#include textfile.h out of the WX_PRECOMP section (bcc)

2000-02-10 07:28 GRG, revision 5947

Added comments explaining my recent changes

2000-02-10 06:54 GRG, revision 5946

ROP 0x00AA0029 used for transparent area in DrawBitmap and Blit

2000-02-10 05:01 GRG, revision 5945

Minor updates

2000-02-10 05:00 RD, revision 5944

moved Clear() outside of if (textured)...

2000-02-10 04:56 RD, revision 5943

added option for drawing a textured background to test masks on a non-solid background.

2000-02-10 03:50 MB, revision 5942

Added wxTextFile functions to make multi-line text formatting portable. Fixed cell background colour problem.

2000-02-10 02:39 MB, revision 5941

Reverted changes to grid line positioning that caused many problems with refreshing and edit control placement. Added calls to wxFAIL_MSG.

2000-02-10 01:02 GRG, revision 5940

- wxSocket no loner automatically Closes() the socket when it receives a LOST event. - Elusive bug found and fixed when: a) there was still data to be read in the input buffer, but b) the socket had already been closed by the peer, so c) there was a LOST event before the next INPUT event was generated.

2000-02-09 22:58 DW, revision 5939

Updates to make latest changes compile