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-11-28 13:12 VZ, revision 17990

added files needed for building using configure (e.g. with cygwin) to wxBase distribution

2002-11-28 11:27 JS, revision 17989

Copy helpview XPMs char -> wxChar in glcanvas

2002-11-28 11:15 JS, revision 17988

Rewrote script to allow selection of individual platforms

2002-11-28 11:14 JS, revision 17987

Added missing files

2002-11-27 14:08 CE, revision 17986

add WXLIBBASE variable to make.env

2002-11-27 14:01 JS, revision 17985

Include version-script.in in distributions

2002-11-27 11:38 JS, revision 17984

Corrected typo

2002-11-27 10:25 JS, revision 17983

Fixed some dist things: Added missing sample Makefile.in's Added helpview, emulator Maybe it's a better idea not to recursively copy the dialoged tree, CVS directories and all!

2002-11-27 05:50 DW, revision 17982

Weekly updates.

2002-11-27 03:12 RD, revision 17981

Typo fixed

2002-11-27 02:37 RD, revision 17980

Demo tweaks

2002-11-27 02:29 RD, revision 17979

SWIGged updates for wxMSW

2002-11-27 02:27 RD, revision 17978

Don't cache NULL attr objects

2002-11-27 02:00 RD, revision 17977

Corrected a couple problems in wxStreamBuffer that show up when reading from a wxMemoryStream

2002-11-26 22:30 RD, revision 17976

Changes so xrced always looks in the module's location for extra files.

2002-11-26 22:17 VS, revision 17975

version-script.in was missing in make dist

2002-11-26 16:44 CE, revision 17974

fix bug with building contrib libraries for gcc 3.2 (2.95 stillOK)

2002-11-25 21:08 SC, revision 17973

added UPP for OTNotifier (needed for carbon)

2002-11-25 20:58 GD, revision 17972

added XML file typing

2002-11-25 13:08 RL, revision 17971

added -ffunction-sections for broken hppa linker. bumped debian version for release.

2002-11-25 12:12 RL, revision 17970

update config.guess, adds support for mips (released on Debian) and a couple of other new platforms.

2002-11-25 09:52 JS, revision 17969

Use rpmbuild, not rpm

2002-11-25 08:50 JS, revision 17968

Corrected redirection typo

2002-11-25 01:51 VZ, revision 17967

define (empty) ~wxDataObject everywhere: apparently it's needed for AIX and not only Darwin

2002-11-24 21:31 JS, revision 17966

Corrected some .dsp,.dsw filenames

2002-11-24 18:37 SC, revision 17965

m_meta was removed

2002-11-24 17:29 JS, revision 17964

Updated the OS2-specific configury

2002-11-24 17:05 SC, revision 17963

added code for always getting back the real font name even though only a family was given.

2002-11-24 17:03 SC, revision 17962

switched drawing algorithm, since apparently DrawThemeTextBox has some problems not squeezing the text under certain OS versions. also added the OS Truncating algorithm which does add ellipsis (...) when the text does not fit

2002-11-24 16:13 SN, revision 17961

Added work-arounds for current problems with OS/2's PM port.

2002-11-24 16:09 SN, revision 17960

Compilation fix for EMX.

2002-11-24 11:52 JS, revision 17959

Fixed some wxNotebook refresh problems on wxUniv/WIN32

2002-11-24 10:52 JS, revision 17958

Updated date on readme

2002-11-23 20:50 JS, revision 17957

Corrected label typo

2002-11-23 20:47 VS, revision 17956

use wxConvLibc for argv[] again

2002-11-23 20:12 JS, revision 17955

Added a Refresh() to SetSelection() so programmatic tab changing works

2002-11-23 18:36 SN, revision 17954

Added yet another include for EMX.

2002-11-23 15:43 VZ, revision 17953

updated french translation from Stephane Junique

2002-11-23 08:02 SC, revision 17952

changes for supporting more menu shortcuts

2002-11-23 05:36 RD, revision 17951

SWIGged updates for wxMac

2002-11-23 00:00 JS, revision 17950

wxTabEvent and tab styles now in keeping with wxNotebook, for future reference.

2002-11-22 23:06 JS, revision 17949

wxTabEvent should derive from wxNotifyEvent, not wxCommandEvent

2002-11-22 22:51 VZ, revision 17948

don't return wxDefaultSize from GetBestSize() under any circumstances (reverted part of 1.123.2.2 change)

2002-11-22 22:32 RD, revision 17947

demo tweaks

2002-11-22 22:30 RD, revision 17946

Ran autoconf on the configure.in that was recently checked in

2002-11-22 22:27 RD, revision 17945

Added new wxTreeCtrl methods

2002-11-22 22:25 RD, revision 17944

SWIGged updates foe wxGTK

2002-11-22 21:37 VZ, revision 17943

fixed SetBestSize() by restoring its old behaviour (undid 1.94.2.1 change and added comments about why the actual code is right)

2002-11-22 21:33 RD, revision 17942

Fixed a typo

2002-11-22 20:49 RD, revision 17941

Added some missing wxSTC_CMD_* #defines, also changed a bit how stc.h is generated so all the wxSTC_CMD_*'s are grouped together.