Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / src / osx / cocoa / nonownedwnd.mm
2013-08-05  Stefan Csomorfollow up parent chain to properly support modal dialog...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-19  Stefan Csomorusing common GetContentScaleFactor throughout part 2/2
2013-06-17  Stefan Csomorfixing sdk compilo
2013-06-17  Stefan Csomoradding magnification API into the wxWindow classes...
2013-06-03  Stefan Csomorattempt to get the 'new focus' window parameter of...
2013-06-03  Stefan Csomormake sure mouse moved events are always delivered,...
2013-06-01  Stefan Csomoronly set native window level, when not using a wrapped...
2013-05-10  Stefan Csomorapplying editor part of patch, see #15003
2012-12-29  Vadim ZeitlinSpelling fixes in comments in wxOSX.
2012-11-27  Stefan Csomoremulating wx' focus-lost behavior
2012-09-08  Vadim ZeitlinFix some typos in the comments in wxOSX code.
2012-09-06  Stefan Csomorrestrict change from r71719 because otherwise apps...
2012-06-12  Stefan Csomorsupport for native tlw parents, see #14252
2012-03-10  Stefan Csomorremoving NSWindow based mouse tracking in favour of...
2012-02-26  Stefan Csomoralso a dialog needs the current events set up correctly
2012-02-26  Stefan Csomorsetting up current event also when mouse is captured ...
2012-02-07  Stefan Csomorforwarding mouse moved events to the view under the...
2012-01-25  Stefan Csomorstructure code to Cocoa's possibilities, allows tool...
2012-01-08  Vadim ZeitlinAdd wxTopLevelWindow::SetRepresentedFilename().
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-16  Stefan Csomorsupporting full style mask
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-09  Stefan Csomorbetter retain/release semantics
2011-06-08  Stefan Csomoradapting to init pattern
2011-06-05  Stefan Csomorsupporting native background on nonownedwindow, see...
2011-06-03  Stefan Csomorallowing more system keys in fullscreen mode, properly...
2011-05-31  Stefan Csomormaking sure
2011-05-25  Stefan Csomorusing systemui for full screen to allow modal dialogs
2011-03-18  Dimitri SchoolwerthSet svn properties on various files throughout the...
2011-03-16  Stefan Csomorfixing unused params
2011-03-07  Stefan Csomorwindow level support
2011-02-19  Vadim ZeitlinRemove unused variables in wxOSX code.
2011-02-18  Stefan Csomorsupport non precomp builds
2011-02-16  Stefan Csomorsupport native edit menu handling (cocoa enables menu...
2011-01-19  Stefan Csomormake sure Raise is also activating the window
2010-12-27  Stefan Csomoradding backtab to exception list
2010-11-05  Vadim ZeitlinFix showing the frames full screen under OS X.
2010-09-11  Stefan Csomorfixing 'main screen'
2010-07-28  Vadim ZeitlinAllow non-modal windows shown from modal dialogs to...
2010-07-07  Stefan Csomoronly hide tool windows on deactivate, fixes #11924
2010-06-21  Stefan Csomoradding fix for non-precomp header build
2010-06-21  Stefan Csomorstoring current event for dnd support, adding default...
2010-04-20  Stefan Csomorsupport for capturing, use categories instead of member...
2010-04-13  Stefan Csomoradding wrapping possibility for native tlws
2010-04-12  Stefan Csomorcorrecting alpha and removing window shadow for overlay
2010-03-05  Vadim ZeitlinCorrect IsMaximized() in wxOSX for non-resizable windows.
2010-03-03  Stefan Csomorfixing warning
2010-02-07  Kevin OllivierImplement EVT_MAXIMIZE support for OS X Cocoa.
2010-02-01  Kevin OllivierUse the correct type to fix Tiger compilation.
2010-01-26  Vadim ZeitlinImplement RequestUserAttention() for wxOSX/Cocoa.
2010-01-11  Stefan Csomoradding protocol support for 10.6
2009-12-25  Stefan Csomorremoving event handlers on non-owned windows when the...
2009-12-09  Kevin OllivierAdd OSX prefix, and be clear that this is OS X only...
2009-12-07  Kevin OllivierAdd wxTLW::SetModified to allow apps to set the TLW...
2009-11-30  Kevin OllivierorderBack puts it behind all windows in its level,...
2009-11-28  Kevin OllivierFix needed to allow shaped windows, and other windows...
2009-11-21  Stefan Csomormaking sure creation is setup correctly for wx-frame...
2009-11-15  Kevin OllivierShowWithoutActivating fix for OS X Cocoa, and also...
2009-11-13  Kevin OllivierOverride default handling so that we can position windo...
2009-11-08  Kevin OllivierMake wxSTAY_ON_TOP and other window styles toggleable...
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-09-24  Stefan Csomorno focus on Show for toolwindows, closes #10872
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-20  Vadim Zeitlinsuppress more float/double->int conversion warnings...
2009-06-11  Stefan Csomoradding events to single line textcontrols (password...
2009-03-23  Stefan Csomorsimplyfing code, fixing warnings
2009-03-17  Kevin OllivierHandle the remaining selectors which otherwise lead...
2009-03-10  Kevin OllivierFocus handling fixes - make sure new windows activate...
2009-03-08  Kevin OllivierFixes needed to get transient popup windows working...
2009-03-05  Kevin OllivierFill out the left and top fields as well.
2009-03-04  Kevin OllivierEnsure we get mouse moved events.
2009-03-04  Kevin OllivierDon't always set the titled mask.
2009-02-24  Kevin OllivierTurn off the annoying beep when a key down is passed...
2009-02-13  Kevin OllivierImplement NSPanel support to get wxFRAME_TOOL_WINDOW...
2009-02-09  Stefan Csomormake sure no delegates/impl ptrs are still set during...
2009-02-09  Kevin OllivierRemove delegates before releasing the native object...
2009-01-18  Stefan Csomormouse and cursor additions for cocoa, see #10361
2009-01-17  Stefan Csomorfixing screen coordinate transformation
2008-09-21  Stefan Csomorfixing typo (lead to always floating layering for simpl...
2008-09-11  Stefan Csomoradding min and max size support for resizing events
2008-09-07  Stefan Csomornon-precomp fixes
2008-09-01  Stefan Csomorosx-cocoa updates
2008-08-30  Stefan Csomorcommitting current cocoa state just to be safe ...
2008-07-29  Stefan Csomoruniversal implementation for osx cocoa