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

2005-06-19 19:11 JS, revision 34703

Corrected wrong size used when refreshing notebook

2005-06-19 13:48 RR, revision 34702

Comitting correct wxGTK.spec again.

2005-06-18 03:39 DE, revision 34701

Set m_cocoaDataSource = NULL in default constructor so subclasses that don't call our Create function (e.g. wxCheckListBox) don't crash on destruction.

2005-06-17 21:46 VZ, revision 34700

don't assert if kind == Item_None in wxSizerItem::IsShown(), this can happen during windows destruction (bug 1216428)

2005-06-17 21:41 VZ, revision 34699

fixed typo in GetSelEnd() which made that the function didn't work (bug 1219791)

2005-06-17 21:25 VZ, revision 34698

don't try to subclass tab control using the same window proc for our class, this doesn't work (really fixes bug 1222187, thanks go to Dave Dribin)

2005-06-17 20:17 VZ, revision 34697

undid last commit, it's not needed after fixing the real bug in wxNotebook registration code

2005-06-17 19:39 JJ, revision 34696

Committing in . Updated OpenVMS configuration Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-06-17 14:57 RL, revision 34695

Fix the test for NO_GCC_PRAGMA to be faster and more accurate.

2005-06-17 14:36 VZ, revision 34694

use generic sample icon; no need for separate .rc file

2005-06-17 14:32 VZ, revision 34693

use empty string and not string().c_str() as title for the controls without it to workaround Windows bug which results in crashes with wxUSE_STL==1 (closes 1222187)

2005-06-17 12:16 VZ, revision 34692

create BAKEFILE_PATHS env var

2005-06-17 12:10 VZ, revision 34691

WXWIN env var should go to HKCU\Environment, not to Softward\Environment

2005-06-17 11:45 VZ, revision 34690

don't show wxLogDebug during app startup output in msg box

2005-06-17 11:29 ABX, revision 34689

Patch #1222244: Fixes for bug #1212853 with unit test.

2005-06-17 11:08 ABX, revision 34688

Open Watcom adjustement.

2005-06-17 10:34 ABX, revision 34687

Adjust to different platform headers distributed with DMC (build fix after recent change in msw/treectrl.cpp).

2005-06-17 10:18 JS, revision 34686

Fix for eVC++ 3

2005-06-16 23:48 VZ, revision 34685

fixed problem with wxKill(SIGNONE) returning error for running process

2005-06-16 23:47 VZ, revision 34684

added test for wxScopeGuard

2005-06-16 23:46 VZ, revision 34683

documented wxScopeGuard; this class is too useful to not use it

2005-06-16 23:43 VZ, revision 34682

fixed wxON_BLOCK_EXIT macros to work with new definition of wxMAKE_UNIQUE_NAME() (was broken for VC++...)

2005-06-16 18:40 VS, revision 34681

some 3rd party libs are not buildable under eVC, don't link against them

2005-06-16 18:03 JS, revision 34680

Applied patch [ 1215991 ] Mac xrc enables unknown class Implements Reparent for Mac

2005-06-16 17:57 JS, revision 34679

Applied patch [ 1217859 ] Swedish translation for the internat sample