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-03 20:21 SC, revision 20898

correcting lookup of equal names in different modules

2003-06-03 18:52 VZ, revision 20897

fixed the channel order for Mac (alpha comes first)

2003-06-03 18:49 VZ, revision 20896

no changes

2003-06-03 18:47 VZ, revision 20895

Mac compilation warnings

2003-06-03 16:47 JS, revision 20894

Should put lib in main lib dir, not under contrib/lib

2003-06-03 16:32 JS, revision 20893

Phase 2 of line ending conversion.

2003-06-03 16:30 JS, revision 20892
  • D /wxWidgets/trunk/contrib/src/fl/flVC.dsp

Phase 1 in converting line endings

2003-06-03 16:19 JS, revision 20891

Fix for bug [ 748171 ] Can't compile contrib/samples/fl/fl_demo2

2003-06-03 13:56 VS, revision 20890

subcell selection

2003-06-03 13:48 VS, revision 20889

subcell selection

2003-06-03 13:19 VZ, revision 20888

added missing module.h include (bug 748158)

2003-06-03 13:17 VZ, revision 20887

removed absolutely unneeded #include module.h

2003-06-03 12:44 JS, revision 20886

Typo correction

2003-06-03 11:15 VZ, revision 20885

pressing PageDown and then PageUp should return to the same item

2003-06-03 10:55 VZ, revision 20884

Unicode compilation fix (patch 747959)

2003-06-03 10:51 VZ, revision 20883

use c_str() instead of mb_str() with wxString::Printf() (patch 747903)

2003-06-03 10:46 VZ, revision 20882

generate wxEVT_COMMAND_LIST_INSERT_ITEM (patch 747070)

2003-06-03 10:41 VZ, revision 20881

no changes

2003-06-03 10:39 VZ, revision 20880

implement DoGetBsetSize() for wxNoteBook (patch 745533)

2003-06-03 10:32 VZ, revision 20879

fixed wxPenRefData::operator==() (part of patch 742783)

2003-06-03 00:44 VZ, revision 20878

initial attempts to get raw bitmaps working under Mac

2003-06-03 00:44 VZ, revision 20877

fixed compilation warnings

2003-06-02 23:35 VS, revision 20876

another bug fixed: wrong lookup of nearest cell before given point

2003-06-02 23:05 VZ, revision 20875

compilation fix

2003-06-02 23:03 VZ, revision 20874

compilation warning fixed

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