Fix assorted typos in comments and other non-code.
[wxWidgets.git] / src / cocoa / window.mm
2013-09-17  Vadim ZeitlinFix assorted typos in comments and other non-code.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-02-26  David Elliott* When hiding a wxWindow make sure that none of its...
2008-02-18  David ElliottFix bug where native views with the NSScrollView wrappe...
2008-02-14  David ElliottMove wxWindowCocoaScrollView class into its own header.
2008-02-08  David ElliottAdd wxGCSafeRetain/wxGCSafeRelease to the vast majority...
2007-12-04  David ElliottMake wxCocoa compile with new pImpl wxDC.
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-01  David ElliottFix mouse coordinates in scrolled views to be those...
2007-11-01  David ElliottImplement scrolling like wxWindow expects. That is...
2007-10-14  David ElliottDon't force the child's m_isShown state to match that...
2007-10-12  David ElliottImplement wxWindow::GetTextExtent to use wxDC to at...
2007-08-19  David ElliottMake SetCursor work.
2007-08-19  David ElliottFix a number of problems with tracking rectangles by...
2007-08-18  David ElliottImprove the tracing of the tracking rect manager and...
2007-08-18  David ElliottChange kCFRunLoopBeforeWaiting to kCFRunLoopExit when...
2007-08-16  David ElliottUse one run-loop observer for all synthesis of mouse...
2007-08-10  David ElliottReturn something halfway reasonable from GetCharWidth...
2007-08-10  David ElliottImplement transformation between the wxDisplay coordina...
2007-07-26  David ElliottAdded missing #import <Foundation/NSArray.h>
2007-07-20  David ElliottwxCocoa: Basic support for font underlining:
2007-07-20  David ElliottImplement wxWindow::SetCursor to invalidate Cocoa's...
2007-07-17  David ElliottAdd a couple of wxAutoNSAutoreleasePool in some key...
2007-07-12  David ElliottFix Raise and Lower to leave all other sibilng views...
2007-07-06  David ElliottMake wxCocoa compile in 64-bit mode.
2007-05-28  David ElliottImplement mouse entered, exited, and synthesize move...
2007-05-27  David ElliottAllow many Objective-C classes to be uniquified at...
2007-05-02  David ElliottAdd comments and a debugging aid to Get/SetLabel implem...
2007-04-20  David ElliottRemove Objective-C class posing for everything except...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2006-07-06  Włodzimierz SkibaDummy stub for wxGetMouseState() (tinderbox build fix)
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2005-11-08  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxCocoa part).
2005-03-26  David ElliottMetrowerks Objective-C++ is more strict about types...
2005-01-14  David ElliottSplit some of the recent code out to make it more reusable.
2005-01-14  David ElliottSeparate NSAffineTransform creation out of wxDC::CocoaA...
2005-01-12  David ElliottAdd new methods to transform coordinates expressed...
2005-01-11  David ElliottReplaced obviously incorrect code for SetFocus and...
2005-01-11  David ElliottRenamed the wxWindowCocoaScroller class to wxWindowCoco...
2004-10-30  David ElliottFixed compilation with precompiled headers.
2004-10-22  David ElliottCleaned up getRectsBeingDrawn:count: related code.
2004-10-11  Ryan Nortoncocoa doesn't need system framework - string conversion...
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...
next