]> git.saurik.com Git - wxWidgets.git/history - src/mac
1. made CRT wrappers definitions indepenent of wxUSE_UNICODE: both ANSI and Unicode...
[wxWidgets.git] / src / mac /
2007-06-07  Robin DunnYielding from a non-gui thread needs to bail out, other...
2007-06-06  Robert Roebling Added initial OS X implementation of the wxDataViewCtrl
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-24  Vadim Zeitlininclude wx/wxcrtvararg.h needed for wxSscanf() when...
2007-05-23  Václav Slavíktake wxString, not wxChar* in wxStandardPaths::GetLocal...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-22  Vadim Zeitlinuse wxCoord with GetTextExtent(), not long (the long...
2007-05-22  Vadim Zeitlindon't compare wxList::compatibility_iterator with NULL...
2007-05-22  Vadim Zeitlinpass wxStrings directly to wxFAIL_MSG, there is no...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-14  Vadim Zeitlincompilation fix in GetPixelSize() for wxUSE_GRAPHICS_CO...
2007-05-10  Michael WetherellCompile fix.
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-08  Stefan Csomoradding reference to technote
2007-05-08  Stefan Csomorif it's a separate thread, it's allowed to hang (perf...
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...
next