]> git.saurik.com Git - wxWidgets.git/history - src/mac
Make wxGTK1.2 compile again.
[wxWidgets.git] / src / mac /
2007-05-02  Stefan Csomortrying optimal scrolling solution perf-wise
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-01  Robert Roebling Renamed wxDCBase::LogicalTo ... to wxDC::.. here...
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-05-01  Stefan Csomoradjusting refcount asserts
2007-05-01  Stefan CsomorPatch 1708290
2007-05-01  Stefan CsomorPatch 1678304
2007-05-01  Stefan CsomorPatch 1709069
2007-05-01  Stefan CsomorPatch 1709108
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
2007-04-26  Vadim Zeitlindon't assert in SetSelection(wxNOT_FOUND), just clear...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-21  Kevin OllivierReturn wx menu items inserted into the Window system...
2007-04-21  Kevin OllivierFix bug with m_current causing EVT_LIST_KEY_DOWN events...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-14  Stefan Csomorfixing non core graphcis build
2007-04-14  Stefan Csomorfixing assert
2007-04-14  Stefan Csomorfixing the shrinking embedded controls
2007-04-14  Stefan Csomorcleaning up problems after string changes
2007-04-11  Vadim Zeitlinadd aglUpdateContext() call (doesn't seem to change...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-10  Stefan Csomordon't change the case of extensions
2007-04-10  Stefan Csomorneeds threads...
2007-04-10  Stefan Csomorfixing refcounting for embedded native controls
2007-04-08  Vadim Zeitlincompilation fix after last change
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlinfilter out bundles/packages when showing the open file...
2007-04-07  Vadim Zeitlinchoose the first extension by default, if several are...
2007-04-07  Vadim Zeitlindon't remove the tools we hadn't added to the toolbar...
2007-04-07  Vadim Zeitlinfix crash introduced in last commit (the correct item...
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-04-07  Vadim Zeitlinsupport accelerators for buttons too (slightly modified...
2007-04-07  Vadim Zeitlinadded MacOpenURL() (patch 1235957)
2007-04-07  Vadim Zeitlindon't access the window after it had been deleted by...
2007-04-06  Vadim Zeitlinsuppress warning about converting -1 to MenuItemIndex
2007-04-06  Vadim Zeitlincompilation fix: don't try to convert wxString to bool...
2007-04-06  Vadim Zeitlincompilation fix: test correctly for filter string not...
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2007-04-03  Paul Cornettbuild fixes for wxUSE_VALIDATORS==0
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-31  Vadim Zeitlin1. Moved m_usePrimary to wxClipboardBase as it's now...
2007-03-26  Robin DunnForward port of my recent changes in the 2.8 branch:
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-23  Kevin OllivierIf using the system Window menu on OS X, integrate...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-21  Paul Cornettrevert use of AllocExclusive
2007-03-18  Vadim Zeitlinfixed typo in last commit
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
2007-03-15  Vadim Zeitlinremoved outdated Classic files to avoid confusing people
2007-03-14  Vadim Zeitlinavoid duplicated empty help menu in localized applicati...
2007-03-14  Vadim Zeitlindon't add extra GetCharHeight() pixels to the top borde...
2007-03-11  Paul Cornettuse AllocExclusive
2007-03-10  Vadim Zeitlinreturn effective dnd operation result and not the expec...
2007-03-10  Vadim Zeitlinallow using numpad enter key to activate the default...
2007-03-10  Vadim Zeitlindon't send incorrect char events when entering Unicode...
2007-03-10  Vadim Zeitlincompilation fix after last change
2007-03-10  Vadim Zeitlincorrected the just-added operator=(RGBColor) return...
2007-03-10  Vadim Zeitlincorrected bug due to testing for wrong return value...
2007-03-10  Vadim Zeitlinadded wxColour(RGBColor) ctor and use it insteaf of...
2007-03-09  Vadim Zeitlinimplement wxMutex::LockTimeout() using critical region...
2007-03-07  Vadim Zeitlinremoved deprecated wxADJUST_MINSIZE
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2007-03-07  Vadim Zeitlinreturn correct client area for at least the primary...
2007-03-05  Paul Cornettuse AllocExclusive
2007-02-24  Kevin HockBuild fix from FM (cascade from object.h changes making...
2007-02-22  Kevin OllivierFix for crash when an invalid font was being mistakenly...
2007-02-09  Julian SmartReverted renderer changes and just use window variant...
2007-02-08  Julian SmartAdded size constants to allow drawn control parts to...
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2007-02-06  Włodzimierz Skibawx/log.h belongs to pch system
2007-02-05  Julian SmartMissing include
2007-02-04  Stefan Csomorusing scroll axis for mousewheel events
2007-01-26  Stefan Csomorchanging asserts to debug info
2007-01-26  Stefan Csomorseparate assert in case the control ref is already...
2007-01-20  Robin DunnAdded support for the wxFRAME_FLOAT_ON_PARENT style
2007-01-19  Robin DunnAdded wxSearchCtrl::[Get|Set]DescriptiveText
2007-01-18  Robin DunnUse kControlContentIconRef when recreating the tool...
2007-01-12  Robin DunnDoGetBestSize fix, the lbWidth was not getting updated...
2007-01-12  Stefan Csomormaking sure it is only breaking at newlines for measuring
2007-01-12  Stefan Csomorusing the CF Message box only for non main thread alerts
2007-01-08  Vadim Zeitlinadded more wxUSE_TREE/LISTCTRL tests to fix compilation...
2007-01-08  Chris Elliottfix part of proposal at http://news.gmane.org/find...
2007-01-08  Kevin OllivierFix GetNextItem for virtual wxListCtrl, and improve...
2007-01-07  Kevin OllivierAdd more sanity checks to virtual list item nums as...
2007-01-07  Kevin OllivierUse GetItem to get item info for events, even for virtu...
2007-01-07  Kevin OllivierGeneric list and tree ctrl should not use the focused...
2007-01-06  Kevin OllivierDon't draw the primary highlight colors if the control...
2007-01-05  Kevin OllivierApply patch #1626802, which fixes GetNextItem to return...
2007-01-05  Stefan Csomorallowing vertical scrolling even if wxTE_NO_VSCROLL...
2006-12-31  Kevin OllivierMake sure mouse events are only sent in the case of...
2006-12-28  Kevin OllivierFixing inactive state drawing, and removing warning.
2006-12-28  Stefan Csomorfix to always have a proper activation for DataBrowser...
2006-12-28  Kevin Ollivierexposing generic system option define, adding missing...
2006-12-27  Stefan Csomorapplying patch 1622389, fixing two memory leaks
2006-12-26  Kevin OllivierAdd middle-item click support.
2006-12-25  Kevin OllivierStop crash when wxVSCROLL is specified for native OS...
2006-12-25  Kevin OllivierImplement LIST_KEY_DOWN support, and move new functions...
next