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-24 14:13 JS, revision 34753

Also corefoundation files for GTK+

2005-06-24 14:10 JS, revision 34752

Added corefoundation files to release scripts

2005-06-24 12:29 VZ, revision 34751

at least not crash in case of TIFF warnings/errors in Unicode build (but we still don't show them correctly neither)

2005-06-24 12:22 VZ, revision 34750

use wxVLogWarning in TIFFwxWarningHandler() instead of wxLogWarning (bug 1226815)

2005-06-24 00:09 VZ, revision 34749

fixed appending menu items for a (popup) menu with a title broken by last change (and also fixed inserting in this case which didn't work even before last change)

2005-06-23 16:17 VS, revision 34748

rolled back exceptions handling patch, it relied on incorrect assumption about vtables

2005-06-23 15:43 ABX, revision 34747

Avoid logging when QT plugin is unused but fails (from Ryan). GCC warning fix related initialization order.

2005-06-23 09:57 JS, revision 34746

Clarified wx[NO_]FULL_REPAINT_ON_RESIZE docs

2005-06-23 09:55 JS, revision 34745

Corrections

2005-06-23 07:58 RL, revision 34744

Remove reference to wxrcedit which sank a while back.

2005-06-23 07:55 RL, revision 34743

Update standards version. Rip out wxrcedit cruft. Fix wxpyver dir.

2005-06-23 03:41 RL, revision 34742

oops, 'ze hand is quicker zan vi.

2005-06-23 01:26 RL, revision 34741

Bump soname in preparation for 2.6.2 release. Could someone please rebake this with whatever the correct version + silent hacks is. Based on present reports I have no idea which version and/or hacks to it are 'official', and the crypto logic that bakefile is becoming famous for is in shining form today: $ bakefile_gen -fautoconf ----------------------------------------------------------------------- This file cannot be processed with Bakefile version older than 0.1.7. You are using Bakefile version 0.1.6. Please install the newest version from http://bakefile.sourceforge.net. ----------------------------------------------------------------------- It's always good to have a nice conundrum to ponder while your code is not building...

2005-06-23 00:44 RL, revision 34740

Restore the no longer default, sensible defaults.

2005-06-22 20:58 MW, revision 34739

Unrevert Cygwin changes after discussion. Cygwin will be unix with the new version of bakefile, but allow wxMSW to stay a Windows build until there is a unix version of it.

2005-06-22 17:04 KH, revision 34738

Removed duplicate end list tag. Whoops, sorry.

2005-06-22 16:49 KH, revision 34737

Document EVT_TREE_STATE_IMAGE_CLICK (Windows only)

2005-06-22 11:45 RL, revision 34736

prepare for a 2.4.4 release.

2005-06-22 10:32 RL, revision 34735

Applied patch from Jens Seidel <jensseidel@users.sf.net>. closes Debian bts report #313859

2005-06-22 09:03 JS, revision 34734

Reverted fix that caused crash on exit

2005-06-22 08:28 RL, revision 34733

Remove static builds again. This time for good.

2005-06-22 08:18 RL, revision 34732

Bump the elf library version to reflect changes since 2.4.3

2005-06-22 07:55 RL, revision 34731

Add missing virtual dtor for pure virtual bases.

2005-06-22 02:51 DE, revision 34730

Moved src/mac/corefoundation/hid.cpp from base library to wxMac and wxCocoa core libraries so that wxGetKeyState is implemented in the core GUI library as it is for any other toolkit. NOTE: This breaks binary compatibility.

2005-06-22 00:20 DE, revision 34729

Moved wxMacExecute out of src/mac/corefoundation/hid.cpp and into new src/mac/corefoundation/utilsexc_base.cpp.

2005-06-21 23:23 MW, revision 34728

Rebaked after removal of notebook.rc

2005-06-21 21:31 VZ, revision 34727

wxDragImage is not in wxAdv

2005-06-21 20:17 MBN, revision 34726

Implemented loading 256-color bitmaps.

2005-06-21 20:16 MBN, revision 34725

Avoid warnings with MSVC 5.

2005-06-21 16:15 JS, revision 34724

Applied [ 1213375 ] MSW wxMediaCtrl minor debugging and cleanup

2005-06-21 16:08 JS, revision 34723

Applied [ 1223134 ] [wxMSW] Proper repainting when resizing - take 2, part 2 Jamie Gadd Applied [ 1223491 ] splitter sizes not initialized on wx2.6.1 Aron Pongo

2005-06-21 16:06 JS, revision 34722

Applied [ 1223122 ] [wxMSW] Proper repainting when resizing - take 2 Jamie Gadd

2005-06-21 09:56 VS, revision 34721

rolled back exceptions handling patch, it relied on incorrect assumption about vtables

2005-06-20 17:45 MR, revision 34720

Remove #pragma implementation and #pragma interface lines from 2.4 branch to fix issues with gcc.

2005-06-20 14:43 CE, revision 34719

Fix Error between Get and Set

2005-06-20 14:02 JS, revision 34718

Reverted patch which appears to be responsible for intermittent crashes on exit in 2.6.1

2005-06-20 08:20 VS, revision 34717

changed exceptions handling to work under wxGTK

2005-06-20 00:25 VZ, revision 34716

define SetHelpText() to do nothing when wxUSE_HELP==0, otherwise we'd need to #ifdef all its calls in wx code to allow compilation with wxUSE_HELP==0

2005-06-20 00:24 VZ, revision 34715

compilation fix for wxUSE_LOGWINDOW==0

2005-06-20 00:24 VZ, revision 34714

compilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for WinCE

2005-06-20 00:23 VZ, revision 34713

compilation fix for wxUSE_OLE==0 for WinCE

2005-06-20 00:22 VZ, revision 34712

(harmless) eVC4 release mode warning fix

2005-06-19 23:50 VZ, revision 34711

documented that wxFileModificationTime() returns 0 (and not a more natural -1) if an error occurs

2005-06-19 23:50 VZ, revision 34710

reimplemented wxFileModificationTime() for CE without using wxDateTime (it also should be more efficient like this)

2005-06-19 23:49 VZ, revision 34709

disable warning for eVC 4 (_MSC_VER == 1201) as well

2005-06-19 23:48 VZ, revision 34708

added AutoHANDLE class to close a HANDLE automatically

2005-06-19 22:44 VZ, revision 34707

WinCE does support strftime() now, no need to #ifdef it out

2005-06-19 22:37 VZ, revision 34706

WinCE compilation fix (no SM_C[XY]DRAG under CE as there is no mouse cursor)

2005-06-19 22:23 VZ, revision 34705

added scopeguardtest.cpp

2005-06-19 19:11 MBN, revision 34704

Fix crash on exit with Lesstif (and possibly Motif 1.x).

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