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-17 14:12 VZ, revision 6113

assorted files I forgot to commit before

2000-02-17 14:08 VZ, revision 6112

bool editor/renderer added

2000-02-17 14:06 VZ, revision 6111

added wxRect::Inflate()

2000-02-17 13:57 RL, revision 6110

added APPEXTRADEFS var so things like tex2rtf can pass their own flags to the make system

2000-02-17 12:53 VZ, revision 6109

added and documented wxDC::DrawCheckMark()

2000-02-17 12:16 VZ, revision 6108

wxSysErrorCode/Msg documented

2000-02-17 11:04 JS, revision 6107

Added demo of strange rectangle behaviour

2000-02-17 10:12 VZ, revision 6106

1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX 2. EVT_GRID_EDITOR_SHOWN/HIDDEN added 3. Alt-X now work in the grid (instead of being eaten in StartingKey) 4. added CanEnableCellControl() and use it before calling EnableEC

2000-02-17 08:47 VZ, revision 6105

hack to fix crash when creating a DC for a widgetless window

2000-02-17 08:04 VZ, revision 6104

warning in GetItemFromPoint with mingw32 fixed

2000-02-17 04:52 RD, revision 6103

More fixes for the OGL wrapper and some other updates.

2000-02-17 03:02 GRG, revision 6102

Optimized drawing code in OnMouse() for freehand drawing.

2000-02-16 23:46 GRG, revision 6101

added a few comments and remove $(COPYSEP)

2000-02-16 23:38 GRG, revision 6100

added myself for spanish translation :-)

2000-02-16 23:23 VS, revision 6099

fixed background colour handling in wxTreeCtrl

2000-02-16 21:51 DW, revision 6098

Start of actual filling in of wxFrame.

2000-02-16 21:51 DW, revision 6097

Start of actual filling in of wxFrame. Makefile now supports tiff

2000-02-16 21:44 JS, revision 6096

DrawLine normalized; wxStaticBitmap fixed for Dialog Editor

2000-02-16 21:41 VS, revision 6095

documented Set/GetVendorName

2000-02-16 21:10 VZ, revision 6094

added support for readonly cells and 3d border drawing

2000-02-16 20:54 RD, revision 6093

Eats EVT_CHAR events for WXK_ESCAPE, WXK_TAB, and WXK_RETURN since they are handled in EVT_KEY_DOWN. It also gets rid of the annoying bell on MSW for the return key.

2000-02-16 20:47 RL, revision 6092

added files / made changes to enable building Debian releases from cvs

2000-02-16 20:42 RD, revision 6091

disable edit control before insert/delete row/col

2000-02-16 20:20 GL, revision 6090

* Video with XANIM is working on Multimedia Board (I must improve the window sizing, ...): it shows me movies. * Fixed a major bug in sndcpcm: we must divide by 2 the length of the sound block because we work in 16 bits mode * Support for Video in wxMultimediaBoard * Other fixes

2000-02-16 20:18 VZ, revision 6089

the in-place control uses the attr for colours/font info too