move default OnInternalIdle processing to wxWindowBase
[wxWidgets.git] / src / osx / window_osx.cpp
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-12-07  Stefan Csomoradding support for layout coordinates via insets from...
2010-11-05  Vadim ZeitlinDon't update scrollbars when the window is being destro...
2010-09-17  Dimitri SchoolwerthSet svn properties on .cpp files.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2010-04-19  Stefan Csomormissing return value
2010-04-16  Stefan Csomortranslating background style BG_PAINT into opaqueness...
2010-04-13  Stefan Csomoradding wrapping possibility for native tlws
2010-04-12  Stefan Csomorchange grow box implementation - was incorrectly gettin...
2010-04-08  Stefan Csomorusing statically allocated font objects for speedup
2010-04-07  Stefan Csomorborders might have to be drawn differently
2010-03-03  Stefan Csomorusing native fullscreen support and ShowEvent triggers
2010-02-19  Kevin OllivierDisable sending of events by OS X Combobox during progr...
2010-02-13  Kevin OllivierBasic support for tooltips under OS X Cocoa.
2009-12-06  Kevin OllivierHandle deprecated style so we don't assert and then...
2009-12-05  Paul Cornettminor cleanup
2009-11-14  Kevin OllivierDon't assert when we get wxBG_STYLE_TRANSPARENT.
2009-11-06  Stefan Csomoradding support for wxShowEvent
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