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-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.