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)

2003-08-13 22:39 VZ, revision 22828

check the week day for consistency in ParseFormat() (replaces patch 788052)

2003-08-13 22:33 VZ, revision 22827

fixed unused variable (replaces patch 788090)

2003-08-13 22:31 VZ, revision 22826

removed an unused variable (patch 788101)

2003-08-13 22:29 VS, revision 22825

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

2003-08-13 22:26 VS, revision 22824

DSP changes update

2003-08-13 21:34 MBN, revision 22823

Refactoring: no real changes.

2003-08-13 21:28 MBN, revision 22822

wxMotif STL-ification.

2003-08-13 21:22 VS, revision 22821

1. merged dll and lib VC++ projects into one project file, as in old projects 2. removed dependencies on 3rd party libs for static libs (doesn't work due to bug in VC++ IDE)

2003-08-13 21:17 VS, revision 22820

merged dll and lib VC++ projects into one project file, as in old projects

2003-08-13 21:05 RD, revision 22819

Clear --> ClearBackground

2003-08-13 20:56 VS, revision 22818

use generated VC++ projects with dependencies

2003-08-13 20:39 DE, revision 22817

Improve default size. If the control is auto-fit its size won't be less than 70 pixels.

2003-08-13 20:35 DE, revision 22816

Create an NSPopUpButton and size it appropriately

2003-08-13 20:28 DE, revision 22815

Make appropriate use of MakeDefaultNSRect and SetInitialFrameRect

2003-08-13 19:47 RD, revision 22814

add maps for the old/new names

2003-08-13 19:46 RD, revision 22813

Clear --> ClearBackground

2003-08-13 19:46 RD, revision 22812

Add a little space so the wxHtmlCell doesn't overwrite the border of the selection box

2003-08-13 19:45 RD, revision 22811

Switch to wxCHECK so the bad code isn't still executed if the assert dialog is ignored.

2003-08-13 19:38 RD, revision 22810

Clear --> ClearBackground

2003-08-13 19:37 DE, revision 22809

Added helper functions for setting initial window size: * inline MakeDefaultNSRect makes an NSRect with position (10.0,10.0) and size based on the size passed to Create run through (Width|Height)Default This NSRect is to be used with the initWithFrame: initializer. * SetInitialFrameRect is called after the window has been added to its parent and (if applicable) sized to fit. If -1 is specified for a dimension then the fit/default size is kept. If not, the window is sized to the specified size. It will be positioned in wxWindows coordinates (0,0==TL).

2003-08-13 17:56 SC, revision 22808

collection macro also for XTI_TEMPLATE_FIX

2003-08-13 16:59 SC, revision 22807

collection support for XTI

2003-08-13 16:57 SC, revision 22806

make this along the vc 7.1 exception as beforestd

2003-08-13 16:56 VS, revision 22805

fixed compilation of xml.cpp: include ./expat/lib directory

2003-08-13 16:52 VZ, revision 22804

compilation fix after Clear() change