]> git.saurik.com Git - wxWidgets.git/history - src/osx/cocoa/window.mm
Fixes needed to get transient popup windows working, also implement SetFont for OS...
[wxWidgets.git] / src / osx / cocoa / window.mm
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