Use old licence name
[wxWidgets.git] / include / wx / cocoa /
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-14  David ElliottAdded wxRegion construction from an NSRect or an array...
2004-04-14  David ElliottRework modal dialog code to not depend on now obsolete...
2004-04-13  David ElliottwxCocoa: wxRegion using wxRegionGeneric
2004-04-13  David Elliotts/m_clientData/m_itemClientData/ so it doesn't conflict...
2004-04-13  David ElliottMake ObjcRelease() return void like [NSObject -release...
2004-04-12  David ElliottChange m_windowCurrent to m_currentNSWindow such that...
2004-04-10  David ElliottAdded header preprocessor guard
2004-04-10  David ElliottImplement a reasonable DoGetBestSize (NSProgressIndicat...
2004-04-10  David ElliottStub for DoGetBestSize() since this isn't an NSControl
2004-04-10  David ElliottMake DoGetBestSize() always return a width of 100
2004-04-09  David ElliottAdded files for wxNotebook and wxCocoaNSTabView
2004-04-02  David ElliottAdded wxObjcAutoRef* classes for automatic retain/relea...
2004-03-28  David ElliottRemoved extraneous m_items (the real one is in wxMenuBase)
2004-03-26  David ElliottMake wxCocoa work with wxUSE_STL==1:
2004-03-03  David ElliottConstruct wxCocoaNSWindow with a pointer to this
2004-03-03  David Elliotts/wxTopLevelWindow/wxTopLevelWindowCocoa/
2004-03-03  David ElliottConstructor now takes a wxTopLevelWindow * = NULL so...
2004-03-02  David ElliottImplement wxMenuItemAction and validateMenuItem delegat...
2004-02-27  David ElliottMake wxMenuItemAction: and validateMenuItem: delegate...
2004-02-20  David ElliottImplement wxMenuItemAction: and validateMenuItem: deleg...
2004-02-19  David ElliottUse one wxNSWindowDelegate instance per wxCocoaNSWindow...
2004-02-08  David ElliottAdd wxCocoa-specific trace masks
2004-02-02  David ElliottApplied modified 3-state checkbox patch from Mathew...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-27  David ElliottwxCocoa: Better icon support
2004-01-27  David ElliottMoved @interface wxNSApplicationDelegate to new header
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-22  Vadim Zeitlinuse wxColourDatabase::Find(), not obsolete FindColour...
2004-01-22  Vadim Zeitlinlinking fix for wxCocoa apps using clipboard
2004-01-22  David Elliott* Add Unicode support for wxNSStringWithWxString and...
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2004-01-22  David ElliottApplied correct filename case for header imports from...
2003-12-16  David ElliottVery basic wxToolBar implementation
2003-12-16  David ElliottMake UpdateFrameNSView public for new native wxToolBar
2003-12-15  David ElliottAdd wxBitmap::GetNSImage() which creates an autorelease...
2003-12-15  David ElliottImproved idle event processing.
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-12-08  David ElliottImplement wxMask given a wxBitmap and a mask wxColour.
2003-12-06  David ElliottAdded simple implementation of (Get|Unget)RawData.
2003-11-13  David ElliottAdded implementation of MDI using top level windows
2003-11-13  David ElliottAdded a mechanism allowing a toplevel window to delay...
2003-11-13  David ElliottRenamed UpdateWindowMenuBar to UpdateMenuBar and remove...
2003-11-06  David ElliottAdd wxCocoaNSWindow* parameter to GetAppMenuBar so...
2003-11-06  David Elliott* Removed CocoaInternalIdle()
2003-11-06  David ElliottAdd virtual wxMenuBar* GetAppMenuBar();
2003-11-06  David ElliottwxMenuBarManager::InstallMenuBarForWindow no longer...
2003-10-06  David ElliottUse NSWindow delegate notification windowWillClose...
2003-10-06  David Elliott* Add bool parameter to WindowDidResignKey indicating...
2003-10-06  David ElliottUse an application delegate object
2003-10-03  David ElliottRemoved MainLoop, ExitMainLoop, Pending, and Dispatch
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  David ElliottClean up comments
2003-09-08  David ElliottImplement wxSpinButton (except up/down events)
2003-09-08  David ElliottProvide target/action mechanism for subclasses to use
2003-09-08  David ElliottImplement (sort-of) non-client wxWindowDC
2003-09-08  David ElliottAdded virtual GetNonClientNSView()
2003-09-08  David Elliott* Added NSWindowStyleForWxStyle static method
2003-09-06  David ElliottOverride CocoaSetEnabled because it's not an NSControl
2003-09-06  David ElliottImplement wxChoice including sorting and client data
2003-09-05  David ElliottImplement wxGauge
2003-09-05  David ElliottOverride CocoaSetEnabled. NSProgressIndicator is not...
2003-09-05  David ElliottWorks a little better when you remember to say "virtual"
2003-09-05  David ElliottChanged CocoaNotification parameter names to notificati...
2003-09-05  David ElliottAdded ability to observe NSMenu notifications
2003-09-05  David Elliott* Move m_cocoaNSMenu out of wxCocoaNSMenu and into...
2003-09-05  David ElliottImplement Cocoa_canBecomeMainWindow to say YES to Cocoa
2003-09-05  David Elliott* Added GetAppMenuBar
2003-09-04  David Elliott* Added virtual GetAppMenuBar() which returns the app...
2003-09-04  David Elliott* Added delegate notifications for Become/Resign Main
2003-09-04  David ElliottAdded wxMenuBarManager
2003-08-29  David ElliottRename some of the Cocoa methods to reflect that they...
2003-08-29  David ElliottUse a delegate instead of manually adding notifications...
2003-08-28  David ElliottSend all menu item actions to a dedicated target. ...
2003-08-28  David ElliottCreateToolBar/SetToolBar wrapped in #if wxUSE_TOOLBAR
2003-08-26  David ElliottSend activate/deactivate events for become/resign key
2003-08-26  David ElliottAdded a notification observer for NSWindow. Observe...
2003-08-19  David ElliottOverride CocoaSetEnabled() to call -[NSControl setEnabled:]
2003-08-19  David ElliottOverride CocoaSetEnabled() to do nothing. Although...
2003-08-19  David ElliottAdded machinery to Enable/Disable windows. When a...
2003-08-18  David Elliott* Implement GetValue() and SetValue().
2003-08-18  David Elliottsome more wxListBox support
2003-08-18  David ElliottAdded NSTableView support
2003-08-17  David ElliottHandle setting of client size for all types of windows
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-14  David ElliottStub for wxRegion::Offset
2003-08-14  David ElliottImplemented toolbar/statusbar positioning
2003-08-14  David ElliottImplemented window scrolling using wxWindowCocoaScroller
2003-08-13  David ElliottAdded helper functions for setting initial window size:
2003-08-13  David ElliottDon't send idle events while an assertion dialog is...
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-12  David ElliottLaid groundwork for scrolling.
2003-08-11  David ElliottAdded default implementation for drawRect and mouse...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-08  David Elliott* When cloning the ref data, copy the NSBitmapImageRep...
2003-08-06  David ElliottDon't install idle event handler in secondary threads.
next