]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/window.cpp
Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATES in platform.h
[wxWidgets.git] / src / mac / carbon / window.cpp
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...
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-05  Robert Roebling Corrected double clicks (always on the same window).
2002-04-24  Stefan Csomorcorrected eventobject setting for mouse events and...
2002-04-11  Stefan CsomorRemoveChild added for correct disposal of scrollbar
2002-01-20  Stefan Csomoradded proper bracketing of QDflushing for carbon only
2002-01-19  Vadim ZeitlinCapture/ReleaseMouse() prefixed with Do for the other...
2002-01-14  Robert RoeblingFix wxClipboard.
2002-01-14  Stefan Csomorsince DoScreenToClient and ClientToScreen in toplvlcmn...
2002-01-14  Stefan Csomoradded flushing for MacOS X buffered window immediatly...
2002-01-11  Stefan Csomorfixes for using non opaque structs under debug classic...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2001-12-31  Stefan Csomordrag and drop implementation
2001-12-30  Stefan Csomordrawing methods cleanup
2001-12-29  Stefan Csomorcorrections for theme brush alignments under X (no...
2001-12-28  Stefan Csomornew redrawing code
2001-12-20  Stefan CsomorMacOS conforming activate/deactivate
2001-12-20  Stefan Csomorcorrected bug in MacRedraw
2001-12-19  Stefan CsomorAdaptions for new redrawing
2001-11-25  Robert Roebling Correct wxTimer bug in wxGTK.
2001-11-23  Robert Roebling Fixed mouse move bug. No idea why it has to be fixed,
2001-11-19  Stefan Csomorapplied Paul A. Thiessen's patches for correcting coord...
2001-11-04  Stefan Csomoradded internal callback when toplevel windows move...
2001-10-28  Stefan Csomoradded conversion routines to CIconHandle, removing...
2001-10-07  Gilles Depeyrotinclude wxWindows headers using "..." instead of <...>
2001-08-06  Stefan Csomorcorrected mac src due to new api changes
2001-07-15  Stefan Csomorno message
2001-07-14  Robert RoeblingCorrected wxScrolledWindow's OnSize behaviour.
2001-07-11  Stefan Csomorseveral mac fixes (Mark Newsams patches)
2001-07-07  Stefan Csomorcorrected log error after initialize when in release...
2001-07-04  Stefan CsomorwxMac: wxUniversal integration steps
2001-07-02  Stefan Csomorchanged Refresh to take Rect as client coordinates...
2001-07-01  Stefan Csomorrefresh during window delete (if root window deleted...
2001-06-29  Stefan Csomorpost wxUniv merge fixes
2001-06-23  Gilles Depeyrotcorrected for compilation under Mac OS X with -cpp...
2001-06-22  Stefan CsomorRaise and Lower implemented
2001-06-05  Stefan Csomorunnecessary ClipRects
2001-06-05  Stefan Csomorreverted some redrawing optimizations due to redraw...
2001-05-31  Stefan Csomorremoved unnecessary ClipRect calls, refresh on MacActiv...
2001-05-30  Stefan Csomorrewrite to avoid unnecessary redraws
2001-05-29  Stefan Csomorcorrected update upon activate
2001-05-23  Stefan Csomorscrollbar fixes and workaround for redraw problems...
2001-05-23  Stefan Csomorscrollbar fixes
2001-05-17  Stefan Csomorfixed wxWindow::SetCursor( wxNullCursor) for mac
2001-05-16  Stefan Csomorworkaround for notebook/tabctrl redraw bug, it is now...
2001-05-16  Stefan Csomorcorrected loop for calculating the proper updatergn...
2001-05-08  Stefan Csomorchanged port handling
2001-05-08  Gilles Depeyrotadded definition/initialisation of static class member
2001-05-08  Stefan Csomormac fixes
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-03-04  Stefan Csomorcorrected redraw problems with native controls
2001-03-04  Stefan Csomor correct window class attribution (was wrong in carbon)
2001-02-28  Stefan Csomoradded new focus behaviour (like MSW) and toolbar fixes
2001-02-28  Stefan Csomordefault window creation algorithm for mac platform...
2001-02-28  Stefan Csomorcorrected hiding/showing of native mac controls
2001-02-27  Stefan Csomorcorrected the invalidation when resizing windows (was...
2001-02-27  Stefan Csomoradded calls for invalidating the dc setup on mac explic...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-02-08  Stefan Csomorupdated mac sources (CW 5.3 working , CW6 still having...
2001-01-27  Gilles Depeyrotcorrections related to event.h modifications
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-08-19  Robert RoeblingAdded child window scrolling
2000-08-09  Stefan Csomormerge with latest sources
2000-01-13  Stefan Csomormac updates and msw bitmapdrawing on printer
2000-01-13  Stefan Csomorcw pro 5.3 adaptions
next