]> git.saurik.com Git - wxWidgets.git/history - include/wx/cocoa
* Added delegate notifications for Become/Resign Main
[wxWidgets.git] / include / wx / cocoa /
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...
2003-06-25  David ElliottChanged bool WakeUpIdle() to void to match base class
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-21  Vadim Zeitlinadded wxIconLocation; minor fixes to wxIcon on some...
2003-06-19  David ElliottMissed a few substitutions the first time around
2003-06-19  David ElliottAdded wxSlider stub
2003-06-19  David ElliottFirst stab at wxColour using NSColor
2003-06-13  David ElliottAdded wxString to NSString conversion functions
2003-06-07  David ElliottAdded stub for the new pure virtual DoInsert method
2003-04-19  David ElliottSeparated the Objective-C to C++ association code into...
2003-04-14  David ElliottAdded InitMouseEvent helper method (like wxMSW)
2003-04-14  David ElliottCatch and forward the following mouse related events:
2003-04-07  David ElliottWhoops! Might want the headers too.
2003-04-05  David ElliottAdded GetBordersForSizer(int *bordertop, int *borderOther)
2003-04-01  David ElliottImplemented wxWindowCocoa::Cocoa_drawRect
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-24  David Elliott- Remove wxTopLevelWindowCocoa from the wxRTTI class...
2003-03-22  David ElliottFIXME: Complete stubs or other cruft necessary to make...
2003-03-21  David ElliottAdded more original works and stubs
2003-03-21  David ElliottAdded original works and stubs to CVS repository