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