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-06-02 23:02 VZ, revision 20873

refresh cache on size/margins change; expanded cache to contain N elements, not just one

2003-06-02 23:00 VZ, revision 20872

added GetMargins()

2003-06-02 22:59 VZ, revision 20871

test popup menu help strings

2003-06-02 22:58 VZ, revision 20870

added RefreshAll()

2003-06-02 22:57 VZ, revision 20869

test for setting caret size and more changes (details are hazy; should have been committed a couple of months ago)

2003-06-02 22:50 VZ, revision 20868

attempt to fix gcc printf() warnings

2003-06-02 22:41 VZ, revision 20867

fixed calculations in SetMapMode() (use FP division, not integer)

2003-06-02 22:29 VZ, revision 20866

updated after grid samples removal/renaming

2003-06-02 21:54 VZ, revision 20865

regenerated after --enable-resources/prologio and wxUSE_X_RESOURCES changes

2003-06-02 21:46 VZ, revision 20864

fix for gcc 3.3 warnings

2003-06-02 21:44 VZ, revision 20863

removed wxUSE_X_RESOURCES -- was unused anyhow

2003-06-02 21:41 VZ, revision 20862

give error if --enable-prologio/resources were given -- this is better than ignoring them silently

2003-06-02 21:21 VS, revision 20861

added copying selection to clipboard; fixes to selection making

2003-06-02 21:17 rgammans, revision 20860

Addition at simple wxObject*, support into wxVariant. This includes 2 new methods wxVariant::IsValueKindOf() and wxVariantData::GetValueClassInfo() to allow query of the wxRTTI data of the variant's data. Also included is a macro analogues to dynamicCast for fetching objects out of a wxVariant. Documentation patches for the above.

2003-06-02 21:09 rgammans, revision 20859

Change '--with-odbc' to use the WX_ARG_SYS_WITH macro instead of the WX_ARG_WITH macro. Add some extra rules to find the new correct linker flags.

2003-06-02 20:14 VS, revision 20858

added copying selection to clipboard; fixes to selection making

2003-06-02 17:29 VZ, revision 20857

compilation fixes for !USE_PCH

2003-06-02 17:27 VZ, revision 20856

printf() format warning fixes

2003-06-02 13:57 JS, revision 20855

Updated change log

2003-06-02 13:47 JS, revision 20854

Backported theme fix for notebook page anomaly on XP

2003-06-02 13:47 , revision 20853

This commit was manufactured by cvs2svn to create branch 'WX_2_4_BRANCH'.

2003-06-02 10:27 JS, revision 20852

Attempt to make wxWindows play better with XP themes

2003-06-01 23:17 VS, revision 20851

attempt to fix first click problem

2003-06-01 22:33 VZ, revision 20850

compilation fix (not all paths returned a value)

2003-06-01 22:19 VS, revision 20849

more work on text selection: selecting should work now, but there's no clipboard interaction yet