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