]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/window.cpp
Applied patch [ 1215991 ] Mac xrc enables unknown class
[wxWidgets.git] / src / mac / carbon / window.cpp
2005-06-16  Julian SmartApplied patch [ 1215991 ] Mac xrc enables unknown class
2005-06-08  Stefan Csomorguard against erases during tlw window destruction
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-06-02  Stefan Csomorno message
2005-05-10  Stefan Csomorcleanup
2005-04-13  Stefan Csomorfixing redraw region
2005-04-01  Stefan Csomoradding protected inquiry function whether a child windo...
2005-03-31  Stefan Csomorcalculating vis regions as rects (faster for Quartz...
2005-03-31  Stefan Csomorcontent clipping becomes a runtime attribute
2005-03-30  Stefan Csomorallowing 10.2 based compiles
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2005-03-30  Stefan Csomorunifying redraw and scrolling calls between compositing...
2005-03-29  Stefan Csomorfixing small scrollbars
2005-03-26  Stefan Csomorcorrecting DoGetPosition for windows with borders
2005-03-11  Stefan Csomorborder handling streamlined
2005-03-10  Stefan Csomormake sure we don't have two associations pointing to...
2005-03-01  Ryan NortonwxUSE_TOOLTIPS and wxUSE_IMAGE furthur fixes
2005-02-28  Stefan Csomor10.2 additions for non compositing
2005-02-27  Stefan Csomorommission
2005-02-27  Stefan Csomorcleanup
2005-02-27  Stefan Csomormoving compositing knowledge into utility classes
2005-02-27  Stefan Csomorcleanup
2005-02-27  Stefan Csomorcleanup
2005-02-27  Stefan Csomorreintroducing non-composited functionality due to DataB...
2005-02-25  Stefan Csomoravoid negative widths, moved deeper down
2005-02-25  Stefan Csomoravoid negative widths
2005-02-24  Stefan Csomornotifying children of absolute position changes, add...
2005-02-23  Stefan Csomorcarbon cfm fixes, factoring code
2005-02-21  Stefan Csomorcarbon cfm / classic fixes
2005-02-19  Stefan Csomorfixes, adding paint handler for non OSX case toplevel...
2005-02-15  Stefan Csomormoving focus and border handling at one place, adding...
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...
next