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-01-28 03:49 RL, revision 18966

fix broken doc build.

2003-01-28 02:52 RL, revision 18965

typo

2003-01-28 02:10 RL, revision 18964

Added wxPy/distutils to the source package and try again for 2.4.0.3

2003-01-27 22:18 GD, revision 18963

improved Mac resource creation step in order to allow samples to provide specific Rez options (used in docview sample) added separate Mac Finder flag modification step (using SetFile)

2003-01-27 21:41 MBN, revision 18962

Remove some redefinition warnings.

2003-01-27 11:27 JS, revision 18961

Corrected printing docs

2003-01-27 09:09 RL, revision 18960

Add SetScrollbars patch, assuming this one really fixes things.

2003-01-27 09:02 RL, revision 18959

Fixed bug in FlexGridSizer mods that prevented them from ever shrinking. Reverted the earlier SetScrollbars patch and fixed a bug in GetVirtualSize that was hopefully the real cause of all the preceding woe. Added a comment and a kludge for a most unusual bug manifesting in the scrollsub sample. If it is resized quickly size events appear to get lost and the scrollbar is set incorrectly. Adding an extra call to AdjustScrollbars masks the problem, though its clearly superfluous since the FitInside above already calls it. This seems to be a brand new problem (on both Gtk and msw) as of some time prior to this patch and it should be looked into further.

2003-01-27 01:13 VZ, revision 18958

added Add/InsertTool() (patch 672032)

2003-01-27 01:04 VZ, revision 18957

the string 'Goto...' should be translated (patch 674569)

2003-01-27 00:19 VZ, revision 18956

updated sample evrsion from Greg Chicares

2003-01-27 00:18 VZ, revision 18955

fixed a crash in socket server test and added quit command to the server

2003-01-26 23:20 VS, revision 18954

fixed someone's typo

2003-01-26 23:20 VS, revision 18953

added wxHtmlWindow::LoadFile

2003-01-26 23:19 VS, revision 18952

1. added wxHtmlWindow::LoadFile 2. interpret LoadPage's argument as filename if it fails as URL

2003-01-26 23:19 VS, revision 18951

added wxSplitterWindow to XRC

2003-01-26 21:04 RR, revision 18950

Now scaling doesn't scale GetTextExtent() anymore. This make print previewing look fine for now. Next is actually printing what you preview :-)

2003-01-26 20:56 VS, revision 18949

fixed loading of GNOME2 mime icons (still not working as desired)

2003-01-26 20:54 VS, revision 18948

use all MIME data sources on Unix, not only mailcap/mime.types

2003-01-26 19:04 JS, revision 18947

Fixed problem with kill focus event getting sent to control that is getting the focus.

2003-01-26 19:02 JS, revision 18946

Fixed problem where kill focus event was sent to control getting the focus.

2003-01-26 16:22 VS, revision 18945

compilation fixes (bug #672413)

2003-01-26 16:16 VS, revision 18944

compilation fixes (bug #672413)

2003-01-26 16:15 VS, revision 18943

eliminate __WIN32__ only code

2003-01-26 14:11 VZ, revision 18942

moved OLE files group under MSW files -- this is more logical