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

2007-08-13 12:05 JS, revision 48045

Added XRC handler for wxPropertySheetDialog (Sander Berents)

2007-08-13 12:04 JS, revision 48044

Added XRC handler for wxPropertySheetDialog (Sander Berents)

2007-08-13 11:13 JS, revision 48043

Fixes for WinCE

2007-08-13 10:27 JS, revision 48042

Typo fix

2007-08-13 10:26 JS, revision 48041

Typo fix

2007-08-11 22:09 JS, revision 48029

Preserve original menu label for later retrieval

2007-08-11 19:17 VS, revision 48027

fixed wxStringTokenizer to correctly handle wxTOKEN_RET_DELIMS after the recent change to use iterators

2007-08-11 19:07 JS, revision 48026

Menu fix

2007-08-11 18:39 JS, revision 48025

Compile fixes

2007-08-11 18:02 JS, revision 48024

Small fix

2007-08-11 17:54 JS, revision 48023

Menu label consistency changes

2007-08-11 12:18 VS, revision 48022

added missing export declarations for wxGTK internal functions needed outside of wxCore

2007-08-11 12:03 VS, revision 48021

added missing export declarations for wxGTK internal functions needed outside of wxCore

2007-08-11 11:46 VZ, revision 48020

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in forward declaration

2007-08-11 01:28 DE, revision 48018

Use wxLogStdErr in preference to wxLogGui on wxCocoa.

2007-08-10 20:28 DE, revision 48017

Don't needlessly indirect through NSNotificationCenter.

2007-08-10 20:14 DE, revision 48016

Use SetNSSlider instead of SetNSView so that the WXNSSlider (Objective-C) gets associated with the wxCocoaNSSlider (C++) via the hash map and events actually work.

2007-08-10 20:12 DE, revision 48015

Fix up NSSlider code to not use class posing and instantiate the proper type (now WXNSSlider) from slider.mm. Copyright 2007 Software 2000 Ltd.

2007-08-10 20:03 DE, revision 48014

Return something halfway reasonable from GetCharWidth/GetCharHeight because the generic log dialog divides by GetCharWidth which doesn't work so well when it's zero.

2007-08-10 19:28 DE, revision 48012

Set the svn:keywords property to Id on the new files.

2007-08-10 19:26 DE, revision 48011

Attempt to fix RCS-ID tags so svn will fill them in.

2007-08-10 19:25 DE, revision 48010

Major wxCocoa wxSlider overhaul from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-08-10 18:44 DE, revision 48008

Merge 48007 from trunk: Tell NSTextField to send us its action message and respond to it so we can generate wxEVT_COMMAND_TEXT_ENTER. Copyright 2007 Software 2000 Ltd.

2007-08-10 18:40 DE, revision 48007

Tell NSTextField to send us its action message and respond to it so we can generate wxEVT_COMMAND_TEXT_ENTER. Copyright 2007 Software 2000 Ltd.

2007-08-10 11:48 JS, revision 48005

Typo correction

2007-08-10 11:48 JS, revision 48004

Typo correction

2007-08-10 11:05 JS, revision 48003

Don't access null tip_window pointer [ 1767485 ] wxGtk uses private API, breaks with gtk 2.11.6

2007-08-10 11:04 JS, revision 48002

Don't access null tip_window pointer [ 1767485 ] wxGtk uses private API, breaks with gtk 2.11.6

2007-08-10 10:37 JS, revision 48001

For consistency with other ports, don't generate a selection event when we change a listbox item's label

2007-08-10 07:37 BY, revision 48000

Return back to this branch again!

2007-08-10 05:17 DE, revision 47999

The SetTitle title parameter is no longer unused (trunk 44896)

2007-08-10 05:16 DE, revision 47998

Merged 44802 (NOTE: CVS) from trunk: implement Set/GetTitle() (last part of patch 1679337)

2007-08-10 05:14 DE, revision 47997

Merged 47996 from trunk: Fix wxScrollBar initial size to match the limited sizes that Cocoa allows. Author: Mark Oxenham Copyright 2007 Software 2000 Ltd.

2007-08-10 05:04 DE, revision 47996

Fix wxScrollBar initial size to match the limited sizes that Cocoa allows. Author: Mark Oxenham Copyright 2007 Software 2000 Ltd.

2007-08-10 04:47 DE, revision 47995

Merged 47994 from trunk. WARNING: changes runtime behavior: Implement transformation between the wxDisplay coordinate system and the Cocoa screen coordinate system. Use this to fix TLW initial positioning/sizing (including wxTopLevelWindow, wxFrame, and wxDialog) Use this to implement wxWindow::DoScreenToClient and DoClientToScreen Copyright 2007 Software 2000 Ltd.

2007-08-10 04:40 DE, revision 47994

Implement transformation between the wxDisplay coordinate system and the Cocoa screen coordinate system. Use this to fix TLW initial positioning/sizing (including wxTopLevelWindow, wxFrame, and wxDialog) Use this to implement wxWindow::DoScreenToClient and DoClientToScreen Copyright 2007 Software 2000 Ltd.

2007-08-09 19:08 DE, revision 47992

Merged 47990 and 47991 from trunk: Add wxBitmap constructors and Create methods to allow creating a wxBitmap from an NSBitmapImageRep or NSImage instance. Copyright 2007 Software 2000 Ltd.

2007-08-09 19:07 DE, revision 47991

Remove virtual from the newly added Create methods.

2007-08-09 19:05 DE, revision 47990

Add wxBitmap constructors and Create methods to allow creating a wxBitmap from an NSBitmapImageRep or NSImage instance. Copyright 2007 Software 2000 Ltd.

2007-08-09 18:17 DE, revision 47989

Merged 47988 from trunk: Add Objective-C uniquifying to WXNSWindow and WXNSPanel Copyright 2007 Software 2000 Ltd.

2007-08-09 18:15 DE, revision 47988

Add Objective-C uniquifying to WXNSWindow and WXNSPanel Copyright 2007 Software 2000 Ltd.

2007-08-09 17:31 DE, revision 47987

Merged 47986 from trunk: Implement wxBU_LEFT/wxBU_RIGHT styles. Copyright 2007 Software 2000 Ltd.

2007-08-09 17:30 DE, revision 47986

Implement wxBU_LEFT/wxBU_RIGHT styles. Copyright 2007 Software 2000 Ltd.

2007-08-09 17:01 DE, revision 47985

Merged modified 47984 from trunk: Implement wxStaticBitmap. Copyright 2007 Software 2000 Ltd.

2007-08-09 16:53 DE, revision 47984

Implement wxStaticBitmap. Copyright 2007 Software 2000 Ltd.

2007-08-09 16:18 RD, revision 47983

Put the tagged wxPython dir under the tagged wxWidgets dir so it has the same structure as needed for the tarballs

2007-08-09 16:15 RD, revision 47982

tagging 2.8.4.2 release

2007-08-09 15:59 RD, revision 47980

(un)install scripts for wxaddons and wxversion packages

2007-08-09 15:09 JS, revision 47974

Gave toolbars some extra height, Without which DoGetBestSize can report a size that's smaller than the actual window, causing windows to overlap slightly in some circumstances, leading to missing borders. Removed a hack in AUI to adjust for wrongly reported size.

2007-08-09 15:08 JS, revision 47973

Gave toolbars some extra height, Without which DoGetBestSize can report a size that's smaller than the actual window, causing windows to overlap slightly in some circumstances, leading to missing borders. Removed a hack in AUI to adjust for wrongly reported size.