]> git.saurik.com Git - wxWidgets.git/history - src/osx/window_osx.cpp
avoiding deprecated methods in wx code, avoiding for iphone builds
[wxWidgets.git] / src / osx / window_osx.cpp
2009-10-09  Stefan Csomoravoiding deprecated methods in wx code, avoiding for...
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-09-28  Julian SmartApplied #9076 (scrolling bars grow box fix)
2009-09-25  Julian SmartRaise the scrollbars on reparenting (part of patch...
2009-09-25  Julian SmartApplied #10753: WarpPointer() for Mac
2009-09-21  Stefan Csomormoving themeing include to private.h
2009-09-18  Vadim ZeitlinFix recurring typo in "theming".
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-10  Stefan Csomoradding #ifs for reflecting existing controls, fixing...
2009-06-22  Vadim Zeitlininvalidate best window size when its label changes
2009-06-20  Stefan Csomorsimplify condition
2009-06-19  Vadim Zeitlinno need to check for wxID_HELP buttons in SetLabel...
2009-06-19  Vadim Zeitlinonly erase background if we do have a non-default backg...
2009-06-18  Vadim Zeitlinerase background using the window background colour...
2009-06-18  Vadim Zeitlinimplement propert background style semantics for OS X
2009-06-17  Julian SmartAvoid accidental enabling of disabled windows by checki...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-04-14  Stefan Csomormaking sure min and max sizes can be overridden
2009-03-25  Stefan Csomorfocus handling streamlined
2009-03-23  Stefan Csomorfixing warnings in osx common code
2009-03-21  Stefan Csomormake it crash-proof
2009-03-20  Stefan Csomorreworked font handling for osx (was missing because...
2009-03-15  Kevin OllivierOn OS X, the button for wxID_HELP should never accept...
2009-03-09  Kevin OllivierFix for accessing m_peer during initialization.
2009-03-08  Stefan Csomorletting the peer declare whether it wants to draw its...
2009-02-19  Paul Cornettunused variable
2009-02-13  Stefan Csomorpaint event was missing the id, Connect not working...
2009-02-09  Stefan Csomorcommon drawing code for osx-cocoa and osx-carbon, also...
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-23  Robert RoeblingGive some OSX specific methods OSX prefix, fixes hidden...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-20  Stefan Csomorstreamlining slider, scroller, spinbutton for osx carbo...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-18  Stefan Csomormouse and cursor additions for cocoa, see #10361
2009-01-15  Stefan Csomorfixing controls with content areas, correcting radiobox...
2009-01-13  Stefan Csomorremoving duplicate code
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2009-01-10  Stefan Csomorsupporting PopUp on osx cocoa as well, see #10361
2008-10-13  Vadim Zeitlinno need to test that the pointer is non-NULL before...
2008-10-10  Stefan Csomormoving embedding to common API
2008-10-06  Stefan Csomormoving more things to common API between carbon and...
2008-09-11  Kevin OllivierA few checks for null pointers to avoid problems during...
2008-09-05  Stefan Csomorforward define for non precomp build, switching preproc...
2008-09-05  Stefan Csomorsimplify native textcontrol creations, adding search...
2008-09-02  Stefan Csomorosx new layout