Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / mac / carbon / window.cpp
2004-08-06  Stefan Csomormoving stacking event handlers and event ref to central...
2004-08-06  Stefan Csomorswitch to draw borders from the parent window, as we...
2004-08-05  Stefan Csomorcorrected GetPosition and extended erasing to include...
2004-08-04  Stefan Csomorfixing memleak, correcting huge background erase area
2004-08-04  Stefan Csomorredraw fixes
2004-08-04  Stefan Csomorcorrected scroll rect position
2004-08-03  Stefan Csomorrefresh had to offset the region by borders
2004-07-29  David ElliottRemoved unused event table entries
2004-07-28  Stefan Csomortrying to get coordinates of native controls and wx...
2004-07-20  Stefan Csomorbackground handling
2004-07-20  Stefan Csomorfor built-in dialogs, there is no m_peer instance,...
2004-07-20  Stefan Csomorexplicit scrollbar style flags needed
2004-07-13  Stefan Csomorcarbon cfm fixes
2004-07-12  Vadim Zeitlinfixed unused variable warnings
2004-07-12  Stefan Csomoradd implementation fallback for not yet instantiated...
2004-07-11  Stefan Csomorcombobox and textctrl fixes
2004-07-11  Stefan Csomorfurther separating implementation
2004-07-03  Stefan CsomorSetFont implementation moved to peer
2004-06-28  Kevin OllivierFixing crash due to referencing a NULL m_font.
2004-06-25  Stefan Csomorcolors are only set if non-black, otherwise Enable...
2004-06-25  Stefan Csomorcursor handling fix
2004-06-17  Robin DunnUse GetBackgroundColour so it will revert to the default if
2004-06-14  Robin DunnCheck if MacGetTopLevelWindow returns NULL before using...
2004-06-04  Stefan Csomorintroduction of m_peer
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-06-01  Stefan Csomorwe have to be able to tell whether a control can be...
2004-05-31  Stefan CsomorLocalToGlobal/GlobalToLocal Conversions with Carbon API
2004-05-29  Stefan Csomormoving constructors to .cpp
2004-05-27  Stefan Csomorscrolling code committed
2004-05-24  Stefan Csomoroverseeing the obvious, there is already a perfect...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Stefan Csomorremoving unnecessary invalidation in Update, adding...
2004-05-23  Julian SmartName and version changes
2004-05-23  Stefan CsomorComposite Window implementations for ::Update and ...
2004-05-20  Stefan Csomorfactoring common code out
2004-05-15  Robin DunnA little cleanup
2004-05-13  Stefan Csomorunicode fix
2004-05-13  Dimitri Schoolwerthadded missing includes required for CW8 Carbon compilation
2004-05-11  Kevin OllivierRestore proper set and kill focus handling for user...
2004-05-08  Julian SmartAdded missing textctrl.h include
2004-05-08  Stefan Csomorconnecting the currently focused text control to the...
2004-05-07  Robin DunnSetInitialBestSize changes for wxMac
2004-05-01  Stefan Csomorreplacing OSX only carbon calls by classic ones for...
2004-04-28  Stefan Csomorfallback for non implemented structure region call
2004-04-24  Stefan Csomorgcc warnings
2004-04-21  Stefan Csomorimplemented Lower and Raise for OSX
2004-04-13  Stefan Csomorswitching to native focus handling
2004-04-10  Mattia Barbon Compilation fix.
2004-04-05  Stefan Csomoradded recursive invalidation after a Thaw command
2004-04-03  Stefan Csomorconcentrating content and structure region calculations
2004-04-02  Julian SmartAllow app to call SetWindowVariant before creation...
2004-04-02  Stefan Csomoradding QDSwapPort for performance reasons
2004-04-01  Stefan Csomorsupporting events also for root control (needed for...
2004-04-01  Stefan Csomoradded adjustOrigin parameter to bounds calculation...
2004-04-01  Stefan Csomorcast corrected
2004-03-31  Stefan Csomorcorrected Refresh (client coordinates)
2004-03-31  Stefan Csomorrefresh on move changed
2004-03-31  Stefan Csomorreverting drawing code
2004-03-30  Julian SmartCompile fixes for 10.2 headers
2004-03-30  Stefan Csomorsince we are not getting the kEventDraw messages for...
2004-03-30  Stefan Csomorcommented that redraw workaround as it was causing...
2004-03-29  Stefan Csomorattempt to work around SDK specific problems
2004-03-29  Stefan CsomorBestSize is ok for built-ins
2004-03-29  Stefan CsomorUpdate Region is not always correct, we use the visible...
2004-03-29  Stefan CsomorSetSize with all -1 was returning too soon in some...
2004-03-29  Stefan Csomorcleanup in toplevel activation, and switching to native...
2004-03-29  Stefan Csomoradded hilite change notification
2004-03-29  Stefan Csomoradded new notifications to be added, corrected DoGetBes...
2004-03-29  Stefan Csomorcorrect include for OSX only
2004-03-28  Stefan Csomoradded native alignement support
2004-03-28  Stefan Csomorbackground drawing uncommented again
2004-03-28  Stefan Csomormouse handling fixed, skipping if we have no native...
2004-03-28  Stefan Csomorextending calculation of visible region
2004-03-27  Stefan Csomormoving GUI function to proper place
2004-03-27  Stefan Csomornew control based view architecture
2004-02-10  Stefan Csomorbecause some sash code draws whether the window is...
2004-02-08  Stefan Csomorscroll of subwindow confined to rect param
2004-02-08  Stefan Csomordon't let MacIsReallyShown climb over toplevel windows...
2004-02-06  Stefan Csomorcorrecting a missing redraw area on certain resize...
2004-02-06  Stefan Csomorreverting part of Kevin O's patch, due to incompatibili...
2004-02-05  Robin DunnDon't send the wxWindowCreateEvent immediately
2004-01-25  Stefan Csomorrendering adjustments for OSX
2004-01-16  Robin DunnSend window create events
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-09  Stefan Csomorfixing Update, attempt to speed redrawing by making...
2003-08-30  Stefan Csomormade Update be window local (before was updating the...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-04  Stefan Csomortrying to avoid unneccessary redraws by not invalidatin...
2003-06-13  Vadim Zeitlinsend wxEVT_SCROLLWIN_THUMBRELEASE events
2003-05-09  Stefan Csomorreintroduced m_isBeingDeleted
2003-04-30  Stefan Csomorremoving unused flags
2003-04-19  Gilles Depeyrotremoved superfluous casts
2003-04-15  Stefan CsomorSkipping Right_down event if generated context menu...
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-10  Stefan Csomorsubmenu preparation in two methods encapsulated
next