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-28 19:42 VZ, revision 17640

support for tooltips longer than 80 characters

2002-10-28 15:23 CE, revision 17639

mdi GetActiveChild patch

2002-10-28 14:14 CE, revision 17638

documents CreateButtonSizer

2002-10-28 01:51 RR, revision 17637

Moved AA information to the right place.

2002-10-28 00:21 RR, revision 17636

Lots of minor GTK2 updates. Added wxFont SetNoAntiAliasing which cannot cause problems with existing apps since it doesn't changing the current style flags.

2002-10-27 16:29 CE, revision 17635
  • D /wxWidgets/branches/WX_2_4_BRANCH/src/msw/makeuniv.b32

makeuniv.b32 has escaped a previous purge

2002-10-26 21:25 VZ, revision 17634

draw the sashes without wxSP_3DSASH flag nicer

2002-10-26 21:11 VZ, revision 17633

fixed wxConfig::Read() return value (bug introduced by the last commit)

2002-10-26 20:18 VZ, revision 17632

clarified the return value of MB2WC/WC2MB

2002-10-25 21:10 VZ, revision 17631

fixed bug which prevented the env vars in wxConfig values from being expanded

2002-10-25 20:15 VZ, revision 17630

compilation fix for wxUniv (patch 628810)

2002-10-25 12:26 RL, revision 17629

Don't install duplicate image handlers.

2002-10-25 00:15 VZ, revision 17628

fix for conversion buffer size problems

2002-10-24 23:15 RR, revision 17627

Added GB2312, BIG5, EUC-JP and Shift-JIS encodings to known encodings so that message catalogs written in these encodings can be loaded. I did't find the code where I can specify that GB2312 is actually the same as the Windows code page.

2002-10-24 23:05 VZ, revision 17626

bumped up version to 2.3.4

2002-10-24 19:42 VS, revision 17625

reverted 'doesn't compile, let's remove it' fix for mingw32 compilation problem -- works now with a definition in missing.h

2002-10-24 19:13 SC, revision 17624

changed wxDisplaySize to return the entire size

2002-10-24 16:16 VZ, revision 17623

trying to keep the list of changes as brief as possible

2002-10-24 16:13 VZ, revision 17622

added SetToWeek() test

2002-10-24 16:11 VZ, revision 17621

fixed several bugs in wxDateTime week number calculations which required passing WeekFlags argument to more functions

2002-10-24 16:10 VS, revision 17620

Mingw compilation fix

2002-10-24 11:35 JS, revision 17619

MinGW fix for XP fix

2002-10-24 11:21 JS, revision 17618

Applied patch [ 623736 ] Build and use FL as DLL This patch allows FL to be build as a DLL with the VC project files, I was only able to at chief it with the VC projects because the make file for building libs doesn't have any rule to build DLLs (at least I didn't see how to do it). However the FL demo applications can be build using FL in DLL form with MSVC project files and VC make files (as mentioned before the FL DLL it self can only be build using VC projects). This patch includes 2 files; 1 to change current FL files to work in DLL form and 1 extra include file that needs to be added in the FL include directory. Small note: if you want to use FL as a DLL you need to use wxWin as a DLL. Thanks, Hans.

2002-10-24 11:06 JS, revision 17617

Applied patch [ 619424 ] texutils.cpp patch for !wxUSE_IOSTEAMH

2002-10-24 11:04 JS, revision 17616

Added note about wxSizer::Show and wxListCtrl crash fix

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