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-12 13:17 VS, revision 2987

*** empty log message ***

1999-07-12 07:59 VZ, revision 2986

even more about setup0.h

1999-07-11 22:08 VZ, revision 2985

1. wxFrame doesn't show incorrect hints in the status bar for popup items 2. radio box handles wxSIZE_AUTO_WIDTH/HEIGHT correctly (finally!) 3. attempts to fix broken sash

1999-07-11 20:49 RR, revision 2984

New global cursor behaviour. Test for tear-off menus in controls sample.

1999-07-11 19:29 RR, revision 2983

DocView and wxStream things

1999-07-11 16:24 RR, revision 2982

Updated testconf, fixed mistake in install.

1999-07-11 15:56 RR, revision 2981

A few compile things. Changed resizing of multi-line text ctrl. Augmented beta version to 8. Distribution things.

1999-07-10 21:51 VZ, revision 2980

wxButton::GetDefaultSize() added for MSW and documented

1999-07-10 21:17 VS, revision 2979

*** empty log message ***

1999-07-10 21:06 VS, revision 2978

*** empty log message ***

1999-07-10 20:05 JS, revision 2977

Added an #ifdef

1999-07-10 16:52 BM, revision 2976

Ignore erase failures

1999-07-10 13:31 JS, revision 2975

Added test for wxUSE_STATLINE in statline.cpp

1999-07-10 13:23 VS, revision 2974

*** empty log message ***

1999-07-10 00:50 VZ, revision 2973

1. minor fixes in wxDynLib 2. added more symbols to winundef.h 3. fixed wxTextFile::IsOpen() - now it does what you'd suppose 4. listctrl now updates the item image when it changes 5. file dlg checks for an error and gives a message about it (debug only)

1999-07-09 18:26 HH, revision 2972

Installs Vasek's new generic headers (filesys.h, zipstream.h, wxhtml.h, etc)

1999-07-09 18:00 HH, revision 2971

Added Makefile.am in include/wx/html (needed for installation of header files) Patched configure.in so that creates a Makefile there.

1999-07-09 17:10 GL, revision 2970

* wxStream doc update * wxHTTP fix

1999-07-09 15:30 PA, revision 2969

Some minors changes, like adding empty lines at end of files, to be able to compile with VC++1.52c.

1999-07-09 14:32 VZ, revision 2968

added wxUSE_FS_INET/ZIP

1999-07-09 11:15 KB, revision 2967

Updated German and new Finnish translations.

1999-07-08 13:28 VZ, revision 2966

compilation fix

1999-07-07 22:05 VS, revision 2965

*** empty log message ***

1999-07-07 22:04 VS, revision 2964
  • D /wxWidgets/trunk/include/wx/html/msw/back.bmp
  • D /wxWidgets/trunk/include/wx/html/msw/book.ico
  • D /wxWidgets/trunk/include/wx/html/msw/folder.ico
  • D /wxWidgets/trunk/include/wx/html/msw/forward.bmp
  • D /wxWidgets/trunk/include/wx/html/msw/page.ico
  • D /wxWidgets/trunk/include/wx/html/msw/panel.bmp

*** empty log message ***

1999-07-07 22:04 VS, revision 2963

*** empty log message ***

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.