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-12-30 21:20 GD, revision 18465

SourceForge patch #654210 to fix naming/numbering shared libs under OS X

2002-12-30 20:10 JS, revision 18464

Corrected accidental pointer arithmetic in ClientToScreen and vice versa

2002-12-30 20:08 JS, revision 18463

Corrected accidental pointer arithmetic in DoClientToScreen and vice versa

2002-12-30 18:55 VS, revision 18462

fixed encoding handling in ANSI mode

2002-12-30 15:26 RL, revision 18461

Ok, so we don't need the extra bool at all, we can just zero the sizer pointer in wxSizerItem. :-)

2002-12-30 13:02 RL, revision 18460

Add wxSizer::Detach so we can detach child sizers without deletion. Updated wxSizer docs for this and a couple of other missing/outdated things.

2002-12-30 01:09 VZ, revision 18459

fixed buffer overrun when reading CCITT group 4 compressed TIFF files (patch 646603)

2002-12-30 01:00 VZ, revision 18458

compilation warning fixes (patch 651719)

2002-12-29 22:04 SN, revision 18457

wxUsleep is supposed to sleep _milli_seconds, not _micro_seconds.

2002-12-29 21:42 SN, revision 18456

Added missing include for non-precopiled headers.

2002-12-29 19:37 MBN, revision 18455

Allow building in unicode mode with just "make -f makefile.g95 UNICODE=1" without requiring setup.h modifications.

2002-12-29 19:32 MBN, revision 18454

Small updates: corrected some URLS, used correct/current capitalisation for MinGW and Cygwin, plus some minor clarifications.

2002-12-29 18:46 JS, revision 18453

Tweaked the wording slightly for VC++ 5 compilation

2002-12-29 15:45 RL, revision 18452

Oops, don't cut and paste between ports, and do test compile both states of a macro guard...

2002-12-29 15:42 RL, revision 18451

Oops, don't cut and paste between ports, and do test compile both states of a macro guard...

2002-12-29 07:59 MBN, revision 18450

LessTif 0.93 does not hang in wxWindow::ChangeFont as 0.87 did: enable chainging window font again. Set/reset MappedWhenManaged flag when showing/hiding a window, otherwise, since some common operations (moving, adding items to a listbox, ...) do a Unmanage-Manage pair, calling Hide and then (for example) SetSize would show the window again.

2002-12-29 07:54 MBN, revision 18449

Small correction: add WINDOWSLDLIBS when linking an executable.

2002-12-29 07:48 RL, revision 18448

Added wxTreeCtrl::GetItemParent to deprecate GetParent. Moved GetParent into WX_COMPAT_2_2 and exposed base GetParent in that case too. Replaced all lib/sample uses of wxTC::GetParent with GetItemParent. Updated docs to suit.

2002-12-29 05:52 RL, revision 18447

Typo fix.

2002-12-29 01:38 VZ, revision 18446

fixed wxALL_FILES definition in Unicode build

2002-12-28 22:58 JS, revision 18445

Use path separator, not "/"

2002-12-28 20:49 MBN, revision 18444

Allow using tmake from places other than the current directory.

2002-12-28 20:46 MBN, revision 18443

Allow building Win32 DLL with wxGlCanvas using MinGW + configure.

2002-12-28 18:42 JS, revision 18442

Updated some scripts Small corrections to wxScrolledWindow doc

2002-12-28 18:37 JS, revision 18441

Updated release scripts No change to toolbar and scrlwing.cpp