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

2007-08-14 22:21 VZ, revision 48071

don't use the extra libraries in wx-config --version invocation as this now (correctly) results in errors

2007-08-14 21:31 VZ, revision 48070

check for wxUSE_ACCESSIBILITY not being set to 1 under non-MSW platforms

2007-08-14 20:56 DE, revision 48069

Merged 48068 from trunk: Install wx/cocoa/objc/objc_uniquifying.h for wxCocoa and add a usage note to the header. Copyright 2007 Software 2000 Ltd.

2007-08-14 20:39 DE, revision 48068

Install wx/cocoa/objc/objc_uniquifying.h for wxCocoa and add a usage note to the header. Copyright 2007 Software 2000 Ltd.

2007-08-14 14:03 JS, revision 48067

Added documentation for wxBORDER_THEME

2007-08-14 14:03 JS, revision 48066

Added documentation for wxBORDER_THEME

2007-08-14 14:03 JS, revision 48065

Added periods

2007-08-14 08:51 JS, revision 48064

Ambiguity correction

2007-08-14 07:26 JS, revision 48063

Fix for non-appearance of themed border with wxTE_RICH if size passed to the constructor and then not changed.

2007-08-14 07:26 JS, revision 48062

Fix for non-appearance of themed border with wxTE_RICH if size passed to the constructor and then not changed.

2007-08-13 22:06 VS, revision 48061

wxMac compilation fixes for visibility (missing DLL export macros)

2007-08-13 18:48 VS, revision 48060

don't attempt to convert 8bit values to Unicode in ANSI build

2007-08-13 18:36 VS, revision 48059

check for HAVE_VISIBILITY first when setting WXIMPORT/WXEXPORT; only set it on platforms where it makes sense

2007-08-13 17:56 VS, revision 48057

compilation fix for wxString::Format("no variadic arguments") and VC6

2007-08-13 17:33 JS, revision 48056

Typo correction

2007-08-13 17:18 JS, revision 48055

Documented new menu label functions

2007-08-13 17:18 JS, revision 48054

Minor doc fixes

2007-08-13 17:07 JS, revision 48053

Binary compatible API fixes for menu label retrieval with and without mnemonics/accelerators.

2007-08-13 15:56 RR, revision 48052

Applied Hartwig's implementation of OS X wxDataViewCtrl

2007-08-13 15:35 JS, revision 48051

Use new function GetItemLabel

2007-08-13 15:32 JS, revision 48050

GetLabelTop should return the stripped label, for compatibility.

2007-08-13 14:59 JS, revision 48049

Typo correction

2007-08-13 14:43 VS, revision 48048

Mingw compilation fix

2007-08-13 14:43 JS, revision 48047

Add accelerator back to label in GetItemLabel

2007-08-13 14:02 JS, revision 48046

Removed a misleading comment