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

1999-09-30 21:28 RD, revision 3762

fixed the rule for the DLL so it doesn't build the .lib file twice

1999-09-30 21:26 RD, revision 3761

added missing fontcmn.cpp

1999-09-30 08:01 MT, revision 3760

only set parent frame ontop when the current frame being destructed is active

1999-09-30 07:13 RD, revision 3759

updates for wxPython docs

1999-09-30 07:11 RD, revision 3758

1. wxHtmlHelpController and related classes 2. the C++ versions of wxSizer and firends, Python versions are 'depreciated' 3. wxPyEvent and wxPyCommandEvent, event classes that can carry some python objects through the event system and safely come back out again. 4. wxGridSizer and wxFlexGridSizer 5. wxValidator 6. wxPyOnDemandOutputWindow 7. several tweaks, fixes and additions of missing methods, etc. 8. and probably several other things I am forgetting since CVS was down so long...

1999-09-30 06:58 RD, revision 3757

Created and wrapped wxPyControlPoint

1999-09-29 22:47 VZ, revision 3756

1. Implemented support for different icons for different states (expanded, selected, combination of them) for the tree control (and doc'd it) 2. removed code which was sending extra event if wxFrame::SetSize() was used 3. important changes to wxWizard interface 4. small compilation corrections

1999-09-29 19:51 SB, revision 3755

Change wxGetCurrentUTime as wxGetCurrentMTime (milli not micro!)

1999-09-29 19:40 SB, revision 3754

Factorize timercmm.cpp code Added wxGetCurrentUtime Put extern declaration in wx/timer.h instead of wx/*/timer.h Added wxChrono class

1999-09-29 19:02 VZ, revision 3753

1. added a brief overview of Unicode support 2. added and documented wxBITMAP() macros (as wxICON) 3. restructured wxFont class, added support of encoding parameter 4. regenerated makefiles to compile the new fontcmn.cpp file 5. corrected bug with non existing files in document-view history

1999-09-29 17:45 RS, revision 3752

Added wxNB_LEFT,RIGHT,BOTTOM styles to alter tab placement

1999-09-29 17:44 RS, revision 3751

Added defines to allow altered tab placement under gcc-2.95

1999-09-29 17:41 RS, revision 3750

Added wxNB_RIGHT,LEFT,BOTTOM flags for tab placement

1999-09-29 17:35 VZ, revision 3749

param type of wxWindow::Reparent() fixed in wxGTK

1999-09-29 17:34 RS, revision 3748

Added wxNB_LEFT,RIGHT,BOTTOM for notebook tab placement

1999-09-29 16:10 RD, revision 3747

Removed call to SetValidator since CreateBase was doing it already

1999-09-29 15:55 JS, revision 3746

Misc changes, including to wxPropertyForm and sample to make it work

1999-09-29 15:18 VZ, revision 3745

wxListCtrlCompare typedef now is defined correctly (was missing CALLBACK)

1999-09-21 11:44 VZ, revision 3744

//... => /* ... */

1999-09-21 11:39 VZ, revision 3743

item about constants naming added

1999-09-21 05:32 MB, revision 3742

Ifdef'd out sample code for wxStaticBitmap. It's not working under wxMOTIF at the moment.

1999-09-21 05:22 MB, revision 3741

Added check to ensure that style arg to ctor has either wxHORIZONTAL or wxVERTICAL. Without one of these the slider doesn't display under Motif.

1999-09-21 05:16 DW, revision 3740

*** empty log message ***

1999-09-21 03:29 MB, revision 3739

Added code to wxMemoryDC ctor to set default font. This fixes the controls sample which was crashing when calling wxDC::DrawText.

1999-09-21 02:37 MB, revision 3738

Added code to implement wxTE_READONLY style for single line text controls.