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

2003-08-14 11:02 JS, revision 22853

No significant change

2003-08-14 11:00 CE, revision 22852

move define to better place

2003-08-14 10:55 JS, revision 22851

Removed some cruft

2003-08-14 10:33 JS, revision 22850

Don't need penwin.cpp

2003-08-14 10:01 CE, revision 22849

fix bugs when compiling with dmars

2003-08-14 09:55 JS, revision 22848

Clear -> ClearBackground

2003-08-14 09:17 VS, revision 22847

DMC doesn't have w32api

2003-08-14 09:04 JS, revision 22846

Some updates (incomplete)

2003-08-14 09:02 JS, revision 22845
  • D /wxWidgets/trunk/contrib/src/deprecated/deprecated.dsp

Removed obsolete DSP file

2003-08-14 09:02 JJ, revision 22844

Committing in . added spliiter.h for the definitions of wxSP* macros Modified Files: wxWindows/utils/dialoged/src/winstyle.cpp ----------------------------------------------------------------------

2003-08-14 08:50 CE, revision 22843

dmars does not have w32api.h

2003-08-14 08:46 CE, revision 22842

remove no longer treu comment about dmars

2003-08-14 06:33 JJ, revision 22841

Committing in . OpenVMS compile support updated Modified Files: wxWindows/src/generic/descrip.mms wxWindows/src/gtk/descrip.mms ----------------------------------------------------------------------

2003-08-14 03:58 RD, revision 22840

reSWIGged

2003-08-14 03:56 RD, revision 22839

Use multi-lib build on MSW, and other tweaks

2003-08-14 03:45 RD, revision 22838

reSWIGged

2003-08-14 00:59 VZ, revision 22837

made wxTreeItemIdValue typedef for long, not ulong, so that it is possible to write code working for both 2.4 and 2.5

2003-08-14 00:10 VZ, revision 22836

fixed extraneous scrolling when scrollbars are added/removed (patch 788026; bug 746618)

2003-08-14 00:09 VZ, revision 22835

added wxRecursionGuard

2003-08-13 23:55 VZ, revision 22834

fixed extraneous scrolling when scrollbars are added/removed (patch 788026; bug 746618)

2003-08-13 23:00 VZ, revision 22833

failed attemps to fix tons of warnings

2003-08-13 22:59 VZ, revision 22832

compilation fix

2003-08-13 22:58 VZ, revision 22831

removed an unneeded file

2003-08-13 22:43 VS, revision 22830

new VC++ project files with both dll and lib in one project

2003-08-13 22:41 VZ, revision 22829

continue setting scrollbars even if only width/height changes, not both of them (patch 788017)