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

2002-06-14 15:24 RD, revision 15840

fixed missing comma

2002-06-14 14:17 CE, revision 15839

fixes MSW comparision where theme name extracted from the environment is in upper case

2002-06-14 13:04 CE, revision 15838

make file for wxUniversal and Borland/MSW

2002-06-14 13:03 CE, revision 15837

tmake files for wxUniversal and Borland/MSW

2002-06-14 10:21 CE, revision 15836
  • D /wxWidgets/trunk/samples/minifram/bitmaps/copy.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/cut.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/help.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/new.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/open.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/page.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/paste.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/preview.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/print.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/save.bmp
  • M /wxWidgets/trunk/samples/minifram/minifram.cpp
  • M /wxWidgets/trunk/samples/minifram/minifram.rc

minifram sample modified to use XPMs

2002-06-14 10:08 CE, revision 15835

comment added to toolbar to say using BMPs uses less pace than XPMs

2002-06-14 10:05 CE, revision 15834

treectrl sample modified to use XPMs

2002-06-14 00:19 RD, revision 15833

Missing ;

2002-06-13 23:59 VZ, revision 15832

fixed problems with hanging inside IsDialogMessage or DefDlgProc by forcing all parents of windows with WS_EX_CONTROLPARENT to have this style themselves as well

2002-06-13 23:57 VZ, revision 15831

added missing space before >> button label

2002-06-13 22:22 RD, revision 15830

New SWIGged code for wxMac, updated version in build script

2002-06-13 20:41 VZ, revision 15829

suppress an assert when a combobox receives WM_KILLFOCUS while it is being destroyed

2002-06-13 20:21 VZ, revision 15828

fixes to the sizers behaviour necessary to make the log dialog work again (thanks to Dimitri) and a few updates to the docs after the recent changes

2002-06-13 19:37 VZ, revision 15827

new wxASSERT implementation using wxAssert() helper function

2002-06-13 19:09 VZ, revision 15826

blind fix for latest mingw32 3.1

2002-06-13 18:51 VZ, revision 15825

blind fix for latest mingw32 3.1

2002-06-13 18:46 VZ, revision 15824

fix link of wxDateTime inline methods using mingw32

2002-06-13 18:12 VZ, revision 15823

fixed buglet in wxWindow::GetPosition docs

2002-06-13 17:51 GT, revision 15822

Enhanced the DataTypeSupported() function to show the native data type name that is being automatically used by the wxODBC class column types

2002-06-13 17:48 GT, revision 15821

Added a wxASSERT_MSG in ::SetColDefs() to trap for the user sending an index that is larger than the number of columns defined for the table

2002-06-13 16:57 RD, revision 15820

Added code (currently disabled) to show putting a wxGLCanvas on a panel

2002-06-13 16:51 RD, revision 15819

Patch #568403

2002-06-13 07:04 SC, revision 15818

adapted to new ..internal structure

2002-06-13 01:35 RD, revision 15817

fixed some paths in build scripts fixed yesterday's fix

2002-06-13 00:04 VZ, revision 15816

moved OnActivate() logic from wxFrame to wxDialog -- this fixes infinite loop when handling WM_ACTIVATE in DefDlgProc in some crazy situations