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-08 19:51 MBN, revision 15440

Fix _ quoting to make tex2rtf happier

2002-05-08 19:44 GD, revision 15439

added missing include file

2002-05-08 19:00 JS, revision 15438

Added Ok() member for print data, print dialog, page dialog, page dialog data so we can test in advance whether the print/page setup dialogs will fail. Removed assertions that would fire if the default printer was not found, for example. Added call to Ok() from HTML print code with suitable error message. Commented out my erroneous fix to wxStaticText.

2002-05-08 18:45 GD, revision 15437

improved dependencies for Info.plist corrected makefile (spaces => tabs)

2002-05-08 18:18 GD, revision 15436

corrected application bundle building for Mac OS X

2002-05-08 17:13 GD, revision 15435

added handling of -undefined and -flat_namespace options

2002-05-08 14:17 GD, revision 15434

corrected warnings when compiling with -Wall -W

2002-05-08 14:14 VZ, revision 15433

added missing header for not PCH case

2002-05-08 14:11 GD, revision 15432

improved out of memory handling by return failure status where possible and adding asserts in debug mode (suggested by SourceForge patch # 544906) corrected warnings when compiling with -Wall -W

2002-05-08 14:02 GD, revision 15431

removed useless trailing semicolon

2002-05-08 14:00 GD, revision 15430

corrected warnings when compiling with -Wall -W

2002-05-08 13:55 GD, revision 15429

implemented missing copy constructor (needed for non trivial member) corrected warnings when compiling with -Wall -W

2002-05-08 13:47 GD, revision 15428

ignore Mac OS X specific files

2002-05-08 13:30 GD, revision 15427

added DECLARE_NO_COPY_CLASS where appropriate since wxObject should not provide implicit copy constructor or assignement (will be corrected)

2002-05-08 13:28 MBN, revision 15426

Fixed programming error (and BCC warning).

2002-05-08 13:24 GD, revision 15425

corrected warnings when compiling with -Wall -W

2002-05-08 13:19 GD, revision 15424

corrected conditional compilation for Darwin / Mac OS X

2002-05-08 13:17 GD, revision 15423

corrected warnings when compiled with -Wall -W

2002-05-08 13:14 GD, revision 15422

ignore Mac OS X specific files

2002-05-08 12:48 GD, revision 15421

improved dynamic shared library creation for Darwin / Mac OS X

2002-05-08 12:42 JJ, revision 15420

Committing in . updates for OpenVMS Modified Files: wxWindows/src/common/descrip.mms wxWindows/src/motif/clipbrd.cpp Added Files: wxWindows/samples/db/descrip.mms ----------------------------------------------------------------------

2002-05-08 12:36 GD, revision 15419

implemented cbCommonPaneProperties copy constructor and assignment operator

2002-05-08 12:32 GD, revision 15418

pi is static to avoid link error under Mac OS X (already defined by system lib)

2002-05-08 05:22 DW, revision 15417

More of the same.

2002-05-07 23:29 VZ, revision 15416

added src/msw/popupwin.cpp to the makefiles

2002-05-07 23:27 VZ, revision 15415

fixed Windows style of wxPopupWindow

2002-05-07 23:16 VZ, revision 15414

fixed typos and tmakecmd/TMAKE/TM confusion

2002-05-07 22:27 DW, revision 15413

More image processing updates

2002-05-07 21:58 GD, revision 15412

corrected warnings when compiling with -Wall -W

2002-05-07 20:40 GD, revision 15411

implemented explicit copy constructor and assignement operator

2002-05-07 19:59 VZ, revision 15410

Added wx/build.h

2002-05-07 19:56 VZ, revision 15409

added wxBuildOptions and check that they are the same for the program and the library on startup

2002-05-07 19:52 GD, revision 15408

ignore CodeWarrior output files

2002-05-07 17:03 DW, revision 15407

More image updates

2002-05-07 16:40 VZ, revision 15406

fixed typo for MSW cross-compilation

2002-05-07 16:40 VZ, revision 15405

fixed compilation without PCH

2002-05-07 16:35 VZ, revision 15404

removed Left(char ch) version which doesn't exist any more

2002-05-07 04:56 DW, revision 15403

Mono bitmap processing updates

2002-05-06 22:35 RR, revision 15402

Fixed tree control redraw bug, which had nothing ro do with scrolling. Someone just removed my use

2002-05-06 21:48 DW, revision 15401

OS/2 Image processing updates along with some statusbar updates

2002-05-06 21:47 DW, revision 15400

OS/2 Image processing updates

2002-05-06 14:59 RD, revision 15399

Fixed nested triple quotes problem

2002-05-06 14:09 VZ, revision 15398

wxPanel is a canvas in wxUniv sense of the word

2002-05-06 13:46 JS, revision 15397

Did a small amount of proofreading of the ODBC docs.

2002-05-06 11:40 VZ, revision 15396

added wxCheckBox::IsChecked() to wxMac and documented it

2002-05-06 10:52 VZ, revision 15395

include wx/defs.h to get wxUSE_FFILE

2002-05-06 10:51 VZ, revision 15394

typo fixed: __WXUNIV__ => __WXUNIVERSAL__

2002-05-05 23:09 VZ, revision 15393

fixed multiple bugs in multiple selection wxCheckListBoxes

2002-05-05 21:31 VZ, revision 15392

fixed compilation and added a test for OnErase() to the sample

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

use Darwin specific double step shared library linking script do not add shared library resources to generated executables

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