]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/toplevel.cpp
made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_REPAINT_ON_RESIZE
[wxWidgets.git] / src / mac / carbon / toplevel.cpp
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-18  Stefan Csomorsupport for true two button mouse under OSX
2003-09-11  Stefan Csomormoved setting of internal vars in order to avoid proble...
2003-09-11  Stefan Csomormouse event handling extended
2003-09-09  Stefan Csomorwhen memory dumps out debug info, lookups can go wrong...
2003-09-05  Stefan Csomoradded live resizing
2003-08-31  Stefan CsomorCarbon Event Mouse Moved handler changes
2003-08-18  Vadim Zeitlincommented out annoying wxLogDebug
2003-08-18  Stefan Csomorscope added for keyboard handler
2003-08-17  Stefan Csomorseveral patches and extensions
2003-08-17  Stefan Csomortextcontrol handling change for mac (execute event...
2003-08-17  Stefan Csomorunicode for mac fixes
2003-08-13  Robin DunnClear --> ClearBackground
2003-07-11  Stefan Csomorstyle creation
2003-06-24  Gilles Depeyrotminor corrections for compilation with gcc 3.3 (use...
2003-06-13  David ElliottAdded support for delayed deactivation of windows ...
2003-06-07  Stefan Csomorcleanup
2003-06-04  Stefan Csomormoving / sizing patch applied
2003-06-04  Vadim Zeitlincompilation warnings fixed
2003-06-03  Stefan Csomorfeeds missed key events back to the control
2003-06-01  Vadim Zeitlincompilation warnings fixes
2003-06-01  Julian SmartPartially applied patch [ 531199 ] new EVT_MOVING and...
2003-05-22  Stefan Csomordeactivating wxSTAY_ON_TOP patch
2003-05-09  Stefan Csomorfixing some redrawing bugs overpainting foreign window...
2003-05-07  Robin DunnAdded #if TARGET_CARBON around shaped window stuff
2003-04-30  Stefan Csomorinclude "ToolUtils.h" for LoWord and friends
2003-04-30  Robin DunnShaped window support for wxMac, plus a wxSTAY_ON_TOP...
2003-04-26  Stefan Csomortransition window calls had some problems with layering...
2003-04-13  Julian SmartDon't use focus if NULL
2003-04-12  Stefan Csomorredraw fixes for OSX
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-28  Julian SmartTidied space and tabs in wxMac files
2003-02-09  Stefan Csomorcode
2003-01-31  Stefan Csomorusing SelectWindow for Raise Implementation
2003-01-29  Stefan Csomorcarbon event support completed
2003-01-28  Stefan Csomoronly handling inContent CarbonEvents if we are the...
2003-01-28  Stefan CsomorCarbonEvents Added
2003-01-14  Julian SmartFixed refresh bug on early versions of MacOS X by
2003-01-14  Gilles Depeyrotupdated source to not use deprecated wxList methods
2003-01-13  Stefan Csomorcursor cleanup
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-23  Stefan Csomorsetting the current event record correctly (needed...
2002-08-21  Stefan Csomorcentralized key handling
2002-08-15  Vadim ZeitlinExitOnFrame behaviour update for wxMac
2002-08-14  Stefan Csomoradded key code fix to carbon event handler
2002-07-04  Stefan Csomoronly fowarding events if there is a focus window
2002-06-21  Stefan Csomorrouting key events to new app routine
2002-05-20  Stefan Csomoradded carbon event handlers
2002-05-17  Stefan Csomortitle-less windows also for windows
2002-05-11  Stefan Csomortoplevel native window disposal in deferred delete...
2002-05-08  Stefan Csomoronly use tool window style for floating windows, no...
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-24  Stefan Csomorchanged window creation class for dialogs (layering...
2002-02-19  Stefan Csomorrespects wxFRAME_TOOL_WINDOW for floaters, too
2002-01-14  Robert RoeblingFix wxClipboard.
2002-01-11  Stefan Csomordestructor fix in case it is not a real dialog
2002-01-11  Stefan Csomorfixes for using non opaque structs under debug classic...
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2001-12-31  Stefan Csomordrag and drop implementation
2001-12-29  Stefan Csomorcorrections for theme brush alignments under X (no...
2001-12-28  Stefan Csomoradded debugging code for redrawing
2001-12-20  Stefan CsomorMacOS conforming activate/deactivate
2001-12-20  Gilles Depeyrotcorrections to includes for compilation under Mac OS X
2001-12-19  Stefan Csomorcode moved from window to toplevel
2001-09-30  Stefan Csomortoplevel fixes