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.