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

1998-09-06 18:47 RR, revision 686

wxMenu doesn't anylonger call the callback if the event is only a highlight event (more similar to wxMSW)

1998-09-06 18:34 RR, revision 685

SetFont() the second #ifdefed SetFont() in Statusbars destructor wxRadioBox setsize corrected (Still only simple layout)

1998-09-06 18:28 GL, revision 684

* Added wxsocket lib and sample (I hope I don't forget some file) * Updated some wx data and makefiles * Updates on wxStream (reorganization) makefile for Windows will nearly follow wxSocket should work on wxGTK (I've tested it) * IPC over Network is included

1998-09-06 16:55 JS, revision 683

Commented out Robert's SetFont change for now; changed menu handling slightly in Dialog Editor; use wxConfig now in Dialog Editor

1998-09-06 15:57 VZ, revision 682

GetItem() now works (it was completely broken)

1998-09-06 14:57 JS, revision 681
  • D /wxWidgets/trunk/utils/ogl/src/bitmap.cpp
  • D /wxWidgets/trunk/utils/ogl/src/bitmap.h

Removed bitmap.cpp, bitmap.h from OGL

1998-09-06 14:52 JS, revision 680

Various changes

1998-09-06 14:43 JS, revision 679

Added some more class docs

1998-09-06 14:35 JS, revision 678

Renamed bitmap.cpp to bmpshape.cpp to aid debugging

1998-09-06 14:32 JS, revision 677

OGL improvements

1998-09-06 13:46 RR, revision 676

Added SetFont to most controls and controls sample (recompile) Added tiny bit of documentation to window.cpp

1998-09-05 22:36 JS, revision 675

Removed some bugs

1998-09-05 18:26 RR, revision 674

Fixed two small things in wxListCtrl Removed SetSizeHint from wxDialog (recompile) Removed dialog modal flag Code clean up here and there

1998-09-05 16:45 JS, revision 673

Fixed Get...String functions.

1998-09-05 16:37 RR, revision 672

Shared libs now get installed correctly on Linux. Fixed a compile bug on bitmap.

1998-09-05 13:59 RR, revision 671

Makefile next attempt

1998-09-05 08:37 RR, revision 670

Fixed a small wxDialog thing Fixed transparency in wxNotebook Turned the controls sample in way the coolest of all smaples

1998-09-04 17:32 GL, revision 669

* wxFileInputStream and wxFileOutputStream doesn't inherit anymore from wxFile. * The destructor of wxFile isn't anymore virtual.

1998-09-04 12:45 VZ, revision 668

friends declarations removed, GetBitmap/Pixmap functions made public

1998-09-04 12:45 RR, revision 667
  • D /wxWidgets/trunk/install

Removed remaining file.

1998-09-04 12:43 RR, revision 666

Corrected wxWindow::GetExtent s econd attempt at accelerators (mdi sample works)

1998-09-04 11:56 VZ, revision 665

image in the notebook is now at the left of the label (as in wxMSW), not at its right

1998-09-04 11:25 JS, revision 664

Added friend wxNotebook

1998-09-04 11:24 JS, revision 663

Fixed compile error in gtk/dc.cpp (L.88); also menu problem in msw/mdi.cpp

1998-09-03 21:46 RR, revision 662

It's possible now to save to a PNG. OK, I still have performance problems, but it's a start. Updated install.txt.