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):

2001-04-18 20:47 DW, revision 9788

wxControl and wxDialog coded and supporting module def file.

2001-04-18 20:46 DW, revision 9787

Fix to excule OnPaint from WXPM

2001-04-18 20:46 DW, revision 9786

wxControl and wxDialog coded.

2001-04-18 19:23 GD, revision 9785
  • D /wxWidgets/trunk/src/mac/carbon/imaglist.cpp
  • D /wxWidgets/trunk/src/mac/carbon/listctrl.cpp
  • D /wxWidgets/trunk/src/mac/carbon/statusbr.cpp
  • D /wxWidgets/trunk/src/mac/imaglist.cpp
  • D /wxWidgets/trunk/src/mac/listctrl.cpp
  • D /wxWidgets/trunk/src/mac/statusbr.cpp

removed unused files so that makefile VPATH works under Mac OS X

2001-04-18 17:13 JS, revision 9784

No longer paint the selection background under the image

2001-04-17 23:25 VS, revision 9783

initial wxMGL commit

2001-04-17 23:12 VS, revision 9782

initial wxMGL commit

2001-04-17 23:06 VZ, revision 9781

warning fix

2001-04-17 22:34 VZ, revision 9780

wxString::FormatV() fix (bug 416853)

2001-04-17 14:39 SN, revision 9779

Hopefully fixed bug #233492 (SelectAll crashed on empty grids).

2001-04-17 11:05 GT, revision 9778

Fixed a compiler performance warning

2001-04-17 09:47 VZ, revision 9777

another attempt to fix wxMotif build

2001-04-17 01:34 VZ, revision 9776

fix for wxNotebookSizer calculations - better but still not perfect

2001-04-17 01:03 VZ, revision 9775

fix for wxSpinCtrl main window hiding wxTextCtrl inside it

2001-04-16 23:43 VZ, revision 9774

compilation error fix

2001-04-16 23:37 VZ, revision 9773

1. added spinbtn/ctrl test page 2. implemented wxSP_WRAP support

2001-04-16 22:58 SN, revision 9772

Added patch #412132 (Fix for bug #215410) (Mainly in CalcDimensions()), changing GRID_SCROLL_LINE to 1. Fixed Bug #413014 (Missing refresh after calling DeleteCols) by fixing Redimension. Fixed Bug #232657 (Mouse not captured during wxGrid column resize) by fixing ChangeCursorMode. Fixed some minor problems with screen updates (CalcDimensions should only be called while not BatchMode, Autosizing Rows/Cols should happen within BatchMode, Sizing a row/column should update also labels) - touched various functions.

2001-04-16 22:56 SN, revision 9771

Added Paul Gamman's patch for 0 as FALSE in bool editor and renderer also to old branch. Updated patch #412132 (Fix for bug #215410) (Mainly in CalcDimensions()) Fixed Bug #232657 (Mouse not captured during wxGrid column resize) by fixing ChangeCursorMode. Fixed some minor problems with screen updates (CalcDimensions should only be called while not BatchMode, Autosizing Rows/Cols should happen within BatchMode, Sizing a row/column should update also labels) - touched various functions.

2001-04-16 22:26 DW, revision 9770

StatText coded

2001-04-16 22:25 DW, revision 9769

Remove OnCtlColour from wxStatText

2001-04-16 22:24 DW, revision 9768

Static Box coded.

2001-04-16 19:26 VZ, revision 9767

1. added slider test page to the widgets sample 2. rewrote wxSlider redrawing to work under both GTK and MSW without flicker

2001-04-16 15:43 VZ, revision 9766

1. added wxRA_LEFTOTORIGHT and wxRA_TOPTOBOTTOM style 2. wxRadioBox button layout is now wxMSW compatible 3. fixed focus rect drawing in wxRadioBox 4. removed (some) flicker on [de]activation

2001-04-16 15:20 DW, revision 9765

textctrl is now coded.

2001-04-16 14:22 DW, revision 9764

OnActivate change for wxFrame to better deal with prior window focus and textctrl is no coded.