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

2003-03-30 19:48 JS, revision 19891

Makefile for deprecated samples

2003-03-30 19:47 JS, revision 19890

New location for some deprecated files

2003-03-30 19:36 JS, revision 19889

New location for more samples

2003-03-30 19:36 MBN, revision 19888

No real changes.

2003-03-30 19:35 JS, revision 19887

New location for proplist sample

2003-03-30 19:34 MBN, revision 19886

Moved wxWindow::SetSizeHints implementation to wxTopLevelWindow, where it belongs, verified that it works for wxDialog, too.

2003-03-30 19:32 MBN, revision 19885

Inherit LoadFile and SaveFile from wxTextCtrlBase, reduce flicker caused by SetValue (the text itself still flickers a bit, but now borders don't).

2003-03-30 19:29 MBN, revision 19884

Removed dependency on wxTabView.

2003-03-30 19:23 MBN, revision 19883

More native look for wxSpinButton.

2003-03-30 19:20 MBN, revision 19882

Add bmpmotif.cpp to descrip.mms.

2003-03-30 19:18 MBN, revision 19881

Create dialog with the correct style.

2003-03-30 19:15 MBN, revision 19880

Applied patch [ 702254 ] Life: Fix to page scrolling from Hugh Gibson (backport).

2003-03-30 19:14 MBN, revision 19879

Applied patch [ 702254 ] Life: Fix to page scrolling from Hugh Gibson.

2003-03-30 15:56 VS, revision 19878

attempt to fix platform property problem on MacOSX

2003-03-30 06:22 RD, revision 19877

Fixed compile warning

2003-03-30 06:21 RD, revision 19876

Allow label edits

2003-03-30 06:20 RD, revision 19875

Added ShapedWindow sample to the wxPython demo

2003-03-29 19:25 RD, revision 19874

Added wxTLW::SetShape and implementations for wxGTK, wxMSW and an empty stub for wxMac. Added some generic helpers and a new ctor to wxRegion. Added samples/shaped. (Backport to 2.4 from 2.5)

2003-03-29 19:17 RD, revision 19873

Forgot to remove the "virtual" for binary compatibility...

2003-03-29 19:03 RD, revision 19872

Added wxTLW::SetShape and implementations for wxGTK, wxMSW and an empty stub for wxMac. Added some generic helpers and a new ctor to wxRegion. Added samples/shaped. (Backport to 2.4 from 2.5)

2003-03-29 19:03 , revision 19871

This commit was manufactured by cvs2svn to create branch 'WX_2_4_BRANCH'.

2003-03-29 15:50 SC, revision 19870

unicode and __MACH__ additions for wxMac

2003-03-29 15:44 SC, revision 19869

switching to as many MSL wchar implementations as possible for wxMac unicode

2003-03-29 15:40 SC, revision 19868

cursor event support for mac activated

2003-03-29 15:39 SC, revision 19867

mac unicode

2003-03-29 15:07 SC, revision 19866

fixed missing Idle events

2003-03-29 14:43 VZ, revision 19865

start of Japanese translation

2003-03-29 14:19 VZ, revision 19864

updated Japanese translation, minor changes to the code

2003-03-29 13:53 JS, revision 19863

Copyright cleanup Added shaped sample to scripts

2003-03-29 13:48 JS, revision 19862

Copyright cleanup

2003-03-29 10:19 VS, revision 19861

fixed bug #708570: Request 'silver' be allowed as a XPM value

2003-03-28 23:56 RD, revision 19860

Typo and compilation fix

2003-03-28 23:35 RD, revision 19859

Compilation fix

2003-03-28 23:34 RD, revision 19858

Added wxTLW::SetShape and implementations for wxGTK, wxMSW and an empty stub for wxMac. Added some generic helpers and a new ctor to wxRegion. Added samples/shaped.

2003-03-28 23:05 RD, revision 19857

Added wxTLW::SetShape and implementations for wxGTK, wxMSW and an empty stub for wxMac. Added some generic helpers and a new ctor to wxRegion. Added samples/shaped.

2003-03-28 20:57 SC, revision 19856

simplified definition

2003-03-28 20:55 SC, revision 19855

better mb2wc conversions for mac unicode

2003-03-28 19:18 SC, revision 19854

mach-o addition

2003-03-28 17:41 VZ, revision 19853

warning fix

2003-03-28 17:30 SC, revision 19852

unicode fixes

2003-03-28 16:26 SC, revision 19851

mach targets added

2003-03-28 15:36 SC, revision 19850

no message

2003-03-28 15:32 VZ, revision 19849

backport wxFileConfig::DeleteEntry fix

2003-03-28 15:28 VZ, revision 19848

added test for wxFileConfig::DeleteEntry

2003-03-28 15:25 VZ, revision 19847

fixed deleting entries at root level

2003-03-28 15:22 SC, revision 19846

bundle icon

2003-03-28 15:19 SC, revision 19845

version support

2003-03-28 09:46 JS, revision 19844

Removed pointless Salford C++ support

2003-03-28 09:15 JS, revision 19843

Use wxDateTime

2003-03-27 23:21 VS, revision 19842

fixed DrawTextFormatted to work in O(n) instead of O(n^2) if the text doesn't fit into the column