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

2003-09-05 14:50 DE, revision 23403

Added ability to observe NSMenu notifications

2003-09-05 14:44 SC, revision 23402

selection for DeleteAllPages corrected, images scaleing in order to avoid crashes under OSX

2003-09-05 14:42 SC, revision 23401

commented section removed

2003-09-05 14:41 SC, revision 23400

todo added

2003-09-05 14:38 SC, revision 23399

removing scroll flags before instantiation the base class

2003-09-05 14:00 DE, revision 23398

* Move m_cocoaNSMenu out of wxCocoaNSMenu and into wxMenu and wxMenuBar * Comment out wxPoserNSMenu (it's not needed for now, may never be)

2003-09-05 03:30 DE, revision 23397

Set the window's title

2003-09-05 03:01 DE, revision 23396

wxMenuBar: * Add the application (bold) menu to the NSMenu used for menubars * Rework Insert, Remove, and GetLabelTop to work with indices by retrieving the wxMenu then working from there to find the Cocoa index.

2003-09-05 02:53 DE, revision 23395

* Set the window's title * setHidesOnDeactivate: NO

2003-09-05 02:51 DE, revision 23394

CodeWarrior Obj-C++ requires explicit casts from id to Objective-C types

2003-09-05 02:48 DE, revision 23393

When a modal dialog is shown and the app isn't running, run the event loop manually until it is out of events. This will allow the application to let the Dock know it has completed startup.

2003-09-05 02:07 SC, revision 23392

added live resizing

2003-09-05 01:40 DE, revision 23391

Implement Cocoa_canBecomeMainWindow to say YES to Cocoa

2003-09-05 01:39 DE, revision 23390

* Added GetAppMenuBar * Removed Show * Labeled (Attach|Detach)MenuBar as virtual * Added SetMenuBar * Implement (Attach|Detach)MenuBar using the wxMenuBarManager

2003-09-05 01:34 DE, revision 23389

Add support for wxMenuBarManager

2003-09-04 22:21 MBN, revision 23388

Added a couple of wxPerl notes. (backport)

2003-09-04 22:20 MBN, revision 23387

Added a couple of wxPerl notes.

2003-09-04 21:59 MBN, revision 23386

Fix and testcase for wxString::rfind bug I introduced. Patch by Robert Vazan.

2003-09-04 21:16 DE, revision 23385

* Added virtual GetAppMenuBar() which returns the app-wide menubar which would be appropriate for this window, or NULL if the manager should decide * Added Become/Resign Main handlers * For all Become/Resign Main/Key handlers, notify the menubar manager

2003-09-04 20:59 DE, revision 23384

* Added delegate notifications for Become/Resign Main * Added canBecomeMainWindow

2003-09-04 19:22 DE, revision 23383

wxCocoa: Added mbarman.(mm|h)

2003-09-04 19:19 DE, revision 23382

Added wxMenuBarManager

2003-09-04 18:09 VS, revision 23381

added data files

2003-09-04 16:18 SC, revision 23380

log changes

2003-09-04 13:11 DE, revision 23379

#if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE)