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-04-13 09:52 GD, revision 9738

added spinctrl implementation

2001-04-12 22:45 DW, revision 9737

Filling out common controls now.

2001-04-12 22:29 VZ, revision 9736

focus fixes for toolbars and splitters

2001-04-12 22:05 VZ, revision 9735

another VC++ fix

2001-04-12 22:01 VZ, revision 9734

compilation fix

2001-04-12 21:59 VZ, revision 9733

conflicts resolved, typo fixed

2001-04-12 08:40 SC, revision 9732

corrected cw6 project files and other small problems

2001-04-12 08:34 SC, revision 9731

corrected cw6 project files and other small problems

2001-04-12 08:31 SC, revision 9730

corrected cw6 project files

2001-04-12 02:53 RD, revision 9729

Updated infoframe from Chris Fama

2001-04-11 22:21 VS, revision 9728

wxBitmap compilation fix for BCC enforced typecast in resource.cpp

2001-04-11 18:05 DW, revision 9727

DC updates and an associated .Def file update

2001-04-11 18:04 DW, revision 9726

DC updates

2001-04-11 18:04 VS, revision 9725

applied fix to fix BCC's wxBitmap ctor problem

2001-04-11 18:00 VS, revision 9724

added remark about wxMENU_TEAROFF being wxGTK only

2001-04-11 16:17 GT, revision 9723

Updated to alert the user to the need for them to edit this file to set the location of the libxml install so that XML will compile. Also tells them where to download libxml if they need to know that

2001-04-11 15:03 VZ, revision 9722

warning fix

2001-04-11 15:02 GT, revision 9721

Updated to reflect changes in the wxDb/wxDbTable classes

2001-04-11 14:37 GT, revision 9720

A couple more 'int' to UWORD conversions I had not merged into my previous checkin.

2001-04-11 14:20 GT, revision 9719

Experimental BLOB code added - set wxODBC_BLOB_EXPERIMENT to 1 in dbtest.h if you want to help work on this Added some more test functions that have no GUI hook yet, but will be used in wxBase buidls eventually Fixed handling of checks for TableExists() and TablePrivileges() to use the (HOPEFULLY) now working functions. Better exception handling when the .CFG file does not exist Better reporting of database errors shown by example

2001-04-11 14:11 GT, revision 9718

Fixed TablePrivileges() function (I HOPE!) so it will work with all supported databases All variables/parameters having to do with number of columns changed to be of type UWORD rather than int, avoiding compiler warnings and giant tables causing problems, and matching the types with the ODBC APIs

2001-04-11 14:10 GT, revision 9717

All variables/parameters having to do with number of columns changed to be of type UWORD rather than int, avoiding compiler warnings and giant tables causing problems, and matching the types with the ODBC APIs

2001-04-11 12:07 JS, revision 9716

More fixes

2001-04-11 06:32 GD, revision 9715

added destructor (correction for Mac OS X)

2001-04-11 06:18 GD, revision 9714

ifdef pi which is already defined by Mac OS X

2001-04-10 21:44 DW, revision 9713

New Module definition file for all the new image/bitmap/dc changes

2001-04-10 21:34 VZ, revision 9712

fixing compilation of wxFile (bug 415239)- I wonder how does it manage to compile at all???

2001-04-10 21:01 JS, revision 9711

Fixed some wxDragImage bugs

2001-04-10 20:52 RD, revision 9710

Updated the changelog

2001-04-10 20:52 RD, revision 9709

wxPython can now be built using the distutils that comes with Python 2.1

2001-04-10 20:47 VZ, revision 9708

oh horror, previously applied patch broke compilation - fixing

2001-04-10 20:38 VZ, revision 9707

more fixes for mingw32 compilation

2001-04-10 19:37 VZ, revision 9706

1. fixed wxCheckBox size calculation to be more MSW compatible 2. fixed assert failure in wxCheckBox OnActivate 3. fixed wxRadioBox button spacing

2001-04-10 16:55 VZ, revision 9705

removed wxYield() from wxBusyCursorSuspender

2001-04-10 15:04 JS, revision 9704

Corrections

2001-04-10 14:31 VZ, revision 9703

check that file was closed successfully in wxCopyFile (bug 414987 )

2001-04-10 13:46 JS, revision 9702

Removed misleading text from wxDragImage doc

2001-04-10 13:44 JS, revision 9701

Implemented Chuck Messenger's naming and simplification improvements, plus Move coordinate correction

2001-04-10 13:42 JS, revision 9700

Removed spurious wxCHECK which forgot about the possibility of ~wxScreenDC...

2001-04-10 12:44 JS, revision 9699

Ok() should be called on image, not bitmap

2001-04-10 10:43 GT, revision 9698

Added a param to ::Open() to allow the programmer to specify whether opening the table should check if table exists

2001-04-09 23:52 RL, revision 9697

modified rules yet again for alpha. It appears it's compiler likes to segfault just for fun when run under fakeroot, so move the -arch build phase back out of the binary target.

2001-04-09 21:25 RD, revision 9696

Added a mask to some of the images

2001-04-09 21:15 RD, revision 9695

Will raise the SystemExit exception now on wxGTK since wxGTK can not save XPM files. <grumble>

2001-04-09 21:14 RD, revision 9694

Images can now be embedded in Python source files. Added tools to do the embedding. Added Constructors/methods where needed. Updated the demo to use mostly embedded images.

2001-04-09 19:36 RD, revision 9693

Images can now be embedded in Python source files. Added tools to do the embedding. Added Constructors/methods where needed. Updated the demo to use mostly embedded images.

2001-04-09 18:53 GD, revision 9692
  • D /wxWidgets/trunk/src/mac/xpm/Imagexpm.c

removed case conflicting file

2001-04-09 17:16 RR, revision 9691

Added wxFileName::GetModificationTime() for Unix. Don't send events when constructing a text ctrl.

2001-04-09 15:37 VZ, revision 9690

mingw32 compilation fix

2001-04-09 13:25 VZ, revision 9689

fixed recursive mutexs compilation