]> git.saurik.com Git - wxWidgets.git/history - src/cocoa/window.mm
various cleanups
[wxWidgets.git] / src / cocoa / window.mm
2004-10-08  Ryan Nortonvarious cleanups
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-10-06  Ryan Nortoncursors for cocoa
2004-10-06  Ryan Nortoncocoa tooltips. Remove runtime warning from 10.2 ...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-06-23  David ElliottRemove SendDestroyEvent() call from SetNSView() and...
2004-05-23  Julian SmartMore name change
2004-04-14  David ElliottCocoa_drawRect: Set m_updateRegion using the NSRect...
2004-04-11  David ElliottwxWindowCocoaScroller: use wxAutoNSAutoreleasePool...
2004-04-10  David ElliottAdded missing wxT()
2004-03-02  David ElliottSendDestroyEvent
2004-02-09  David ElliottDo not try to set the proper position if creating a...
2004-02-09  David ElliottImplement right mouse down/dragged/up
2004-02-09  David ElliottWhen destroying the window, only remove it from its...
2004-02-08  David ElliottUse wxLogTrace instead of wxLogDebug for trace messages
2004-01-22  Vadim Zeitlinsuppress warnings about implicit float -> int conversions
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