source compatible way to solve the background problem
[wxWidgets.git] / src / mac / carbon / window.cpp
2005-02-13  Stefan Csomorsource compatible way to solve the background problem
2005-02-13  Stefan Csomordefault painting back to OnPaint handler
2005-02-13  Stefan Csomoradding focus and border quartz support
2005-02-12  Stefan CsomorMac Core Graphics Implementation
2005-01-27  Stefan Csomorpragma and prec-header patch applied
2005-01-23  Kevin HockWe need to update the scrollbar even if it's not shown...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-12-22  Stefan Csomormaking sure we don't say we are visible while in destru...
2004-12-12  Stefan Csomorscrolling hack (always move our own scrollbars highest...
2004-12-07  Stefan Csomorfixing memory leak (reported by Ken Thomases)
2004-11-25  Stefan Csomorremoved explicit IDs for scrollbars on mac
2004-11-19  Ryan NortonEnable stl compilation with wxMac - unicode no work...
2004-11-07  Ryan Norton[ 1057587 ] MacOSX build fails with --disable-gauge...
2004-10-17  Stefan Csomorguard against m_peer = NULL in Show()
2004-10-16  Vadim Zeitlincall AddChild() when the control is already reallly...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-26  Stefan Csomordependency fix for clipping
2004-09-23  Ryan Nortonunused variable warning fix - move unused stuff to...
2004-09-18  Vadim Zeitlinfixed crash when closing window that contains STC ...
2004-09-03  Robin DunnCheck for m_peer != NULL in Freeze and Thaw
2004-08-29  Stefan Csomorfixing retval for SetFont
2004-08-29  Stefan Csomorfocus and border refreshes etc corrected
2004-08-23  Stefan Csomoravoiding a OS-Level set focus for a control that alread...
2004-08-08  Stefan Csomorwrong method call, we need to add the second update...
2004-08-07  Stefan Csomorblind fix for trails of border after resize operations
2004-08-07  Julian SmartNeed to include scrolwin.h
2004-08-07  Stefan Csomormoving focus rect overlap problems to the vis region...
2004-08-07  Stefan Csomordrawing the border based on the native control's border...
2004-08-06  Stefan Csomorcorrecting border drawing for clientareaorigin in noteb...
2004-08-06  Stefan Csomorcorrected positioning of focus rect in hierarchies...
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
next