Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / mac / carbon / window.cpp
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/panel.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-19  Stefan Csomorfixing sign conversion warning
2006-04-09  Stefan Csomormake the string properly 0 terminated and allow for...
2006-04-09  Stefan Csomorin case of an faulty event this might not get initialized
2006-03-11  David Surovellminor cleanup
2006-03-10  Stefan CsomorCodeWarrior fixes
2006-02-09  Stefan Csomorfull keyboard access support
2006-02-05  David Surovellcleanup - reformatting
2006-02-04  Stefan Csomorlinking commands on the individual window level, otherw...
2006-01-28  Stefan Csomorconverting menu ids and safeguarding against missing...
2006-01-27  Stefan Csomorremoving unnecessary code
2006-01-25  Stefan Csomorkey/char event changes for inline editing (japanese...
2006-01-05  David Surovellcleanup - reformat; minor code tweaks
2005-12-30  David Surovellminor reformat
2005-12-22  David Surovellfixed error in prior checkin
2005-12-21  David Surovellminor cleanup; remove focus patch scaffolding
2005-12-21  Vadim Zeitling++ 4/wxMAC_USE_CORE_GRAPHICS warning fixes
2005-12-15  David Surovellmore reformatting
2005-12-10  Stefan Csomoractivate SetFocus patch
2005-12-09  David Surovellreformat for readability; more prep. for patch 1376506
2005-12-09  David Surovellcleanup in preparation for patch 1376506
2005-11-07  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMac part).
2005-09-26  Stefan Csomorfixing focus handling for generic controls in carbon-cfm
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-22  Stefan Csomorremove the carbon event handlers just before calling...
2005-08-19  Stefan Csomoravoiding recursive KillEvents on the same object, in...
2005-08-08  Vadim Zeitlinremoved #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPREC...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
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...
next