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-31 06:21 RD, revision 10389

Forgot to check-in this change last week...

2001-05-31 05:44 SC, revision 10388

removed unnecessary ClipRect calls, refresh on MacActivate with eraseBkgnd false

2001-05-31 05:42 SC, revision 10387

adapted to new sending for radiobutton events for unselecting too

2001-05-31 01:02 VZ, revision 10386

implemented accelerators support

2001-05-30 22:48 VZ, revision 10385

1. implemented menu keys support (Alt-xxx, F10) in wxFrame 2. fixed client area origin calculations in wxFrame

2001-05-30 21:05 VZ, revision 10384

fixed wxFrame::SetClientSize() with toolbar bug

2001-05-30 20:46 SC, revision 10383

rewrite to avoid unnecessary redraws

2001-05-30 15:53 RR, revision 10382

Forgot ! in wxTreeCtrl flag test.

2001-05-29 21:15 SC, revision 10381

corrected update upon activate

2001-05-29 21:12 SC, revision 10380

adapted background color for mac for listcontrols

2001-05-29 21:11 SC, revision 10379

adapted background color for mac

2001-05-29 18:59 DW, revision 10378

Add gridctrl

2001-05-29 18:59 DW, revision 10377

Lots of OS/2 Updates mirroring msw updates

2001-05-29 18:58 DW, revision 10376

New grid control OS/2 compile issue

2001-05-29 18:21 VS, revision 10375

applied patch #427244 (wxrcedit improvements: XRC version upgrade)

2001-05-29 17:52 SC, revision 10374

activated dynlib

2001-05-29 17:49 SC, revision 10373

updated mac implementation to support the success parameter , the new filename2filespec call and reintroduced the disappeared dllClose definition

2001-05-29 14:37 SC, revision 10372

corrected GetCharWidth and implemented MacSuperChangedPosition for toolbars

2001-05-29 03:49 DW, revision 10371

Menu files for OS/2 builds

2001-05-29 03:46 DW, revision 10370

Various fixes in DC's, ownerdrawn menu items, etc...

2001-05-29 01:55 VZ, revision 10369

Yet more menu work: 1. inversed submenu arrow bitmap creation bug corrected 2. fixed crash with double deletion of subsubmenus 3. submenu is shown on top of its parent under MSW 4. menu mouse move events are now forwarded upwards 5. implemented support of menu mnemonics 6. fixed drawing of checked/disabled/selected items in some rare combinations 7. fixed kbd handling in submenus (hopefully...)

2001-05-28 18:55 VZ, revision 10368

link preventing typo fixed

2001-05-28 15:05 VZ, revision 10367

compilation fixes

2001-05-28 12:24 GT, revision 10366

Informix fixes (submitted by Roger Gammans) Added .c_str() to some wxString instances when being Printf()'d into another wxString

2001-05-28 12:10 GT, revision 10365

Fixed #pragma interface mismatches Updated comments

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.