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-05-28 12:02 GT, revision 10364

Fixed incorrect creation of the pColFor instances (per Roger Gammans patches). This fixes surious crashes with large database systems, and significantly increases the speed of the application when idntifying all datasource tables.

2001-05-28 10:37 VS, revision 10363

fixed parsing of comments before root node

2001-05-28 04:45 , revision 10361

This commit was manufactured by cvs2svn to create branch 'RXSPENCER'.

2001-05-28 04:45 RN, revision 10360

Initial revision

2001-05-28 01:56 VZ, revision 10359

More menu work: 1. fixed drawing of selected disabled items 2. now the focus is always kept at the menubar/invoking window 3. disabled menus now don't open up 4. menubar now releases capture when it is "closed" 5. menu now forward mouse move messages to menubar allowing changing menus just by moving mouse 6. fixed key processing, now menubar forwards key presses to the opened menu

2001-05-27 19:18 RR, revision 10358

wxDC::DrawPolygon correction

2001-05-27 19:17 RR, revision 10357

wxTreeCtrl Mac look

2001-05-27 19:01 VZ, revision 10356

really fixed wxConfig bug

2001-05-27 18:53 VZ, revision 10355

fixed wxConfig bug I've introduced yesterday

2001-05-27 16:22 VZ, revision 10354

regenerated from tmake templates

2001-05-27 16:19 VZ, revision 10353

removed log record

2001-05-27 15:22 VZ, revision 10352

applied tons of wxGrid patches

2001-05-27 14:20 VZ, revision 10351

applied patch 422308 (fixes for version info for wxWin DLL)

2001-05-27 14:10 VZ, revision 10350

removed wxCLIP_CHILDREN style from wxSplitterWindow

2001-05-27 14:01 VS, revision 10349

yet another attempt to fix LastFocus bug in wxFrame

2001-05-27 13:25 VZ, revision 10348

fixed bug reported in patch 427696 (incorrect toolbar style)

2001-05-27 13:21 VZ, revision 10347

applied patch 427695 (initialize m_nPush)

2001-05-27 13:07 RR, revision 10346

Tried to make wxTreeCtrl on Mac look more Maccy. Part I.

2001-05-27 03:28 VZ, revision 10345

added text style support to wxTextCtrl for MSW

2001-05-27 03:11 VZ, revision 10344

oops, typo leading to compilation problem fixed

2001-05-27 02:23 VZ, revision 10343

fixed 'patch' #422993 (Error in wxConfigBase::Write for doubles)

2001-05-27 02:16 VZ, revision 10342

added popup menu demo

2001-05-26 22:20 VS, revision 10341

another attempt to fix wxPanel/wxFrame::m_winLastFocused handling

2001-05-26 21:11 RR, revision 10340

Fix cvs conflict.

2001-05-26 21:10 RR, revision 10339

Implemented LAST_NOT pen style for orthogonal lines.