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

2005-06-16 17:13 JS, revision 34678

Name correction

2005-06-16 17:01 JS, revision 34677

Applied patch [ 1212208 ] Fix a bug in wxTreeCtrl with wxTR_MULTIPLE

2005-06-16 16:17 JS, revision 34676

Change log update

2005-06-16 16:07 JS, revision 34675

Applied patch [ 1217285 ] fix for bug 1040539

2005-06-16 15:36 JS, revision 34674

Applied patch [ 1218833 ] [wxMSW] wxListBox optimisation for XP Also removed temporary fix to hardwire listbox background colour

2005-06-16 15:34 JS, revision 34673

Applied patch [ 1218849 ] [wxMSW] Removes magic numbers from wxNotebook

2005-06-16 15:31 MW, revision 34672

Revert Cygwin changes

2005-06-16 15:18 JS, revision 34671

Applied patch [ 1219269 ] [wxAll] Fix create button in listbox sample

2005-06-16 14:16 DS, revision 34670

added Thai/CP874 support for MSW

2005-06-16 13:58 MW, revision 34669

Let Cygwin be a Windows build for wxMSW and a unix build otherwise

2005-06-16 00:34 VZ, revision 34668

fix index of appended items (broken by previous commit)

2005-06-16 00:18 VZ, revision 34667

initial attempt to make it work for eVC (WinCE) as well

2005-06-16 00:09 VZ, revision 34666

don't redeclare struct tm if it's already declared in std headers; declare and define localtime() and company as extern C as they are supposed to be

2005-06-15 23:44 VZ, revision 34665

(harmless) eVC4 warning fix

2005-06-15 22:30 VS, revision 34664

previous commit didn't work with bkl-0.1.8, fixed

2005-06-15 22:17 VS, revision 34663

basic eVC support

2005-06-15 22:04 VZ, revision 34662

WinCE compilation fixes

2005-06-15 18:34 RD, revision 34661

*** empty log message ***

2005-06-15 15:53 ABX, revision 34660

Warning fix.

2005-06-15 02:08 MR, revision 34659

wxFrameLayout contains wxPen by value, so the wxPen class declaration from wx/pen.h is required so that the compiler would know the size of wxFrameLayout class. Was a problem for projects using wxFL and including wx headers one-by-one instead of using wx.h.

2005-06-15 01:11 RD, revision 34658

reSWIGged

2005-06-14 22:59 RD, revision 34657

Log the exception when writing to file fails. Set the default encoding from wxGetDefaultPyEncoding again. Recover from encoding errors when writing the memory file.

2005-06-14 22:54 RD, revision 34656

docstring typo

2005-06-14 21:03 RD, revision 34655

Unregister the object too

2005-06-14 19:57 MR, revision 34654

Fix "warning: operation on 'y' may be undefined".