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-05 19:56 GD, revision 15390

script to link a mach-o dynamic shared library for Darwin / Mac OS X

2002-05-05 19:27 MBN, revision 15389

Documentation for wxClipboard::Flush Added \label in window.tex

2002-05-05 18:27 VS, revision 15388

fixes to gcc pragmas

2002-05-05 18:26 VS, revision 15387

gcc pragmas fixes

2002-05-05 16:09 GD, revision 15386

improved opening/closing of shared library resources so that Mach-O shared library resources are opened in wxApp::Initialize and closed in wxApp::CleanUp

2002-05-05 14:25 VZ, revision 15385

added files for LaTeX compilation (second part of the patch 551210)

2002-05-05 14:24 VZ, revision 15384

fixed LaTeX compilation problems (part of patch 551210)

2002-05-05 14:18 VZ, revision 15383

added wxShutdown (patch 547443)

2002-05-05 11:36 RR, revision 15382

Corrected double clicks (always on the same window). Corrected mouse up events (same window as mouse down).

2002-05-05 09:35 JS, revision 15381

Doc tweaks Added back mouse sensitivity to wxStaticText Added code to widgets sample to test for sensitive wxStaticTexts

2002-05-05 07:31 RR, revision 15380

Corrected wrong use of delete in region code.

2002-05-05 04:21 RD, revision 15379

swigged code update for wxMac

2002-05-05 04:20 RD, revision 15378

swigged code update for wxGTK

2002-05-05 04:17 RD, revision 15377

Various minor tweaks and updates

2002-05-04 18:33 RR, revision 15376

Added screen design to system settings for different dialog layouts on desktop vs PDA screens

2002-05-04 15:26 SN, revision 15375

Updated documentation according to recent array changes.

2002-05-04 14:22 VZ, revision 15374

reverted the header change to include the generic one always

2002-05-04 14:19 GD, revision 15373

utility scripts to manipulate xml CodeWarrior 5.3 project files

2002-05-04 14:17 GD, revision 15372

updated todo list

2002-05-04 14:16 GD, revision 15371

updated Universal Interfaces requirements for CodeWarrior 5.3

2002-05-04 13:17 GD, revision 15370

added missing include file

2002-05-04 12:45 VZ, revision 15369

fixed compilation when included directly and not via wx/dirdlg.h

2002-05-04 12:43 VZ, revision 15368

fixed wxDirDialog ctor docs

2002-05-04 12:38 VZ, revision 15367

wxDirDialog now has the same ctor under all platforms and also uses the correct default title string

2002-05-04 12:01 VZ, revision 15366

no changes (0 -> NULL)

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