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

2005-05-04 21:07 RD, revision 33953

Don't automatically copy the selection to the clipboard on the Mac when the selection is made.

2005-05-04 21:04 RD, revision 33952

Don't copy the NULL char into the clipboard. Most Mac apps will treat it as a legitimate, but invisible character and various problems arise...

2005-05-04 19:37 VZ, revision 33951

added (trivial) GetLong/ShortPath() test

2005-05-04 19:36 VZ, revision 33950

fixed GetLongPath(): it never used ::GetLongPath() before and didn't work at all when called for the first time

2005-05-04 19:32 VZ, revision 33949

fixed EOVERFLOW handlign after previous commit and also explained what's going on

2005-05-04 18:57 JS, revision 33948

Added licence/copyright information

2005-05-04 18:39 JS, revision 33947

Added licence/copyright information

2005-05-04 18:38 VZ, revision 33946

include iostream headers before using iostream classes (might fix HP-UX native compilation with iostreams)

2005-05-04 18:26 JS, revision 33945

Added missing licence/copyright information

2005-05-04 18:16 VZ, revision 33944

wxUSE_CRASHREPORT requires wxUSE_ON_FATAL_EXCEPTION

2005-05-04 17:14 VZ, revision 33943

replace complicated OS tests with simple ifdef EOVERFLOW in wxString::PrintfV()

2005-05-04 15:24 ABX, revision 33942

Build fix after changes in default help controller.

2005-05-04 15:22 ABX, revision 33941

Layout fixes for wxPlotWindow [#1192416] + source cleaning to the wxW 2.6 coding starndards.

2005-05-04 14:34 JS, revision 33940

Removed ctl3d references

2005-05-04 14:23 JS, revision 33939
  • D /wxWidgets/branches/WX_2_4_BRANCH/include/wx/msw/ctl3d
  • D /wxWidgets/trunk/include/wx/msw/ctl3d

Removed redundant file

2005-05-04 00:34 RD, revision 33938

Added release dates where I could find them

2005-05-04 00:03 RD, revision 33937

use the passed in ID

2005-05-04 00:02 RD, revision 33936

part of the revert of 1.8 got botched

2005-05-03 18:19 SC, revision 33935

otherwise we always fall back to blitting, even if we can provide better results

2005-05-03 16:17 JS, revision 33934

A control's text colour now reflects the system colour setting.

2005-05-03 05:34 SC, revision 33933

must be static of course, otherwise items just get appended for every menu-build

2005-05-03 00:03 RD, revision 33932

reSWIGged

2005-05-02 23:44 RD, revision 33931

flicker reduction for gtk2

2005-05-02 23:43 RD, revision 33930

Ensure the bitmap is good before drawing it.

2005-05-02 23:43 RD, revision 33929

Correct compilation error on Tiger