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

2007-08-15 13:06 VZ, revision 48096

no changes, just fix typos in comments

2007-08-15 13:05 VS, revision 48095

wxCocoa compilation fixes for visibility (missing DLL export macros)

2007-08-15 13:00 VZ, revision 48094

fix clipping box retrieval (patch 1771199)

2007-08-15 12:57 VZ, revision 48093

added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804)

2007-08-15 12:53 VZ, revision 48092

don't use deprecated wxMenuItem methods

2007-08-15 12:45 VZ, revision 48091

use correct WXDLLIMPEXP macro for forward declaration

2007-08-15 11:52 VZ, revision 48090

fix wrong clear selection (modified patch 1763916)

2007-08-15 11:46 VZ, revision 48089

include wx/datetime.h, it's not always included from the other headers

2007-08-15 11:43 VZ, revision 48088

set the correct properties for the source files

2007-08-15 11:40 VZ, revision 48087

added missing headers (patch 1774617)

2007-08-15 11:38 VZ, revision 48086

fix incorrect wxSYS_VSCROLL_X mapping to the Win32 constant (replaces patch 1770501)

2007-08-15 11:36 VZ, revision 48085

use one shot timers in wxAnimationCtrl (patch 1774535)

2007-08-15 11:07 VZ, revision 48084

added wxConvertTo/FromIeeeExtended() synonyms for ConvertTo/FromIeeeExtended() and deprecated the latters; also added missing dll export declarations for them (patch 1772233)

2007-08-15 10:43 VZ, revision 48083

don't set incorrect initial value of '0' for the bool cell (replaces patch 1774557)

2007-08-15 10:33 BY, revision 48082

Delete additional #if 0. So this revision is a very important one considering that it maintain some maybe-future-used code.

2007-08-15 10:30 BY, revision 48081

Change the RowToItem/RowToTreeNode more efficient through array direct find when there is no child node in the current node. Change the Walker function to make it suitable to new more-efficient finding code.

2007-08-15 04:42 DE, revision 48080

Merge in the recent wxSlider work from svn trunk (various commits). This patch keeps ABI compatibility but won't yet generate events caused by mouse movement (next commit will do that ABI compatibly). Copyright 2007 Software 2000 Ltd.

2007-08-15 04:36 DE, revision 48079

Upgrade Makefile.in to Bakefile 0.2.2 because I don't feel like maintaining an 0.2.1 install just for wx 2.8.

2007-08-15 04:12 DE, revision 48078

Further simplificiation of the NSSlider/wxSlider interface such that the various responder methods don't change the controls action but instead send all actions through the normal wxCocoaNSControl action handling mechanism. To determine what caused the action we save the message selector in a global variable (safe since Cocoa does single-threaded event handling).

2007-08-14 22:44 VZ, revision 48077

no real changes, just some cleanup

2007-08-14 22:43 VZ, revision 48076

added wxTaskBarIcon::Destroy()

2007-08-14 22:39 DE, revision 48075

Merge 48074: Fix the top-level window client size setting code such that the window position does not change as seen by wxWidgets. Copyright 2007 Software 2000 Ltd.

2007-08-14 22:38 DE, revision 48074

Fix the top-level window client size setting code such that the window position does not change as seen by wxWidgets. Copyright 2007 Software 2000 Ltd.

2007-08-14 22:28 VZ, revision 48073

rename WX_VERSION_FULL back to WX_VERSION WX_VERSION was renamed to WX_VERSION_FULL for some reason in rev 44731 but this was a backwards incompatible change as the existing configure scripts could (and did) use WX_VERSION, so undo this change, at least until someone finds a worthy reason for it

2007-08-14 22:26 VZ, revision 48072

use decho, not echo, to output error messages