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-10 04:53 SC, revision 34003

correcting cast for tiger

2005-05-10 04:47 SC, revision 34002

fixing constant for tiger

2005-05-09 23:22 RD, revision 34001

A few build tweaks

2005-05-09 23:17 RD, revision 34000

regenerated the ReST docs

2005-05-09 23:16 RD, revision 33999

typos, etc.

2005-05-09 23:13 RD, revision 33998

Add --with-gnomeprint and fix some typos

2005-05-09 21:26 JS, revision 33997

Fixed bug [ 1195479 ] RedrawWindow() incompatible with eVC3

2005-05-09 19:59 RD, revision 33996

Don't allow zero-sized buffer bitmaps

2005-05-09 19:58 RD, revision 33995

Allow wxMac to have HRULE/VRULEs for wxListCtrl too.

2005-05-09 19:19 RD, revision 33994

reSWIGged

2005-05-09 19:03 RD, revision 33993

Added --with-gnomeprint to configure command

2005-05-09 19:00 RD, revision 33992

Add Mandriva build

2005-05-09 18:55 RD, revision 33991

Fixed the typemap that converts a Python list of strings to a wxArrayString so it uses the wxPy default encoding.

2005-05-09 16:54 RD, revision 33990

A slightly modified version of Patch #1197468. Keeps track of pending size/position changes in case there is more than one adjustment for a window in a single DeferWindowPos set then the pending values can be used for defaults instead of current values.

2005-05-09 16:07 SC, revision 33989

simpler CW setup (needed for 9.5)

2005-05-09 16:03 SC, revision 33988

workaround for simpler CW setup

2005-05-09 15:53 RD, revision 33987

Fixed sed transform of wxUSE_DEBUGREPORT

2005-05-09 15:20 RD, revision 33986

BUILD_ANIMATE

2005-05-08 23:35 VZ, revision 33985

fixed GetLocaleDateFormat() to work with all locales, not just ones using only , and

2005-05-08 16:16 MW, revision 33984

Add some tips on fault navigation after input from Phlip

2005-05-08 10:55 VZ, revision 33983

fix VC++ warning in debug build after latest fix to warning in release

2005-05-07 19:12 RD, revision 33982

Patch #1197009 [wxMSW] Proper repainting when resizing

2005-05-07 18:19 RD, revision 33981

reSWIGged

2005-05-07 18:09 RR, revision 33980

committed aupdated patch that adds support for bitmaps in submenus and simplifies some of the code in GtkAppend()

2005-05-07 13:35 SC, revision 33979

now it's uint32 on mac

2005-05-07 11:51 RR, revision 33978

Commit fix for EUC_JP encoding under Windows.

2005-05-07 07:20 RD, revision 33977

Fixup for docstrings being inherited instead of usign the right ones

2005-05-07 06:28 RD, revision 33976

Add new modules to __all__

2005-05-07 06:26 RD, revision 33975

Lots of docstring fixes and additions

2005-05-07 00:54 RD, revision 33974

a little cleanup

2005-05-06 19:55 JS, revision 33973

Take src x, y into account when blitting with alpha

2005-05-06 18:07 ABX, revision 33972

Easy corner for new wxBombers (as requested in patch #1178276).

2005-05-06 18:01 ABX, revision 33971

Build fix (Watcom).

2005-05-06 16:13 VS, revision 33970

fix for future bakefile versions

2005-05-06 15:41 MW, revision 33969

Compilation fix for USE_UNIV=1

2005-05-06 13:42 MW, revision 33968

On x11 another control may already have the mouse capture when the menu is trying to release it's capture, so work around that problem.

2005-05-06 13:39 MW, revision 33967

This handlers mustn't be deleted when a popup is dismissed since they can be the ones doing the dismissing. Also, m_focus must point to the window with focus.

2005-05-06 12:17 JS, revision 33966

Permission for flood-fill code clarified

2005-05-06 06:09 ABX, revision 33965

VC warning fixes.

2005-05-05 21:25 KO, revision 33964

Extension fix for multiversion installs, and allow copying of files across devices using shutil.

2005-05-05 20:29 VZ, revision 33963

define wxUSE_CRASHREPORT as 0 for non-MSW

2005-05-05 20:15 VZ, revision 33962

limit recursion depth in DumpUDT() to prevent crashes when dumping linked lists

2005-05-05 18:52 RD, revision 33961

Patch from Morgan Hua for 'better looking dialog box for "Add All Files to Project" feature'

2005-05-05 15:56 JS, revision 33960

Removed non-theme related defs

2005-05-05 15:04 JS, revision 33959

Clarified copyright

2005-05-05 09:38 JS, revision 33958

Mac function no longer exists (OK, so this is deprecated, but...)

2005-05-05 00:11 RD, revision 33957

_selected is a global

2005-05-05 00:10 RD, revision 33956

More updates from Morgan Hua

2005-05-04 21:47 RD, revision 33955

Disown the config object when calling wx.ConfigBase.Set

2005-05-04 21:47 RD, revision 33954

Bind event to the listctrl