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-06-11 16:42 JS, revision 10539

Removed redundant sections from sizeevt.tex

2001-06-11 16:23 JS, revision 10538

Added 'wx' prefix to a couple of functions

2001-06-11 16:17 VZ, revision 10537

compilation fix

2001-06-11 15:29 VZ, revision 10536

fixed broken links to string functions

2001-06-11 14:55 JS, revision 10535

Updated manual date, removed underscore from label

2001-06-11 14:12 DW, revision 10534

Needed a comment after last #endif and defined true TRUE and false FALSE for Visual Age.

2001-06-11 14:11 DW, revision 10533

removed compiler warnings about assignments in logical expressions

2001-06-11 12:54 GT, revision 10532

Changes to catch macros that are missing arguments - not perfect, but it will work with all our current TEX files. Added cleaner ABORT handling in some situations If \\end{document} is not found, then program auto-aborts after first pass to avoid hanging in some endless loop until all system resources are exhausted and the program crashes.

2001-06-11 12:26 JS, revision 10531

VC++ project file corrections

2001-06-11 12:19 VZ, revision 10530

another attempt to fix strconv.cpp compilation

2001-06-11 10:14 JS, revision 10529

project file updates

2001-06-11 09:51 GT, revision 10528

Comment about wxDbGrid being added

2001-06-11 09:41 VZ, revision 10527

extracted classes into their own files to fix alphabetic order

2001-06-11 07:49 JS, revision 10526

Project file updates; cast in strconv.cpp to compile with VC++ 6

2001-06-11 07:15 RL, revision 10525

fingers crossed..

2001-06-11 04:56 RL, revision 10524

last test, really!

2001-06-11 04:43 RL, revision 10523

oops.

2001-06-11 04:39 RL, revision 10522

this time the log stuff will work, really it will..

2001-06-11 04:12 RL, revision 10521

cvs admin test..

2001-06-11 03:54 RL, revision 10520

log test..

2001-06-11 03:47 RL, revision 10519

more admin tests.

2001-06-11 03:31 RL, revision 10518

testing, testing, lalala..

2001-06-11 03:13 RL, revision 10517

another (semi) gratuitous commit to test the mailer script.

2001-06-11 03:02 RL, revision 10516

merged 2.2 /debian changes to 2.3 (and really test the new log mailer *after* committing CVSROOT changes :)

2001-06-11 02:46 RL, revision 10515

fixed build-dep bug and updated changelog for 2.2.7. (really just an excuse to test the new cvs log mailer though :)

2001-06-11 01:57 VZ, revision 10514

regenerated with autoconf 2.13

2001-06-10 23:44 VZ, revision 10513

fix to alphabetic order of classes

2001-06-10 23:38 VZ, revision 10512

fixed doc bug

2001-06-10 23:20 GT, revision 10511

Fixed compilation if wxUSE_NEW_GRID and wxUSE_GRID are both set to 0

2001-06-10 23:15 VZ, revision 10510

another compilation fix

2001-06-10 22:26 VS, revision 10509

changes to work with autoconf 2.50

2001-06-10 20:20 GD, revision 10508

corrected wxWindows library name under Mac OS X corrected detection of wchar_t under Mac OS X tweaked detection of pthread library under Mac OS X

2001-06-10 20:17 GD, revision 10507

corrected Mac OS X resource file name

2001-06-10 18:17 GD, revision 10506

corrected wchar handling for Mac OS X

2001-06-10 17:12 GT, revision 10505

Added code to show off wxDbGrid (contributed by Paul and Roger Gammans) in wxUSE_NEW_GRID is set to 1. If grid is not enabled, the program does not compile in the wxDbGrid portion of the sample Fixed a bug in the SetColDef() descriptions that had the Contribs column defined as a UCHAR but the SQL data type was set to be SQL_C_SHORT when it needed to be SQL_C_UTINYINT to match the size of the UCHAR data variable General code cleanup TRUE/FALSE changed to true/false Now uses new wxDbLogExtendedErrorMsg() function for reporting human readable ODBC errors

2001-06-10 17:09 GT, revision 10504

Added wxDbGrid files

2001-06-10 17:08 GT, revision 10503

wxDbGrid additions contributed by Paul and Roger Gammans with additions/corrections from George Tasker

2001-06-10 17:07 GT, revision 10502

wxDbGrid additions Changed all TRUE/FALSEs to true/false General code cleanup

2001-06-10 17:06 GT, revision 10501

wxDbGrid additions Changed all TRUE/FALSEs to true/false Added wxDbLogExtendedErrorMsg() function to retrieve human readable ODBC error information from the ODBC driver General code cleanup

2001-06-10 17:05 GT, revision 10500

wxDbGrid additions Changed all TRUE/FALSEs to true/false Added wxDbLogExtendedErrorMsg() function to retrieve human readable ODBC error information from the ODBC driver

2001-06-10 17:04 GT, revision 10499

wxDbGrid additions - Added support for ODBC date types

2001-06-10 17:01 GT, revision 10498

Initialized m_startint in the constructor to avoid cloning of uninitialized value

2001-06-10 17:00 VZ, revision 10497

compilation fix for SIZEOF_WCHAR_T being undefined

2001-06-10 12:49 RR, revision 10496

More from the PopUp patch.

2001-06-10 12:48 RR, revision 10495

More from the PopUp patch.

2001-06-10 12:13 RR, revision 10494

Backported PopUpMenu patch. Will compile soon :-)

2001-06-10 11:58 JS, revision 10493

Renamed project files

