]> git.saurik.com Git - wxWidgets.git/history - src/cocoa/window.mm
Added helper functions for setting initial window size:
[wxWidgets.git] / src / cocoa / window.mm
2003-08-13  David ElliottAdded helper functions for setting initial window size:
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-12  David ElliottImplement Raise()/Lower() using [NSVIew sortSubviewsUsi...
2003-08-12  David ElliottLaid groundwork for scrolling.
2003-08-06  David ElliottContrary to what I had thought, the addSubview and...
2003-07-29  David ElliottKeep track of the captured mouse window so the base...
2003-07-15  David ElliottAdded some stubs
2003-07-14  David ElliottwxSpinCtrl abuses m_isShown. Don't use it for any logic
2003-07-14  David ElliottPut wxAutoNSAutoreleasePool in methods that may be...
2003-07-11  David ElliottAssociate/Disassociate now check for non-NULL pointer...
2003-07-09  David ElliottAvoid paint event recursion when the run loop is restar...
2003-04-14  David ElliottAdded InitMouseEvent helper method (like wxMSW)
2003-04-13  David ElliottImplemented Raise()
2003-04-05  David ElliottCommented out most the the wxLogDebug
2003-04-01  David ElliottImplemented wxWindowCocoa::Cocoa_drawRect
2003-03-24  David ElliottSet the m_isShown flag appropriately from Show()
2003-03-24  David ElliottUse m_dummyNSView if necessary to get the superview...
2003-03-24  David ElliottUse m_dummyNSView (if it exists) in place of m_cocoaNSV...
2003-03-24  David ElliottCocoaRemoveFromParent can (and will) be called when...
2003-03-21  David ElliottAdded original works and stubs to CVS repository