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-09-24 20:24 RD, revision 23903

float --> int fixes

2003-09-24 20:23 RD, revision 23902

HitTest patch from Alberto

2003-09-24 20:22 RD, revision 23901

reSWIGged

2003-09-24 20:09 RD, revision 23900

Changes needed to get upto date with the latest wx CVS

2003-09-24 20:08 RD, revision 23899

Since wxGTK's wxGauge doesn't derive from wxGaugeBase it needs to have an IsVertical method added too

2003-09-24 20:06 RD, revision 23898

#ifdef update for the old SWIG

2003-09-24 19:59 RD, revision 23897

Oops, I left an extra { in there.

2003-09-24 19:43 RD, revision 23896

Corrected some tex errors

2003-09-24 19:13 RD, revision 23895

reSWIGged

2003-09-24 17:46 MBN, revision 23894

Compilation fix.

2003-09-24 16:34 VZ, revision 23893

got rid of ugly WinCE #ifdef

2003-09-24 16:07 VZ, revision 23892

added stabs for missing wxNativeFontInfo methods when using Pango

2003-09-24 15:59 VZ, revision 23891

gcc warning fix

2003-09-24 15:56 CE, revision 23890

compile with motif

2003-09-24 15:54 CE, revision 23889

compile for motif

2003-09-24 15:06 VZ, revision 23888

GetFilenames() always returned a single file only

2003-09-24 15:03 VZ, revision 23887

fixed spurious debug message when right clicking outside of any items area

2003-09-24 15:01 VZ, revision 23886

unused param warnings fixed

2003-09-24 14:48 VZ, revision 23885

finally reverted patch 782947 completely, it is broken; added just a check that id returned by SetTimer() is not a dup instead

2003-09-24 13:46 VZ, revision 23884

attempt to fix timers when creating them with a valid HWND

2003-09-24 13:38 VZ, revision 23883

no real changes

2003-09-24 12:45 VZ, revision 23882

compilation fix for BCC

2003-09-24 08:29 CE, revision 23881

fix digitalmars bug (ambiguous symbol)

2003-09-24 08:20 JS, revision 23880

Tweak

2003-09-24 07:26 JS, revision 23879

Tweak

2003-09-24 02:08 VZ, revision 23878

compilation fix after GetNativeFontInfo() change

2003-09-24 01:54 VZ, revision 23877

undid accidental change to assert in Start() during last commit

2003-09-24 01:26 VZ, revision 23876

mention GetNativeFontInfo() change

2003-09-24 01:23 VZ, revision 23875

pointer returned by GetNativeFontInfo() is now const and must not be deleted (replaces patch 810192)

2003-09-24 00:41 VZ, revision 23874

replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAINT_ON_RESIZE in XTI declarations

2003-09-24 00:37 RD, revision 23873

reSWIGged

2003-09-24 00:37 RD, revision 23872

Added wxPython.lib.newevent from Miki Tebeka

2003-09-24 00:26 VZ, revision 23871

made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_REPAINT_ON_RESIZE

2003-09-24 00:22 RD, revision 23870

fixed indentation

2003-09-24 00:21 RD, revision 23869

Applied Patch #775357

2003-09-23 23:57 VZ, revision 23868

refactored code to create hidden window in one place only; use it from wxTimer; unregister class used by wxExecute (modified patch 782947)

2003-09-23 23:54 VZ, revision 23867

TransferFrom/ToWindow() were reverted, fixed

2003-09-23 23:48 RD, revision 23866

Allow derived classes to prevent default focus handling (by not calling Skip)

2003-09-23 23:42 RD, revision 23865

Fixes in focus handling related to the AutoComplete window.

2003-09-23 22:22 VZ, revision 23864

fix for Unix compilation

2003-09-23 22:13 JS, revision 23863

char -> wxChar

2003-09-23 19:29 MBN, revision 23862

Add a couple of wxPerl notes. Mark keyed wxList methods as deprecated.

2003-09-23 19:25 MBN, revision 23861

Use glcanvas.cpp from wxX11 for wxMotif.

2003-09-23 17:16 VZ, revision 23860

fixed MarkDirty()

2003-09-23 17:12 VZ, revision 23859

fixed compilation problems with platforms where wchar_t != ushort

2003-09-23 17:01 JS, revision 23858

Fixed bug [ 756485 ] wxDateTime::ParseTime fails with assertion when it shouldn't

2003-09-23 17:00 JS, revision 23857

Fixed bug [ 754596 ] wxUSE_CONSTRAINTS 0 breaks AutoLayout() with sizers

2003-09-23 16:44 RD, revision 23856

Install runtime libs to a versioned directory

2003-09-23 16:28 RD, revision 23855

Moved the hack for the Carbon header compile error to helpers.h so other modules will see it if needed

2003-09-23 16:26 RD, revision 23854

Added notes about building on Solaris.