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

1999-06-27 22:06 VZ, revision 2912

missing newline at the end of file added

1999-06-27 21:53 RD, revision 2911

fixed typo

1999-06-27 16:42 RR, revision 2910

More tests for streams.

1999-06-27 11:26 VZ, revision 2909

missing semicolon added to the example

1999-06-27 10:39 RR, revision 2908

Work on streams of all sorts. More to come.

1999-06-26 13:55 VZ, revision 2907

a small cosmetic fix for single choice dialog

1999-06-26 12:10 RR, revision 2906

Typos.

1999-06-26 11:56 RR, revision 2905

Added wxGTK-only cmn dialogs. Fixed a few includes and installing makefiles. Updated testconf accordingly. Good fences make good neighbours.

1999-06-26 11:10 VZ, revision 2904

1. serious bug in wxRegConfig corrected - deleting a value would delete the key containing it if it didn't have any subkeys (i.e. would delete the sibling values) 2. wxRegKey::GetFirstValue() starts with first value, not the second one 3. typo in wxStaticText::DoSetSize() which prevented width.AsIs() from working fixed 4. adjustment for the parent client area offset not done for the top level windows (dialogs and frames) any more

1999-06-26 10:25 VS, revision 2903

*** empty log message ***

1999-06-26 10:12 VS, revision 2902

*** empty log message ***

1999-06-26 05:12 RS, revision 2901

Added #include wx/dcclient.h for Vadims changes to work without pc headers

1999-06-26 05:05 RS, revision 2900

Added #include wx/dcclient.h and wx/settings.h for Vadims new code under non-precomp header compilers

1999-06-26 03:44 RS, revision 2899

Added #include wx/listbox.h needed under Linux (probably all precomp header systems)

1999-06-25 22:50 VZ, revision 2898

multi line static controls now calculate their width and height correctly

1999-06-25 22:46 RR, revision 2897

Commented out "best visual" code.

1999-06-25 21:28 VZ, revision 2896

1. wxSingleChoiceDialog looks Ok under Windows 2. wxDialog now longer is resizeable by default 3. wxProgressDialog has a more reasonable width

1999-06-25 18:11 KB, revision 2895

fixed frame style

1999-06-25 16:31 RR, revision 2894

Oops.

1999-06-25 16:30 RR, revision 2893

Changed a few true -> TRUE added #ifdef GTK 1.2

1999-06-25 14:04 VS, revision 2892

*** empty log message ***

1999-06-25 14:02 KB, revision 2891

slightly more intelligent size calculation to prevent clipping of text

1999-06-24 22:07 VZ, revision 2890

the progres dialog now looks decently under Windows

1999-06-24 22:05 VZ, revision 2889

wxSpinButton::GetValue() returns correct result now

1999-06-24 21:27 VZ, revision 2888

several notebook bugs fixed: 1. deleting the last page sets selection to -1 2. deleting the selected page unselects it first 3. adding page calls Layout() on it