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

2005-05-02 23:42 RD, revision 33928

Roll wxPyMake_wxSizer into wxPyMake_wxObject.

2005-05-02 10:22 CE, revision 33927

get the path in windows format for cygwin

2005-05-02 09:19 CE, revision 33926

sizer.h needed by cygwin

2005-05-01 22:39 VS, revision 33925

the manual contained wrong licence wording inconsistent with any other sources, including licence.txt; fixed

2005-05-01 20:04 MW, revision 33924

Change the format of the output so that you can jump to the error with your editor.

2005-04-30 15:23 VS, revision 33923

reformatted to fix standard terminal

2005-04-30 09:11 SC, revision 33922

reordering for CW compiles, setting control to opaque because of incorrect erases under 10.4

2005-04-30 02:09 MW, revision 33921

Call MGL_init earlier in wxApp::Initialize to avoid crash

2005-04-29 19:04 RD, revision 33920

detabbed

2005-04-29 19:00 RD, revision 33919

init wxApp->argc and wxApp->argv even when wx has already been initialized

2005-04-29 18:58 JS, revision 33918

Removed previous broken fix for deferred positioning bug, and added fix using sizers, which works better

2005-04-29 18:55 RD, revision 33917

No need to match bg colours any more

2005-04-29 11:49 SC, revision 33916

adapting to latest API

2005-04-29 09:14 JS, revision 33915

AdjustScrollbars can go into an infinite loop, so bail out after a few iterations.

2005-04-29 03:36 RD, revision 33914

Completed wxImage docstrings

2005-04-29 01:14 MW, revision 33913

The mmedia contrib requires sys/soundcard.h on unix, so disable it on unix platforms that do not have it.

2005-04-28 21:40 JS, revision 33912

Switch deferred sizing off for radioboxes because with them, the radio buttons can be invisible in some circumstances

2005-04-28 18:21 JS, revision 33911

Reverted/commented out unsuccessful defer fix

2005-04-28 18:18 RD, revision 33910

demo tweaks

2005-04-28 16:14 JS, revision 33909

Typo correction

2005-04-28 15:17 JS, revision 33908

Use real number of children for reserving deferred sizing space; fix apparent bug in Windows doing deferred positioning

2005-04-28 14:45 JS, revision 33907

Worked around an apparent bug in Windows whereby some deferred positioning failed: specifically when changing a position from x, to y, to x again. Added deferred positioning to wxRadioBox, wxSlider and wxSpinCtrl and thereby eliminated some refresh glitches when resizing. Eliminated further refresh glitches caused by wxRadioBox (to nearby controls) by refreshing parent when the radio box moves.

2005-04-28 05:06 SC, revision 33906

otherwise we always just fix rect at index 0 ...

2005-04-28 02:29 KH, revision 33905

Fix for unexplained change in socket behavior where failed connections throw a CONNECT event immediately before thowing a LOST event.

2005-04-28 00:00 RD, revision 33904

Updates to doc/view modules and sample apps from ActiveGrid.