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-13 06:35 RD, revision 5988

Some updates and fixes

2000-02-13 06:01 RD, revision 5987

Some updates and fixes

2000-02-13 05:38 RD, revision 5986

1. Grid cell defaults are now handled by an internal wxGridCellAttr object 2. wxGridCellRenderer::Draw updated to expect an attr object and use it instead of going back to the grid for everything 3. The selection colours are now initialized from wxSystemSettings, and are configurable. 4. Now either CreateGrid() or SetTable() can be called to initialize the grid. Added a test for using a non-default table. 5. Reduced flicker even more byt using empty EVT_ERASE_BACKGROUND handlers. 6. The beginings of wxGridCellEditor are in there but not activated yet. (This is the next step.)

2000-02-13 05:37 RD, revision 5985

1. Grid cell defaults are now handled by an internal wxGridCellAttr object. 2. wxGridCellRenderer::Draw updated to expect an attr object and use it instead of going back to the grid for everything 3. The selection colours are now initialized from wxSystemSettings, and are configurable. 4. Now either CreateGrid() or SetTable() can be called to initialize the grid. Added a test for using a non-default table. 5. Reduced flicker even more byt using empty EVT_ERASE_BACKGROUND handlers. 6. The beginings of wxGridCellEditor are in there but not activated yet. (This is the next step.)

2000-02-13 00:29 RD, revision 5984

Fixed thread state problem in wxTreeCtrl.GetBoundingBox

2000-02-12 19:10 JS, revision 5983

BC++ doesn't like periods in resource names

2000-02-12 14:57 VZ, revision 5982

mouse event flags have MSW-compatible values for click/release events

2000-02-12 14:11 MJ, revision 5981

browsedb.cpp browsedb.h dbbrowse.cpp dbbrowse.h dbbrowse.rc dbgrid.cpp dbgrid.h dbtree.cpp dbtree.h dlguser.cpp dlguser.h doc.cpp doc.h pgmctrl.cpp pgmctrl.h

2000-02-12 12:11 GL, revision 5980

* Updated README * Recoded converters (in a cleaner way)

2000-02-12 10:44 JS, revision 5979

Distrib file updates; test for bitmap presence in controls.cpp

2000-02-11 23:11 GRG, revision 5978

Partially rewrote rotation code due to a potential alignment problem

2000-02-11 22:36 JS, revision 5977

Uncommented listctrl.tex

2000-02-11 22:36 JS, revision 5976

Doc bug fixes

2000-02-11 21:14 VZ, revision 5975

added attr assignment for rows/columns

2000-02-11 20:38 VZ, revision 5974

added an extremely simple cell attr cache (yet it catches 80% of acccesses)

2000-02-11 20:09 GRG, revision 5973

Another oops.

2000-02-11 19:42 JS, revision 5972

Manual fixes

2000-02-11 19:40 VZ, revision 5971

added wxGridCellRenderer

2000-02-11 18:18 VZ, revision 5970

fixed setting more than one attr for a cell

2000-02-11 18:01 SN, revision 5969

Updated to include recent fixes to configure.in

2000-02-11 18:00 RR, revision 5968

Made HelpGen compile here. Documented wxPlotWindow.

2000-02-11 17:57 GRG, revision 5967

Oops.

2000-02-11 17:56 GRG, revision 5966

Modified for new THUMBRELEASE event Optimized game engine a bit more

2000-02-11 17:55 GRG, revision 5965

Added wxEVT_SCROLL[WIN]_THUMBRELEASE

2000-02-11 17:47 VZ, revision 5964

removed debugging messages I just added by default