]> git.saurik.com Git - wxWidgets.git/history - src/cocoa/window.mm
Applied patch #881258: Add wxT() to debug messages and a few others
[wxWidgets.git] / src / cocoa / window.mm
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-15  David ElliottWrap some functions with wxAutoNSAutoreleasePool
2003-11-04  David ElliottRemoved call to InitBase() from wxWindowCocoa::Init()
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-02  David ElliottSupport precompiled headers
2003-08-20  David ElliottFix autoresizingMask when scrolling is used
2003-08-20  David Elliott* Use a subclass of NSView for the dummy view which...
2003-08-20  David ElliottNormal wxWindow::Close() behavior
2003-08-19  David ElliottAdded machinery to Enable/Disable windows. When a...
2003-08-19  David ElliottUse bounds rect instead of frame rect when positioning...
2003-08-19  David ElliottUse setAutoresizingMask: NSViewMinYMargin to keep subvi...
2003-08-18  David ElliottSetInitialFrameRect: use frameRect.size.height to calcu...
2003-08-18  David ElliottDoMoveWindow: setNeedsDisplay:YES for the superview
2003-08-17  David ElliottHandle setting of client size for all types of windows
2003-08-14  David ElliottImplemented window scrolling using wxWindowCocoaScroller
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