Add wxMouseEvent::GetColumnsPerAction().
[wxWidgets.git] / src / osx / cocoa / window.mm
2009-10-08  Stefan Csomorimplementing rollover and pressed image for bitmapbutto...
2009-10-06  Vadim ZeitlinEnsure that an event loop exists in ShowViewOrWindowWit...
2009-10-05  Vadim ZeitlinMake wxWindow::ShowWithEffect() synchronous under wxOSX...
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-09-30  Stefan Csomorsupport backgroundcolor on osx_cocoa
2009-09-26  Stefan Csomorreducing key event handling complexity
2009-09-26  Stefan Csomorcleaning up key handling, closes #10406
2009-08-21  Vadim ZeitlinAllow creating initially hidden controls in wxOSX/Cocoa.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-19  Stefan Csomoradding gc aware code, fixes #11061
2009-08-18  Stefan Csomorbetter variant support, fixes #11114
2009-08-18  Stefan Csomorsimplifying native string handling, see #11061
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-10  Stefan Csomoradding #ifs for reflecting existing controls, fixing...
2009-06-21  Vadim Zeitlinadded support for bitmaps in wxButton to wxOSX/Cocoa
2009-06-20  Vadim Zeitlinsuppress more float/double->int conversion warnings...
2009-06-11  Stefan Csomoradding events to single line textcontrols (password...
2009-06-10  Stefan Csomormaking SetFocus bringing TLW to front as Carbon, see...
2009-06-10  Stefan Csomorallow mouse events being sent to parents, see #10876
2009-06-10  Stefan Csomorallow vetoing on drop, see #10876
2009-06-10  Stefan Csomorfixing coordinates for dnd, see #10876
2009-06-10  Stefan Csomormisc key-event fixes, see #10876
2009-06-10  Stefan Csomorfixes direction for scroll events, closes #10873
2009-03-25  Stefan Csomorfocus handling streamlined
2009-03-24  Stefan Csomorconforming to new naming convention of starting all...
2009-03-23  Stefan Csomorfixing warnings in osx cocoa
2009-03-21  Stefan Csomormaking sure the repositioning within the contentview...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-15  Stefan Csomorfixing obj-c warnings
2009-03-15  Stefan Csomormaking sure peer->Move refreshes properly, bringing...
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 OllivierMake sure we call SetEventObject before firing events.
2009-03-05  Kevin OllivierFix comparison operator for functions keys (fixes ...
2009-03-03  Kevin OllivierMore fixes for clickCount... even sometimes when respon...
2009-02-25  Kevin OllivierRemove no longer necessary re-entrancy check, fix funct...
2009-02-22  Kevin OllivierLanding basic EVT_CHAR support, along with the rest...
2009-02-14  Kevin OllivierFix typo (sorry, thought I compiled before committing.)
2009-02-14  Kevin OllivierAdd a tracking rect on resize so that the view will...
2009-02-13  Kevin OllivierclickCount is not available for mouse entered/exited...
2009-02-13  Stefan Csomordirect wxFrame events support (paint was not delivered...
2009-02-13  Stefan Csomordifferent contentview-offset code, otherwise 'wx' synth...
2009-02-12  Stefan Csomorrenaming clickedAction callbacks to more generic contro...
2009-02-09  Stefan Csomorpaint event handling fixes and wxClientDC implementatio...
2009-02-09  Stefan Csomordrawing code now in common file
2009-02-09  Kevin OllivierInitial support for EVT_ERASE_BACKGROUND for OS X Cocoa.
2009-02-08  Stefan Csomoradding scroll wheel support
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-01-25  Stefan Csomoradapting to name change in r58318
2009-01-20  Stefan Csomorstreamlining slider, scroller, spinbutton for osx carbo...
2009-01-18  Stefan Csomormouse and cursor additions for cocoa, see #10361
2009-01-15  Stefan Csomoradding missing header for non-precomp build
2009-01-15  Stefan Csomorfixing controls with content areas, correcting radiobox...
2009-01-14  Stefan Csomorcleaning up warnings, more common event code
2009-01-14  Stefan Csomorrouting native events first to the wx class and only...
2009-01-13  Stefan Csomorusing subclass as impl ptr, common code in macro becaus...
2008-10-10  Stefan Csomormoving embedding to common API
2008-09-25  Stefan Csomoravoiding crash for pure modifier events
2008-09-10  Stefan Csomor64 bit fixes
2008-09-07  Stefan Csomornon-precomp fixes
2008-09-05  Stefan Csomorsimplify native textcontrol creations, adding search...
2008-09-02  Stefan Csomorosx new layout
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