]> git.saurik.com Git - wxWidgets.git/history - src/mac
Reorganize idle system code.
[wxWidgets.git] / src / mac /
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...
2006-12-24  Kevin OllivierImplementing LIST_ITEM_RIGHT_CLICK event support, and...
2006-12-22  Kevin OllivierAdding SetFocus to wxABI_VERSION.
2006-12-21  Kevin OllivierRestore compilation with --enable-stl, fix SetFocus...
2006-12-20  Stefan Csomorbest size fix for multi-line fields
2006-12-19  Stefan Csomorfixing -fvisibility-inlines-hidden problem (IsOk functi...
2006-12-12  Robin DunnCompile fixes for Panther
2006-12-11  Kevin OllivierChange event names to clarify that they are only fired...
2006-12-11  Paul Cornettcleanup:
2006-12-11  Vadim Zeitlinremoved unused variable
2006-12-11  Vadim Zeitlinmore SetXXXVisible/ShowXXX() replacements
2006-12-11  Vadim Zeitlinadded $Id$ to the header
2006-12-11  Vadim Zeitlinadded wx prefix to wxUSE_NATIVE_SEARCH_CONTROL
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Kevin OllivierImprove default wxSearchCtrl GetBestSize() width and...
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
next