2001-06-10 11:52 JS, revision 10492

Renamed XRC project files

2001-06-09 23:22 VZ, revision 10491

add #error for platforms with weird sizeof(wchar_t)

2001-06-09 22:43 VS, revision 10490

changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h

2001-06-09 22:18 VS, revision 10489

changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h

2001-06-09 21:38 VZ, revision 10488

use SetForegroundWindow instead of BringWindowToTop

2001-06-09 20:22 GD, revision 10487

added CodeWarrior 5 projects for samples

2001-06-09 20:12 GD, revision 10486

added OpenGL sample project for CodeWarrior 5

2001-06-09 20:08 GD, revision 10485

added dead-strip static initialization code option

2001-06-09 20:03 GD, revision 10484

added dead-strip static initialization code option

2001-06-09 19:11 VS, revision 10483

documented Kendall's change of wxHtmlWindow::LoadPage to virtual function

2001-06-09 19:11 VS, revision 10482

oops, forgot to add editlbox

2001-06-09 17:57 VZ, revision 10481

applied patch 430835 (missing wxSTD breaking compilation for VC++ 5)

2001-06-09 17:55 VZ, revision 10480

applied patch 428783 (fix B32 makefiles)

2001-06-09 17:51 VZ, revision 10479

applied patch 431596 (fixes some crashes in wxDocView classes)

2001-06-09 17:48 VZ, revision 10478

applied patch 424550 (fix compilation of the notebook sample in tabbed dialog mode)

2001-06-09 17:43 JS, revision 10477

Updates for 2.3.1; fixed syntax error in makefile.b32 but this probably means that the 'version' fix for BC++ doesn't work (misapplied?)

2001-06-09 17:40 VZ, revision 10476

fixed bug 418496 (wxDC::SetClippingRegion doesn't clear the previous clipping region)

2001-06-09 17:07 VZ, revision 10475

fixed bug 418766 (elapsed time not initialized in wxProgressDialog)

2001-06-09 17:00 VZ, revision 10474

fixed bug 419079 (wxDateTime::ParseTime() didn't find am/pm)

2001-06-09 16:49 VZ, revision 10473

fixed bug 424212 (unworking close button in the progress dialog)

2001-06-09 16:35 VZ, revision 10472

1. added wxAssertIsEqual() function to be used in wxASSERT() 2. made wxTrap() public, documented it

2001-06-09 16:34 VZ, revision 10471

src/common

2001-06-09 15:57 VZ, revision 10470

fix for crash when pressing TAB in the tree text control

2001-06-09 09:11 SC, revision 10469

delete now does remove the item in correct synch from m_datas and m_strings

2001-06-09 02:01 VZ, revision 10468

warning fix

2001-06-09 01:56 VZ, revision 10467

some fixes to wxSingleInstanceChecker error reporting

2001-06-09 00:27 VZ, revision 10466

added missing brace

2001-06-09 00:21 VZ, revision 10465

some missing c_str()s added

2001-06-08 23:57 VZ, revision 10464

regenerated files with tmake

2001-06-08 23:42 VZ, revision 10463

implemented wxSingleInstanceChecker for Unix

2001-06-08 23:11 VZ, revision 10462

added tiny wxInitializer class

2001-06-08 19:37 KLB, revision 10461

Merged latest changes from SciTech code base into wxWindows CVS Tree. Includes updates to remove Watcom compiler warnings and the latest updates to the wxApplet code.

2001-06-08 15:24 DW, revision 10460

Enabling the Pop Menu fix to peek at all the command messages. Required adding a secondary DoMessage to wxApp. Some textctrl work as well.

2001-06-08 15:23 DW, revision 10459

Add support for the eventual inclusion of the single instance code.

2001-06-08 15:04 JS, revision 10458

Support for Cygwin 1.0 (thought it worked before, but...)

2001-06-08 11:33 JS, revision 10457

Altered the message loop to process implicit accelerators correctly in controls

2001-06-08 04:26 RD, revision 10456

move the tech note to a correctly named file

2001-06-08 01:47 VZ, revision 10455

replaced wxYield() call in PopupMenu() by a much safer wxYieldForCommandsOnly() - fixes tree ctrl bug

2001-06-08 01:29 VZ, revision 10454

added wxSingleInstanceChecker test

2001-06-08 01:28 VZ, revision 10453

added wxSingleInstanceChecker class

2001-06-07 21:05 SC, revision 10452

implemented generic clipboard, corrected event handling for radiobutton

2001-06-07 21:01 SC, revision 10451

removed duplicate definition

2001-06-07 20:57 SC, revision 10450

clipboard implementation generalized

2001-06-07 13:30 JS, revision 10449

Bug in wxDocument::Save logic corrected, whereby Save didn't save when not first-time saved

2001-06-07 11:12 VZ, revision 10448

documented wxLog::Suspend/Resume

2001-06-07 10:57 JS, revision 10447

Updates for version change to 2.3.1

2001-06-06 17:12 RD, revision 10446

regenerated configure from configure.in

2001-06-06 16:51 VZ, revision 10445

applied patch for compilation with gcc 3.0

2001-06-06 16:50 RD, revision 10444

Updated version numbers to 2.3.1

2001-06-06 16:44 RD, revision 10443

Added technote about where the version numbers are located.

2001-06-06 16:29 VZ, revision 10442

applied patch 429317 (PCH fix for BC++)

2001-06-06 16:27 VZ, revision 10441

fixed slider value rounding once again

2001-06-06 14:54 VZ, revision 10440

another fix for enter processing in wxSpinCtrl