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-07-07 17:45 GL, revision 2962

* New wxStreams (to be documented), new classes: wxBufferedStreams, wxTextStreams

1999-07-07 16:00 VZ, revision 2961

attempts to fix wxStaticBitmap::SetBitmap() - still doesn't work

1999-07-07 15:11 VZ, revision 2960

compilation fixes for wxGTK

1999-07-07 09:24 KB, revision 2959

documented wxMENU_TEAROFF

1999-07-07 09:18 KB, revision 2958

Made tearoff menus work for gtk :-)

1999-07-06 00:44 VZ, revision 2957

1. wxAppBase class appers, wxApp in wxGTK and wxMSW modified accordingly (wxMotif not yet, but this change shouldn't break it) 2. GetStdIcon() small fixes 3. #pragma warning removed from dynlib.cpp

1999-07-05 21:09 VZ, revision 2956

CalcUnscrolledPosition takes int, not floats

1999-07-05 21:08 VZ, revision 2955

made wxImage::Scale() const to not confuse people any more and added a Rescale() which changes the image size "in place". Documented both changes too.

1999-07-05 20:58 VZ, revision 2954

CalcUnscrolledPosition takes int, not floats

1999-07-05 11:22 KB, revision 2953

Made icons configurable via a wxMApp virtual function. Tested on wxGTK only, added it for all ports, though.

1999-07-04 20:48 VZ, revision 2952

some appearance fixes from Michael Bedward

1999-07-04 13:50 RR, revision 2951

Small changed to wxExtDialog Made DnD use long instead of int Made DnD sample compile again Re-Updated wxTextDialog Added GetDefaultSize() to wxButton

1999-07-03 21:13 VZ, revision 2950

wxList::SortFunc prototype corrected

1999-07-03 19:34 KB, revision 2949

Added wxDllLoader::UnloadLibrary()

1999-07-03 16:40 RR, revision 2948

Added wxExtDialog and sample. Tried to make defs.h slightly more readable, also found some wrong flags then. Updated testconf.

1999-07-02 22:02 VZ, revision 2947

1. DoSetSize() simplified, DoGetBestSize() introduced 2. code cleanup here and there 3. attempts to make static boxes behave better (i.e. stay below other controls)

1999-07-02 17:49 GL, revision 2946

* Typo.

1999-07-02 17:44 GL, revision 2945

* Fixed Apple IEEE conversion

1999-07-02 15:52 KB, revision 2944

Minor improvement.

1999-07-02 15:30 KB, revision 2943

Added demonstration of busy cursor bug.

1999-07-01 17:38 GL, revision 2942

* Changed %d by %u

1999-07-01 12:54 RR, revision 2941

Corrected bug in filedlg. Added more stream tests to typetest sample.

1999-06-30 17:15 GL, revision 2940

* Moved ReadLine()/WriteLine() to wxIn/OutputStream

1999-06-30 15:40 KB, revision 2939

fixed wrong assert

1999-06-30 13:26 KB, revision 2938

Merged in from M.