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

2002-10-24 11:01 JS, revision 17615

Applied patch [ 614042 ] Add wxSizer::Hide() & Show() By Carl Godkin Also documented wxSizer::Show.

2002-10-23 20:43 RD, revision 17614

Applied patch from Niki Spahiev

2002-10-23 17:32 RR, revision 17613

Lots of small changes to prevent glibc from crashing when converting ansi strings to unicode. After this, you can use and display east asian locales in wxGTK, which looks sorta funny...

2002-10-23 12:51 JS, revision 17612

Added FINAL=$(FINAL) to some BC++ makefile targets to make the sublibraries compile properly

2002-10-22 22:16 VZ, revision 17611

implemented GetTimes() for the directories

2002-10-22 21:38 JS, revision 17610

Patch [ 626532 ] Fix default item/tab traversal problem This patch fixes a problem that occurs when you have a panel containing controls inside a dialog/frame with a default item (i.e. default button). Currently, <Return/Enter> is processed incorreclty as a <tab> even if there is a default item in a parent. This patch causes a window not to handle the VK_RETURN key if it is not a top level window and doesn't have a default item of it's own. Derry Bryson

2002-10-22 21:34 JS, revision 17609

Applied patch [ 626545 ] Correct num bytes allocated for bitmap This corrects the calculation of the number of bytes to allocate for the bitmap in wxPrinterDC::DoDrawBitmap (). It was allocating more memory than necessary. By Derry Bryson

2002-10-22 18:21 VZ, revision 17608

updated Indonesian translations

2002-10-22 15:41 SC, revision 17607

changed notebook icon code to only trigger under 10.2 and later (it is not working/buggy under 10.1.X)

2002-10-22 15:38 SC, revision 17606

added system version getter

2002-10-22 07:11 JJ, revision 17605

Committing in . OpenVMS specific changes: setup.h_vms : updated configuration for OpenVMS threadspsx.cpp : the type long on OpenVMS is 32 bits. therefor some casts are changed to long long, for OpenVMS only. Modified Files: Tag: WX_2_4_BRANCH wxWindows/setup.h_vms wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

2002-10-22 06:20 RD, revision 17604

SWIGged updates for wxMac

2002-10-22 05:07 RD, revision 17603

SWIGged update for wxGTK

2002-10-22 00:30 VZ, revision 17602

a hack to fix multiple problems with showing modal dialogs from OnIdle()

2002-10-21 22:19 RD, revision 17601

Allow WM_SYSKEYDOWN to still be processed by MSWDefWindowProc, even if it was handled by an event handler. This allows the magic Windows keys (such as Alt-space for the system menu, Alt or F10 to activate the menu bar, Alt-F4 to send WM_CLOSE, etc.) to still work properly.

2002-10-21 21:31 RD, revision 17600

Document major user visible changes Build and such for recent CVS updates

2002-10-21 21:29 RD, revision 17599

Changed how the images are encoding in images.py, and have also checked in the images themselves. Also changed how it detects if the platform is wxGTK.

2002-10-21 21:13 RD, revision 17598

SWIGged code updates for wxMSW

2002-10-21 21:10 RD, revision 17597

Fixed wxSWIG so that it won't convert None to NULL for parameters that are C++ references, it still does for pointer parameters.

2002-10-21 21:08 RD, revision 17596

Added GetSelectedCells, GetSelectionBlockTopLeft, GetSelectionBlockBottomRight, GetSelectedRows, GetSelectedCols nethods to wxGrid.

2002-10-21 21:04 RD, revision 17595

Added Python == and != operators for some basic classes

2002-10-21 20:08 RD, revision 17594

Added wxRealPoint::operator!= for consistency

2002-10-21 13:34 JS, revision 17593

Removed tabs

2002-10-21 12:41 JS, revision 17592

Two fixes for wxListCtrl under XP. 1) Do not use lParam for LVN_HOTTRACK since this doesn't have valid data. 2) Check for item validity in HDN_GETDISPINFOW notification and return TRUE to stop further processing of this strange message.

2002-10-21 08:57 CE, revision 17591

fix for sourceforge bug report 625765