]> git.saurik.com Git - wxWidgets.git/history - include/wx/cocoa
put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / cocoa /
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.
2003-08-04  David ElliottAdded dash support
2003-08-04  David ElliottwxPen implementation (no dash support yet)
2003-07-29  David ElliottKeep track of the captured mouse window so the base...
2003-07-28  David ElliottAdded wxClipboard and wxDataObject (and friends) declar...
2003-07-22  David ElliottwxCocoa: Added preliminary Blit support
2003-07-21  Vadim Zeitlinadded default parameters to wxBrush/wxPen ctors
2003-07-21  David ElliottwxCocoa: Preliminary wxMemoryDC implementation
2003-07-21  David ElliottImplemented wxDC stack with focus locking and unlocking
2003-07-21  David ElliottwxCocoa: Added preliminary wxBitmap support
2003-07-21  David ElliottwxCursorRefData inherits from wxObjectRefData instead...
2003-07-16  David ElliottImplement GetLabel and SetLabel
2003-07-15  David ElliottSetStringSelection: wxString& should be const
2003-07-15  David ElliottwxCocoa: Added wxGauge
2003-07-14  David ElliottwxCocoa: Added wxSpinButton
2003-07-14  David ElliottwxCocoa: Added basic (i.e. not working) implementation...
2003-07-14  David ElliottAdded default argument (true) to Show()
2003-07-14  David ElliottAdded (Start|End)DrawingOnTop stubs
2003-07-14  David ElliottPlace wxAutoNSAutoreleasePool in this header
2003-07-14  Julian SmartRationalised OnIdle
2003-07-14  David ElliottPut OnIdle() back. Without deleting pending objects...
2003-07-14  Vadim Zeitlinremoved OnIdle() which didn't compile any longer
2003-07-11  David ElliottAssociate/Disassociate now check for non-NULL pointer...
2003-07-10  David ElliottImplement SetBackgroundMode()
2003-07-09  David ElliottImplement wxWindowDC::Clear()
2003-07-09  David ElliottStore a pointer to the wxWindow in the wxWindowDC class
2003-07-09  David ElliottAvoid paint event recursion when the run loop is restar...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  David ElliottPosition the status bar properly
2003-07-07  David ElliottFirst hack at wxBrush for wxCocoa
2003-07-03  David ElliottAdded GetNSColor() accessor
2003-07-03  David ElliottProvide empty stubs for constructors
2003-07-03  David ElliottProvide NSAutoreleasePool instances during initialization
2003-07-02  David ElliottRemoved conflicting wxEntry prototype
2003-07-02  David ElliottIt was not acceptable to call the class method from...
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
next