]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/window.cpp
use current mouse position as default position in wxWindow::PopupMenu (works better...
[wxWidgets.git] / src / mac / carbon / window.cpp
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
2003-03-06  Stefan Csomoradded OnMouse which will trigger context menu events...
2003-03-02  Stefan Csomordestroy event support
2003-02-28  Julian SmartTidied space and tabs in wxMac files
2003-02-28  Julian SmartTidied copyright and date for wxMac files
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-01-28  Stefan Csomorstatic box parent warning added
2003-01-26  Julian SmartFixed problem with kill focus event getting sent to...
2003-01-14  Gilles Depeyrotupdated source to not use deprecated wxList methods
2003-01-13  Stefan Csomorcursor cleanup
2003-01-05  Stefan Csomorregion calculation for windows with borders too small
2003-01-03  Stefan Csomormade static box only a frame region in all calculations...
2002-12-30  Julian SmartCorrected accidental pointer arithmetic in ClientToScre...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-23  Stefan Csomormake sure we don't keep a focus pointer to a window...
2002-08-13  Stefan Csomorall controls use 32 bit values now
2002-08-04  Stefan Csomoradded border clipping
2002-08-03  Stefan Csomoradded option for getting visible region w/o children...
2002-08-02  Stefan Csomorcorrected scrolling problems for controls, switched...
2002-07-06  Robin DunnAllow wxSTC to have scrollbars
2002-05-26  Stefan Csomormake sure we are removing ourselves from the focus...
2002-05-23  Robert Roebling wxButtons no longer leave junk on dialogs when moved.
2002-05-20  Stefan Csomorchanging the focus part code
2002-05-11  Stefan Csomornative window disposal is moved to deferred delete...
2002-05-08  Stefan Csomoradded spinctrl to be ignored when clicked (otherwise...
next