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

2002-05-04 11:57 VZ, revision 15365

initialize wxBitmapButton members

2002-05-04 11:53 RR, revision 15364

Made OnInit() and OnRun() logic like MSW when it comes to quitting the app with no windows. Fixed overlapping windows when detaching the toolbar from the main frame.

2002-05-04 10:50 VS, revision 15363

added CSS stylesheets support to tex2rtf

2002-05-04 08:50 GD, revision 15362

corrected Mac OS X resources compilation target

2002-05-04 04:53 RD, revision 15361

swigged updated code for wxMac

2002-05-04 00:23 RD, revision 15360

swigged code update for wxGTK

2002-05-03 23:33 RD, revision 15359

Updates for Push/Pop status text

2002-05-03 23:32 RD, revision 15358

Probably only whitespace changes

2002-05-03 23:31 RD, revision 15357

A test case to show the problem with putting a wxListbox (and possibly other controls) on a wxPopupWindow in wxMSW

2002-05-03 23:30 RD, revision 15356

Make it easier to not use wxPopupWindow in wxSTC, and for now, don't use it at all for the AutoComplete window.

2002-05-03 22:31 RD, revision 15355

Fixed problem in InsertItems of always adding ownerdraw data even when not an ownerdrawn listbox. If some items were already appended then the indexes would not match.

2002-05-03 20:24 GD, revision 15354

corrected conditional compilation for Darwin

2002-05-03 20:20 GD, revision 15353

corrected warnings when compiling with -Wall -W

2002-05-03 20:15 GD, revision 15352

wxTextCtrl bug related to \n handling is Carbon related and is therefore common to CodeWarrior builds and Apple DevTools builds

2002-05-03 19:49 GD, revision 15351

corrected warnings when compiling with -Wall -W

2002-05-03 19:46 GD, revision 15350

corrected comment typo

2002-05-03 19:43 GD, revision 15349

added missing include file

2002-05-03 19:41 GD, revision 15348

corrected warnings when compiling with -Wall -W

2002-05-03 19:33 GD, revision 15347

corrected include guards

2002-05-03 19:14 GD, revision 15346

applied solution derived from SourceForge patch # 546915 for Mach-O shared library resource problems when resources are not placed in the application

2002-05-03 17:48 GD, revision 15345

corrected warnings and removed useless extern declaration

2002-05-03 17:46 GD, revision 15344

static C++ object initialization only seems to be necessary when the library initialization routine needs to use static C++ objects

2002-05-03 17:43 GD, revision 15343

install both compiled and ascii resource files for Mac OS X

2002-05-02 23:56 RD, revision 15342

These methods should be public

2002-05-02 23:22 VZ, revision 15341

don't look for the catalogs in the Unix standard paths under Windows