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